You have a cube of mass 1 kg, and side length 2 0 cm centered at the origin. Find its moment of inertia about an axis passing through the origin and having a direction vector d = ( 1 , 4 , 3 ) . Report your answer in SI units.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Perform a triple integral over the cube interior. Determine the distance from each infinitesimal mass to the axis using the formula at this Wolfram Mathworld link . The formula for d 2 in terms of cross products near the end is particularly useful. The moment comes out to ≈ 0 . 0 0 6 6 6 6
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 |
|
Let the position vector of a point in the cube be r = [ x , y , z ] T , and let the unit vector of the direction of the axis be n = 2 6 1 [ 1 , 4 , 3 ] .
Then the required moment of inertia I is defined by
I = ρ ∫ V ∣ u ∣ 2 d V
where ρ is the density of the cube, ρ = V m , and u is the vector perpendicular to n from the point r . Using the standard projection formula, we obtain,
u = ( I − n n T ) r
Hence,
I = ρ ∫ V r T ( I − n n T ) ( I − n n T ) r d V = ρ ∫ V r T ( I − n n T ) r d V
Further, this becomes,
I = ρ ∫ V r T r − r T n n T r d V = ρ ∫ V r T r − n T r r T n d V = ρ ∫ V r T r d V − ρ n T ∫ V r r T d V n
Now r T r = x 2 + y 2 + z 2
and
r r T = ⎣ ⎡ x 2 x y x z x y y 2 y z x z y z z 2 ⎦ ⎤
From symmetry (about the origin), we have
∫ V x 2 d V = ∫ V y 2 d V = ∫ V z 2 d V = 1 2 1 V a 2 = I 0
where a is the side length of the cube. The result in the last equation is straight forward to compute. In addition, we have, also from symmetry,
∫ V x y d V = ∫ V x z d V = ∫ V y z d V = 0
Thus the moment integral boils down to,
I = ρ ( 3 I 0 − I 0 n T n ) = 2 ρ I 0 = 6 1 m a 2
Substituting m = 1 and a = 0 . 2 , gives I = 6 0 . 0 4 ≈ 0 . 0 0 6 6 6
Problem Loading...
Note Loading...
Set Loading...
Nice problem. Consider a point on the line along the given direction and passing through the origin:
r L = t ( i ^ + 4 j ^ + 3 k ^ )
Any point within the cube is:
r P = x i ^ + y j ^ + z k ^
Vector joining these two points is:
r D = r P − r L
Since we consider perpendicular distances from the axis to compute moments of inertia, the vector r D must be perpendicular to the line:
⟹ r D ⋅ ( i ^ + 4 j ^ + 3 k ^ )
This gives:
t = 2 6 x + 1 3 2 y + 2 6 3 z
So finally, the vector r D in terms of x , y and z is:
r D = ( 1 3 2 y − 2 6 2 5 x + 2 6 3 z ) i ^ + ( 1 3 2 x − 1 3 5 y + 1 3 6 z ) j ^ + ( 2 6 3 x + 1 3 6 y − 2 6 1 7 z ) k ^
A volume mass element is:
d M = 0 . 2 × 0 . 2 × 0 . 2 1 d x d y d z ⟹ d M = 1 2 5 d x d y d z
The moment of inertia is therefore:
I = ∫ V ∣ r D ∣ 2 d M I = 1 2 5 ∫ − 0 . 1 0 . 1 ∫ − 0 . 1 0 . 1 ∫ − 0 . 1 0 . 1 ∣ r D ∣ 2 d x d y d z
Leaving out further evaluations, the result comes out to be:
I = 1 5 0 1 ≈ 0 . 0 0 6 6 6 7