Magnets physics in electrical engineering is the study of how magnetic fields interact with conductive materials and magnetic cores to store energy, transfer power, and convert electromechanical force. In a real circuit or installation, manipulating these magnetic properties directly changes your inductance values, transformer efficiency, switching power supply thermal performance, and motor torque. Yet, when builders first encounter this domain, they frequently confuse magnetic field strength (H) with magnetic flux density (B), leading to undersized components that silently saturate and fail under load.
Core Material Properties and Saturation Limits
The physical core you wrap your wire around dictates how much magnetic flux the component can handle before it saturates. When a core saturates, its relative permeability drops to near that of air, inductance collapses, and current spikes—often destroying your switching MOSFETs in the process. Think of Magnetomotive Force (ampere-turns) as water pressure, and magnetic flux as the actual flow rate of the water; the core material is the pipe, and saturation is the point where the pipe simply cannot physically carry any more water regardless of how much pressure you apply.
Selecting the right material requires balancing permeability, saturation limits, and frequency response. Below is a reference matrix for the most common core materials you will encounter on the bench or in commercial power supplies.
| Core Material | Relative Permeability (μr) | Saturation Flux Density (Bsat) | Typical Frequency Range | Core Loss at 100kHz |
|---|---|---|---|---|
| Air (No Core) | 1 | N/A (Linear, no saturation) | DC to GHz | Zero |
| MnZn Ferrite (e.g., TDK N87) | ~2,000 | ~0.39 T (at 25°C) | 10kHz - 1MHz | Low |
| Powdered Iron (e.g., -26 Mix) | ~75 | ~1.2 T | DC - 500kHz | Medium |
| Silicon Steel (Grain-Oriented) | ~40,000 | ~2.0 T | 50Hz - 400Hz | Extremely High (Thermal failure) |
| MPP (Molypermalloy Powder) | ~125 to 550 | ~0.8 T | DC - 1MHz | Very Low |
Calculating Flux Density: A Worked Numeric Example
To prevent component destruction, you must verify that your peak operating current will not drive the core into saturation. We calculate the peak magnetic flux density ($B_{peak}$) using the inductor's physical parameters and the peak current it must handle.
The governing formula is:
$B = \frac{L \cdot I_{peak}}{N \cdot A_e}$
Where:
- $L$ = Inductance in Henries
- $I_{peak}$ = Peak current in Amperes
- $N$ = Number of turns
- $A_e$ = Effective cross-sectional area of the core in square meters
The Scenario: You are building a buck converter and winding your own inductor on a standard TDK/EPCOS N87 ferrite toroid. You need $100 \mu H$ of inductance to handle a peak switch current of $5A$. You wind $20$ turns of 18 AWG magnet wire. The datasheet states the effective cross-sectional area ($A_e$) is $1.25 cm^2$.
The Math:
- Convert units to standard SI: $L = 100 \times 10^{-6} H$, and $A_e = 1.25 \times 10^{-4} m^2$.
- Plug in the values: $B = \frac{(100 \times 10^{-6}) \cdot 5}{20 \cdot (1.25 \times 10^{-4})}$
- Calculate the numerator: $0.0005$
- Calculate the denominator: $0.0025$
- Divide: $B = 0.2 Tesla (T)$
The Verdict: Looking at our table, N87 ferrite saturates at roughly $0.39T$ at room temperature. Your calculated flux density of $0.2T$ leaves a safe margin. However, ferrite saturation drops as temperature rises. At $100°C$, $B_{sat}$ might fall to $0.30T$. Because $0.2T$ is still below $0.30T$, this design is thermally stable. If your calculation had yielded $0.38T$, the inductor would saturate as soon as the enclosure warmed up, likely blowing your switching FET.
Where You Meet Magnets Physics in Practice
You do not need to be designing commercial power supplies to run into these physical limits. Applied magnets physics governs the behavior of several common components in DIY and repair work.
Electromechanical Relays and Contactors
A relay is simply an electromagnet pulling a steel armature. The physical air gap between the coil core and the armature dictates the magnetic reluctance. This is why a relay has a pull-in voltage (often 75% of nominal) that is higher than its dropout voltage (often 10% to 20% of nominal). Once the air gap closes, the reluctance plummets, and it takes far less magnetic force—and therefore less coil current—to hold the contacts closed. If you are driving relays from an ESP32 or Arduino via a transistor, always size your flyback diode for the full coil current, because the collapsing magnetic field will generate a massive voltage spike trying to keep current flowing.
Brushless DC (BLDC) Motors
In a BLDC motor, the rotor contains permanent magnets (usually Neodymium N42 or N52 grades). The physical alignment of these magnets with the stator teeth creates a magnetic detent effect known as cogging torque. When you try to turn an unpowered BLDC motor by hand and feel it 'notch' or stutter, you are feeling the physical magnets physics at work. In precision gimbal or camera slider builds, this cogging is highly undesirable, which is why engineers use skewed stator slots or fractional slot windings to smooth out the magnetic flux transitions.
Current Transformers (CTs) for Energy Monitoring
When building an AC energy monitor using an SCT-013 split-core CT and an Arduino, you are relying on the core to accurately scale down the magnetic field generated by the primary AC wire. If you pass a massive fault current through the primary wire, the CT's ferrite core will saturate. Once saturated, the secondary output voltage clips, and your microcontroller will read a falsely low current value. For accurate metering, always ensure the CT's rated primary current is well above your maximum expected continuous load.
Common Confusions and Field FAQs
What is the difference between Magnetic Field Strength (H) and Flux Density (B)?
This is the most common point of failure in theoretical understanding. H (measured in Amperes per meter, A/m) is the effort you put in—it is purely a function of your coil current and number of turns, regardless of what material is inside the coil. B (measured in Tesla, T) is the actual result—the physical magnetic flux that gets generated. The relationship between them is defined by the core's permeability ($B = \mu \cdot H$). You control H with your circuit; the core material determines how much B you get for that effort.
Why do we use an air gap in transformer and inductor cores?
It seems counterintuitive to intentionally introduce a gap in a high-permeability ferrite core, since air has a permeability of 1. However, adding a physical air gap drastically reduces the effective permeability of the entire magnetic circuit. This makes the inductance much more stable across temperature variations and, crucially, allows the component to handle much higher DC bias currents before saturating. Flyback transformers, which store energy in the gap itself, always have a visible physical gap or spacer between the core halves.
Can I use a permanent magnet as an inductor core?
No. Permanent magnets (like neodymium or ferrite fridge magnets) are already magnetically 'full'—they are operating at their remanence point on the B-H curve. They have virtually no incremental permeability left to store AC energy. Wrapping wire around a permanent magnet will yield an inductance nearly identical to an air-core coil, but with massive eddy current losses if the magnet material is conductive (like NdFeB).
For deeper reading on the foundational equations governing these components, consult the All About Circuits volume on Magnetism and Electromagnetism. If you are selecting specific physical components for a custom winding project, the Coilcraft Magnetic Components Library provides excellent application notes on core loss and thermal derating. For the raw physics of the B-H curve and magnetic forces, the Georgia State University HyperPhysics database remains the gold standard for quick reference.






