Jump to content

Talk:PlanetPhysics/Simple Harmonic Oscillator

Page contents not supported in other languages.
Add topic
From Wikiversity

Original TeX Content from PlanetPhysics Archive

[edit source]

%%% This file is part of PlanetPhysics snapshot of 2011-09-01 %%% Primary Title: simple harmonic oscillator %%% Primary Category Code: 40. %%% Filename: SimpleHarmonicOscillator.tex %%% Version: 3 %%% Owner: rspuzio %%% Author(s): rspuzio %%% 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}

A \emph{simple harmonic oscillator} is a mechanical \htmladdnormallink{system}{http://planetphysics.us/encyclopedia/SimilarityAndAnalogousSystemsDynamicAdjointnessAndTopologicalEquivalence.html} which consists of a \htmladdnormallink{particle}{http://planetphysics.us/encyclopedia/Particle.html} under the influence of a \htmladdnormallink{Hooke's law}{http://planetphysics.us/encyclopedia/HookesLaw.html} \htmladdnormallink{force}{http://planetphysics.us/encyclopedia/Thrust.html}. The equation of \htmladdnormallink{motion}{http://planetphysics.us/encyclopedia/CosmologicalConstant.html} of such a system is

\[ m {\ddot x} + k x = 0 \] It is typical to define the quantity $\omega = \sqrt{k/m}$ and write this equation as \[ {\ddot x} + \omega^2 x = 0 \]

Note that this equation is linear. Among other consequences, this means that the period of oscilltions does not depend on amplitude. It is rather simple to solve this equation in \htmladdnormallink{TEMs}{http://planetphysics.us/encyclopedia/ImageReconstructionByDoubleFT.html} of trigonometric \htmladdnormallink{functions}{http://planetphysics.us/encyclopedia/Bijective.html} to obtain a general solution. This solution is typically written in one of two forms. \[ x = v_0 \sin (\omega t) + x_0 \cos (\omega t) \] \[ x = A \sin (\omega t + \phi) \] Either of these solutions shows that the frequency of oscillation is $\omega$ (independent of the amplitude). The \htmladdnormallink{relation}{http://planetphysics.us/encyclopedia/Bijective.html} between the two solutions is provided by the angle addition law for the sine. One finds that the constants appearing in the two solutions are related in the following way: \[ v_0 = A \cos \phi \] \[ x_0 = A \sin \phi \] \[ A = \sqrt{v_0^2 + x_0^2} \] \[ \phi = \arctan (x_0 / v_0) \] These constants have the following interpretation: $A$ is the amplitude of the oscillation. $\phi$ is the phase of the oscillation. $v_0$ is the \htmladdnormallink{velocity}{http://planetphysics.us/encyclopedia/Velocity.html} at time $t = 0$. $x_0$ is the \htmladdnormallink{position}{http://planetphysics.us/encyclopedia/Position.html} at time $t = 0$.

\end{document}