The magnetic constant μ0 ties current to magnetic field strength and equals 4π×10⁻7 N/A² in SI, with a tiny measured uncertainty.
If you’ve seen μ0 in a physics book, it can feel like a random symbol that shows up any time wires and magnets show up. It’s not random. It’s a unit bridge that lets equations talk cleanly in SI units.
This article gives you the meaning, the modern SI status, the value you’ll use in homework and engineering math, and a few fast checks so you can spot unit mistakes before they bite.
What The Magnetic Constant Means In Real Terms
μ0 is a fixed reference that connects two daily ideas: electric current and magnetic field. When charge flows, a magnetic field forms around the path of that flow. μ0 sets the scale for how a given current maps to a field strength when you write the relationship in SI units.
That’s why you’ll also see μ0 called the vacuum magnetic permeability or the permeability of free space. “Permeability” is physics shorthand for “how a medium carries magnetic field.” In a classical vacuum model, μ0 is the baseline.
One practical way to read μ0 is this: if you pick a geometry where the field can be written with clean symmetry, μ0 is the constant that turns “amps” into “teslas” (or “amps per meter” into “teslas”) without leaving unit scraps behind.
Where It Shows Up First
Most people meet μ0 in one of these places:
- Ampère’s law (fields around currents)
- Biot–Savart law (fields from current elements)
- Magnetic energy (energy stored in inductors and fields)
- Electromagnetic waves (μ0 pairs with ε0 and c)
Value, Units, And The 2019 SI Update
For decades, many courses treated μ0 as an exact defined number: 4π×10⁻7 N/A² (the same as 4π×10⁻7 H/m). That clean value came from an older ampere definition based on force between parallel currents.
In the May 2019 SI revision, the ampere stopped being defined through that force setup. It’s now tied to an exact value of the elementary charge, which shifts μ0 into the “measured constant” bucket. The BIPM’s SI Brochure explains that older ampere definition fixed μ0 exactly, while the revised SI does not. BIPM SI Brochure (9th edition, PDF).
In practice, for day-to-day calculation, you’ll still see 4π×10⁻7 N/A² written as the working value, because the measured value differs by a tiny amount that only matters in precision metrology.
Common Unit Forms You’ll See
- N/A² (newtons per ampere squared)
- H/m (henries per meter)
- T·m/A (tesla-meter per ampere)
These are the same thing expressed through different derived units. If your algebra ends with any of them, you’re still on track.
CODATA’s Current Recommended Value
If you want the current best estimate plus uncertainty, NIST posts the CODATA recommended value for μ0. It’s listed as 1.256 637 061 27 × 10⁻6 N/A² with a stated standard uncertainty. NIST CODATA: vacuum magnetic permeability.
A Fast Mental Picture Without The Buzzwords
Think of μ0 as the “magnetic unit glue” inside SI. SI is built so that base units (second, meter, kilogram, ampere) can combine into derived units (newton, tesla, henry). Electromagnetism mixes mechanical ideas (force, energy) with electric ideas (charge, current). μ0 is one of the constants that keeps those mixtures consistent.
If you switch unit systems, the same physics stays put, but the constants you see in equations shift. In Gaussian or Heaviside–Lorentz units, μ0 does not sit in the same spot. In SI, it does, and that’s why it appears so often.
How μ0 Connects To Other Constants
μ0 is tightly tied to the speed of light c and the vacuum electric permittivity ε0 through the relation μ0·ε0·c² = 1. This is one reason electromagnetism and light sit in the same theory: the constants fit together like gears.
There’s another neat tie: μ0 can be expressed using the fine-structure constant α, along with exact constants like c, h, and e in the revised SI. That’s the deeper reason μ0 now carries uncertainty: α is measured, not defined.
What Changes For Students And Engineers
Most course problems and design calculations stay the same. You’ll plug in μ0 as 4π×10⁻7 H/m and move on. The distinction matters when you’re tracking uncertainties at parts-per-billion levels, building standards, or working in national labs.
If you’re writing code or lab reports, a clean habit is to store μ0 as a named constant with a comment that notes whether you used the exact older textbook value or a CODATA value with uncertainty.
Quick Checks Using Simple Setups
Seeing μ0 inside equations is easier when you try one symmetric case. A long straight wire is the classic. The magnetic field magnitude at distance r from a long wire carrying current I is:
B = μ0 I / (2π r)
Two things jump out:
- If current doubles, field doubles.
- If you stand twice as far away, field drops by half.
μ0 is the scaling factor that keeps B in teslas when I is in amps and r is in meters.
Another clean setup is a long solenoid. Inside an ideal solenoid with n turns per meter carrying current I:
B = μ0 n I
Same story: geometry and current set the shape; μ0 keeps the SI bookkeeping straight.
Table: Where The Magnetic Constant Sits In The SI Web
| Quantity | Symbol | How It Relates To μ0 |
|---|---|---|
| Magnetic constant (vacuum permeability) | μ0 | Sets the SI scale for magnetic field from current |
| Electric constant (vacuum permittivity) | ε0 | Pairs with μ0 through μ0·ε0·c² = 1 |
| Speed of light in vacuum | c | Links electric and magnetic constants in wave speed |
| Fine-structure constant | α | Measured value sets μ0’s uncertainty in the revised SI |
| Impedance of free space | Z0 | Z0 = μ0 c, useful in wave problems |
| Magnetic field strength | H | B = μ0 H in a vacuum model (linear, isotropic) |
| Magnetic flux density | B | Often the target output in teslas |
| Inductance | L | Energy in an inductor uses μ0 through field relations |
How It’s Used In Real Work
μ0 isn’t only a classroom symbol. It shows up any time you translate between currents, fields, forces, and stored energy in SI.
Electrical Machines And Power Gear
Motor torque, transformer design, and magnetic core choices rely on field relations. In real materials, you replace μ0 with μ = μ0 μr, where μr is the relative permeability of the material. μ0 is still the anchor in that product.
EMI, Cables, And Antennas
Transmission lines and antennas use wave relations where μ0 and ε0 sit under the hood. Engineers often work with Z0 and c, which already bundle μ0 into a more direct quantity.
Lab Measurement And Uncertainty Budgets
If a lab report asks for uncertainty, that’s where the modern status of μ0 matters. A measured μ0 means it has a stated uncertainty, and that uncertainty can propagate into derived results. Use the CODATA value that your course, lab, or codebase specifies, then carry the uncertainty only if your assignment asks for it.
Common Confusions And Clean Fixes
μ0 vs μ (material permeability)
μ0 is the reference value. μ is the permeability in a specific medium. Many materials are nonlinear, meaning μ can shift with field strength, temperature, and history. In intro problems, μ is treated as constant, so μ = μ0 μr is a tidy shortcut.
B vs H (two “magnetic fields”)
B (tesla) is magnetic flux density. H (A/m) is magnetic field strength. In a vacuum model, they’re tied by B = μ0 H. In matter, B = μ H still holds for linear media, but μ then includes the material response.
“Permeability of vacuum” sounds odd
Yes, the phrase sounds like vacuum is a substance. It’s a historical naming habit. What matters is the role in equations: μ0 sets the SI scale for magnetic effects in the simplest baseline case.
Table: Handy Formula Placements For μ0
| Situation | Formula | What To Watch |
|---|---|---|
| Long straight wire | B = μ0 I / (2π r) | r in meters, not centimeters |
| Long solenoid (ideal) | B = μ0 n I | n is turns per meter |
| Force per length between parallel wires | F/L = μ0 I1 I2 / (2π r) | Match each current to the correct wire |
| Magnetic energy in an inductor | U = ½ L I² | L often depends on μ0 and geometry |
| Wave impedance | Z0 = μ0 c | Pairs with ε0 through Z0 = 1/(ε0 c) |
| Vacuum relation for fields | B = μ0 H | Use μ, not μ0, inside magnetic materials |
Small Tips That Save Time On Exams
When μ0 shows up, it often signals “this is a magnetic-field-from-current step.” If you can spot that early, you can pick the right tool faster.
If you’re doing a numeric plug-in, write μ0 once as 4π×10⁻7 and once as 1.256637…×10⁻6. Pick the form that cancels your π terms cleanly. That tiny choice can save a line of algebra, and it also cuts calculator typos.
When you finish, do a quick sanity check: in many classroom setups, fields land in the microtesla to millitesla range. If you get tens of teslas from a small lab current, you likely mixed centimeters and meters or dropped a 10⁻7 factor.
- Write units once. Put N/A² next to μ0 on scratch paper, then check that your final B is in teslas.
- Keep 4π with μ0. Many formulas have a 2π or 4π in the denominator. Keeping μ0 in the 4π×10⁻7 form helps you cancel π cleanly.
- Use symmetry. If the geometry has a circle or a long straight line, Ampère’s law often beats Biot–Savart on speed.
What Is the Magnetic Constant? In Plain SI Terms
Here’s the practical takeaway: μ0 is the SI conversion constant that ties electric currents to magnetic fields in the baseline vacuum model. In older SI teaching, it was treated as exact. In the revised SI, it’s treated as a measured constant with a tiny uncertainty, while the textbook value 4π×10⁻7 N/A² remains the standard plug-in number for routine work.
References & Sources
- BIPM.“The International System of Units (SI) Brochure, 9th edition.”Explains the SI revision and notes that the earlier ampere definition fixed μ0 exactly.
- NIST (CODATA).“CODATA Value: vacuum magnetic permeability.”Lists the recommended μ0 value and its standard uncertainty.