Talk:PlanetPhysics/1D Example of the Relation Between Force and Potential Energy

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: 1D example of the relation between force and potential energy %%% Primary Category Code: 45.50.-j %%% Filename: 1DExampleOfTheRelationBetweenForceAndPotentialEnergy.tex %%% Version: 2 %%% 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}

For a simple one dimensional example of the relationship between force and potential \htmladdnormallink{energy}{http://planetphysics.us/encyclopedia/CosmologicalConstant.html}, assume that the potential energy of a \htmladdnormallink{particle}{http://planetphysics.us/encyclopedia/Particle.html} is given by the equation

$$ U(x) = -\frac{A}{x} \left [ 1 + B e^{-x/c} \right] $$

The realtionship between force and potential energy is

\begin{equation} \mathbf{F} = -\nabla U \end{equation}

For our 1D example, where the potential energy is dependent only on the \htmladdnormallink{position}{http://planetphysics.us/encyclopedia/Position.html}, $x$

$$ F = -\frac{dU}{dx}$$

Taking the derivative yields

$$ \frac{dU}{dx} = \frac{A}{x^2} \left [ 1 + B e^{-x/c} \right ] - \frac{A}{x} \left [ -\frac{B}{C}e^{-x/c} \right ]$$

Therefore, the force on the particle is governed by the equation

\begin{equation} F = -\frac{A}{x^2} \left [ 1 + B e^{-x/c} \right ] + \frac{A}{x} \left [ -\frac{B}{C}e^{-x/c} \right ] \end{equation}

If we further assume that the constant C is so much larger than x, the force will simplify. Rearraning to get

$$ F = -\frac{A}{x^2} \left [ 1 + B e^{-x/c} -\frac{Bx}{C}e^{-x/c} \right ] $$

Because $x \ll C$, $e^{-x/c} \Rightarrow e^0 = 1$, we get

$$ F = -\frac{A}{x^2} \left [ 1 + B - \frac{Bx}{C} \right ] $$

Further simplifying $\frac{Bx}{C} = 0$ gives the force under this assumption

\begin{equation} F = -\frac{A}{x^2} \left [ 1 + B \right ] \end{equation}

\end{document}