Talk:PlanetPhysics/Gauss'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: Gauss's Law %%% Primary Category Code: 40-XX %%% Filename: GausssLaw.tex %%% Version: 3 %%% Owner: Saketh %%% Author(s): Saketh %%% 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}

\subsection{Introduction}

Gauss's law, one of \htmladdnormallink{Maxwell's equations}{http://planetphysics.us/encyclopedia/MaxwellsEquations.html}, gives the \htmladdnormallink{relation}{http://planetphysics.us/encyclopedia/Bijective.html} between the electric or gravitational \htmladdnormallink{flux}{http://planetphysics.us/encyclopedia/AbsoluteMagnitude.html} flowing out a closed surface and, respectively, the \htmladdnormallink{Electric Charge}{http://planetphysics.us/encyclopedia/Charge.html} or \htmladdnormallink{mass}{http://planetphysics.us/encyclopedia/Mass.html} enclosed in the surface. It is applicable whenever the inverse-square law holds, the most prominent examples being electrostatics and Newtonian gravitation.

If the \htmladdnormallink{system}{http://planetphysics.us/encyclopedia/SimilarityAndAnalogousSystemsDynamicAdjointnessAndTopologicalEquivalence.html} in question lacks symmetry, then Gauss's law is inapplicable, and integration using \htmladdnormallink{Coulomb's law}{http://planetphysics.us/encyclopedia/CoulombsLaw.html} is necessary.

\subsection{Definition (Integral form)} In its integral form, Gauss's law is \begin{displaymath} \Phi = \oint_S \vec{E} \cdot \,\vec{dA} = \frac{1}{\epsilon_0}\int_V \,dV = \frac{q_{enc}}{\epsilon_0} \end{displaymath} where $\Phi$ is electric flux, $S$ is some closed surface with outward normals, $\vec{E}$ is the \htmladdnormallink{Electric Field}{http://planetphysics.us/encyclopedia/ElectricField.html}, $\vec{dA}$ is a differential area element, $\epsilon_0$ is the permittivity of free space, $q_{enc}$ is the charge enclosed by $S$, and $V$ is the \htmladdnormallink{volume}{http://planetphysics.us/encyclopedia/Volume.html} enclosed by $S$.

\subsection{Definition (Differential form)} In its differential form, Gauss's law is \begin{displaymath} \nabla \cdot \vec{E} = \frac{\rho}{\epsilon_0} \end{displaymath} where $\nabla$ is the \htmladdnormallink{divergence}{http://planetphysics.us/encyclopedia/DivergenceOfAVectorField.html} \htmladdnormallink{operator}{http://planetphysics.us/encyclopedia/QuantumOperatorAlgebra4.html}, and $\rho$ is the charge density.

\subsection{Gauss's Law with Electric Displacement} When dielectrics or other polarizable media enter the system, we must modify Gauss's law accordingly. However, we rescind the mathematical perfection of the above formulation of Gauss's law in favor of a more accurate approximation of the real world.

Polarizable media can contain two \htmladdnormallink{types}{http://planetphysics.us/encyclopedia/Bijective.html} of charge - free and bound. Free charge can move around, while bound charge results from the induced dipoles within the dielectric. Replacing the electric field with the electric displacement \htmladdnormallink{field}{http://planetphysics.us/encyclopedia/CosmologicalConstant.html}, and the charge density with, specifically, the free charge density, we have a new form of Gauss's Law: \begin{displaymath} \nabla \cdot \vec{D} = \rho_{\mathrm{free}} \end{displaymath}

\end{document}