Talk:PlanetPhysics/Wave Equation

Original TeX Content from PlanetPhysics Archive

edit

%%% This file is part of PlanetPhysics snapshot of 2011-09-01 %%% Primary Title: wave equation %%% Primary Category Code: 02.30.Jr %%% Filename: WaveEquation.tex %%% Version: 5 %%% Owner: bloftin %%% Author(s): bci1, 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}

Any \emph{wave equation} describes the propagation in \htmladdnormallink{space-time}{http://planetphysics.us/encyclopedia/SR.html} of a \htmladdnormallink{wave}{http://planetphysics.us/encyclopedia/CosmologicalConstant2.html} (or periodic \htmladdnormallink{motion}{http://planetphysics.us/encyclopedia/CosmologicalConstant.html}, oscillation, `physical perturbation' or `signal') in terms of certain \htmladdnormallink{types}{http://planetphysics.us/encyclopedia/Bijective.html} of \htmladdnormallink{differential equations}{http://planetphysics.us/encyclopedia/DifferentialEquations.html} (such as partial differential ones); the solutions of such wave equations--usually with additonal \htmladdnormallink{boundary}{http://planetphysics.us/encyclopedia/PiecewiseLinear.html} conditions-- are either propagating or stationary waves; there are numerous types of waves, and thus, there are many different types of \htmladdnormallink{wave equations}{http://planetphysics.us/encyclopedia/TransversalWave.html}.

The following is a short list of such wave equations, that is however not intended to be comprehensive.

\subsection{Types of Wave Equations:}

\begin{enumerate}

\item Elastic wave equation and Hook's Law

\item Equation for sound wave propagation

\item Wave equation for \htmladdnormallink{heat}{http://planetphysics.us/encyclopedia/Heat.html} transfer;

\item Laplace wave equation;

\item \htmladdnormallink{Maxwell's equations}{http://planetphysics.us/encyclopedia/FluorescenceCrossCorrelationSpectroscopy.html} for electromagnetic wave propagation;

\item Schr\"odinger 'wave' equation for electrons (see also \htmladdnormallink{Hamiltonian operator}{http://planetphysics.us/encyclopedia/QuantumHamiltonianOperator.html});

\item Heisenberg's quantum \htmladdnormallink{dynamic}{http://planetphysics.us/encyclopedia/MathematicalFoundationsOfQuantumTheories.html} equations (see also \htmladdnormallink{Hamiltonian operator}{http://planetphysics.us/encyclopedia/QuantumHamiltonianOperator.html} and \htmladdnormallink{quantum harmonic oscillator and Lie algebra}{http://planetphysics.us/encyclopedia/QuantumHarmonicOscillatorAndLieAlgebra.html});

\item Dirac relativistic wave equation;

\item \htmladdnormallink{soliton}{http://planetphysics.us/encyclopedia/Soliton.html} wave equations;

\item \htmladdnormallink{spin}{http://planetphysics.us/encyclopedia/QuarkAntiquarkPair.html} wave equations;

\item \htmladdnormallink{Einstein's}{http://planetphysics.us/encyclopedia/AlbertEinstein.html} gravitational wave equations;

\end{enumerate}

\subsection{Examples:}

In its simplest form, the wave equation refers to a \htmladdnormallink{scalar}{http://planetphysics.us/encyclopedia/Vectors.html} \htmladdnormallink{function}{http://planetphysics.us/encyclopedia/Bijective.html} $w$ that satisfies:

$ \partial^2 (w) \over {\partial t^2}$ = $c^2 \nabla^2 u,$

where $ \nabla^2$ is the \htmladdnormallink{Laplace operator}{http://planetphysics.us/encyclopedia/LaplaceOperator.html}, and where $c$ is a fixed constant equal to the propagation \htmladdnormallink{speed}{http://planetphysics.us/encyclopedia/Velocity.html} of the wave.

\end{document}

Return to "PlanetPhysics/Wave Equation" page.