Finding Moment of Inertia of Infinitely Thin Hoop using a Double Integral

AI Thread Summary
The discussion focuses on calculating the moment of inertia of an infinitely thin hoop using double integrals. Participants explore the challenges of integrating over a hoop with no width, suggesting the use of line integrals instead of area integrals. The density of the hoop is defined as mass per unit length, leading to the formulation of the moment of inertia integral. The conversation emphasizes the importance of correctly applying polar coordinates and the Jacobian determinant in the integration process. Ultimately, the correct approach involves careful parameterization and integration to achieve accurate results.
opticaltempest
Messages
135
Reaction score
0
Here is the problem:

http://img141.imageshack.us/img141/3830/problemsm5.jpg

Is it possible to determine this moment of inertia in this problem using double integrals of the form:

http://img172.imageshack.us/img172/1219/momented0.jpg

I could do this problem using double integrals if the region R was a solid circle using x^2+y^2=R^2 and then simplifying the integration by switching to polar coordinates. However, the region is a hoop whose width is infinitely thin.

How do I modify my region R in order to take into account the "uniform thin hoop" that has no width? Is there a way I could evaluate a hoop of width \Delta R and find moment of inertia in terms of \Delta R then let find the limiting value as \Delta R approaches zero?

If I used that approach, what would I use for the density of the infinitely thin hoop?
 
Last edited by a moderator:
Physics news on Phys.org
I think you are talking about comparing two disks of radius R and R+dr... and look as the limit of dr goes to 0.

When I first read this tho, I went about it a slightly different way...
Note how their example has you integrating over little pieces of mass (along the whole loop). In this case since it's infinitely thin, in some sense you are really doing a line integrals, not area integrals. If you want to use the pendendicular axis theorem the line intergrals are just more difficult because they have constraints that are more difficult, but you still use density as mass per unit length... not mass per unit volume... and what would that value be? (Hint -- what is the circumference of the loop?)

Actually, if you are familiar with "delta functions", the constraints and integrals are pretty easy.

Then - once you get an answer for one of the perdendicular axes, can you use symmetry arguments to check your answer? (Hint: How should the magnitudes of Ix, Iy compare?)
 
I think I'm almost there if I use a line integral. I am off by a factor of R. Why?

The density will mass per unit length

\rho = \frac{M}{L}

The length of the curve is 2\pi R which gives a density of

\rho = \frac{M}{{2\pi R}}The equation of the circle is

x^2 + y^2 = R^2

Parameterizing the curve gives

\vec r(t) = x\left( t \right)\hat i + y\left( t \right)\hat j\vec r(t) = R\cos \left( t \right)\hat i + R\sin \left( t \right)\hat jSetting up the line integral we have

\int_C^{} {\left( {\frac{M}{{2\pi R}}} \right)} ds

ds = \sqrt {x'(t)^2 + y'(t)^2 }dt

ds = \sqrt {\left( { - R\sin t} \right)^2 + \left( {R\cos t} \right)^2 }dt

ds = \sqrt {R^2 \sin ^2 t + R^2 \cos ^2 t}dt

ds = \sqrt {R^2 \left( {\sin ^2 t + \cos ^2 t} \right)}dt

ds = \sqrt {R^2 }dt

ds = Rdt

The integral for the moment of inertia of the line

<br /> \frac{M}{{2\pi R}}\int_0^{2\pi R} {Rdt} = \frac{M}{{2\pi }}\int_0^{2\pi R} {dt = } \frac{M}{{2\pi }}\left[ t \right]_{t = 0}^{t = 2\pi R} = MR<br />
Where does the other factor of R need to come from?

What are delta functions?
 
Last edited:
opticaltempest said:
Where does the other factor of R need to come from?
It comes from the definitiuon of moment of inertia, and using the correct limits of integration. t is not a length. It is a parameter that ranges from zero to 2*pi

\frac{M}{{2\pi R}}\int_0^{2\pi} {R^2 Rdt}
 
opticaltempest said:
Here is the problem:

I could do this problem using double integrals if the region R was a solid circle using x^2+y^2=R^2 and then simplifying the integration by switching to polar coordinates.

As you said it yourself, you have simplified the integration by switching to polar coordinates. The additional R comes from polar coordinates. When switching the variables of integration, you have to include the Jacobian determinant in the integral. The Jacobian determinant is the determinant of the matrix of all first-order partial derivatives of a vector-valued function.

In our case, we have to find the partial derivatives of x=R\cdot \cos(\phi) and y=R\cdot \sin(\phi) (x and y expressed in polar coordinates) using R and \phi as derivative parameters:
\left|\frac{dx}{dR} \ \frac{dx}{d\phi}\right|
\left|\frac{dy}{dR} \ \frac{dy}{d\phi}\right|

For the integration parameters:
\phi[\tex] then ranges from 0 to 2\pi[\tex] and R ranges from 0 to R.
 
I still got some doubts about this.. I've tried many ways to find the moments of inertia I_{x} = I_{y} but i always get some constants wrong.
If i parametrize x(t) = R Cos(t), what's wrong with taking the integral \int _{0} ^{2 \pi} \rho x^{2} dt? If i do that, i get the correct factor of 1/2 but R instead of R^{2} :
\int _{0} ^{2 \pi} \rho x^{2} dt = M/{2 \pi R} \int _{0} ^{2 \pi} {R^{2}cos^{2} (t) dt = {M R}/{4 \pi} .. i don't even get the 1/2 not to mention that \pi
If i try to set x as a function of y, then i get some 1/3 around from taking the integral of y^{2}
this calculations frustate me...
 
Last edited:
i've found this theorem helpful:
http://www.rzg.mpg.de/~rfs/comas/lectures/SportundPhysik/materialien/Aerodynamics/Schulprojekt/Magnus/ajp00181.pdf
 
Last edited by a moderator:
I've found it! I'm going to post it just ftw.
I had some mistakes in my first post, for a start, the integral \int _{0} ^{2 \pi} x^2 \rho dt should be done with ds instead (so the \rho ds would give the mass of that bit, and all makes physical sense). Since ds = R dt we have:
I_y = \int_{0} ^{2 \pi} R^2 cos^2 (t) \rho R dt =<br /> {M R^2}/{2 \pi} \int_{0} ^{2 \pi} cos^2 (t) dt
i thought that the integral was just 1/2, but i was wrong. applying integration by parts twice i get that the integral is \pi and it all comes out nice...
got to be careful with those integrals and differentials!
 
Back
Top