In electrical engineering, physics magnetism refers to the generation of magnetic flux fields by moving electrical charges, which we harness to store energy in inductors and transfer power in transformers. In a real circuit, the magnetic properties of your chosen core material dictate whether your power supply stores energy efficiently or turns into a saturation-induced dead short that destroys your switching MOSFETs. Designers commonly confuse magnetic field strength (H, measured in Amps/meter) with magnetic flux density (B, measured in Tesla), assuming that pushing more current always yields proportionally more stored energy while ignoring the hard limit of core saturation.

The Core Physics Magnetism Equation (and a Worked Example)

To prevent catastrophic saturation, you must calculate the peak flux density ($B_{peak}$) your core will experience under maximum load. The governing equation for a simple magnetic circuit is:

$$B = \frac{\mu_0 \cdot \mu_r \cdot N \cdot I}{l_e}$$

  • $B$ = Magnetic flux density (Tesla)
  • $\mu_0$ = Permeability of free space ($4\pi \times 10^{-7}$ H/m)
  • $\mu_r$ = Relative permeability of the core material (unitless)
  • $N$ = Number of wire turns
  • $I$ = Peak current (Amps)
  • $l_e$ = Effective magnetic path length of the core (meters)

Worked Numeric Example: Buck Converter Inductor

Suppose you are designing the output inductor for a 12V-to-5V buck converter. You select a standard TDK ETD39/20/13 ferrite core (N87 material) and wind 15 turns of 18 AWG magnet wire. Your peak inductor current under maximum load is 8A.

Looking at the TDK ferrite datasheet, the ETD39 core has an effective magnetic path length ($l_e$) of 92.2 mm (0.0922 m), and N87 material has an initial relative permeability ($\mu_r$) of roughly 2100.

$$B = \frac{(4\pi \times 10^{-7}) \cdot 2100 \cdot 15 \cdot 8}{0.0922}$$

Calculated Peak Flux Density: 0.343 Tesla (343 mT)

N87 ferrite saturates at approximately 390 mT at 100°C. Your calculated 343 mT is technically below the saturation limit, but it leaves only a 12% thermal margin. If the ambient temperature spikes or your current sense resistor drifts, the core will saturate, inductance will collapse to near zero, and your high-side MOSFET will likely fail from overcurrent. This is why power inductors almost always require a physical air gap to artificially lower $\mu_r$ and increase the saturation current threshold.

Where You Meet This in Practice

You will encounter applied physics magnetism constraints whenever a circuit stores energy in a magnetic field or transfers it across an isolation barrier. The most common bench and jobsite encounters include:

  • Switch-Mode Power Supplies (SMPS): Output inductors in buck/boost converters and transformer primaries in flyback or LLC resonant topologies. Here, managing the B-H loop area is critical to minimizing core hysteresis losses.
  • EMI Common Mode Chokes: Components like the Wurth Elektronik WE-CMB series rely on high-permeability nanocrystalline or ferrite cores to present high impedance to high-frequency noise without saturating from the 50/60Hz mains current.
  • Motor Stators and Solenoids: In BLDC motors and heavy-duty contactors, laminated silicon steel is used to channel magnetic flux across an air gap to create mechanical torque or physical pulling force.
  • Wireless Power Transfer: Qi charging pads use shaped ferrite plates to shield the battery and focus the alternating magnetic flux lines between the transmitter and receiver coils.

Core Material Decision Tree: Ferrite vs. Iron Powder vs. Silicon Steel

Selecting the wrong core material is the fastest way to tank your efficiency or blow a component. Use this decision matrix to lock in your material choice based on your operating frequency and bias conditions.

