Nick89
- 553
- 0
Hi,
I'm trying to work out the moment of inertia I of an elliptical beam, about it's length-axis.
The elliptical beam has a length L along the z-axis, a semi-major axis of length a along the y-axis, and semi-minor axis of length b along the x-axis:
Now, I have done some moment of inertia calculations in the past but all of them involved only the 'simple' single-integral formula:
I = \int r^2 dm
Now however I am supposed to use the triple-integral formula:
I = \int \int \int_V r^2 \, \rho \, dV
To satisfy myself that I understand the concept, I first tried to do a simple cylinder of height h and radius R. I know the moment of inertia to be 1/2 m R^2 so I could check if it worked out:
I = \int \int \int_V r^2 \, \rho \, dV
\rho = \frac{m}{\pi R^2 h}
Switching to cylinder coordinates:
I = \int_0^h dz \int_0^{2 \pi} d \theta \int_0^R r^2 \frac{m}{\pi R^2 h} r \, dr
I = h 2 \pi \frac{m R^4}{4 \pi R^2 h} = \frac{1}{2}mR^2
I think this is all correct, no?
Then I went on to the ellips. I figured I simply need to do a convenient coordinate transformation, just like I used the transformation to cylinder coordinates for the cylinder, right?
So, I know the equation of the ellips is:
\left( \frac{x}{b} \right)^2 + \left( \frac{y}{a} \right)^2 = 1
So I figured a good transformation would be:
u = \frac{x}{b} \text{ , } v = \frac{y}{a}
Which would make it a circle:
u^2 + v^2 = 1
Then, the conversion from dV = dx dy dz to dV = du dv dz is calculated with the Jacobian determinant, right? I don't know how to type this out in latex so I'll try to describe what I did.
\frac{ \partial (u, v)}{\partial (x,y)} = \text{ that determinant } = \frac{1}{a} \times \frac{1}{b} - 0 = \frac{1}{ab}
So
\frac{ \partial (x,y)}{\partial (u,v)} = \frac{1}{1/ab} = ab
So dV = dx \, dy \,dz = ab du \, dv \, dz
Then:
I = \int_0^L dz \int_0^1 du \int_0^1 (u^2 + v^2) \rho \, ab \, dv
\rho = \frac{m}{\pi a b L}
I = \frac{m}{\pi a b L} \int_0^L dz \int_0^1 du \int_0^1 (u^2 + v^2)\, ab \, dv
I = \frac{m}{\pi a b L} a b L \int_0^1 (u^2 + \frac{1}{3}) du = \frac{2m}{3\pi}
And that does not make any sense to me... I am quite sure it is not independent of a and b...
What did I do wrong? Thanks!
I'm trying to work out the moment of inertia I of an elliptical beam, about it's length-axis.
The elliptical beam has a length L along the z-axis, a semi-major axis of length a along the y-axis, and semi-minor axis of length b along the x-axis:
Now, I have done some moment of inertia calculations in the past but all of them involved only the 'simple' single-integral formula:
I = \int r^2 dm
Now however I am supposed to use the triple-integral formula:
I = \int \int \int_V r^2 \, \rho \, dV
To satisfy myself that I understand the concept, I first tried to do a simple cylinder of height h and radius R. I know the moment of inertia to be 1/2 m R^2 so I could check if it worked out:
I = \int \int \int_V r^2 \, \rho \, dV
\rho = \frac{m}{\pi R^2 h}
Switching to cylinder coordinates:
I = \int_0^h dz \int_0^{2 \pi} d \theta \int_0^R r^2 \frac{m}{\pi R^2 h} r \, dr
I = h 2 \pi \frac{m R^4}{4 \pi R^2 h} = \frac{1}{2}mR^2
I think this is all correct, no?
Then I went on to the ellips. I figured I simply need to do a convenient coordinate transformation, just like I used the transformation to cylinder coordinates for the cylinder, right?
So, I know the equation of the ellips is:
\left( \frac{x}{b} \right)^2 + \left( \frac{y}{a} \right)^2 = 1
So I figured a good transformation would be:
u = \frac{x}{b} \text{ , } v = \frac{y}{a}
Which would make it a circle:
u^2 + v^2 = 1
Then, the conversion from dV = dx dy dz to dV = du dv dz is calculated with the Jacobian determinant, right? I don't know how to type this out in latex so I'll try to describe what I did.
\frac{ \partial (u, v)}{\partial (x,y)} = \text{ that determinant } = \frac{1}{a} \times \frac{1}{b} - 0 = \frac{1}{ab}
So
\frac{ \partial (x,y)}{\partial (u,v)} = \frac{1}{1/ab} = ab
So dV = dx \, dy \,dz = ab du \, dv \, dz
Then:
I = \int_0^L dz \int_0^1 du \int_0^1 (u^2 + v^2) \rho \, ab \, dv
\rho = \frac{m}{\pi a b L}
I = \frac{m}{\pi a b L} \int_0^L dz \int_0^1 du \int_0^1 (u^2 + v^2)\, ab \, dv
I = \frac{m}{\pi a b L} a b L \int_0^1 (u^2 + \frac{1}{3}) du = \frac{2m}{3\pi}
And that does not make any sense to me... I am quite sure it is not independent of a and b...
What did I do wrong? Thanks!