Magnetism is the physical force generated by moving electrical charges that creates a magnetic field capable of attracting ferromagnetic materials and inducing voltage in adjacent conductors. In a real circuit or installation, magnetism fundamentally changes a design from a simple resistive path into a dynamic energy-storage and transfer system, dictating how power supplies filter noise, how transformers step voltage, and how motors generate torque.
The Core Physics: Flux, Reluctance, and Real-World Impact
To design or troubleshoot magnetic components on the bench, you need to move past abstract field lines and look at three concrete parameters: Magnetic Flux Density ($B$), Magnetic Field Strength ($H$), and Permeability ($\mu$).
When you push current through a coil of wire, you generate $H$ (measured in Amperes per meter, A/m). The core material inside that coil reacts to $H$ by generating $B$ (measured in Teslas, T). The ratio between them is permeability ($\mu = B / H$). Air has a very low permeability ($\mu_0$). Ferromagnetic materials like iron or ferrite have permeabilities thousands of times higher, meaning they concentrate and amplify the magnetic flux for a given amount of current.
However, every magnetic core has a hard physical limit called saturation. Once all the magnetic domains in the ferrite or iron are aligned, the core cannot support any more flux. At this point, the inductor effectively becomes an air-core coil, its inductance plummets, and current spikes uncontrollably—a common way to fry MOSFETs in switch-mode power supplies.
Worked Numeric Example: Sizing an Inductor for a Buck Converter
Let’s apply this to a real-world scenario. You are building a 12V to 5V DC-DC buck converter to power an ESP32 and a relay module. Your target output current is 2A, and your switching frequency ($f_{sw}$) is 500 kHz. You need to select the correct inductor.
- Calculate Duty Cycle ($D$): $D = V_{out} / V_{in} = 5V / 12V = 0.4167$.
- Calculate On-Time ($t_{on}$): The switching period $T = 1 / 500,000 = 2 \mu s$. The on-time is $D \times T = 0.4167 \times 2 \mu s = 0.833 \mu s$.
- Determine Inductor Voltage ($V_L$): During the on-time, the voltage across the inductor is $V_{in} - V_{out} = 12V - 5V = 7V$.
- Set Ripple Current ($\Delta I_L$): Standard practice is to set the peak-to-peak ripple at 30% of the maximum output current. $\Delta I_L = 0.30 \times 2A = 0.6A$.
- Calculate Inductance ($L$): Using the formula $L = (V_L \times t_{on}) / \Delta I_L$, we get $L = (7V \times 0.833 \mu s) / 0.6A = 9.72 \mu H$.
You must pick a 10 µH inductor with a saturation current rating strictly greater than your peak current ($I_{out} + \Delta I_L / 2 = 2A + 0.3A = 2.3A$). If you pick an inductor rated for 1.5A $I_{sat}$, the core will saturate during peak load, the inductance will drop to near zero, and your switching IC will likely self-destruct from overcurrent. For a deep dive into magnetics design, the All About Circuits DC textbook chapter on magnetic fields provides excellent foundational math.
Where You Meet Magnetism in Practice
You interact with magnetic circuit principles constantly, even if you aren't calculating flux density on a whiteboard.
- Clamp Meters: When you clamp an AC wire, the meter’s ferrite jaws concentrate the alternating magnetic field generated by the current. A Hall-effect sensor or current transformer inside the jaw translates that flux back into a readable Amps value on the LCD.
- Switch-Mode Power Supplies (SMPS): Every wall-wart and PC power supply uses high-frequency ferrite transformers. The magnetism transfers energy from the primary to the secondary winding while providing galvanic isolation.
- EMI Chokes and Beads: Ferrite beads on USB cables exploit magnetic hysteresis and eddy current losses. High-frequency noise currents generate rapidly changing magnetic fields in the bead, which dissipates the noise energy as trace amounts of heat rather than letting it radiate.
- AC Motors and Contactors: In industrial and home wiring, the magnetic pull of an AC coil is what physically forces the heavy copper contacts of a contactor together to start a 5HP compressor.
Magnetic Component Selection Decision Tree
Choosing the wrong core material is a frequent point of failure. Manganese-zinc (MnZn) ferrites are great for power transfer at 100kHz, but they are nearly transparent to 100MHz RF noise. Use this decision matrix to select the right component family for your bench project.
| Application Scenario | Frequency Range | Core Material | Concrete Part Series / Pick |
|---|---|---|---|
| DC-DC Buck/Boost Inductor (Power) | 100 kHz - 2 MHz | MnZn Ferrite (Shielded) | Würth Elektronik WE-PD (e.g., 74477420) |
| Common Mode Choke (EMI Filter) | 10 MHz - 1 GHz | NiZn Ferrite or Nanocrystalline | Wurth WE-CNSW or TDK ACM Series |
| Mains Frequency Transformer (50/60Hz) | 50 Hz - 60 Hz | Grain-Oriented Silicon Steel Laminations | Hammond Manufacturing 165 Series |
| High-Current RF Choke (Antenna matching) | > 10 MHz | Air Core or Low-Permeability Ceramic | Coilcraft 0805CS (Chip Inductor) |
Frequently Asked Questions: Magnetism on the Bench
Why do some inductors have an 'air gap' in the core?
An air gap intentionally introduces high magnetic reluctance into the core path. While it lowers the overall inductance for a given number of turns, it drastically increases the amount of current the inductor can handle before saturating. Power inductors for DC-DC converters almost always have a distributed or discrete air gap; RF signal inductors usually do not.
What is the difference between shielded and unshielded inductors?
Unshielded inductors (like a bare bobbin coil) have magnetic flux lines that extend far into the surrounding air, which can induce noise in nearby sensitive traces or cause EMI failures. Shielded inductors enclose the coil in a magnetic material (like molded ferrite powder), containing the flux inside the component. Always use shielded inductors in dense, mixed-signal PCB layouts.
Can I put two inductors in parallel to double the current rating?
Technically yes, but it is highly discouraged in high-frequency switching circuits. Minor differences in DC resistance (DCR) and parasitic capacitance will cause unequal current sharing and unpredictable resonance. It is always better to select a single, physically larger inductor rated for the total required RMS and saturation current.
Default Recommendation for General Prototyping
If you are building general-purpose DC-DC converters, motor drivers, or LED constant-current sinks on the bench and need a reliable default, stock your lab with Würth Elektronik WE-PD series shielded power inductors (such as the 74477420, a 10 µH, 2.6A part). They feature a rugged manganese-zinc ferrite core with a built-in air gap, predictable saturation curves that match the Analog Devices design guidelines, and flat pads that are forgiving for hand-soldering with a standard chisel tip. They provide the exact magnetic containment and thermal headroom required to keep your prototype running safely without guessing core parameters.






