Skip to main content
Contents
Embed
Dark Mode Prev Up Next
\(\require{physics}\require{upgreek}\everymath{\displaystyle}
\newcommand{\N}{\mathbb N}
\newcommand{\Z}{\mathbb Z}
\newcommand{\Q}{\mathbb Q}
\newcommand{\R}{\mathbb R}
\newcommand{\inv}{^{-1}}
\newcommand{\DS}{\displaystyle}
\newcommand{\eps}{\varepsilon}
\newcommand{\tsub}[1]{_{\mathrm{#1}}}
\newcommand{\ee}{\mathrm{e}}
\newcommand{\ii}{\mathrm{i}}
\newcommand{\limit}[1]{\lim\limits_{#1}}
\newcommand{\resid}[1]{\underset{#1}{\Res}}
\DeclareMathOperator{\sinc}{sinc}
\DeclareMathOperator{\sgn}{sgn}
\newcommand{\pii}{\pi}
\DeclareMathOperator{\Prob}{P}
\DeclareMathOperator{\EV}{E}
\DeclareMathOperator{\Var}{Var}
\newcommand{\bv}[1]{\boldsymbol{#1}}
\newcommand{\uv}[1]{\hat{\bv{#1}}}
\newcommand{\cl}[1]{\mathcal{#1}}
\newcommand{\bb}[1]{\mathbb{#1}}
\DeclareMathOperator{\Cis}{cis}
\DeclareMathOperator{\RE}{Re}
\DeclareMathOperator{\IM}{Im}
\newcommand{\xd}{\mathbf{d}}
\newcommand{\seq}[3]{{#1}_{#2},\cdots,{#1}_{#3}}
\newcommand{\psup}[1]{^{(#1)}}
\newcommand{\hypext}{{}^*}
\DeclareMathOperator{\st}{st}
\newcommand{\set}[1]{\left\{#1\right\}}
\DeclareMathOperator{\Sin}{Sin}
\DeclareMathOperator{\Cos}{Cos}
\DeclareMathOperator{\Tan}{Tan}
\DeclareMathOperator{\Sec}{Sec}
\DeclareMathOperator{\Csc}{Csc}
\DeclareMathOperator{\Cot}{Cot}
\DeclareMathOperator{\Log}{Log}
\DeclareMathOperator{\Arg}{Arg}
\DeclareMathOperator{\Ln}{Ln}
\DeclareMathOperator{\Grad}{grad}
\DeclareMathOperator{\Div}{div}
\DeclareMathOperator{\Curl}{curl}
\newcommand{\rd}{\textstyle\mathop{}\!\mathrm{d}^{\!\!\!-}\hspace{-0.0555 em}}
\newcommand{\rpd}{\textstyle\mathop{}\!\partial^{\hspace{-0.5 em}-}\hspace{-0.1666 em}}
\newcommand{\rdv}[2]{\frac{\rd{#1}}{\rd{#2}}}
\newcommand{\rpdv}[2]{\frac{\rpd{#1}}{\rpd{#2}}}
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\)
Section 15.5 Center of mass
Objectives
Compute mass and moments of planar or spatial regions using double and triple integrals.
Find centers of mass by normalizing moments with total mass.
Interpret centroids as centers of mass of shapes with uniform density.
Mass in 2D (where \(\rho(x,y)\) is density):
\begin{equation*}
M = \iint_{D}\rho(x,y)\dd{A}
\end{equation*}
Moments in 2D:
\begin{align*}
M_{x=0} \amp = \iint_{D} x\rho(x,y)\dd{A}\\
M_{y=0} \amp = \iint_{D} y\rho(x,y)\dd{A}
\end{align*}
Center of mass:
\begin{equation*}
(\bar{x},\bar{y})=\qty(\frac{M_{x=0}}{M},\frac{M_{y=0}}{M})
\end{equation*}
Mass in 3D (where \(\rho(x,y,z)\) is density):
\begin{equation*}
M = \iiint_{D}\rho(x,y,z)\dd{V}
\end{equation*}
Moments in 3D:
\begin{align*}
M_{x=0} \amp = \iiint_{D} x\rho(x,y,z)\dd{V}\\
M_{y=0} \amp = \iiint_{D} y\rho(x,y,z)\dd{V}\\
M_{z=0} \amp = \iiint_{D} z\rho(x,y,z)\dd{V}
\end{align*}
Center of mass:
\begin{equation*}
(\bar{x},\bar{y},\bar{z})=\qty(\frac{M_{x=0}}{M},\frac{M_{y=0}}{M},\frac{M_{z=0}}{M})
\end{equation*}
If we assume uniform density, we get the centroid of the region.
Start with density along a rod first?
\begin{align*}
I_{x=0} \amp = \iint_{D} x^{2}\rho(x,y)\dd{A}\\
I_{y=0} \amp = \iint_{D} y^{2}\rho(x,y)\dd{A}\\
I_{z=0} \amp = \iint_{D} (x^{2}+y^{2})\rho(x,y)\dd{A}
\end{align*}
These will be done WITHOUT polar coordinates; I believe they can instead be done with symmetry arguments and trigonometric substitutions. (Never a bad idea to revisit those techniques!)