The Core Concept: Where Magnetic Energy Hides
When current flows through a conductor, it generates a magnetic field. If that conductor is coiled into an inductor, the circuit stores energy in that field. The foundational theorem governing this is the Inductor Energy Theorem (derived from the conservation of energy via the power integral $p(t) = v(t)i(t)$), which states that the energy $E$ stored in an inductor is $E = \frac{1}{2}LI^2$.
Real-world examples of magnetic energy span massive scales. An MRI superconducting magnet stores megajoules of magnetic energy (enough to melt its own windings if quenched improperly). A buck converter inductor stores microjoules to smooth DC output. But the most dangerous example for a bench engineer is the electromechanical relay or contactor coil. When you interrupt the current to a coil, the magnetic field collapses, inducing a massive voltage spike to maintain current flow. If you miscalculate this energy, you will vaporize your switching transistor.
Exam Problem Statement: The 24V Contactor Coil
Practice Problem
A 24V DC industrial contactor (modeled after the Schneider Electric TeSys LC1D09) has a measured coil resistance of $R = 14.4 \, \Omega$ and an inductance of $L = 1.2 \, \text{H}$. The coil is driven by an N-channel MOSFET with a maximum drain-source breakdown voltage $V_{DS(max)} = 60 \, \text{V}$.
Tasks:
- Calculate the exact steady-state magnetic energy stored in the coil just before the MOSFET switches off.
- Determine the minimum voltage clamping requirement to protect the MOSFET with a 20% safety margin.
- Select the correct flyback protection topology and specific component part number.
Step-by-Step Algebraic Solution
Method Applied: We use Ohm's Law for the steady-state DC condition (where the inductor acts as a short circuit) and the Inductor Energy Theorem for the stored magnetic field. We do not use transient differential equations yet, as the problem asks for the energy just before switch-off.
Step 1: Calculate Steady-State Current ($I$)
In steady state, $di/dt = 0$, so the inductor's impedance is zero. The coil is purely resistive.
$I = \frac{V}{R}$
$I = \frac{24 \, \text{V}}{14.4 \, \Omega}$
To avoid rounding errors, we convert to fractions: $14.4 = \frac{144}{10} = \frac{72}{5}$.
$I = 24 \times \frac{5}{72} = \frac{120}{72} = \frac{5}{3} \, \text{A} \approx 1.667 \, \text{A}$
Step 2: Calculate Stored Magnetic Energy ($E$)
Using the energy formula $E = \frac{1}{2}LI^2$:
$E = \frac{1}{2} \times 1.2 \, \text{H} \times \left(\frac{5}{3} \, \text{A}\right)^2$
Convert 1.2 to a fraction: $1.2 = \frac{6}{5}$.
$E = \frac{1}{2} \times \frac{6}{5} \times \frac{25}{9}$
$E = \frac{3}{5} \times \frac{25}{9} = \frac{75}{45} = \frac{5}{3} \, \text{Joules}$
$E \approx 1.667 \, \text{J}$
Step 3: Determine Maximum Allowable Clamp Voltage ($V_C$)
The MOSFET can survive up to 60V. We require a 20% safety margin.
$V_{margin} = 60 \, \text{V} \times 0.20 = 12 \, \text{V}$
$V_{C(max)} = 60 \, \text{V} - 12 \, \text{V} = \mathbf{48 \, \text{V}}$
The protection component must clamp the flyback spike at or below 48V.
The unit is Joules. Is 1.667 J reasonable? A standard 1/4W through-hole resistor dissipates 0.25 Joules per second. This contactor coil dumps 1.667 J in a fraction of a millisecond when switched off, meaning the instantaneous power dissipation reaches into the kilowatts. This perfectly aligns with the physical reality that unprotected contactor coils generate massive, visible arcs and instantly destroy silicon junctions. The math holds up to bench reality.
The Trap: Ignoring the Decay Time Constant
The most common trap in this problem is selecting a standard 1N4007 freewheeling diode. Students see "inductive kickback" and immediately drop a rectifier diode across the coil. While a 1N4007 will clamp the voltage to ~0.7V (safely protecting the 60V MOSFET), it creates a catastrophic secondary failure mode in industrial applications.
When you use a standard diode, the decay time constant is $\tau = \frac{L}{R} = \frac{1.2}{14.4} = 0.0833 \, \text{s}$ (83.3 ms). It takes roughly $5\tau$ (416 ms) for the magnetic energy to fully dissipate. During this nearly half-second delay, the contactor's mechanical armature is slowly releasing. The main power contacts separate slowly while still carrying high current, resulting in sustained arcing that will weld the contacts shut. By protecting the transistor with the wrong component, you destroy the contactor.
Decision Path: Selecting the Flyback Protection Component
To dissipate 1.667 J quickly without exceeding our 48V clamp limit, we must choose a topology that allows a higher reverse voltage, thereby increasing the dissipation power ($P = V_{clamp} \times I$) and shrinking the decay time. Use this decision matrix to arrive at the correct part.
| Topology | Clamp Voltage | Decay Speed | Verdict for this Problem |
|---|---|---|---|
| Standard Diode (1N4007) | ~0.7V | Very Slow ($5\tau = 416$ms) | REJECT: Causes contact welding. |
| Zener + Diode Series | $V_z + 0.7V$ | Fast | REJECT: A 33V Zener handling 1.6J peak pulse will exceed its steady-state thermal mass limits and crack. |
| TVS Diode (Transient Voltage Suppressor) | Specific $V_C$ rating | Very Fast (< 5ms) | ACCEPT: Designed specifically for high-energy, short-duration pulses. |
Why: The SMAJ28A has a reverse standoff voltage of 28V (safe for our 24V coil), a breakdown voltage of 31.1V, and a maximum clamping voltage ($V_C$) of 45.4V at its peak pulse current. Since 45.4V is well below our 48V maximum limit, it protects the 60V MOSFET with margin to spare. Furthermore, the SMA (DO-214AC) package is rated for a 400W peak pulse, easily absorbing the 1.667 J magnetic energy dump in milliseconds, forcing the contactor to drop out rapidly and preventing contact arcing. For deeper application notes on this exact topology, refer to the Littelfuse TVS Selection Guide.
FAQ: Verifying and Extending the Concept
How do I verify this answer independently on the bench?
Do not trust the datasheet inductance value blindly; coil inductance drops significantly as the core saturates or as the mechanical armature moves. To verify independently:
- Measure R: Use a 4-wire Kelvin measurement on your DMM to get the exact DC resistance.
- Measure L: Use an LCR meter at 120Hz with the contactor armature mechanically blocked in the "closed" (pulled-in) position.
- Verify the Spike: Connect an oscilloscope probe across the MOSFET's Drain and Source. Trigger on the rising edge when the MOSFET switches off. You should see the voltage spike clamp precisely around 45V. If it rings higher, your layout parasitics are adding inductance, or your TVS diode is undersized.
What if the coil is driven by AC instead of DC?
If this were an AC contactor, the stored magnetic energy would depend on the exact point on the sine wave where the contacts open. The worst-case scenario is opening at peak current ($I_{peak} = I_{RMS} \times \sqrt{2}$). Furthermore, AC contactors typically use a shaded-pole ring and an RC snubber network across the contacts rather than a TVS diode across the coil, because the energy dissipates into the AC mains grid rather than a DC transistor drain. For foundational calculus on how inductors react to AC waveforms, review the All About Circuits AC Inductor Theory chapter.
Understanding practical examples of magnetic energy is not just about passing an exam; it is the difference between a circuit that survives its first power cycle and one that leaves a scorch mark on your workbench. Always calculate the Joules, respect the time constant, and size your silicon accordingly.






