Talk:PlanetPhysics/Hooke's Law

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: Hooke's law
%%% Primary Category Code: 40.
%%% Filename: HookesLaw.tex
%%% Version: 3
%%% Owner: akrowne
%%% Author(s): akrowne
%%% 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}

 Hooke's law describes the opposing \htmladdnormallink{force}{http://planetphysics.us/encyclopedia/Thrust.html} exerted by a spring:

$$ F = -kd $$

where $k$ is the spring constant, and $d$ is the distance the end of the spring is disturbed from its \htmladdnormallink{position}{http://planetphysics.us/encyclopedia/Position.html} at relaxation (assuming the other end is fixed).

This law is used not only for metal springs, but also in many other ``spring-like'' interactions in nature, including interactions between microscopic or \htmladdnormallink{subatomic particles}{http://planetphysics.us/encyclopedia/CosmologicalConstant2.html}. The simple linear nature of the law makes it very convenient to \htmladdnormallink{work}{http://planetphysics.us/encyclopedia/Work.html} with analytically.

However, this simple linear behavior should be a clue that in most instances the law is not precise; it is just an approximation. For metal springs, the law only holds in the region where the spring behaves elastically; outside of this region, the law breaks down.

\end{document}