Talk:PlanetPhysics/Velocity

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: velocity %%% Primary Category Code: 45.05.+x %%% Filename: Velocity.tex %%% Version: 2 %%% Owner: vip6 %%% Author(s): vip6, pbruin %%% 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}

The \emph{velocity} of an \htmladdnormallink{object}{http://planetphysics.us/encyclopedia/TrivialGroupoid.html} is the time derivative of its \htmladdnormallink{position}{http://planetphysics.us/encyclopedia/Position.html}. It is usually denoted by the symbol $v$ or by $\dot x$ (where $x$ stands for position and the dot for the time derivative). Velocity can be considered either as a \htmladdnormallink{vector}{http://planetphysics.us/encyclopedia/Vectors.html} quantity or as a \htmladdnormallink{scalar}{http://planetphysics.us/encyclopedia/Vectors.html} quantity. If there is more than one spatial dimension and the direction of \htmladdnormallink{motion}{http://planetphysics.us/encyclopedia/CosmologicalConstant.html} is important, the vector quantity $\mathbf{v}$ is used. In the case of one spatial dimension, it is common to view the velocity as a scalar quantity, $v$ (although it is formally a vector with only one component). In both cases, if only the \htmladdnormallink{magnitude}{http://planetphysics.us/encyclopedia/AbsoluteMagnitude.html} of the velocity is of importance, the \emph{speed} can be used, which is defined as the absolute value of the velocity and is also denoted by $v$, or by $\vert\mathbf{v}\vert$.

The SI unit of velocity is $\mathrm{m/s}$ (metres per second). Other units of velocity are also used, such as kilometres per hour ($\mathrm{km/h}$) and the \htmladdnormallink{speed of light}{http://planetphysics.us/encyclopedia/CosmologicalConstant.html}, $c=299\,792\,458\;\mathrm{m/s}$.

The definition of velocity can be written as $$ \mathbf{v}\equiv\frac{\mathrm{d}\mathbf{x}}{\mathrm{d}t}. $$ In addition to this definition of velocity as the instantaneous rate of change of the position, the \emph{average velocity}, or the change in position $\Delta\mathbf{x}$ over a specified period of time $\Delta t$, is also used: $$ \mathbf{\bar v}\equiv\frac{\Delta\mathbf{x}}{\Delta t}. $$

In \htmladdnormallink{classical mechanics}{http://planetphysics.us/encyclopedia/MathematicalFoundationsOfQuantumTheories.html}, the velocity of an object with \htmladdnormallink{mass}{http://planetphysics.us/encyclopedia/Mass.html} $m$ enters into the equations for its \htmladdnormallink{momentum}{http://planetphysics.us/encyclopedia/Momentum.html}, $$ \mathbf{p}\equiv m\mathbf{v} $$ and its \htmladdnormallink{kinetic energy}{http://planetphysics.us/encyclopedia/KineticEnergy.html}, $$ E_{\mathrm{kin}}\equiv\frac{1}{2}mv^2. $$ Notice that this last equation is an example where only the speed of the object, and not the direction of motion, is important.

In special (and general) relativity, there are two distinct \htmladdnormallink{concepts}{http://planetphysics.us/encyclopedia/PreciseIdea.html} of velocity. The first, called \emph{coordinate velocity}, is the rate of change of the position of an object with respect to time \emph{as measured by the observer}: $$ v^\mu\equiv\frac{\mathrm{d}x^\mu}{\mathrm{d}t}. $$ The second, called \emph{proper velocity} or \emph{world velocity}, is the derivative of the position of the object with respect to its \emph{proper time}, $\tau$: $$ u^\mu\equiv\frac{\mathrm{d}x^\mu}{\mathrm{d}\tau} $$ Only the proper velocity is a vector in the full sense of the word: to express the proper velocity in a different coordinate \htmladdnormallink{system}{http://planetphysics.us/encyclopedia/SimilarityAndAnalogousSystemsDynamicAdjointnessAndTopologicalEquivalence.html}, all that needs to be done is multiplying the vector on the left by the Jacobian \htmladdnormallink{matrix}{http://planetphysics.us/encyclopedia/Matrix.html} of the coordinate transformation (in the case of \htmladdnormallink{Lorentz transformations}{http://planetphysics.us/encyclopedia/CosmologicalConstant.html} in \htmladdnormallink{special relativity}{http://planetphysics.us/encyclopedia/SR.html}, this is just \htmladdnormallink{The Lorentz transformation}{http://planetphysics.us/encyclopedia/LorentzTransformation.html} matrix itself). In mathematical terms, this is a consequence of the fact that the proper velocity is a tangent vector to the spacetime \htmladdnormallink{manifold}{http://planetphysics.us/encyclopedia/NoncommutativeGeometry4.html}. To express the coordinate velocity in a different coordinate system, on the other hand, the \htmladdnormallink{relation}{http://planetphysics.us/encyclopedia/Bijective.html} between coordinate time and proper time in each of the two coordinate systems needs to be taken into account.

\end{document}