Biot-Savart Law
Theory and Physics
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.
Physical Meaning of Each Term
- Electric field term $\nabla \times \mathbf{E} = -\partial \mathbf{B}/\partial t$: Faraday's law of electromagnetic induction. A time-varying magnetic flux density generates an electromotive force. [Everyday example] A bicycle dynamo (generator) produces a voltage in a nearby coil by rotating a magnet—a direct application of this law that a changing magnetic field induces an electric field. Induction cooking (IH) heaters also use the same principle, where high-frequency magnetic field changes induce eddy currents in the pot bottom, heating it via Joule heat.
- Magnetic field term $\nabla \times \mathbf{H} = \mathbf{J} + \partial \mathbf{D}/\partial t$: Ampère-Maxwell's law. Current and displacement current generate a magnetic field. [Everyday example] When current flows through a wire, a magnetic field is created around it—this is Ampère's law. Electromagnets operate on this principle, passing current through a coil to create a strong magnetic field. Smartphone speakers also apply this law: current → magnetic field → force on the diaphragm. At high frequencies (e.g., GHz-band antennas), the displacement current $\partial D/\partial t$ cannot be ignored, describing electromagnetic wave radiation.
- Gauss's law $\nabla \cdot \mathbf{D} = \rho_v$: Indicates that electric charge is the divergence source of electric flux. [Everyday example] Rubbing hair with a plastic sheet creates static electricity, making hair stand on end—electric field lines radiate outward from the charged sheet (charge), exerting force on the light hair. In capacitor design, the electric field distribution between electrodes is calculated using this law. ESD (electrostatic discharge) countermeasures are also based on electric field analysis following Gauss's law.
- Magnetic flux conservation $\nabla \cdot \mathbf{B} = 0$: Expresses that magnetic monopoles do not exist. [Everyday example] Even if you cut a bar magnet in half, you cannot create a magnet with only an N pole or only an S pole—N and S poles always exist as a pair. This means magnetic field lines form "closed loops with no start or end points." In numerical analysis, to satisfy this condition, the formulation using the vector potential $\mathbf{B} = \nabla \times \mathbf{A}$ is used, automatically guaranteeing magnetic flux conservation.
Assumptions and Applicability Limits
- Linear material assumption: Permeability and permittivity do not depend on magnetic/electric field strength (nonlinear B-H curve needed in saturation region)
- Quasi-static approximation (low frequency): Displacement current term can be ignored ($\omega \varepsilon \ll \sigma$). Common in eddy current analysis
- 2D assumption (cross-section analysis): Effective when current direction is uniform and end effects can be ignored
- Isotropy assumption: For anisotropic materials (e.g., silicon steel rolling direction), direction-specific property definitions are needed
- Non-applicable cases: Additional constitutive relations are needed for plasma (ionized gas), superconductors, nonlinear optical materials
Dimensional Analysis and Unit Systems
| Variable | SI Unit | Notes / Conversion Memo |
|---|---|---|
| Magnetic Flux Density $B$ | T (Tesla) | 1T = 1 Wb/m². Permanent magnets: 0.2–1.4T |
| Magnetic Field Strength $H$ | A/m | Horizontal axis of B-H curve. Conversion from CGS Oe (Oersted): 1 Oe = 79.577 A/m |
| Current Density $J$ | A/m² | Calculated from conductor cross-sectional area and total current. Note non-uniform distribution due to skin effect |
| Permeability $\mu$ | H/m | $\mu = \mu_0 \mu_r$. In vacuum $\mu_0 = 4\pi \times 10^{-7}$ H/m |
| Electrical Conductivity $\sigma$ | S/m | Copper: approx. 5.96×10⁷ S/m. Decreases with temperature rise |
Numerical Methods and Implementation
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
Coffee Break Trivia
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
この記事の評価ご回答ありがとうございます!参考に
なったもっと
詳しく誤りを
報告
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}$.
- $\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
なった
詳しく
報告