Skip to content
Snippets Groups Projects
Commit 47d1f4c5 authored by Erik Strand's avatar Erik Strand
Browse files

Answer 13.3

parent d6628e55
Branches
No related tags found
No related merge requests found
...@@ -106,11 +106,38 @@ Using the equation for the energy in a magnetic field, describe why: ...@@ -106,11 +106,38 @@ Using the equation for the energy in a magnetic field, describe why:
{:.question} {:.question}
A permanent magnet is attracted to an unmagnetized ferromagnet. A permanent magnet is attracted to an unmagnetized ferromagnet.
The equation of interest for energy density is
$$
U = \frac{1}{2} (E \cdot D + B \cdot H)
$$
For this problem I assume the electric field is zero, so the total energy is
$$
U = \frac{1}{2 \mu} \int B^2 \mathrm{d} V
$$
An unmagnetized ferromagnet has a very high $$\mu$$, so $$U$$ is reduced by packing more field lines
into its extent. The permanent magnet's field lines are densest closest to its body, so the gradient
of the energy describes an attractive force.
### (b) ### (b)
{:.question} {:.question}
The opposite poles of permanent magnets attract each other. The opposite poles of permanent magnets attract each other.
We know that $$B = \mu (H + M)$$, so
$$
\begin{align*}
U &= \frac{1}{2 \mu} \int \mu (H + M) \cdot H \mathrm{d} V \\
&= \frac{1}{2} \int (H^2 + M \cdot H) \mathrm{d} V \\
\end{align*}
$$
This is reduced when $$H$$ and $$M$$ are anti-aligned.
## (13.4) ## (13.4)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment