Electromagnetic Coupling Simulator Back
Electromagnetic Simulator

Electromagnetic Coupling Simulator

Visualize two-coil electromagnetic coupling via mutual inductance $M = k\sqrt{L_1 L_2}$. Switch between transformer, wireless power transfer, and induction heating modes to see current and voltage waveforms in real time.

Mode
Coil Parameters
L₁ (Primary Inductance)1.00 mH
L₂ (Secondary Inductance)1.00 mH
k (Coupling Coefficient)0.90
R₁ (Primary Resistance)1.0 Ω
R₂ (Secondary Resistance)1.0 Ω
V₀ (Source Voltage)10.0 V
Frequency50 Hz
Results
0.90 mH
Mutual Inductance M
81.0%
Transfer Efficiency η
Secondary Power P₂
Resonant Freq. f_res

Governing Equations

$$M = k\sqrt{L_1 L_2}$$ $$V_2 = -M \frac{dI_1}{dt}$$ $$\eta \approx \frac{k^2 \omega^2 L_1 L_2}{R_1 Z_2 + k^2 \omega^2 L_1 L_2}$$

What is Electromagnetic Coupling?

🧑‍🎓
What exactly is "mutual inductance"? I see it's the main output of this simulator, but what does it physically represent?
🎓
Basically, it's a measure of how well two coils can "talk" to each other magnetically. When the current in the primary coil (L₁) changes, it creates a changing magnetic field. Mutual inductance (M) quantifies how much of that changing field cuts through the secondary coil (L₂) to induce a voltage. In practice, a higher M means a stronger induced signal. Try moving the `k` slider above from 0 to 1 and watch how M changes instantly.
🧑‍🎓
Wait, really? So the coupling coefficient `k` is like the efficiency of this magnetic link? What happens if I set L₁ and L₂ to very different values?
🎓
Exactly! `k` is the magnetic link efficiency, ranging from 0 (no link) to 1 (perfect link). The formula $M = k\sqrt{L_1 L_2}$ shows M depends on both `k` AND the geometric mean of the two inductances. For instance, if you set L₁ very high and L₂ very low using the sliders, the simulator will show a moderate M, but the energy transfer might still be poor because of the impedance mismatch. A common case is a wireless phone charger (high L₁) powering a small receiver coil (lower L₂).
🧑‍🎓
That makes sense. So what's the role of the frequency parameter? And why do we have resistances R₁ and R₂ in the simulator if they're not in the M formula?
🎓
Great question! Frequency is crucial because the induced voltage $V_2 = -M \frac{dI_1}{dt}$ depends on how *fast* the current changes. Higher frequency means a faster change, leading to a higher induced voltage V₂. The resistances R₁ and R₂ represent real-world losses—copper wire isn't perfect. They don't affect M, but they drastically affect the *efficiency* (η) of power transfer. When you change R₁ or R₂, you'll see how they drain useful energy as heat, which is a major design challenge.

Physical Model & Key Equations

The core relationship defining the strength of magnetic linkage between two coils. The mutual inductance M is proportional to the geometric mean of their self-inductances, scaled by the coupling coefficient.

$$M = k\sqrt{L_1 L_2}$$

M: Mutual Inductance (Henries). k: Coupling Coefficient (0 to 1). L₁, L₂: Self-Inductance of primary and secondary coils (Henries).

