Moment of Inertia Tensor Cylinder.

Click For Summary

Homework Help Overview

The discussion revolves around computing the moment of inertia tensor for a cylinder with height 2h and radius R, specifically about its axis of symmetry at the center of mass. The original poster is working in Cartesian coordinates and is uncertain about the accuracy of their calculations, particularly regarding the integration limits and the use of cylindrical coordinates.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • The original poster attempts to compute the moment of inertia tensor using Cartesian coordinates and expresses confusion about their integration limits and the presence of π in their result. They also mention having computed the tensor correctly in cylindrical coordinates.
  • Some participants question the ranges of integration for x and y, suggesting that the limits may not be appropriate for the geometry of the cylinder.
  • Others suggest using polar coordinates to simplify the calculations, noting that this could help in evaluating the area integral for the circular cross-section of the cylinder.
  • There is a discussion about the symmetry of the problem, particularly regarding the equality of Ixx and Iyy.

Discussion Status

The discussion is ongoing, with participants providing insights and suggestions for different approaches. Some guidance has been offered regarding the use of polar coordinates and the need to reconsider the limits of integration. There is no explicit consensus yet, as participants are exploring different interpretations and methods.

Contextual Notes

Participants have noted potential issues with the original poster's definitions and ranges, particularly concerning the height of the cylinder and the integration limits for the variables involved. The original poster has acknowledged these points and is seeking clarification on their approach.

binbagsss
Messages
1,291
Reaction score
12
I am computing the \hat{I} - moment of inertia tensor - of a cylinder with height 2h and radius R, about its axis of symmetry at the point of its centre of mass.

I am working in cartesian coordinaes and am not sure where I am going wrong. (I can see the cylindirical coordiates would be the best option here and have computed it correctly in these coordinates, but would like to know where I am going wrong please...)

I have defined the z axis to be in line with the symmetry axis of the cylinder . I am then working in the principal axes s.t non-diagonal elements are 0.

So by symmetry , I can see that Ixx = Iyy.

Computing Izz:

Moment of Inertia tensor formula: _{vol}\int dv\rho (r^{2}δ_{\alpha\beta}-r_{k,\alpha}r_{k,\beta})

\rho=M/∏^{2}2h.
x ranges from R to -R, as does y.
z ranges from h to -h.

So Izz= _{vol}\int ( x^2 and y^2) \rho dV
where dV = dx dy dx

This yields: 8R^3M/3∏

So a PI is present, so I can clearly see I have gone wrong. I think this might be due to my ranges .

If someone could point me in the right direction, that would be greatly appeacted :).
 
Physics news on Phys.org
binbagsss said:
I am computing the \hat{I} - moment of inertia tensor - of a cylinder with height 2h and radius R, about its axis of symmetry at the point of its centre of mass.

I am working in cartesian coordinaes and am not sure where I am going wrong. (I can see the cylindirical coordiates would be the best option here and have computed it correctly in these coordinates, but would like to know where I am going wrong please...)

I have defined the z axis to be in line with the symmetry axis of the cylinder . I am then working in the principal axes s.t non-diagonal elements are 0.

So by symmetry , I can see that Ixx = Iyy.

Computing Izz:

Moment of Inertia tensor formula: _{vol}\int dv\rho (r^{2}δ_{\alpha\beta}-r_{k,\alpha}r_{k,\beta})

\rho=M/∏^{2}2h.
x ranges from R to -R, as does y.
z ranges from h to -h.

So Izz= _{vol}\int ( x^2 and y^2) \rho dV
where dV = dx dy dx

This yields: 8R^3M/3∏

So a PI is present, so I can clearly see I have gone wrong. I think this might be due to my ranges .

If someone could point me in the right direction, that would be greatly appeacted :).

I think you are getting tripped up on the notation you are using.

Izz = \int_{vol}ρ(x^{2} + y^{2}) dV

Assuming the lengthwise axis of the cylinder is parallel to the z-axis, then re-writing the integral above:

Izz = \int[\int_{dA}ρ(x^{2} + y^{2})dA] dz

If the density ρ is constant, then the area integral above is constant w.r.t. z. The area integral also represents the polar moment of inertia of the circular cross-section of the cylinder.
 
Hello bingagsss

binbagsss said:
\rho=M/∏^{2}2h.

Surely you mistyped this.

x ranges from R to -R, as does y.

If you let x range from -R to R, then for a given x the range of y will not be -R to R.

z ranges from h to -h
Wouldn't that make the height of the cylinder 2h? (Maybe you're letting h be half the height of the cylinder?)
 
Last edited:
Sorry I meant p =M/\piR^{2}2h.

Post 1 - it is a cylinder of height 2h

Thanks I think I see - taking a circle cross-section of the cylinder to lie in the xy plane, it has equation: x^{2}+y^{2}=a^{2}.

If I then let x range from R to -R, y must be a function of x , i.e (a^{2}-x^{2})^1/2.
You then need to split the integral into two pieces , one where y ranges from +(a^{2}-x^{2})^1/2. and the other -(a^{2}-x^{2})^1/2(both cases x ranging from R to -R).

So for one of these (+(a^{2}-x^{2})^1/2.) this yields:

^{h}_{-h}\int^{r}_{-r}\int^{(a^{2}-x^{2})}_{0}\int x^{2}+y^{2} dydxdz
= ^{h}_{-h}\int^{r}_{-r}\intx^{2}(a^{2}-x^{2})^{1/2} + (a^{2}-x^{2})^{3/2}/3 dx dz Is this correct? (I'm guessing a trig substition would then be needed to solve this?)
 
Goodness, you have made your problem more complicated.

Starting with:

Izz = \int[\int_{A}ρ(x^{2} + y^{2})dA] dz

Then, if we want to evaluate the inner area integral to determine the polar moment of inertia of the
circular cross section, a change to polar coordinates would make things easier:

x = r cos \theta
y = r sin \theta

Using these substitutions, evaluating the following integral

\int_{A}(x^{2} + y^{2}) dA

is much easier.
 
binbagsss said:
Sorry I meant p =M/\piR^{2}2h.

Post 1 - it is a cylinder of height 2h

OK. (Sorry I missed that.)

Thanks I think I see - taking a circle cross-section of the cylinder to lie in the xy plane, it has equation: x^{2}+y^{2}=a^{2}.

If I then let x range from R to -R, y must be a function of x , i.e (a^{2}-x^{2})^1/2.
You then need to split the integral into two pieces , one where y ranges from +(a^{2}-x^{2})^1/2. and the other -(a^{2}-x^{2})^1/2(both cases x ranging from R to -R).

You don't need to split it up into two separate integrations over y, but it's ok if you do. By symmetry, each of the separate integrations will be equal.

So for one of these (+(a^{2}-x^{2})^1/2.) this yields:

^{h}_{-h}\int^{r}_{-r}\int^{(a^{2}-x^{2})}_{0}\int x^{2}+y^{2} dydxdz
= ^{h}_{-h}\int^{r}_{-r}\intx^{2}(a^{2}-x^{2})^{1/2} + (a^{2}-x^{2})^{3/2}/3 dx dz


Is this correct? (I'm guessing a trig substition would then be needed to solve this?)

It looks correct to me. Note, your trig substitution is probably going to be equivalent to going over to polar coordinates at this point.
 
SteamKing said:
Goodness, you have made your problem more complicated.

Starting with:

Izz = \int[\int_{A}ρ(x^{2} + y^{2})dA] dz

Then, if we want to evaluate the inner area integral to determine the polar moment of inertia of the
circular cross section, a change to polar coordinates would make things easier:

Right. In the first post binbagsss stated that he had already worked it out in polar coordinates but that he wanted to also do it in Cartesian coordinates as an exercise.
 

Similar threads

  • · Replies 40 ·
2
Replies
40
Views
6K
Replies
2
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
12
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K