3.5 KiB
Maxwell's Equations
\begin{align}
D &= \epsilon E \\
B &= \mu H
\end{align}
Where \epsilon
is the electric permittivity and \mu
is the magnetic permeability. In prose I will sometimes refer to both D
and E
as the electic field and B
and H
as the magnetic field so don't get tripped up on that. Technically D
is the electric displacement field and B
is magnetic flux density.
There are two ways to look at Maxwell's Equations: derivative form and integral form. Both can be useful however I think the derivative form tends to be a more concise way to look at things so we'll start with that. Don't worry about understanding all of these yet, we'll go through them one at a time.
\begin{align}
\nabla \cdot D &= \rho \\
\nabla \cdot B &= 0 \\
\nabla \times E &= - \frac{\delta B}{\delta t} \\
\nabla \times H &= J + \frac{\delta D}{\delta t}
\end{align}
While I like the derivative forms for conceptual understanding, often it makes more sense when evaluating real world problems to look at volumes and surfaces rather than divergence and curl at any point. This is where the integral forms tend to be useful.
\begin{align}
\oiint D \cdot dS &= \iiint \rho dV \\
\oiint B \cdot dS &= 0 \\
\oint E \cdot d\ell &= - \frac{d}{dt}\iint B \cdot dS \\
\oint H \cdot d\ell &= \iint J \cdot dS + \frac{d}{dt} \iint D \cdot dS
\end{align}
dS
is directed outward.
That's all there is to it. Isn't everything clear now? We'll break down each of these equations to understand their implications.
Gauss's Law
\begin{align}
\nabla \cdot D &= \rho \\
\oiint D \cdot dS &= \iiint \rho dV \\
&= Q
\end{align}
In plain terms, this says that charge sources electric field.
Gauss's Law for Magnetism
\begin{align}
\nabla \cdot B &= 0 \\
\oiint B \cdot dS &= 0
\end{align}
The divergence of the magnetic field is zero. This means that magnetic monopoles cannot exist. In other words the magnetic field must always form closed loops.
Ampere's Law
\begin{align}
\nabla \times E &= - \frac{\delta B}{\delta t} \\
\oint E \cdot d\ell &= - \frac{d}{dt}\iint B \cdot dS
\end{align}
This means that a changing magnetic field will cause circulation in the electric field.
Faraday's Law
\begin{align}
\nabla \times H &= J + \frac{\delta D}{\delta t} \\
\oint H \cdot d\ell &= \iint J \cdot dS + \frac{d}{dt} \iint D \cdot dS
\end{align}
There are two parts to this which are sometimes introduced individually since for slowly time varying fields \delta D / \delta t
is negligible.
The first part means that magnetic field will always circulate electric current.
The second means that changes in the electric field will circulate the magnetic field.
Static Simplifications
Near DC, a the d/dt
terms of Ampere's Law and Faraday's Law go to zero giving the following equations:
\begin{align}
\nabla \times E = 0 \\
\nabla \times H = J
\end{align}
The main takeaway from this is that with the electric field becomes conservative. This means that the path integral between two points only depends on the two points and is independent of the path taken.
Note that voltage is defined as:
\begin{align}
V = \int_p E \cdot d\ell
\end{align}
Conservation of electric field has huge implications for real world testing. Any time you use a multimeter you're relying on this since the path the wires take is the path p
of integration and is largely uncontrolled.
At higher frequencies we have to worry about the path of integration. This is one reason why coaxial probes are used for oscilloscopes but not multimeters.