ニュートンの運動の3法則

藤原邦男先生の「物理学序論としての力学」に記載されている運動の3法則をメモしておく。

法則1
すべての質点はそれに加えられた力によってその状態が変化させられない限り、静止あるいは1直線上の等速運動の状態を続ける。

法則2
質点の運動量(=質量×速度)の変化は、加えられた力の方向にそって起こり、かつ、微小時間内における運動量の単位時間あたりの変化の大きさは、加えられた力の大きさに等しい。

法則3
すべての作用に大して、等しく、かつ繁体向きの反作用が常に存在する。すなわち、お互いに働き合う2つの質点の相互作用は常に相等しく、かつ反対方向へと向かう。

英語だと以下。

$ vim text.tex


\documentclass{jsarticle}
\begin{document}
Newton's Three Laws of Motion
\begin{enumerate}
\item Every object in a state of uniform motion tends to remain in that state of motion unless an external force is applied to it.
Probability density function
\item The relationship between an object's mass m, its acceleration a, and the applied force F is F = ma. Acceleration and force are vectors (as indicated by their symbols being displayed in slant bold font); in this law the direction of the force vector is the same as the direction of the acceleration vector.
\item For every action there is an equal and opposite reaction.
\end{enumerate}

\pagestyle{empty}
\end{document}

$ platex text.tex
$ dvipng -D 500 -T tight text.tex