- #1
Nick89
- 555
- 0
Hi,
I'm trying to work out the moment of inertia [itex]I[/itex] of an elliptical beam, about it's length-axis.
The elliptical beam has a length [itex]L[/itex] along the z-axis, a semi-major axis of length [itex]a[/itex] along the y-axis, and semi-minor axis of length [itex]b[/itex] 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:
[tex]I = \int r^2 dm[/tex]
Now however I am supposed to use the triple-integral formula:
[tex]I = \int \int \int_V r^2 \, \rho \, dV[/tex]
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 [itex]1/2 m R^2[/itex] so I could check if it worked out:
[tex]I = \int \int \int_V r^2 \, \rho \, dV[/tex]
[tex]\rho = \frac{m}{\pi R^2 h}[/tex]
Switching to cylinder coordinates:
[tex]I = \int_0^h dz \int_0^{2 \pi} d \theta \int_0^R r^2 \frac{m}{\pi R^2 h} r \, dr[/tex]
[tex]I = h 2 \pi \frac{m R^4}{4 \pi R^2 h} = \frac{1}{2}mR^2[/tex]
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:
[tex]\left( \frac{x}{b} \right)^2 + \left( \frac{y}{a} \right)^2 = 1[/tex]
So I figured a good transformation would be:
[tex]u = \frac{x}{b} \text{ , } v = \frac{y}{a}[/tex]
Which would make it a circle:
[tex]u^2 + v^2 = 1[/tex]
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.
[tex]\frac{ \partial (u, v)}{\partial (x,y)} = \text{ that determinant } = \frac{1}{a} \times \frac{1}{b} - 0 = \frac{1}{ab}[/tex]
So
[tex]\frac{ \partial (x,y)}{\partial (u,v)} = \frac{1}{1/ab} = ab[/tex]
So [tex]dV = dx \, dy \,dz = ab du \, dv \, dz[/tex]
Then:
[tex]I = \int_0^L dz \int_0^1 du \int_0^1 (u^2 + v^2) \rho \, ab \, dv[/tex]
[tex]\rho = \frac{m}{\pi a b L}[/tex]
[tex]I = \frac{m}{\pi a b L} \int_0^L dz \int_0^1 du \int_0^1 (u^2 + v^2)\, ab \, dv[/tex]
[tex]I = \frac{m}{\pi a b L} a b L \int_0^1 (u^2 + \frac{1}{3}) du = \frac{2m}{3\pi}[/tex]
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 [itex]I[/itex] of an elliptical beam, about it's length-axis.
The elliptical beam has a length [itex]L[/itex] along the z-axis, a semi-major axis of length [itex]a[/itex] along the y-axis, and semi-minor axis of length [itex]b[/itex] 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:
[tex]I = \int r^2 dm[/tex]
Now however I am supposed to use the triple-integral formula:
[tex]I = \int \int \int_V r^2 \, \rho \, dV[/tex]
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 [itex]1/2 m R^2[/itex] so I could check if it worked out:
[tex]I = \int \int \int_V r^2 \, \rho \, dV[/tex]
[tex]\rho = \frac{m}{\pi R^2 h}[/tex]
Switching to cylinder coordinates:
[tex]I = \int_0^h dz \int_0^{2 \pi} d \theta \int_0^R r^2 \frac{m}{\pi R^2 h} r \, dr[/tex]
[tex]I = h 2 \pi \frac{m R^4}{4 \pi R^2 h} = \frac{1}{2}mR^2[/tex]
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:
[tex]\left( \frac{x}{b} \right)^2 + \left( \frac{y}{a} \right)^2 = 1[/tex]
So I figured a good transformation would be:
[tex]u = \frac{x}{b} \text{ , } v = \frac{y}{a}[/tex]
Which would make it a circle:
[tex]u^2 + v^2 = 1[/tex]
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.
[tex]\frac{ \partial (u, v)}{\partial (x,y)} = \text{ that determinant } = \frac{1}{a} \times \frac{1}{b} - 0 = \frac{1}{ab}[/tex]
So
[tex]\frac{ \partial (x,y)}{\partial (u,v)} = \frac{1}{1/ab} = ab[/tex]
So [tex]dV = dx \, dy \,dz = ab du \, dv \, dz[/tex]
Then:
[tex]I = \int_0^L dz \int_0^1 du \int_0^1 (u^2 + v^2) \rho \, ab \, dv[/tex]
[tex]\rho = \frac{m}{\pi a b L}[/tex]
[tex]I = \frac{m}{\pi a b L} \int_0^L dz \int_0^1 du \int_0^1 (u^2 + v^2)\, ab \, dv[/tex]
[tex]I = \frac{m}{\pi a b L} a b L \int_0^1 (u^2 + \frac{1}{3}) du = \frac{2m}{3\pi}[/tex]
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!