Jump to content

Talk:PlanetPhysics/Moment of Inertia of a Circular Disk

Page contents not supported in other languages.
Add topic
From Wikiversity

Original TeX Content from PlanetPhysics Archive

[edit source]

%%% This file is part of PlanetPhysics snapshot of 2011-09-01 %%% Primary Title: moment of inertia of a circular disk %%% Primary Category Code: 45.40.-f %%% Filename: MomentOfInertiaOfACircularDisk.tex %%% Version: 3 %%% Owner: bloftin %%% Author(s): bloftin %%% PlanetPhysics is released under the GNU Free Documentation License. %%% You should have received a file called fdl.txt along with this file. %%% If not, please write to gnu@gnu.org. \documentclass[12pt]{article} \pagestyle{empty} \setlength{\paperwidth}{8.5in} \setlength{\paperheight}{11in}

\setlength{\topmargin}{0.00in} \setlength{\headsep}{0.00in} \setlength{\headheight}{0.00in} \setlength{\evensidemargin}{0.00in} \setlength{\oddsidemargin}{0.00in} \setlength{\textwidth}{6.5in} \setlength{\textheight}{9.00in} \setlength{\voffset}{0.00in} \setlength{\hoffset}{0.00in} \setlength{\marginparwidth}{0.00in} \setlength{\marginparsep}{0.00in} \setlength{\parindent}{0.00in} \setlength{\parskip}{0.15in}

\usepackage{html}

% this is the default PlanetMath preamble. as your knowledge % of TeX increases, you will probably want to edit this, but % it should be fine as is for beginners.

% almost certainly you want these \usepackage{amssymb} \usepackage{amsmath} \usepackage{amsfonts}

% used for TeXing text within eps files %\usepackage{psfrag} % need this for including graphics (\includegraphics) \usepackage{graphicx} % for neatly defining theorems and propositions %\usepackage{amsthm} % making logically defined graphics %\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here

\begin{document}

Here we look at two cases for the \htmladdnormallink{moment of inertia}{http://planetphysics.us/encyclopedia/MomentOfInertia.html} of a homogeneous circular disk

(a) about its geometrical axis,

(b) about one of the elements of its lateral surface.

Let \emph{m} be the \htmladdnormallink{mass}{http://planetphysics.us/encyclopedia/Mass.html}, \emph{a} the radius, \emph{l} the thickness, and $\tau$ the density of the disk. Then choosing a circular ring for the element of mass we have

$$dm = \tau \cdot l \cdot 2\pi r \cdot dr$$

where $r$ is the radius of the ring and $dr$ its thickness.

\begin{figure} \includegraphics[scale=.6]{Fig87.eps} \vspace{20 pt} \end{figure}

Therfore the moment of inertia about the axis of the disk is

$$I = 2\pi l \tau \int_0^a r^3 dr$$ $$I = \frac{\tau l \pi a^4}{2}$$ $$I = \frac{ma^2}{2}$$

The moment of inertia about the element is obtained easily by the help of \htmladdnormallink{theorem}{http://planetphysics.us/encyclopedia/Formula.html} II. Thus

$$I' = I + ma^2$$ $$I' = \frac{3}{2}ma^2$$

It will be noticed that the thickness of the disk does not enter into the expressions for $I$ and $I'$ except through the mass of the disk. Therefore these expressions hold good whether the disk is thick enough to be called a cylinder or thin enough to be called a circular lamina.

\subsection{References}

This article is a derivative of the public \htmladdnormallink{domain}{http://planetphysics.us/encyclopedia/Bijective.html} book, "Analytical \htmladdnormallink{mechanics}{http://planetphysics.us/encyclopedia/Mechanics.html}" by Haroutune M. Dadourian, 1913. Made available by the \htmladdnormallink{internet archive}{http://www.archive.org/index.php}

\end{document}