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.
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.
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.
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.
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."
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.