Magnetism is the physical force of attraction or repulsion generated by the motion of electric charges, manifesting as a magnetic field that exerts torque or linear force on other magnetic materials and moving charges. When you design a buck converter, wind a custom transformer, or route high-current traces on a PCB, you are actively managing this force. Understanding magnetism isn't just about picking up paperclips with a neodymium magnet; it is the fundamental mechanism that dictates energy storage in inductors, torque in BLDC motors, and unwanted crosstalk in high-speed digital layouts.

The Core Definition and the B vs. H Confusion

The most common mistake hobbyists and junior engineers make when studying what is magnetism definition in a textbook is confusing the cause of the magnetic field with the effect inside a material. In electrical engineering, we split this into two distinct vectors:

  • Magnetic Field Strength (H): Measured in Amperes per meter (A/m). This is the 'effort' you put in, driven purely by the current flowing through your wire and the number of turns. It doesn't care what material is inside the coil.
  • Magnetic Flux Density (B): Measured in Tesla (T) or Gauss (G). This is the 'result'—the actual concentration of magnetic field lines inside the core material.

The relationship between them is defined by the material's permeability ($\mu$): B = $\mu$H. If you wrap a coil around a plastic pipe (air core), $\mu$ is very low, so your B field is weak. If you wrap the exact same coil around a manganese-zinc (MnZn) ferrite core, the $\mu$ multiplies by thousands, and your B field spikes dramatically.

Constant to Memorize: The permeability of free space ($\mu_0$) is exactly 4$\pi$ × 10⁻⁷ H/m (approx. 1.256 µH/m). Every core material's absolute permeability is this number multiplied by its relative permeability ($\mu_r$).

For a deeper physics breakdown of magnetic field vectors, the Georgia State University HyperPhysics database provides an excellent interactive reference on how B and H interact across different boundaries.

Magnetic Properties of Common Maker and Industrial Core Materials
Material Relative Permeability ($\mu_r$) Saturation Flux Density ($B_{sat}$) Primary Application
Vacuum / Air 1 N/A (Linear) Air-core RF inductors, Tesla coils
MnZn Ferrite (e.g., 3C90) ~2,300 ~0.38 T (at 100°C) High-frequency SMPS transformers
Powdered Iron (e.g., T106-2) 10 ~1.2 T High-DC-bias choke inductors
Grain-Oriented Silicon Steel 30,000+ ~2.03 T 50/60Hz Mains transformers
N52 Neodymium (Permanent) ~1.05 (Recoil) 1.45 T (Remanence) BLDC motor rotors, magnetic couplers

What Magnetism Changes in a Real Circuit

Magnetism is not a passive backdrop; it actively alters circuit behavior in three critical ways that dictate your component selection and PCB layout.

1. Inductor Core Saturation and Inductance Collapse

When the magnetic flux density (B) inside an inductor core reaches the material's saturation limit ($B_{sat}$), the core can no longer support additional magnetic field lines. The relative permeability effectively drops toward 1 (air). In a switching power supply, if your inductor saturates, its inductance plummets, current spikes uncontrollably, and your switching MOSFET will likely explode. You can read more about the thermal and electrical consequences of this in All About Circuits' guide on inductor saturation.

2. Back-EMF in Motors and Relays

Whenever a magnetic field changes relative to a conductor, it induces a voltage (Faraday's Law). In a DC motor, as the rotor spins through the stator's magnetic field, it generates a 'back-EMF' voltage that opposes your supply voltage. This is why a 12V motor drawing 10A at stall (0 RPM) might only draw 1A at no-load (max RPM)—the magnetic interaction is literally generating a counter-voltage that limits the current.

3. PCB Crosstalk and EMI

High di/dt (rapidly changing current) traces generate expanding and collapsing magnetic fields. If a sensitive analog trace runs parallel to a switching node, the changing magnetic field induces a parasitic voltage in the analog trace via mutual inductance. This is why return paths must be tightly coupled to their signal traces, minimizing the physical loop area and containing the magnetic flux.

Worked Numeric Example: Will This Inductor Saturate?

Let's apply the theory to a real workbench scenario. You are building a continuous conduction mode (CCM) buck converter and need a 32µH inductor that can handle 5A of DC current without saturating. You choose a Micrometals T106-2 powdered iron toroid.

Datasheet Values for T106-2:
• $A_L$ (Inductance Index): 20 nH/N²
• Effective Cross-Sectional Area ($A_e$): 0.683 cm² (6.83 × 10⁻⁵ m²)
• Material Saturation Limit: ~1.2 Tesla

Step 1: Calculate the required turns (N).
Using the formula $L = A_L \times N^2$:
$32,000 \text{ nH} = 20 \text{ nH/N}^2 \times N^2$
$N^2 = 1600 \rightarrow N = 40 \text{ turns}$.

Step 2: Calculate the peak Magnetic Flux Density (B) at 5A.
We use the practical engineering formula: $B = \frac{L \times I}{N \times A_e}$
$B = \frac{(32 \times 10^{-6} \text{ H}) \times (5 \text{ A})}{40 \times (6.83 \times 10^{-5} \text{ m}^2)}$
$B = \frac{1.6 \times 10^{-4}}{0.002732}$
$B = 0.0585 \text{ Tesla}$ (or 58.5 mT)

Verdict: Your peak flux density is 58.5 mT. The T106-2 core saturates around 1.2 T (1200 mT). You are operating at less than 5% of the saturation limit. This core will run cool, maintain its inductance, and is perfectly sized for this application. If you had chosen a high-permeability MnZn ferrite toroid with a $B_{sat}$ of 0.35 T and a smaller physical size, that same 5A current might have pushed the flux density to 0.4 T, causing hard saturation and catastrophic circuit failure.

Where You Meet Magnetism in Practice

Beyond passive inductors, magnetic principles are the operating mechanism for several critical components in modern electronics and home wiring:

  • Hall Effect Current Sensors: ICs like the ACS712 or DRV5055 measure current without breaking the circuit. They pass the load current through an internal conductor, which generates a proportional magnetic field. A silicon Hall element inside the chip measures the B-field and outputs an analog voltage. This provides galvanic isolation between high-voltage loads and your 3.3V ESP32 or Arduino GPIO pins.
  • Electromechanical Relays and Contactors: When you energize a relay coil, the resulting H-field magnetizes a soft iron core, pulling a steel armature against a spring to close the high-current contacts. The 'pull-in' voltage is always higher than the 'drop-out' voltage because the air gap (and thus the magnetic reluctance) is largest when the relay is open.
  • EMI Shielding and Mu-Metal: If you are designing a sensitive audio preamp or a precision load cell amplifier, external 50/60Hz magnetic fields from nearby mains wiring will induce hum. Enclosures made of Mu-metal (a nickel-iron soft magnetic alloy with $\mu_r$ > 100,000) provide a low-reluctance path that absorbs and redirects external magnetic flux around your sensitive PCB, rather than through it.

Frequently Asked Questions

Is magnetism the same as static electricity?
No. Static electricity involves stationary electric charges generating an electric field (measured in Volts/meter). Magnetism strictly requires moving charges (current) or the quantum mechanical spin of electrons in permanent magnets to generate a magnetic field (measured in Tesla). A balloon rubbed on your hair generates static electricity, not magnetism.

How does temperature affect magnetic materials?
Heat increases thermal agitation, which scrambles the alignment of magnetic domains. Every ferromagnetic material has a Curie Temperature ($T_c$). For N52 neodymium magnets, the maximum operating temperature is only 80°C; beyond this, they suffer irreversible demagnetization. For 3C90 ferrite, the Curie temperature is >200°C, but its saturation flux density drops significantly as it approaches 100°C, which is why SMPS transformers must be derated for high-ambient environments.

Where can I find exact pull-force data for permanent magnets?
Manufacturer calculators are the most reliable source. The K&J Magnetics material specifications page provides exact remanence, coercivity, and maximum energy product (BHmax) data for grades ranging from N35 to N52, allowing you to calculate exact holding forces for magnetic latches and sensor targets.