How do I find the moment of inertia for a curve?

AI Thread Summary
To find the moment of inertia for a curve revolved around an axis, one should use cylindrical coordinates, treating the curve as a function y = f(x) where y represents the maximum radius. The volume element is defined as dv = r dr dθ dz, with appropriate limits for r, θ, and z based on the curve's dimensions. The moment of inertia can then be calculated using the formula I = ρ ∫ r² dv, where ρ is the density. For specific shapes like triangles or rectangles, different methods are required, but the current focus should remain on the integration setup for the given curve. Understanding the relationship between the curve and the radius in the context of the problem is crucial for accurate calculations.
rock.freak667
Homework Helper
Messages
6,221
Reaction score
31

Homework Statement


Say I am given some curve f(x,y) (revolved around some axis), how do I find the moment of inertia about an axis?

I know how to find the moment of inertia of things like a uniform rod, ring and sphere using

I=\int r^2 dm


I believe I am supposed to to pick an elemental piece such that the revolved element is through the axis I want. But if I use I=\intr2 dm, I don't get anywhere.

I've various places that I am to use a double integral or even a triple integral. But I don't know how to set these up to compute the moment of inertia.
 
Physics news on Phys.org
Have you met up with the Theorems of Pappus yet?
 
Dr.D said:
Have you met up with the Theorems of Pappus yet?

Nope. All they did in class was how to get the moment of inertia of some figure (it escapes me what shape it was). But it was a triple integral, and they just put in the limits and some integrand (how they got it, I know not) and then just put the answer.
 
All right, then you will have to do something similar. Think in cylindrical coordinates, with the axis of revolution as the polar axis of the cylindrical coordinates. Let's suppose that your given curve is y = f(x). We want to use y as the maximum radius, and x as the z value in the cylindrical coordinate system, so the volume element is

dv = r dr dth dz
where
r is the radius to a point inside the volume, 0<=r<=f(z)
th is the angle theta that measures angle around the z axis, 0<=th<=2*pi
z is the original x value range

Then make your triple integration with all the proper limits and this should give you the volume.
 
Dr.D said:
All right, then you will have to do something similar. Think in cylindrical coordinates, with the axis of revolution as the polar axis of the cylindrical coordinates. Let's suppose that your given curve is y = f(x). We want to use y as the maximum radius, and x as the z value in the cylindrical coordinate system, so the volume element is

dv = r dr dth dz
where
r is the radius to a point inside the volume, 0<=r<=f(z)
th is the angle theta that measures angle around the z axis, 0<=th<=2*pi
z is the original x value range

Then make your triple integration with all the proper limits and this should give you the volume.

then I must still use the formula I=S r2 p dv (p=rho, S=integral)

what if I need to find the moment of inertia of a plane figure such as a triangle or rectangle?
 
That is a different problem, solved in a different way. Get through this one for now.
 
Last edited by a moderator:
In this problem, x is the radius, so solve the curve for x = f(y). Then use that as the upper limit of integration on r.
 
Dr.D said:
In this problem, x is the radius, so solve the curve for x = f(y). Then use that as the upper limit of integration on r.

Then it should be:

<br /> I_y= \pho \int_0 ^{0.03} \int_0 ^{2 \pi} \int_0 ^{\frac{y^3}{9}} r^3 dr d\theta dz<br />

But I do not understand how x is the radius here if the curve shows that the x distance is not constant.Also why then would they give the distances 3cm and 3cm (vertically)?
 
Back
Top