Find my Mistake? (Moment of inertia)

Click For Summary

Homework Help Overview

The discussion revolves around finding the moment of inertia of a spherical shell, with participants exploring the setup and integration methods involved in the calculation.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • The original poster attempts to derive the moment of inertia using integrals but expresses uncertainty about their approach, particularly regarding the integration limits and the use of spherical coordinates. Some participants suggest alternative methods and question the assumptions made about the shell's thickness and density.

Discussion Status

Participants are actively engaging with the original poster's reasoning, offering suggestions for corrections and alternative approaches. There is a mix of guidance and questioning, with no clear consensus on the best method yet.

Contextual Notes

There is an ongoing discussion about the implications of treating the spherical shell as having zero thickness while using finite density, as well as the appropriate use of spherical coordinates in the integration process.

Z90E532
Messages
13
Reaction score
0

Homework Statement


Find the moment of inertia of a spherical shell

Homework Equations

The Attempt at a Solution


So I've been mulling over this for about two hours now and haven't figured out where I've made a mistake. Here's what I've done:

I know I can do the integral by doing ##\int ^{r} _{-r} \frac{8}{3}\pi \rho da##, with ##da## a surface element, but I wanted to do it sort of "from scratch" sort of.

I start with ##\int r^2 dm = \int r^2 A(r) dz## and then sub ##R \cos \theta = r## (the distance from ##dm## to ##z##) and ##A(r) = 2 \pi r \rho = 2 \rho\pi R \cos \theta## (circumference of the disk as a function of theta). We then have ##\int ^{R} _{-R} \rho\pi R^3 \cos ^3 \theta dz##. Next we sub in ##dz = \frac{r d \theta}{\cos \theta}## to get ##\int ^{\pi / 2} _{-\pi/2}2 \pi\rho R^4 \cos ^2 \theta d\theta ##. This doesn't come out to the correct expression, clearly.

I know there must be some dumb mistake in there, but I just can't seem to find it. Any help would be appreciated.
 
Last edited by a moderator:
Physics news on Phys.org
I think your ## R \cos(\theta) ## should be ##R \sin(\theta) ##. Would suggest you use spherical coordinates instead of integrating along z.
 
Last edited:
Z90E532 said:

Homework Statement


Find the moment of inertia of a spherical shell

Homework Equations

The Attempt at a Solution


So I've been mulling over this for about two hours now and haven't figured out where I've made a mistake. Here's what I've done:

I know I can do the integral by doing ##\int ^{r} _{-r} \frac{8}{3}\pi \rho da##, with ##da## a surface element, but I wanted to do it sort of "from scratch" sort of.

I start with ##\int r^2 dm = \int r^2 A(r) dz## and then sub## R \cos \theta = r## (the distance from ##dm## to ##z##) and ##A(r) = 2 \pi r \rho = 2 \rho\pi R \cos \theta## (circumference of the disk as a function of theta). We then have ##\int ^{R} _{-R} \rho\pi R^3 \cos ^3 \theta dz##. Next we sub in ##dz = \frac{r d \theta}{\cos \theta}## to get ##\int ^{\pi / 2} _{-\pi/2}2 \pi\rho R^4 \cos ^2 \theta d\theta ##. This doesn't come out to the correct expression, clearly.

I know there must be some dumb mistake in there, but I just can't seem to find it. Any help would be appreciated.
Z90E532 said:

Homework Statement


Find the moment of inertia of a spherical shell

Homework Equations

The Attempt at a Solution


So I've been mulling over this for about two hours now and haven't figured out where I've made a mistake. Here's what I've done:

I know I can do the integral by doing ##\int ^{r} _{-r} \frac{8}{3}\pi \rho da##, with ##da## a surface element, but I wanted to do it sort of "from scratch" sort of.

I start with ##\int r^2 dm = \int r^2 A(r) dz## and then sub## R \cos \theta = r## (the distance from ##dm## to ##z##) and ##A(r) = 2 \pi r \rho = 2 \rho\pi R \cos \theta## (circumference of the disk as a function of theta). We then have ##\int ^{R} _{-R} \rho\pi R^3 \cos ^3 \theta dz##. Next we sub in ##dz = \frac{r d \theta}{\cos \theta}## to get ##\int ^{\pi / 2} _{-\pi/2}2 \pi\rho R^4 \cos ^2 \theta d\theta ##. This doesn't come out to the correct expression, clearly.

I know there must be some dumb mistake in there, but I just can't seem to find it. Any help would be appreciated.
How are you accounting for the thickness of the shell ?
 
SammyS said:
How are you accounting for the thickness of the shell ?
I didn't but I shouldn't have to, right? It's a spherical shell of zero thickness.
 
Z90E532 said:
I didn't but I shouldn't have to, right? It's a spherical shell of zero thickness.
In that case you will have a hard time if you use a finite density.
 
Suggestion: You can let the density ## \delta ## of mass per unit area be ## \delta=M/(4\pi R^2) ## .
 
SammyS said:
In that case you will have a hard time if you use a finite density.

Sure we can get it to work with just ##dm = \frac{M}{A} dA = \frac{M}{A}R d \theta 2 \pi r##, but this contradicts what I had found for it, which was (say ##\rho = 1##)##dm = 2 \pi r dz = 2 \pi (R \cos \theta )(\frac{R d \theta}{\cos\theta})## which leads to the integral after ##r^2## is introduced
$$\int ^{\pi / 2} _{-\pi/2}2 \pi R^4 \cos ^2 \theta d\theta$$. I guess my problem is seeing why ##dz = R d\theta##.
 
The ## dA ## in spherical coordinates is ## dA=R^2 \sin(\theta) d\theta d\phi ##. The ## \phi ## integral is of course ## 2 \pi ##. The distance from the z-axis ## \rho=R \sin(\theta) ##. The integral is straightforward. (Your mistake is ## \cos(\theta) ## should be ## \sin(\theta) ##). Don't forget to include the density ## \delta=M/(4 \pi R^2) ##. I see you basically derived the ## dA ## for spherical coordinates yourself, but that needs to be ## \sin(\theta) ##. Incidentally, ## 2 \pi \rho dz ## is not equal to ## dA ##. (I'm using ## \rho ## in place of your ## r ##.)
 
Last edited:
Charles Link said:
The ## dA ## in spherical coordinates is ## dA=R^2 \sin(\theta) d\theta d\phi ##. The ## \phi ## integral is of course ## 2 \pi ##. The distance from the z-axis ## \rho=R \sin(\theta) ##. The integral is straightforward. (Your mistake is ## \cos(\theta) ## should be ## \sin(\theta) ##). Don't forget to include the density ## \delta=M/(4 \pi R^2) ##. I see you basically derived the ## dA ## for spherical coordinates yourself, but that needs to be ## \sin(\theta) ##.
Don't give too much help . Let OP do some of this.
 
  • #10
One more input to the OP: (@SammyS I think the OP is trying, but his methodology is clumsy). Would recommend having the ## \theta ## polar coordinate integration go from ## 0 ## to ## \pi ##. That is normally how the spherical coordinates work.
 

Similar threads

Replies
52
Views
5K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
6
Views
2K
Replies
11
Views
2K
Replies
6
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
17
Views
2K
Replies
3
Views
1K
Replies
8
Views
2K