Moment of Inertia of Spherical Shell

AI Thread Summary
The discussion focuses on calculating the moment of inertia of a hollow spherical shell with mass M and radius R. Participants explore the integration methods for determining the moment of inertia, noting that the approach for a solid sphere differs from that of a spherical shell. A key point raised is the correct expression for the differential mass element (dm), emphasizing that it should account for the curvature of the shell rather than using a linear approximation. The conversation also highlights the importance of understanding the geometry involved in the integration process, particularly when approximating areas and volumes. Overall, the thread illustrates the complexities of deriving the moment of inertia for different geometries in physics.
minimario
Messages
95
Reaction score
2

Homework Statement


Find the moment of inertia of a spherical shell (hollow) with mass M and radius R.

Homework Equations


## I = \int r^2 dm ##

The Attempt at a Solution


This is method I use to find Moment of Inertia of solid sphere:

We use circular cross sections.

At some radius r, ##\frac{dm}{M} = \frac{\pi * r^2 dz}{4/3 \pi R^3} \Rightarrow dm = \frac{3Mr^2}{4R^3} dz##.

Therefore, the total moment of inertia is ## \int \frac{1}{2} (dm) r^2 = \frac{3M}{8R^3} \int r^4 dz ##. We use ## r = R^2 - z^2 ##, and integral is ##\int (R^2-z^2)^2 dz ##, and evaluated from -R to R, it is ##\frac{16}{15} R^5 ##. So the total integral is ##\frac{2}{5} MR^2##.

But with spherical shell, something is different. ##\frac{dm}{M} = \frac{2 \pi * r dz}{4 \pi R^2} \Rightarrow dm = \frac{Mr}{2R^2} dz ##. (Again, we use circles).

But when taking this integral, the answer is incorrect. So is there something wrong with my expression for dm?
 
Physics news on Phys.org
Well, I sympathize because I also proceeded as you did & got the wrong answer. If I figure it out I'll post again later.

Meanwhile, you can take your result for I of a solid sphere, subtract I for a sphere slightly smaller than the first sphere, then take limits as the radius difference approaches zero, with the volume density taken into account of course.
 
minimario said:
This is method I use to find Moment of Inertia of solid sphere:

We use circular cross sections.

At some radius r, ##\frac{dm}{M} = \frac{\pi * r^2 dz}{4/3 \pi R^3} \Rightarrow dm = \frac{3Mr^2}{4R^3} dz##.
Therefore, the total moment of inertia is ## \int \frac{1}{2} (dm) r^2 = \frac{3M}{8R^3} \int r^4 dz ##.
Why the "1/2" in your expression for ## \int \frac{1}{2} (dm) r^2##? Are you sure you did this integration right?

For the shell my take is that it's incorrect to say dm = 2πr(M/4πR2)dz. The reason is the strip of shell is curved. If you look at other derivations they all use dm = 2πr (M/4πR2) R dθ
where θ runs along the shell's surface from z = +R to z = -R. R dθ is the true width of the strip, not dz. 2πr R dθ is a differential arc segment of area, unlike 2πr dz.
 
Then, why, when integrating the sphere, it is ok to ignore the curved area? And the 1/2, it is right because we are summing the moments of each individual disk, which is 1/2 MR^2
 
minimario said:
Then, why, when integrating the sphere, it is ok to ignore the curved area? And the 1/2, it is right because we are summing the moments of each individual disk, which is 1/2 MR^2
I have to admit, I don't have an answer for that right now. Maybe figure it out later. Hopefully, others mighht pitch in.
 
If you want to pursue this further I would need to see what you got for I for the shell. I came up with an integral with an arc tangent coefficient which when evaluated came up with arc tan ∞ = π/2 but I'm always wary of dealing with infinities. Could be the math just won't accommodate dz = R dθ.
 
minimario said:
##\frac{dm}{M} = \frac{2 \pi * r dz}{4 \pi R^2}##
It's not hard to show (and good to know) that the differential surface area of a sphere around a differential radius increment dr is 2πRdr (where R is the entire sphere's radius) regardless of where along the diameter dr is located. This result comes from approximating the differential surface area by truncated cones (for which the surface area is the length of the slanted side times 2πravg).

Just to emphasize that it is wrong to approximate the surface of a sphere by the surface of differential cylinders (as you did); you can integrate 2π√(R2-z2)dz from z=-R to z=R and see that the result will not be 4πR2.

As for why it is okay to approximate a solid sphere by cylinders instead of truncated cones; well intuitively the difference between the volumes of a differential cylinder and a differential truncated cone is negligible (whereas the difference between their differential surface areas is not negligible).
I'm sure you can show this mathematically by showing that the difference in their volumes is dependent only on higher powers of dr (and so dV/dr is the same for both, as the higher order terms vanish in the limit of dr→0) but I will just leave you with this hand-wavy explanation instead.
 
Thank you for pitching in Nathanael.
 
Back
Top