This equation describes the induced voltage in the secondary coil. It is the fundamental law of electromagnetic induction (Faraday's Law) applied to two coupled circuits.

$$V_2 = -M \frac{dI_1}{dt}$$

V₂: Induced voltage in the secondary coil (Volts). dI₁/dt: Rate of change of current in the primary coil (Amps/second). The negative sign indicates Lenz's Law (the induced voltage opposes the change in current).

An approximate formula for the power transfer efficiency (η). It shows how efficiency depends on the square of k and the operating frequency (ω = 2πf), but is reduced by resistive losses.

$$\eta \approx \frac{k^2 \omega^2 L_1 L_2}{R_1 Z_2 + k^2 \omega^2 L_1 L_2}$$

η: Efficiency. ω: Angular frequency (rad/s) = 2π × Frequency. Z₂: Impedance of the secondary circuit, heavily influenced by R₂. This shows why high k and high frequency are sought for wireless power, but resistances are the enemy.

Real-World Applications

Wireless Smartphone Charging: This uses loose coupling (k ~ 0.2-0.5). The transmitter pad (L₁) and the receiver coil inside the phone (L₂) are separated by air and a plastic case. Designers optimize the frequency and coil geometry to maximize M and efficiency despite the low k.

Power Transformers: The core of the electrical grid. Here, coils are wound on a shared iron core to achieve very high coupling (k > 0.99). This allows efficient voltage stepping (e.g., 11kV down to 240V) with minimal energy loss, as predicted by the high M value.

Inductive Heating: Used in industrial melting and kitchen induction cooktops. A high-frequency alternating current in L₁ induces large eddy currents in a metal workpiece (which acts as a lossy L₂). The key is a moderate M coupled with high frequency to generate heat via the secondary's effective resistance.

Implantable Medical Devices: Charging pacemakers or neural implants wirelessly through the skin. This is an extreme challenge because k is very low (coils are small and far apart). Engineers use resonant tuning at specific frequencies to boost effective power transfer, as suggested by the efficiency equation.

Common Misconceptions and Points to Note

First, understand that "the coupling coefficient k is not a fixed value." While you can easily change it with a slider in the simulator, in actual design it fluctuates significantly based on coil shape, orientation, distance, and surrounding metal (like shields or cases). For example, simply shifting a smartphone slightly on a wireless charging pad can drop k from 0.3 to 0.15, potentially halving the efficiency. In practice, it's crucial to evaluate this "misalignment tolerance" beforehand through simulation.

Next, beware of the pitfall that "the resonant frequency does not behave as calculated." The tool uses the simple resonant frequency determined by L and C, $$f_r = \frac{1}{2\pi\sqrt{LC}}$$, but real coils have parasitic capacitance (distributed capacitance) between windings. Especially at high frequencies, resonance occurs at a lower frequency than calculated. For instance, a design calculated for 1MHz might peak at 800kHz in actual measurement. Consider simulation results as a first approximation only; actual measurement with a prototype is essential.

Finally, do not finalize your design based on efficiency (η) alone. 90% efficiency is excellent, but the remaining 10% is mostly heat loss (copper loss) from coil resistance. This heat can degrade the coil's insulation or cause the device temperature to rise. For example, reducing R1 from 0.1Ω to 0.05Ω might increase efficiency by 2%, but requires thicker, more expensive copper wire. Judging the trade-offs between cost, size, and heat generation holistically is where engineering skill comes in.

Related Engineering Fields

The concept of electromagnetic coupling isn't limited to "Power & Energy." For example, "crosstalk" in high-speed digital circuits is noise caused by "unwanted electromagnetic coupling" between adjacent traces. When predicting the impact of a data line on a clock line on a PCB, the very concept of mutual inductance M is used. Observing how increasing k in the simulator induces noise on the secondary side directly relates to understanding crosstalk principles.

Also, consider eddy current testing, a branch of non-destructive testing. This technique induces eddy currents (secondary currents) inside a conductor (test piece) using a magnetic field from a test coil (primary), detecting cracks or corrosion from their changes. Here, the test piece itself can be seen as a secondary loop with its own "R₂" and "L₂". A defect changes the eddy current path, altering the equivalent R₂ or L₂. It's similar to the feel of tweaking R₂ in the simulator and seeing how the output changes.

Looking further, it connects to coil design for MRI (Magnetic Resonance Imaging). Ultra-sensitive RF coils detect weak electromagnetic waves from hydrogen nuclei in the body, but electromagnetic coupling with the patient's body (a conductor) affects image quality. Here, the challenge in simulation is modeling the complex medium of the human body as a "secondary side impedance."

For Further Learning

The first next step is to "become able to derive the equivalent circuit yourself." Behind this simulator are simultaneous differential equations (mutual induction circuit equations) linking primary and secondary voltages/currents. For example,
$$V_1 = L_1 \frac{dI_1}{dt} + M \frac{dI_2}{dt} + R_1 I_1$$
$$0 = M \frac{dI_1}{dt} + L_2 \frac{dI_2}{dt} + R_2 I_2$$
(It simplifies with I₂=0 when the secondary is open). Learning to rewrite these equations using "AC complex number representation (phasor notation)" and solving them with matrices will enable you to analyze behavior with any load (not just R₂, but capacitors, diodes, etc.).

As mathematical background, explore the concept of the "magnetic vector potential." At the root of mutual inductance M are formulas like Neumann's formula (double line integral): $$M = \frac{\Phi_{12}}{I_1} = \frac{\mu_0}{4\pi} \oint_{C1} \oint_{C2} \frac{d\mathbf{l}_1 \cdot d\mathbf{l}_2}{r}$$. This means "summing over all space the influence of a tiny line element of primary coil C1 on a tiny line element of secondary coil C2, divided by the distance r," suggesting electromagnetic coupling depends on the "inverse of distance." Solving this integral is difficult, which is where CAE simulation (finite element method) comes in.

A recommended next topic is "evaluating high-frequency coupling using 4-terminal network theory (S-parameters)." Especially at MHz frequencies and above, where voltage and current cannot be uniquely defined, it's common to handle reflection and transmission using "S-parameters." For instance, the magnitude of S21 (forward transmission coefficient) corresponds to power transfer efficiency. Knowing that the "relationship between coupling coefficient k and efficiency η" learned in this simulator is expressed more generally in the high-frequency world as "S-parameters and coupling degree" will put you at the doorstep of RF (high-frequency) design.