\documentclass{article}
\usepackage{amsmath,amssymb,fullpage,hyperref,graphicx}

\addtolength{\evensidemargin}{-.5in}
\addtolength{\oddsidemargin}{-.5in}
\addtolength{\textwidth}{1in}
\addtolength{\textheight}{1.2in}
\addtolength{\topmargin}{-.4in}
\pagestyle{empty}

\newcommand{\bbR}{{\mathbb R}}
\newcommand{\ds}{\displaystyle}
\newcommand{\opcurl}{\operatorname{curl}}
\newcommand{\opdiv}{\operatorname{div}}

\newenvironment{myitemize}{
  \begin{list}{$\bullet$}{\setlength{\leftmargin}{12pt}
  \setlength{\itemsep}{-4pt}
  \setlength{\labelwidth}{8pt}
  \setlength{\labelsep}{4pt}}
}{
  \end{list}
}

\begin{document}

\noindent\parbox{2.9in}{
  {\scriptsize
    \href{http://www.math.toronto.edu/~drorbn}{Dror Bar-Natan}:
    \href{http://katlas.math.toronto.edu/drorbn/AcademicPensieve}{Academic Pensieve}:
    \href{http://katlas.math.toronto.edu/drorbn/AcademicPensieve/2011-11}{2011-11}\#%
    \href{http://katlas.math.toronto.edu/drorbn/AcademicPensieve/2011-11\#OtherFiles}{Other Files}:
  }
  \newline
  \vskip 3mm
  {\LARGE A Bit on Maxwell's Equations}
  \vskip 5mm
  \par\noindent{\bf Prerequisites.}
  \begin{myitemize}
  \item Poincar\'e's Lemma, which says that on $\bbR^n$, every closed form is
    exact. That is, if $d\omega=0$, then there exists $\eta$ with
    $d\eta=\omega$.
  \item Integration by parts: $\int\omega\wedge d\eta =
    -(-1)^{\deg\omega}\int(d\omega)\wedge\eta$ on domains that have no boundary.
  \item The Hodge star operator $\star$ which satisfies
    $\omega\wedge\star\eta=\langle\omega,\eta\rangle dx_1\cdots dx_n$ whenever $\omega$ and $\eta$
    are of the same degree.
  \item The simplesest least action principle: the extremes of $q\mapsto\int_a^b\left(\frac12m\dot{q}^2(t)-V(q(t))\right)dt$ occur when $m\ddot{q}=-V'(q(t))$. That is, when $F=ma$.
  \end{myitemize}
}\qquad
\parbox{4.2in}{\centering
  $\includegraphics[width=4.2in]{ClassicalPhysicsAccordingToFeynman.png}$\newline
  {\small The Feynman Lectures on Physics vol.\ II, page 18-2}
}

\vskip 3mm \par\noindent{\bf The Action Principle. }
The {\em Vector Field} is a compactly supported 1-form $A$ on $\bbR^4$ which extremizes the {\em action}
\[ \fbox{$\ds
  S_J(A) := \int_{\bbR^4}\frac12||dA||^2dtdxdydz + J\wedge A
$} \]
where the 3-form $J$ is the {\em charge-current}.

\vskip 3mm \par\noindent{\bf The Euler-Lagrange Equations} in this case
are $d\star dA=J$, meaning that there's no hope for a solution unless
$dJ=0$, and that we might as well (think Poincar\'e's Lemma!) change
variables to $F:=dA$.  We thus get
\[ \fbox{$\ds
  dJ=0
  \qquad dF=0
  \qquad d\star F=J
$} \]

\vskip 3mm \par\noindent{\bf These are the Maxwell equations! } Indeed,
writing $F=(E_xdxdt+E_ydydt+E_zdzdt)+(B_xdydz+B_ydzdx+B_zdxdy)$ and
$J=\rho dxdydz-j_xdydzdt-j_ydzdxdt-j_zdxdydt$, we find:

\vskip 3mm
\begin{center} \renewcommand{\arraystretch}{2}
  \begin{tabular}{|rcl|}
  \hline
    $\ds dJ=0 \Longrightarrow$ &
    $\ds \frac{\partial\rho}{\partial t} + \opdiv j = 0$ &
    \qquad ``conservation of charge''
  \\
    $\ds dF=0 \Longrightarrow$ &
    $\ds \opdiv B=0$ &
    \qquad ``no magnetic monopoles''
  \\
    &
    $\ds \opcurl E = -\frac{\partial B}{\partial t}$ &
    \qquad that's how generators work!
  \\
    $\ds d*F=J \Longrightarrow$ &
    $\ds \opdiv E = -\rho$ &
    \qquad ``electrostatics''
  \\
    &
    $\ds \opcurl B = -\frac{\partial E}{\partial t}+j$ &
    \qquad that's how electromagnets work!
  \\
  \hline
  \end{tabular}
\end{center}

\vskip 3mm \par\noindent{\bf Exercise.} Use the Lorentz metric to fix the sign errors.

\vskip 1mm \par\noindent{\bf Exercise.} Use pullbacks along Lorentz transformations to figure out
  how $E$ and $B$ (and $j$ and $\rho$) appear to moving observers.

\vskip 1mm \par\noindent{\bf Exercise.} With $ds^2=c^2dt^2-dx^2-dy^2-dz^2$ use $S=mc\int_{e_1}^{e^2}(ds+eA)$ to derive Feynman's ``law of motion'' and ``force law''.

\vskip 3mm \par\noindent{\footnotesize
  November 30, 2011;
  \url{http://katlas.math.toronto.edu/drorbn/AcademicPensieve/2011-11#OtherFiles}
}

\end{document}
