Talk:PlanetPhysics/Vector Potential

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: vector potential %%% Primary Category Code: 02.30.-f %%% Filename: VectorPotential.tex %%% Version: 3 %%% Owner: pahio %%% Author(s): pahio %%% 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}

Let\, $\vec{U} = \vec{U}(x,\,y,\,z)$\, be a \htmladdnormallink{vector field}{http://planetphysics.us/encyclopedia/NeutrinoRestMass.html} in $\mathbb{R}^3$ with continuous partial derivatives.\, Then the following three conditions are equivalent:

\begin{itemize} \item The surface integrals of $\vec{U}$ over all contractible closed surfaces $S$ vanish: $$\oint_S\vec{U}\cdot d\vec{S} = 0$$ \item The \htmladdnormallink{divergence}{http://planetphysics.us/encyclopedia/DivergenceOfAVectorField.html} of $\vec{U}$ vanishes everywhere in the \htmladdnormallink{field}{http://planetphysics.us/encyclopedia/VectorField.html}: $$\nabla\!\cdot\!\vec{U} = 0$$ \item There exists the {\em vector potential}\, $\vec{A} = \vec{A}(x,\,y,\,z)$\, of $\vec{U}$: $$\nabla\!\times\!\vec{A} = \vec{U}$$ \end{itemize}

Under those conditions, the vector field $\vec{U}$ is called \emph{solenoidal}.

\begin{thebibliography}{9} \bibitem{VV}{\sc K. V\"ais\"al\"a:} {\em Vektorianalyysi}. \,Werner S\"oderstr\"om Osakeyhti\"o, Helsinki (1961). \end{thebibliography}

\end{document}