GSO001 Problem 20
Problem Statement
Current Through a Cylindrical Region in a Static Magnetic Field
Problem Statement
In a three-dimensional Cartesian coordinate system (x,y,z) in vacuum, a steady magnetic flux density B(x,y,z) is distributed throughout space as follows:
B(x,y,z)=B0e−α(x2+y2)(−yi+xj)where B0 and α are positive constants, and i,j are unit vectors along the positive x- and y-axes, respectively.
A steady current flows through space, governed by Maxwell's equations, to produce this magnetic field distribution.
Find the total current I passing in the +z direction through the disk region S centered at the origin of the xy-plane with radius R=α1 (defined by x2+y2≤R2, z=0).
The permeability of vacuum is μ0 and e denotes Napier's number (Euler's number).
Constraints
- Magnetic field coefficient: B0=1.37×10−2 T
- Spatial decay coefficient: α=2.50×103 m−2
- Permeability of vacuum: μ0=4π×10−7 N/A2
Input Format
The current I is expressed using Napier's number e as I=eX (A), where X is an irreducible fraction BA with A and B being coprime positive integers. Give the value of A+B as a positive integer.
Solution
This problem applies Ampere's law (in the integral form via Stokes' theorem) from Maxwell's equations to find the current from the magnetic field distribution — a vector calculus application.
The most straightforward approach is to apply the integral form of Ampere's law. Let the closed curve C bounding the disk S be the circle of radius R=α1 (i.e., x2+y2=R2, z=0). The line integral of the magnetic field along C is related to the total current I through S by:
∮CB⋅dl=μ0IOn the circle C, since x2+y2=R2=α1, the exponent in B is constant:
e−α(x2+y2)=e−α(1/α)=e−1Therefore, the magnetic field along the path is:
B=B0e−1(−yi+xj)Using polar coordinates (r,θ), the infinitesimal displacement vector dl on the circle is dx=−Rsinθdθ=−ydθ, dy=Rcosθdθ=xdθ, so:
dl=dxi+dyj=(−yi+xj)dθThe dot product B⋅dl is:
B⋅dl=B0e−1(−yi+xj)⋅(−yi+xj)dθ=B0e−1(y2+x2)dθ=B0e−1R2dθIntegrating from θ=0 to 2π:
∮CB⋅dl=∫02πB0e−1R2dθ=2πR2B0e−1=αe2πB0By Ampere's law, the total current I is:
I=μ01∮CB⋅dl=μ0αe2πB0Substituting the given numerical values:
I=(4π×10−7)×(2.50×103)×e2π×(1.37×10−2)=10000π×10−7×e2π×1.37×10−2=10−3π×e2.74π×10−2=e27.4=10e274=5e137 AFrom the problem's input format, I=eX gives X=5137.
This is already an irreducible fraction, so A=137, B=5.
A+B=137+5=142Answer: 142