The moment of inertia of a cuboid about it's body diagonal of mass and dimensions is denoted as . Find
Note:- Do not use direct formula try to derive it then you only know the beauty of this question.
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.
My approach is laborious, but very straightforward. The general approach is the following:
1) Scan through the cuboid (in triple-integral fashion)
2) Determine the perpendicular distance from each infinitesimal mass to the body diagonal
3) Sum the infinitesimal moment contributions
Now we need a convenient way of determining a general formula for the distance from an infinitesimal mass element to the body diagonal. This reference has a nice formula for the perpendicular distance from a point to a line defined by two points. Call the start point of the body diagonal A and the end point of the body diagonal B . Call an arbitrary point inside the cuboid P . Suppose the cuboid has dimensions ( L , W , H ) .
A = ( 0 , 0 , 0 ) B = ( L , W , H ) P = ( x , y , z )
The square of the distance from the infinitesimal mass to the body diagonal is:
d 2 = L 2 + W 2 + H 2 ∣ ∣ ∣ ( x , y , z ) × ( x − L , y − W , z − H ) ∣ ∣ ∣
Computing the numerator cross product and laboriously simplifying gives:
d 2 = L 2 + W 2 + H 2 H 2 y 2 − 2 H W y z + W 2 z 2 + H 2 x 2 − 2 H L x z + L 2 z 2 + W 2 x 2 − 2 W L x y + L 2 y 2
The infinitesimal mass element is:
d M = M L W H d x d y d z
The infinitesimal moment contribution is:
d I = d M d 2 = M L W H d x d y d z L 2 + W 2 + H 2 H 2 y 2 − 2 H W y z + W 2 z 2 + H 2 x 2 − 2 H L x z + L 2 z 2 + W 2 x 2 − 2 W L x y + L 2 y 2
The total moment is:
I = L W H ( L 2 + W 2 + H 2 ) M ∫ 0 H ∫ 0 W ∫ 0 L ( H 2 y 2 − 2 H W y z + W 2 z 2 + H 2 x 2 − 2 H L x z + L 2 z 2 + W 2 x 2 − 2 W L x y + L 2 y 2 ) d x d y d z
Evaluating the triple integral is trivial, but tedious. The result is:
I = L W H ( L 2 + W 2 + H 2 ) M ( 6 1 H 3 L W 3 + 6 1 W H 3 L 3 + 6 1 H W 3 L 3 ) = 6 ( L 2 + W 2 + H 2 ) M ( H 2 W 2 + H 2 L 2 + W 2 L 2 )
Plugging in numbers for this particular problem results in 4 9 as the answer.