Electromagnetic induction is the physical mechanism behind transformers, electric motors, and the destructive voltage spikes that fry unprotected microcontrollers. When tackling induction examples in electricity for engineering exams or practical circuit design, the primary challenge is rarely the conceptual physics—it is the rigorous management of units, prefixes, and sign conventions. Faraday’s Law and Lenz’s Law dictate the magnitude and polarity of induced electromotive force (EMF), but a single misplaced decimal in your milli- or micro-prefixes will yield a physically impossible answer.
This guide bypasses abstract theory and goes straight to the bench and the exam desk. Below, we provide a data-dense reference table for magnetic core materials, followed by two fully worked, step-by-step problem walkthroughs covering self-inductance and mutual inductance.
Magnetic Core Material Properties for Induction Calculations
Before calculating inductance, you must know the magnetic properties of the core material. The permeability of the core ($\mu$) directly scales the inductance value. In exam problems, you are often given relative permeability ($\mu_r$) and must multiply it by the permeability of free space ($\mu_0 = 4\pi \times 10^{-7} \text{ H/m}$). Below is a reference table of real-world core materials you will encounter in both textbook problems and power electronics design.
| Core Material | Relative Permeability ($\mu_r$) | Electrical Resistivity ($\rho$) | Saturation Flux Density ($B_{sat}$) | Primary Application |
|---|---|---|---|---|
| Air / Vacuum | $1$ | $\infty$ (Insulator) | N/A (No saturation) | RF chokes, high-frequency resonant circuits |
| 3C90 MnZn Ferrite | $2,300$ | $5 \text{ } \Omega\cdot\text{m}$ | $0.40 \text{ T}$ (at 100°C) | Switch-mode power supplies (SMPS), EMI filters |
| M6 Grain-Oriented Silicon Steel | $40,000$ | $4.7 \times 10^{-7} \text{ } \Omega\cdot\text{m}$ | $2.03 \text{ T}$ | 50/60Hz Mains transformers, motor stators |
| Metglas 2605SA1 (Amorphous) | $100,000+$ | $1.3 \times 10^{-6} \text{ } \Omega\cdot\text{m}$ | $1.56 \text{ T}$ | High-efficiency distribution transformers, current sensors |
Walkthrough 1: Self-Inductance and Flyback Voltage Spikes
Which theorem/method applies and why?
We use Faraday’s Law of Induction applied to self-inductance: $\mathcal{E} = -L \frac{di}{dt}$. This method applies because we are dealing with a single coil experiencing a change in its own current, generating a back-EMF that opposes the change (Lenz's Law).
The Trap in this Problem:
The most common mistake is assuming the initial current is simply $1 \text{ A}$ or some arbitrary number without calculating the steady-state DC current first. Another trap is ignoring the negative sign in Lenz's law, which dictates the polarity of the spike relative to the supply voltage.
Step-by-Step Solution:
- Calculate the steady-state initial current ($I_{initial}$):
Before the switch opens, the inductor acts as a short circuit to DC. We use Ohm's Law.
$I_{initial} = \frac{V}{R} = \frac{24 \text{ V}}{15 \text{ } \Omega} = 1.6 \text{ A}$ - Determine the change in current ($\Delta I$) and time ($\Delta t$):
The current drops from $1.6 \text{ A}$ to $0 \text{ A}$.
$\Delta I = I_{final} - I_{initial} = 0 \text{ A} - 1.6 \text{ A} = -1.6 \text{ A}$
Convert the time to standard SI units (seconds):
$\Delta t = 2 \text{ ms} = 2 \times 10^{-3} \text{ s}$ - Convert Inductance to standard SI units (Henries):
$L = 450 \text{ mH} = 450 \times 10^{-3} \text{ H} = 0.45 \text{ H}$ - Apply the self-induction formula:
$\mathcal{E} = -L \left( \frac{\Delta I}{\Delta t} \right)$
$\mathcal{E} = -0.45 \text{ H} \times \left( \frac{-1.6 \text{ A}}{2 \times 10^{-3} \text{ s}} \right)$
$\mathcal{E} = -0.45 \times (-800 \text{ A/s})$
$\mathcal{E} = +360 \text{ V}$
Answer Sanity Check:
The magnitude is $360 \text{ V}$. Is this reasonable? Yes. Inductive kickback spikes are notoriously high; a 15x multiplication of the 24V supply is standard for un-snubbed relay coils switching in the low-millisecond range. The positive sign indicates the induced voltage opposes the collapse, meaning the switch node will spike to $360\text{V} + 24\text{V} = 384\text{V}$ relative to ground, which will instantly avalanche a standard 2N2222 transistor if a flyback diode is omitted.
Walkthrough 2: Mutual Inductance in a Toroidal Transformer
Which theorem/method applies and why?
We use the geometric formula for mutual inductance derived from Ampere’s Law and magnetic flux linkage: $M = \frac{\mu N_1 N_2 A}{l}$. This applies because we are given the physical dimensions and material properties of the magnetic circuit rather than the electrical operating parameters.
The Trap in this Problem:
Failing to convert centimeters to meters for both Area and Length. Area must be converted by $10^{-4}$ (not $10^{-2}$), which is where 90% of students lose points on this specific calculation.
Step-by-Step Solution:
- Calculate the absolute permeability of the core ($\mu$):
$\mu = \mu_0 \times \mu_r$
$\mu = (4\pi \times 10^{-7} \text{ H/m}) \times 1200$
$\mu \approx 1.508 \times 10^{-3} \text{ H/m}$ - Convert geometric parameters to SI units:
Area ($A$): $4 \text{ cm}^2 = 4 \times 10^{-4} \text{ m}^2$
Length ($l$): $20 \text{ cm} = 0.2 \text{ m}$ - Substitute values into the mutual inductance formula:
$M = \frac{\mu \cdot N_1 \cdot N_2 \cdot A}{l}$
$M = \frac{(1.508 \times 10^{-3}) \times 800 \times 200 \times (4 \times 10^{-4})}{0.2}$ - Simplify the numerator:
$N_1 \times N_2 = 160,000$
$160,000 \times (4 \times 10^{-4}) = 64$
Numerator $= 1.508 \times 10^{-3} \times 64 = 0.096512 \text{ H}\cdot\text{m}$ - Divide by the path length:
$M = \frac{0.096512}{0.2} = 0.48256 \text{ H}$
$M \approx 482.6 \text{ mH}$
Answer Sanity Check:
We can verify this independently using the relationship $M = k\sqrt{L_1 L_2}$.
$L_1 = \frac{\mu N_1^2 A}{l} = \frac{1.508 \times 10^{-3} \times 640,000 \times 4 \times 10^{-4}}{0.2} = 1.930 \text{ H}$
$L_2 = \frac{\mu N_2^2 A}{l} = \frac{1.508 \times 10^{-3} \times 40,000 \times 4 \times 10^{-4}}{0.2} = 0.1206 \text{ H}$
$M = 1 \times \sqrt{1.930 \times 0.1206} = \sqrt{0.2327} \approx 0.482 \text{ H}$.
The values match perfectly. The order of magnitude (~0.5 H) is highly realistic for a multi-turn ferrite toroid used in audio or low-frequency power applications.
Exam Traps & Independent Verification FAQ
When reviewing your work on induction problems, use this checklist to catch the most common algebraic and conceptual errors before submitting your exam.
Q: How do I verify my induced EMF answer independently?
A: Check the energy balance. The energy stored in an inductor is $E = \frac{1}{2}LI^2$. In Walkthrough 1, the stored energy was $0.5 \times 0.45 \times (1.6)^2 = 0.576 \text{ Joules}$. If you calculate the power dissipated during the transient or integrate the voltage over time, the total energy transferred must not exceed this initial stored energy (minus what is returned to the supply). If your calculated EMF implies more energy was released than was stored, your algebra is wrong.
Q: What is the most common unit trap in mutual inductance problems?
A: Magnetic flux ($\Phi$) is often given in milliWebers (mWb) or microWebers ($\mu$Wb) in exam prompts, while the standard formula requires Webers (Wb). Always write out the prefix as a power of 10 (e.g., $\text{mWb} = \times 10^{-3}$) on your scratch paper immediately upon reading the prompt.
Q: Does the physical direction of the coil winding matter in these calculations?
A: For calculating the magnitude of inductance or EMF, no. However, for determining the polarity of the induced voltage (which is critical in transformer phasing and flyback converter design), winding direction and the dot convention are mandatory. If an exam asks for the instantaneous voltage at a specific terminal, you must apply Lenz’s Law and the right-hand rule to assign the correct positive or negative sign.






