Talk:PlanetPhysics/Centre of Mass of Polygon

From Wikiversity
Jump to navigation Jump to search

Original TeX Content from PlanetPhysics Archive[edit source]

%%% This file is part of PlanetPhysics snapshot of 2011-09-01 %%% Primary Title: centre of mass of polygon %%% Primary Category Code: 02.40.Yy %%% Filename: CentreOfMassOfPolygon.tex %%% Version: 1 %%% Owner: pahio %%% Author(s): pahio %%% 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 PlanetPhysics 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}

Let $A_1A_2{\ldots}A_n$ be an $n$-gon which is supposed to have a constant surface-density in all of its points, $M$ the \htmladdnormallink{centre of mass}{http://planetphysics.us/encyclopedia/CenterOfGravity.html} of the polygon and $O$ the origin. Then the \htmladdnormallink{position vector}{http://planetphysics.us/encyclopedia/PositionVector.html} of $M$ with respect to $O$ is

\begin{align} \overrightarrow{OM} = \frac{1}{n}\sum_{i=1}^n\overrightarrow{OA_i}. \end{align} We can of course take especially\, $O = A_1$,\, and thus $$\overrightarrow{A_1M} = \frac{1}{n}\sum_{i=1}^n\overrightarrow{A_1A_i} = \frac{1}{n}\sum_{i=2}^n\overrightarrow{A_1A_i}.$$

In the special case of the triangle $ABC$ we have \begin{align} \overrightarrow{AM} = \frac{1}{3}(\overrightarrow{AB}+\overrightarrow{AC}). \end{align} The centre of mass of a triangle is the common point of its medians.\\

\textbf{Remark.} An analogical result with (2) concerns also the homogeneous tetrahedron $ABCD$, $$\overrightarrow{AM} = \frac{1}{4}(\overrightarrow{AB}+\overrightarrow{AC}+\overrightarrow{AD}),$$ and any $n$-dimensional simplex (cf. the midpoint of line segment:\, $\overrightarrow{AM} = \frac{1}{2}\overrightarrow{AB}$).

\end{document}