Magnetism is the physical force generated by moving electrical charges that creates a field capable of attracting ferromagnetic materials and storing energy in a circuit. When you route current through a PCB trace or a wire coil, you aren't just moving electrons from point A to point B; you are building a magnetic field that stores energy and actively fights any attempt to change that current. Moving past introductory textbook articles on magnetism, this guide focuses on what magnetic fields actually change in a real-world installation: they introduce inductance, generate destructive voltage spikes when switched off, and dictate the thermal and physical limits of your power converters.
What Magnetism Actually Does in a Circuit
In practical electronics, magnetism manifests primarily as inductance. Any conductor has parasitic inductance, but when we wind wire into a coil and wrap it around a magnetic core, we concentrate that magnetic field to store usable energy. The governing law here is Faraday's Law of Induction, simplified for circuit design as:
V = L × (di/dt)
This equation tells you exactly what magnetism changes in your circuit: it forces you to manage the rate of current change (di/dt). If you attempt to instantly stop the current flowing through an inductor (like opening a mechanical switch or turning off a MOSFET), the collapsing magnetic field will induce a massive voltage spike to keep the current flowing. This is why a 12V relay coil can generate a 200V spike that instantly destroys your driving transistor if you forget a flyback diode.
The Math That Matters: Flux, Inductance, and Saturation
Before selecting components, you must clear up a common confusion: the difference between Magnetic Field Strength (H) and Magnetic Flux Density (B). H (measured in Amperes per meter) is the magnetizing effort you apply via current and coil turns. B (measured in Teslas) is the actual magnetic result inside the core material. They are linked by the core's permeability (B = μ × H). Beginners often confuse the two, assuming more current always yields proportionally more magnetic flux. It doesn't, because of saturation.
Worked Numeric Example: Energy and Saturation
Let's calculate the energy storage and evaluate the saturation risk for a typical buck converter inductor. Assume we are using a Coilcraft MSS1278H-473 (a 47 µH shielded power inductor) in a 5V-to-3.3V buck regulator passing a peak ripple current of 6.2 A.
The energy stored in the magnetic field at peak current is calculated as:
E = 0.5 × L × I²
E = 0.5 × (47 × 10⁻⁶ H) × (6.2 A)²
E = 903.4 µJ (microjoules)
Now, check the datasheet limits. The MSS1278H-473 has an I_sat (saturation current) of roughly 8.5 A (where inductance drops by 20%) and an I_rms (thermal current) of 6.8 A (where the part heats up by 40°C due to copper I²R losses). If a transient load pushes the peak current to 9 A, the core saturates. Inductance drops to ~35 µH, the ripple current spikes, and your high-side MOSFET will likely overheat or fail from overcurrent. This is why you must always design for both I_sat (magnetic limit) and I_rms (thermal limit).
Where You Meet Magnetism in Practice
You will encounter magnetic field effects in almost every mixed-signal and power design. Here is where it matters most on the bench:
- Relay and Solenoid Flyback: Any electromechanical switch requires a freewheeling diode (like a 1N4007 or a fast Schottky like the 1N5819) placed in reverse bias across the coil to safely dissipate the stored magnetic energy when the drive transistor turns off.
- EMI and Near-Field Crosstalk: Unshielded drum-core inductors radiate magnetic flux into the surrounding space. If placed near high-impedance analog traces or feedback loops, this changing flux induces noise voltages, destroying your signal-to-noise ratio.
- Non-Invasive Current Sensing: Hall-effect sensors (like the Allegro ACS712 or modern TI TMCS1100) measure the magnetic field generated by a current-carrying conductor. This allows you to measure 20A loads without inserting a shunt resistor that would waste power and alter the circuit's ground plane.
- Parasitic Trace Inductance: At high switching frequencies (like in GaN or SiC converters), even a 10mm straight PCB trace has enough parasitic inductance (~10 nH) to cause severe ringing. This is why high-frequency gate drive loops must be kept as physically tight as possible.
Core Material Decision Tree: Picking the Right Inductor
Choosing the right magnetic core material dictates your efficiency, physical footprint, and EMI profile. Use this decision matrix to select your core based on your circuit's primary constraints.
| Application Constraint | Core Material | Characteristics | Concrete Part Example |
|---|---|---|---|
| High-frequency SMPS (>500 kHz), strict EMI limits, space-constrained | Shielded Metal Alloy / Composite | Very high saturation current, soft saturation curve, excellent magnetic shielding, higher core losses at low freq. | Coilcraft XEL4020-101 (100 nH) |
| Standard DC-DC Buck/Boost (100 kHz - 1 MHz), balanced cost/performance | Shielded Ferrite | High permeability, sharp saturation knee, low core loss, moderate shielding. | Coilcraft MSS1278H-473 (47 µH) |
| RF tuning, high-Q filters, low DC bias, high frequency (>10 MHz) | Powdered Iron (e.g., Micrometals #26) | Highly stable with temperature, very low core loss at RF, poor DC bias handling (saturates easily). | Bourns 78FR22K-RC (2.2 µH) |
| High-power offline AC-DC, custom transformers, high isolation | Manganese-Zinc (MnZn) Ferrite | Extremely high resistivity (low eddy currents), high flux density, requires custom winding and gapping. | TDK N87 ETD39 Core Set |
Common Confusions and Bench Mistakes
Even experienced makers trip over the physical realities of magnetic components. Avoid these specific bench mistakes:
1. Ignoring AC Core Losses (R_core): Datasheets list DCR (DC Resistance), which causes heat based on I²R. But at high frequencies, the constant reversing of the magnetic field causes hysteresis and eddy current losses in the core itself. If your inductor is burning hot but your load current is well below the I_rms rating, you are likely exceeding the core's AC loss limits. You need a different core material or a lower ripple current.
2. Assuming 'Shielded' means 100% Contained: A 'shielded' inductor simply has a magnetic path that largely contains the flux. However, at high frequencies and high currents, fringing flux still escapes, particularly at the air gaps in the core. Never route a high-impedance analog trace directly underneath even a shielded SMD inductor.
3. The Air-Core Misconception: Some builders remove the ferrite core from a choke to 'prevent saturation,' leaving an air-core inductor. While air never saturates, its permeability is so low that you would need hundreds of turns of wire to achieve the same inductance, massively increasing DCR and parasitic capacitance. Always use the correct core material rather than defeating it.
Frequently Asked Questions
Q: Can I put two inductors in parallel to double my current handling?
A: Generally, no. Unless they are perfectly matched in DCR and inductance, one will hog the DC current and saturate first, leading to a cascading failure. If you need more current, select a single inductor with a higher I_sat rating or use a coupled inductor designed for multiphase converters.
Q: Why does my multimeter read 0 ohms across a large power inuctor?
A: A standard multimeter measures DC resistance (DCR). A large power inductor might have a DCR of just 2 to 5 milliohms, which reads as a short circuit (0.0 Ω) on a standard bench meter. You need a milliohm meter or an LCR meter to properly characterize it.
Q: Does the physical orientation of a shielded inductor on the PCB matter?
A: Yes. Many shielded inductors have a specific pin 1 marker or an internal gap orientation. Placing them so the fringing flux gap points away from sensitive ICs or feedback traces can reduce noise coupling by 10-15 dB.
Magnetism in circuit design is not an abstract physics concept; it is a hard physical constraint that dictates your component selection, layout, and failure modes. Stop treating inductors as ideal components. Read the I_sat and I_rms curves, calculate your peak energy storage, and select a core material that matches your switching frequency. When you prototype your next power supply, verify the inductor temperature with a thermal camera under maximum transient load—if it's running cool and your switching node is clean, you've successfully tamed the magnetic field.






