Calculating Moment of Inertia of a Sphere

AI Thread Summary
The discussion focuses on calculating the moment of inertia for a sphere, specifically using the formula 2/5 Ma^2 for rotation about a diameter. The user expresses confusion over the significance of the calculated values, particularly when adding a point mass, which resulted in different inertia values depending on its position. There is a question about whether the larger inertia value should correspond to greater resistance to rotation. The conversation also touches on the concept that moment of inertia is calculated with respect to an axis and that dimensions affect inertia values, while also questioning how to find inertia along non-axis-aligned vectors. Understanding these principles is crucial for applying inertia in practical scenarios.
Bucky
Messages
79
Reaction score
0
Hi, I'm in the middle of programming an inertia system and am only really just starting to appreciate what the heck inertia is :) I have been taught inertia, but I haven't actually applied it in a real situation (all my exams and tutorials have resulted in formulae giving answers like 2/7Ma^2).

So I've written a function to find inertia of a sphere and I've plugged some numbers in. I'm a bit confused over what formulae to use for starters.

I can sort of see that inertia of the spheres centre might be useless? given that they're totally symetrical? Am I off with this?

For inertia of a sphere about the diamater I'm using the equation 2/5 Ma^2. Is this appropriate?

Also I've plugged in numbers (like I said). I've never got a numerical answer for a system before so I'd appreciate some guidance as to wether or not I'm correct.

sphere at 0,0,0
radius 2
mass 1

rotation about point on diameter

2/5 Ma^2
0.4 * 1 * 4
MI = 1.6 ?
 
Physics news on Phys.org
This should be useful: http://hyperphysics.phy-astr.gsu.edu/Hbase/isph.html" .
 
Last edited by a moderator:
sorry to bump an old thread, but I've done some other bits and pieces and have some results that I'd like to ask about.

I took my mass and added a point mass 1kg to it. If m is at the 'point' of inertia the resulting answer is: 1.6kgm sq

if m is at the opposite side of the sphere from the point of inertia the resulting answer is: 17.6kgm sq

firstly should it be this way round? i can't help but think that the bigger number should be for the higher resistance

also, what is the meaning of what i have found? at the end of the day, what do these numbers actually mean?
 
Ok after reading through another book I've found equations defining inertia of cylinders and cubeoids. These are given as inertia in x, y and z dimensions. Basically...this wasn't what I was expecting. Is a bodies inertia usually provided as a value in X, Y, Z dimensions?

Does inertia have nothing to do with where on the body a force to move it would act?
 
It has nothing to do with any dimensions. Moment of inertia is calculated with respect to some axis, typically x, y and z.
 
thanks for the responce!...but i would asume that the width/depth/height are the values that affect its inertia in each axis? for example the inertia of a cube along the x-axis is
<br /> \frac{1}{12} m ( b^2 + c^2)<br />where m = mass, and b and c are the length of the cube along y and z axis.

also, if inertia is calculated through XYZ axis, how is the inertia along a non axis-aligned vector found? interpollation? do you even need to find this? To be honest I've never used inertia in anything (i've just "found" the inertia) so I'm finding it hard to learn.
 
Last edited:
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top