183_notes:moment_of_inertia_ex

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
183_notes:moment_of_inertia_ex [2014/11/02 23:41] caballero183_notes:moment_of_inertia_ex [2014/11/03 00:08] (current) – [An Example: Moment of Inertia for a Rod Spun About its Center] caballero
Line 11: Line 11:
 where $r^2$ is square of the magnitude of the vector that locates each bit of mass with respect to the rotation axis (typically, the center of mass). This is can be a difficult integral to perform and many tables of moments of inertia exist for typical geometric shapes and different centers of rotations. A fairly complete one [[http://en.wikipedia.org/wiki/List_of_moments_of_inertia|appears here]]. where $r^2$ is square of the magnitude of the vector that locates each bit of mass with respect to the rotation axis (typically, the center of mass). This is can be a difficult integral to perform and many tables of moments of inertia exist for typical geometric shapes and different centers of rotations. A fairly complete one [[http://en.wikipedia.org/wiki/List_of_moments_of_inertia|appears here]].
  
-==== An Example: Moment of Inertia for a Rod ====+==== An Example: Moment of Inertia for a Rod Spun About its Center ====
  
 {{ 183_notes:pp_vs_real.006.png?400 }} {{ 183_notes:pp_vs_real.006.png?400 }}
 +
 +Consider a rod of length $L$ and mass $M$ that will be spun around its center of mass (figure above). The rod has a uniform mass density, so that each little chunk of rod that is the same length has the same mass. You want to calculate the moment of inertia for this rod.
 +
 +The integral that defines this calculation is,
 +
 +$$I = \int_{\mathrm{whole\:rod}} r^2\,dm$$
 +
 +If you assume the rod is much thinner than it is long, you only have to worry about adding up the bits of mass along its length. So you end up with the one-dimensional integral,
 +
 +$$I = \int_{-L/2}^{+L/2} x^2\,dm$$
 +
 +What's this little $dm$? It's the little bit of mass that exists are some arbitrary location $x$. It is of length $dx$ and therefore it's mass is,
 +
 +$$dm = \dfrac{M}{L}dx$$
 +
 +Using this information, you can rewrite the integral,
 +
 +$$I = \int_{-L/2}^{+L/2} x^2\,\dfrac{M}{L}dx = \dfrac{M}{L} \int_{-L/2}^{+L/2} x^2\,dx$$
 +
 +The integral is then calculated to find the momentum of inertia for the rod about its center,
 +
 +$$I = \dfrac{M}{L} \int_{-L/2}^{+L/2} x^2\,dx = \dfrac{M}{L} \dfrac{x^3}{3}\Big|_{-L/2}^{+L/2} = \dfrac{M}{3L}\left[\left(\dfrac{L}{2}\right)^3 - \left(\dfrac{-L}{2}\right)^3\right]$$
 +$$I = \dfrac{M}{3L}\left[\dfrac{L^3}{8} + \dfrac{L^3}{8}\right] = \dfrac{M}{3L}\dfrac{2L^3}{8} = \dfrac{1}{12}ML^2$$
 +
 +which is precisely the moment of inertia of a rod about it's center.
 +
  • 183_notes/moment_of_inertia_ex.1414971669.txt.gz
  • Last modified: 2014/11/02 23:41
  • by caballero