Operating Condition Silicon Steel (Laminated) Iron Powder / Sendust Manganese-Zinc Ferrite
Frequency Range 50 Hz to 400 Hz 10 kHz to 500 kHz 10 kHz to 3 MHz+
DC Bias Tolerance Poor (Saturates easily) Excellent (Soft saturation curve) Poor (Hard saturation, requires gapping)
Core Loss at 100kHz Catastrophic (Massive eddy currents) Moderate to High Very Low
Typical Cost Low ($) Medium ($$) Low to Medium ($)
Best Application Mains transformers, 60Hz motor stators PFC chokes, DC output inductors with high ripple High-frequency transformers, EMI chokes, resonant tanks
The Concrete Pick: If you are designing a 500W, 100kHz LLC resonant converter primary transformer, your frequency eliminates silicon steel, and the high flux swing at high frequency eliminates iron powder due to excessive core heating. You must use a high-grade power ferrite. The default, battle-tested choice for this exact application is the Ferroxcube ETD49/25/16-3C95 core set. It offers low power loss at 100kHz and excellent thermal stability up to 120°C.

Common Confusions: Flux Density vs. Field Strength

The most frequent mistake I see from junior engineers and hobbyists is misreading the B-H curve (the hysteresis loop). They conflate the cause with the effect.

  • Magnetic Field Strength ($H$): This is the cause. It is driven purely by your current and your number of turns ($H = \frac{N \cdot I}{l_e}$). It is measured in Amps per meter (A/m). You control this directly.
  • Magnetic Flux Density ($B$): This is the effect. It is the actual magnetic field stored inside the material, measured in Tesla (T) or Gauss. It depends on the material's permeability ($B = \mu \cdot H$).

The confusion arises because permeability ($\mu$) is not a constant. As you increase $H$ (push more current), $B$ increases linearly at first. But as the magnetic domains inside the core physically align to their maximum limit, the slope of the B-H curve flattens out. This is saturation. Once saturated, increasing $H$ by 1000% might only increase $B$ by 1%. The core effectively becomes invisible to the magnetic field, behaving like air, and your inductor loses its inductance. For a deeper dive into the physics of the hysteresis loop, the All About Circuits AC textbook chapter on magnetic hysteresis provides an excellent visual breakdown of the B-H curve dynamics.

FAQ: Magnetic Saturation and Real-World Failures

Why did my inductor get incredibly hot even though the current was within the datasheet rating?

Datasheet current ratings usually specify the DC current that causes a 40°C temperature rise due to copper loss ($I^2R$ heating in the wire). However, if you are operating at high frequencies with high AC ripple current, your core loss (hysteresis and eddy current heating inside the magnetic material) might dominate. An inductor rated for 10A DC might overheat at 3A if the ripple current is high and the core material isn't optimized for your switching frequency. Always check the manufacturer's core loss curves (mW/cm³ vs. flux density swing).

What exactly happens to the circuit when an inductor saturates?

When the core saturates, the relative permeability drops toward 1 (the permeability of air). Because inductance is directly proportional to permeability ($L \propto \mu$), your 100µH inductor might suddenly drop to 2µH. According to the inductor equation $V = L \cdot \frac{di}{dt}$, if $L$ drops to near zero while voltage is still applied, $\frac{di}{dt}$ (the rate of current rise) spikes toward infinity. The current shoots up vertically, bypassing your control loop's reaction time, and typically destroys the switching MOSFET via overcurrent or thermal runaway. I once debugged a 12V-to-5V buck converter that kept blowing its high-side FET; the designer had used an un-gapped ferrite core for the output inductor, and the mere 2A DC bias was enough to push the core into hard saturation.

How do I measure the saturation current of a custom inductor on the bench?

Do not rely solely on theoretical calculations. Connect the inductor in series with a low-value current sense resistor and a MOSFET to a variable DC power supply. Pulse the MOSFET with a microsecond-wide PWM signal and measure the current ramp on an oscilloscope. Initially, the current will ramp linearly. The exact moment the oscilloscope trace curves sharply upward (indicating $\frac{di}{dt}$ is increasing because $L$ is dropping) is your saturation point. Back off your peak current target by at least 20% from that measured threshold.

Understanding the physics magnetism governing your magnetic components is not just academic; it is the difference between a robust power supply and a smoking workbench. When in doubt, prioritize core materials with soft saturation characteristics like Micrometals iron powder or Sendust for high-DC-bias inductors, and reserve high-permeability ferrites strictly for gapped inductors or transformer applications where AC flux swing dominates.