Magnetism is a fundamental physical force produced by the motion of electric charges, resulting in attractive and repulsive interactions between materials and the generation of magnetic fields that can induce voltage in nearby conductors. When makers, students, and hobbyists ask what is magnetism in science, they are usually looking for the textbook definition of atomic dipoles and magnetic domains. But on the workbench, magnetism is the practical mechanism that allows us to store energy in inductors, step voltages up or down with transformers, and convert electrical power into mechanical torque in motors.
The Core Mechanics: Flux, Density, and Reluctance
To design or troubleshoot magnetic components, you must separate the total magnetic field from its concentration. According to standard NIST SI unit definitions, we measure these using two distinct metrics:
- Magnetic Flux ($\Phi$): Measured in Webers (Wb). This is the total quantity of magnetic field lines passing through a given area.
- Magnetic Flux Density ($B$): Measured in Teslas (T) or Gauss. This is the concentration of those field lines per square meter ($B = \Phi / A$).
- Reluctance ($\mathcal{R}$): The opposition a material offers to the establishment of magnetic flux, measured in Ampere-turns per Weber.
The Traffic Analogy: Think of magnetic flux as the total number of cars on a highway, while flux density is the number of cars per lane. If you force the same total flux through a narrower core (fewer lanes), the flux density spikes. Eventually, the core cannot accept any more magnetic field lines, resulting in a 'traffic jam' known as magnetic saturation. When an inductor saturates, its inductance collapses, and it acts like a dead short.
What Magnetism Changes in a Real Circuit
Magnetism fundamentally changes circuit behavior by introducing inductance. While resistance opposes the flow of current, inductance opposes the change in current. When current flows through a conductor, it builds a magnetic field. When you try to stop that current, the collapsing magnetic field induces a voltage that fights the change, a principle governed by Faraday's Law of Induction.
Worked Numeric Example: The Inductive Kickback
Let's calculate exactly what magnetism does when you switch off a heavy DC contactor controlled by an Arduino or a simple toggle switch.
Coil Inductance ($L$): 500 mH (0.5 H)
Steady-State Current ($I$): 2.0 A
Switch Opening Time ($dt$): 2 milliseconds (0.002 s)
We use the inductor voltage formula: $V = L \times (di / dt)$
- $di$ (change in current) = 2.0 A (going from 2A to 0A)
- $dt$ (change in time) = 0.002 s
- $V = 0.5 \times (2.0 / 0.002)$
- $V = 500 \text{ Volts}$
The Result: Your 24V DC circuit just generated a 500V spike. This is magnetism converting the stored magnetic field back into electrical potential in a fraction of a millisecond. Without a flyback diode (like a 1N4007) wired in reverse-bias across the coil to absorb this energy, that 500V spike will instantly destroy your driving transistor or arc across your mechanical switch contacts, welding them shut.
Where You Meet This in Practice
You interact with applied magnetism every time you build or repair electronic hardware. Here is where it dictates your design choices:
- Switch-Mode Power Supplies (SMPS): Buck and boost converters rely on charging an inductor's magnetic field and dumping it into a capacitor. The core material determines if your converter will overheat at 100 kHz.
- Transformers: Mains isolation and voltage stepping rely on mutual inductance. The primary coil creates a fluctuating magnetic field that induces a proportional voltage in the secondary coil.
- EMI and RFI Shielding: Stray magnetic fields from high-current traces can induce noise in adjacent low-voltage analog sensor lines (like thermocouples or load cells). This requires physical separation or high-permeability shielding like Mu-metal.
- Brushless DC (BLDC) Motors: The electronic speed controller (ESC) sequentially energizes stator coils, creating a rotating magnetic field that drags the permanent magnet rotor along with it.
Decision Tree: Selecting the Right Magnetic Core Material
When winding your own inductors or transformers, the core material dictates your frequency limits and saturation current. Use this decision path to select the right material for your build.
| Application Scenario | Operating Frequency | Required Trait | Best Core Material | Concrete Example / Part |
|---|---|---|---|---|
| Mains AC Transformers (50/60Hz) | Low (50 - 400 Hz) | High saturation flux, low cost | Laminated Silicon Steel | Standard EI laminations (e.g., M6 grain-oriented steel) |
| DIY Buck/Boost Converters | High (20 kHz - 500 kHz) | Low eddy current losses, high resistivity | Manganese-Zinc Ferrite | Ferroxcube 3C90 or TDK PC40 toroids |
| RF Tuning & Antenna Matching | VHF/UHF (1 MHz - 100 MHz) | Very low loss at high frequency, stability | Nickel-Zinc Ferrite | Fair-Rite Type 43 or Type 61 beads |
| High-Current Audio Crossovers | Audio (20 Hz - 20 kHz) | Zero saturation, linear inductance | Air Core (No magnetic material) | Enamel copper wire wound on a plastic bobbin |
Common Magnetism Confusions (FAQ)
Q: What is the difference between EMF and MMF?
A: Electromotive Force (EMF), measured in Volts, is the electrical potential that drives current through a circuit. Magnetomotive Force (MMF), measured in Ampere-turns, is the magnetic 'pressure' that drives magnetic flux through a core. MMF is the magnetic equivalent of EMF. You calculate MMF by multiplying the current through a coil by the number of turns ($MMF = N \times I$).
Q: Do people confuse magnetic flux with magnetic field strength?
A: Constantly. Flux ($\Phi$, Webers) is the total volume of the field. Field strength ($H$, Amperes/meter) is the external magnetizing force you apply to the core. Flux density ($B$, Teslas) is the actual resulting field inside the material. The relationship is $B = \mu \times H$, where $\mu$ is the permeability of the core. A high-permeability core yields a massive flux density for a very small applied field strength.
Q: Why does my multimeter read 0 ohms across a transformer primary, but it doesn't trip the breaker?
A: You are measuring DC resistance (the physical wire), which is very low. However, when AC voltage is applied, the changing magnetic field creates inductive reactance ($X_L = 2 \pi f L$). This reactance opposes the AC current flow, limiting it to a safe operating level despite the near-zero DC resistance. For a deeper dive into how inductors behave in AC circuits, Electronics Tutorials provides excellent phasor diagrams and impedance calculations.






