Biot-Savart Law
Biot-Savart Law: Theoretical Foundations
Biot-Savart Law
Professor, what is the Biot-Savart law?
A fundamental law for calculating the magnetic field created by an electric current. It is the magnetic field counterpart to Coulomb's law for electrostatic fields.
$\mu_0 = 4\pi \times 10^{-7}$ H/m (permeability of free space). The magnetic flux density $d\mathbf{B}$ created at a point distance $r$ away by an infinitesimal current element $Id\mathbf{l}$.
It's similar to Coulomb's law, but the difference is the presence of the vector product (cross product).
Correct. The direction of the magnetic field is determined by the right-hand rule for the current and the position vector. Coulomb force is radial, but the magnetic field is tangential.
Typical Magnetic Field Analytical Solutions
| Current Distribution | Magnetic Flux Density $B$ |
|---|---|
| Infinite Straight Wire Current $I$ | $B = \mu_0 I / (2\pi r)$ |
| Circular Coil (center) | $B = \mu_0 I / (2a)$, $a$: coil radius |
| Solenoid (inside) | $B = \mu_0 n I$, $n$: turns/m |
| Helmholtz Coil | $B = (4/5)^{3/2} \mu_0 n I / a$ |
Summary
- $d\mathbf{B} = \mu_0/(4\pi) \cdot I d\mathbf{l} \times \hat{r} / r^2$ — Fundamental law for current→magnetic field
- Right-hand rule — Magnetic field direction is the cross product of current and position
- Verify FEM with analytical solutions — Solenoid, Helmholtz coil
Biot and Savart—They were actually research partners
The "Biot-Savart law" bears the names of two people, but there is a theory that they collaborated on experiments for only a few weeks. Jean-Baptiste Biot was an experimental physicist, and Félix Savart was a physician and physicist—an unusual duo who derived the quantitative relationship between current and magnetic field within months of Ørsted's discovery in 1820. On the other hand, Biot is also known for later fiercely clashing with Ampère over credit for the discovery. Behind the scenes of scientific history, there is always drama surrounding priority of discovery.
Computational Methods for Biot-Savart Law
Magnetic Field Analysis with FEM
Can magnetic fields also be solved with FEM?
Instead of directly integrating the Biot-Savart law, we introduce the vector potential $\mathbf{A}$.
The equation satisfied by $\mathbf{A}$:
$\mathbf{J}$: current density. This is the governing equation for static magnetic field FEM.
So the vector potential $\mathbf{A}$ corresponds to the electric potential $\phi$ in electrostatics.
However, $\mathbf{A}$ is a vector (3 components), so it has more degrees of freedom than the scalar $\phi$. In 2D, only $A_z$ (1 component) is needed, making it efficient. In 3D, gauge condition handling ($\nabla \cdot \mathbf{A} = 0$) is required.
Edge Elements (Nédélec Elements)
In 3D magnetic field FEM, edge elements are standard. Instead of nodal elements, DOFs are assigned to edges, naturally satisfying the continuity of the normal component of $\mathbf{B}$.
Summary
- $\nabla \times (\nu \nabla \times \mathbf{A}) = \mathbf{J}$ — Governing equation for static magnetic field FEM
- In 2D, it's a scalar problem for $A_z$ — Efficient
- In 3D, edge elements are standard — Naturally handles gauge condition
The "Singularity Problem" in Biot-Savart Numerical Integration—The Answer Explodes Depending on Location
The biggest trap when numerically implementing the Biot-Savart law is that "if the evaluation point is too close to the current element, the denominator approaches zero and the value diverges." In practice, instead of treating the current as a thin wire, it is necessary to treat it as a solid model with finite cross-sectional area or apply an offset process to keep the evaluation point appropriately distant from the current element. Especially for thin...
Related Topics
Try interactive simulators in this field to experience the theory firsthand
All Simulators