Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Strand
pit
Commits
b063b240
Commit
b063b240
authored
6 years ago
by
Erik Strand
Browse files
Options
Downloads
Patches
Plain Diff
Answer the kibble balance problem
parent
7d7b289d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
_psets/4.md
+150
-0
150 additions, 0 deletions
_psets/4.md
with
150 additions
and
0 deletions
_psets/4.md
+
150
−
0
View file @
b063b240
...
@@ -250,6 +250,64 @@ relates to the current through it and the vertical gradient of the magnetic fiel
...
@@ -250,6 +250,64 @@ relates to the current through it and the vertical gradient of the magnetic fiel
definition of the force on an infinitesimal current, Green’s theorem, and the formula for the
definition of the force on an infinitesimal current, Green’s theorem, and the formula for the
divergence of a magnetic field).
divergence of a magnetic field).
Instead of a coil, I'll just consider one current loop. A coil can then be modeled as a stack of
such loops. Assume that our loop is centered at the origin and lies in the xy plane. The
differential force generated on a differential current by a magnetic field is $$dF = I (dl
\t
imes
B)$$. In a uniform magnetic field the forces cancel out, so let's consider a linearly nonuniform
magnetic field
$$
B(x) = B_0 + D[B] x
$$
where $$B(x)$$, $$x$$, and $$B_0$$ are 3-vectors and $$D[B]$$ is the (3x3) Jacobian matrix of
$$B(x)$$.
Then the $$z$$ component of $$I (dl
\t
imes B)$$ at any location $$(x, y, 0)$$ on our loop is
$$
I dl_x
\l
eft( B_{0x} +
\f
rac{
\p
artial B_y}{
\p
artial x} x +
\f
rac{
\p
artial B_y}{
\p
artial y} y
\r
ight)
-
I dl_y
\l
eft( B_{0y} +
\f
rac{
\p
artial B_x}{
\p
artial x} x +
\f
rac{
\p
artial B_x}{
\p
artial y} y
\r
ight)
$$
Let's move to radial coordinates to make the integration easier. Let's say our loop has radius
$$r$$. For a point on our loop at angular position $$
\t
heta$$,
$$
dl = (-r
\m
athrm{d}
\t
heta
\s
in{
\t
heta}, r
\m
athrm{d}
\t
heta
\c
os{
\t
heta}, 0)
$$
Thus the $$z$$ component of $$I (dl
\t
imes B)$$ is
$$
-I r
\m
athrm{d}
\t
heta
\s
in{
\t
heta}
\l
eft( B_{0x} +
\f
rac{
\p
artial B_y}{
\p
artial x}
\c
os{
\t
heta} +
\f
rac{
\p
artial B_y}{
\p
artial y}
\s
in{
\t
heta}
\r
ight)
\\
-
I r
\m
athrm{d}
\t
heta
\c
os{
\t
heta}
\l
eft( B_{0y} +
\f
rac{
\p
artial B_x}{
\p
artial x}
\c
os{
\t
heta} +
\f
rac{
\p
artial B_x}{
\p
artial y}
\s
in{
\t
heta}
\r
ight)
$$
We need to integrate this over $$
\t
heta$$ from 0 to $$2
\p
i$$. Though the expression above looks
complicated, the integral ends up being easy. To spare all the algebra, any term that only involves
$$
\c
os{
\t
heta}$$ or $$
\s
in{
\t
heta}$$ integrates to zero since we're integrating over one complete
period. The same happens for both terms that have $$
\c
os{
\t
heta}
\s
in{
\t
heta}$$. So there are only
two terms left, and they reduce to $$
\c
os^2{
\t
heta}$$ and $$
\s
in^2{
\t
heta}$$, both of which
integrate to $$
\p
i$$. So in the end the $$z$$ component of the force on the loop is
$$
-I
\p
i r^2
\l
eft(
\f
rac{
\p
artial B_y}{
\p
artial y} +
\f
rac{
\p
artial B_x}{
\p
artial x}
\r
ight)
= I
\p
i r^2
\f
rac{
\p
artial B_z}{
\p
artial z}
$$
since $$
\n
abla
\c
dot B = 0$$.
The current is adjusted until this force exactly balances the weight of the mass, so we have
$$
mg = I
\p
i r^2
\f
rac{
\p
artial B_z}{
\p
artial z}
$$
where $$g = 9.8
\s
i{m/s^2}$$ is the local acceleration due to gravity.
### (b)
### (b)
{:.question}
{:.question}
...
@@ -257,17 +315,109 @@ In the dynamic phase, the coil is moved at a constant vertical velocity and the
...
@@ -257,17 +315,109 @@ In the dynamic phase, the coil is moved at a constant vertical velocity and the
measured. Calculate how the voltage depends on the velocity and vertical gradient of the magnetic
measured. Calculate how the voltage depends on the velocity and vertical gradient of the magnetic
field.
field.
The induced voltage is proportional to the time rate of change of the magnetic flux through the
current loop. The flux is $$
\p
i r^2 B_z$$. If we move the loop along the z axis with a velocity
$$v$$, the rate of change of the flux is
$$
\p
i r^2 v
\f
rac{
\p
artial B_z}{
\p
artial z}
$$
So the voltage is
$$
V = -
\p
i r^2 v
\f
rac{
\p
artial B_z}{
\p
artial z}
$$
### (c)
### (c)
{:.question}
{:.question}
Combine these results to express the weight in terms of the voltage and current.
Combine these results to express the weight in terms of the voltage and current.
From part (a) we have
$$
\p
i r^2
\f
rac{
\p
artial B_z}{
\p
artial z} =
\f
rac{mg}{I}
$$
and from part (b)
$$
\p
i r^2
\f
rac{
\p
artial B_z}{
\p
artial z} = -
\f
rac{V}{v}
$$
Thus
$$
m = -
\f
rac{I V}{g v}
$$
If we use a coil with $$n$$ windings instead of a single loop then we just need to multiply by
$$n$$.
### (a), (b), and (c) without the assumption of linearity
Let's not assume that the magnetic field varies linearly with distance. Instead, let's assume that
the field is radially symmetric. This is a reasonable assumption since if the field isn't at least
periodically radially symmetric then there will be a torque on the loop. Call the radial component
of the field experienced by our loop $$B_r(z)$$. (There must also be some z component, but we won't
end up needing it so we won't give it a name.)
Now calculating the force on the loop is easy. The z component of $$B$$ doesn't matter since it just
pulls the loop outward. And the radial component produces a force along z. So the force is $$-2
\p
i
r I B_r(z)$$.
But how can we calculate the flux? Consider a z-aligned cylinder of radius $$r$$ and height $$z$$,
with the center of its base at the origin. The magnetic flux through the bottom is some constant
amount $$
\P
hi_
\t
ext{bottom}$$. The flux through the walls is
$$
\P
hi_
\t
ext{walls}(z) = 2
\p
i r
\i
nt_0^z B_r(z')
\m
athrm{d}z'
$$
Then since the divergence of $$B$$ is zero everywhere, Green's theorem tells us that
$$
\P
hi_
\t
ext{top}(z) = -
\P
hi_
\t
ext{walls}(z) -
\P
hi_
\t
ext{bottom}
$$
So by the
[
fundamental theorem of calculus
](
https://en.wikipedia.org/wiki/Fundamental_theorem_of_calculus
)
$$
\f
rac{
\p
artial}{
\p
artial z}
\P
hi_
\t
ext{top}(z) = -2
\p
i r B_r(z)
$$
Thus when our loop travels at a fixed velocity $$v$$ the induced voltage is
$$
2
\p
i r v B_r(z)
$$
Solving these equations for $$m$$ yields
$$
m = -
\f
rac{I V}{g v}
$$
as before.
### (d)
### (d)
{:.question}
{:.question}
Why are the voltage and current measured separately, rather than by doing a measurement of both at
Why are the voltage and current measured separately, rather than by doing a measurement of both at
the same time?
the same time?
Well the voltage is only generated when the coil is moving, but the current is defined as that which
keeps the coil still. So you can't do both at the same time. You could start the coil moving and
then measure the current that keeps it moving at a constant velocity, simultaneously measuring the
resulting voltage. But then the voltage is a combination of the applied voltage and the induced
voltage, and ditto for the current. The field is much harder to analyze.
At the end of the day the point is to have the effects of the magnetic field cancel out, so it
doesn't need to be perfect as it did in the previous definition. In other words, we just want to
measure a voltage and a current and not worry about the specifics of the magnetic field.
## (6.6)
## (6.6)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment