Mutual inductance is the phenomenon where a changing current in one conductor induces a voltage in a nearby conductor through a shared, varying magnetic field. In a real circuit, this property dictates whether energy can successfully cross an isolation barrier (like in a switch-mode power supply transformer) or whether high-speed digital signals will corrupt each other via crosstalk on a densely routed PCB. Beginners frequently confuse mutual inductance with self-inductance (a single coil opposing its own current changes) or capacitive coupling (which relies on electric fields and voltage differences rather than magnetic flux and current changes).

The Physics and Math of Magnetic Coupling

When alternating current (AC) or a switching DC current flows through a primary coil, it generates a magnetic field. If a secondary coil is placed within the reach of this field, the expanding and collapsing magnetic flux lines cut across the secondary windings. According to Faraday's Law of Induction, this changing flux induces an electromotive force (EMF) or voltage in the secondary coil.

The strength of this interaction is quantified by the mutual inductance (M), measured in Henrys (H). The theoretical maximum mutual inductance between two coils depends on their individual self-inductances (L1 and L2). However, in the real world, not all magnetic flux generated by the first coil reaches the second. Flux leakage is inevitable.

The Coupling Coefficient (k):
To account for leakage, we use the coupling coefficient k, a dimensionless number between 0 and 1.
k = 1: Perfect coupling (100% of flux links both coils; physically impossible but approached by toroidal transformers).
k = 0: No coupling (coils are magnetically isolated).
Typical values: Iron-core transformers (0.95 to 0.99), wireless charging coils (0.3 to 0.6), loosely spaced PCB traces (< 0.05).

The governing equation for mutual inductance is:

M = k * √(L1 * L2)

Once you know M, the voltage induced in the second coil (V2) is directly proportional to the rate of change of current in the first coil (di1/dt):

V2 = M * (di1 / dt)

Worked Numeric Example: Calculating Induced Voltage

Let's look at a practical scenario involving a custom gate-drive transformer used in a high-voltage motor controller. Suppose you have a primary coil with an inductance of 15 mH and a secondary coil with 60 mH. The manufacturer specifies a coupling coefficient of 0.75 due to the physical gap required for dielectric isolation.

Step 1: Calculate Mutual Inductance (M)

  • M = 0.75 * √(15 mH * 60 mH)
  • M = 0.75 * √(900)
  • M = 0.75 * 30 mH = 22.5 mH

Step 2: Calculate Induced Voltage

During a switching transient, the primary current ramps up at a rate of 4 A/s (di/dt = 4). What is the open-circuit voltage induced across the secondary?

  • V2 = M * (di1 / dt)
  • V2 = 0.0225 H * 4 A/s
  • V2 = 0.09 V (or 90 mV)

If that switching transient were much faster—say, 400 A/μs (common in SiC MOSFET circuits)—the induced voltage would spike to 9,000 V, which is exactly how flyback and ignition transformers generate high voltage from low-voltage inputs. For deeper mathematical derivations, the Georgia State University HyperPhysics database provides excellent foundational models.

Where You Meet This in Practice

Mutual inductance is a double-edged sword in electrical engineering. It is the fundamental mechanism behind some of our most critical power components, but it is also a primary source of electromagnetic interference (EMI) and signal integrity failures.

Application Role of Mutual Inductance Typical k Value
SMPS Transformers Transfers energy across an isolation barrier while stepping voltage up or down. 0.95 - 0.99
Qi Wireless Charging Couples power from a transmitter pad to a receiver coil through an air gap. 0.30 - 0.60
Current Transformers (CTs) Steps down high AC line currents to measurable milliamp levels for metering. 0.90 - 0.98
PCB Trace Crosstalk Unwanted coupling where a high-speed clock line induces noise on an adjacent analog trace. < 0.05
Ribbon Cable EMI Parallel conductors in a harness share flux, causing signal bleed between channels. 0.10 - 0.40

Mitigating Unwanted Magnetic Coupling

When mutual inductance is a bug rather than a feature, you must design your layout to minimize shared flux. A common misconception is that a solid copper ground plane blocks magnetic coupling. While ground planes are excellent at shunting capacitive (electric field) crosstalk, they are virtually transparent to low-frequency magnetic fields.

To defeat unwanted mutual inductance on a bench or in a PCB layout:

  1. Distance: Magnetic flux density drops off rapidly with distance. Moving an aggressor trace just three times its trace width away (the "3W rule") reduces mutual inductance to negligible levels.
  2. Orthogonal Routing: Route sensitive traces at 90-degree angles to noisy switching nodes. If the flux lines expand perpendicular to the victim trace, the net flux linkage is zero.
  3. Component Placement: Never place two unshielded power inductors (like those in dual-channel buck converters) side-by-side. If you must, rotate one by 90 degrees so their magnetic axes are orthogonal, preventing beat-frequency oscillation and cross-coupling.
  4. Magnetic Shielding: For extreme cases (like audio amplifiers near power transformers), use high-permeability materials like Mu-metal to absorb and redirect the magnetic flux away from sensitive circuitry.

Frequently Asked Questions

What is the difference between mutual inductance and self-inductance?

Self-inductance (L) is a property of a single isolated coil; it describes how the coil generates a back-EMF to resist changes in its own current. Mutual inductance (M) requires at least two separate conductors and describes how a changing current in the first conductor induces a voltage in the second. Self-inductance is about self-preservation; mutual inductance is about interaction.

Can mutual inductance be negative in a circuit?

The physical value of M is always positive, but its effect in circuit equations can be negative depending on the winding direction. Engineers use the "dot convention" on schematics to indicate phase. If current enters the dotted terminal of the primary coil, the induced voltage on the secondary will be positive at its dotted terminal. If you wire the secondary backward relative to the dots, the induced voltage opposes the expected polarity, which is mathematically treated as a negative mutual inductance in Kirchhoff's loop equations.

How do you measure mutual inductance on a bench with an LCR meter?

You cannot measure M directly with a standard multimeter, but you can derive it using an LCR meter and the series-aiding/opposing method. First, wire the two coils in series so their magnetic fields aid each other, and measure the total inductance (L_aid). Next, reverse the connections on one coil so the fields oppose each other, and measure again (L_opp). The mutual inductance is calculated as: M = (L_aid - L_opp) / 4. This is a standard bench technique detailed in All About Circuits and manufacturer application notes.

Does mutual inductance affect DC circuits or only AC?

Mutual inductance only induces a voltage when the current is changing (di/dt ≠ 0). In a pure, steady-state DC circuit, the magnetic field is static, meaning no flux lines are cutting the secondary coil, and the induced voltage is exactly zero. However, in modern electronics, "DC" circuits are rarely pure. Switch-mode power supplies, PWM motor drives, and digital logic all feature rapid DC switching transients. During these microsecond transitions, mutual inductance is highly active and is usually the culprit behind EMI and ringing.