Moment of inertia of a rod at an angle to the axis

AI Thread Summary
To find the moment of inertia of a uniform rod of mass M and length L at an angle B to the x-axis, the integration should account for the projection of the rod's length onto the x-axis. The initial approach incorrectly used dM = D*dx without adjusting for the angle, leading to an extra cosB factor in the result. The correct infinitesimal mass element should be dm = D*(dx/cosB), which accurately reflects the rod's geometry. This adjustment results in the correct moment of inertia formula of (1/3)*m*(L*sinB)^2. Understanding the relationship between the rod's length and its projection is crucial for accurate calculations.
mcheung4
Messages
22
Reaction score
0
suppose a uniform rod of mass M and length L is at an angle B to the x axis, one end of the the rod touching the axis. wish to find moment of inertia about x axis.

let the rod touches the axis at x=0. let D=density=M/L, and I will integrate along x axis, that means that at a distance x from the the origin, the little mass dM = D*dx is at a distance x*tanB away from the axis. then the integral I get is I = D*(x^2)*[(tanB)^2] integrated from x=0 to x=L*cosB. the answer I got is (1/3)*m*(L^2)*cosB*(sinB)^2.

I know this is different from the usual solution where one should integrate along the rod itself,but I don't understand which part of this argument went wrong?

Thanks!
 
Physics news on Phys.org
If you integrate dM across the same range that you're using to calculate the moment of inertia, what value do you expect?
 
I know this reply is quite late but I saw the problem and wanted to answer in case anyone else was confused about this.

Integrating along the x-axis instead of the rod is, of course, absolutely fine, however in this case your infinitesimal mass element dm should be dm = D*(dx/cosB), as each infinitesimal distance element dL along the length of the rod has a projection dx/cosB onto the x-axis.

With this in mind, the unwanted cosB factor of your result disappears, leaving the correct result of (1/3)*m*(L*sinB)^2
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top