Talk:PlanetPhysics/Lagrange's Equations

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: Lagrange's equations %%% Primary Category Code: 45.20.Jj %%% Filename: LagrangesEquations.tex %%% Version: 7 %%% 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}

There are certain general principles or \htmladdnormallink{theorems}{http://planetphysics.us/encyclopedia/Formula.html} in \htmladdnormallink{mechanics}{http://planetphysics.us/encyclopedia/Mechanics.html}, such as Lagrange's equations, \htmladdnormallink{Hamilton's principle}{http://planetphysics.us/encyclopedia/HamiltonsPrinciple.html}, the principle of least \htmladdnormallink{work}{http://planetphysics.us/encyclopedia/Work.html}, and Gauss' principle of least constraint, which afford general solutions of certain \htmladdnormallink{types}{http://planetphysics.us/encyclopedia/Bijective.html} of problems. Such general principles have therefore the advantage over ordinary methods in that once having found the general solution, any particular problem may be solved by merely routine processes.

The general form of Lagrange's equation for the \htmladdnormallink{generalized coordinates}{http://planetphysics.us/encyclopedia/CommutativeRingWithUnit.html} $q_i$ is given as

\begin{equation} Q_i = \frac{d}{dt} \left ( \frac{ \partial T}{\partial \dot{q_i}} \right ) - \frac{\partial T}{\partial q_i} \end{equation}

where $T$ is the \htmladdnormallink{kinetic energy}{http://planetphysics.us/encyclopedia/KineticEnergy.html} and $Q_i$ are the generalized forces which is related to the \htmladdnormallink{system}{http://planetphysics.us/encyclopedia/SimilarityAndAnalogousSystemsDynamicAdjointnessAndTopologicalEquivalence.html} forces through

$$ Q_i = f_j \frac{\partial x_j}{\partial q_i} $$

The more common form, used when the forces for the \htmladdnormallink{dynamical system}{http://planetphysics.us/encyclopedia/ContinuousGroupoidHomomorphism.html} can be found from a \htmladdnormallink{scalar}{http://planetphysics.us/encyclopedia/Vectors.html} potential \htmladdnormallink{function}{http://planetphysics.us/encyclopedia/Bijective.html} $V$, is

\begin{equation} \frac{d}{dt} \left ( \frac{\partial L}{\partial \dot{q_i}} \right ) - \frac{\partial L}{\partial q_i} = 0 \end{equation}

where $L$, the Lagrangian function (or, simply, Lagrangian), is the difference between the kinetic and potential \htmladdnormallink{energy}{http://planetphysics.us/encyclopedia/CosmologicalConstant2.html} $$L = T - V$$

\end{document}