Solved Problems · Set 2

Conduction and Switching Losses

Part 1 · Power Semiconductor Devices — Set 1 used loss models handed to us. These six problems build them: the RMS a real switch actually carries, the two device laws that compete for it, the energy a diode steals at turn-on, and the temperature that makes all of it worse.

Prof. Mithun Mondal 6 solved problems GATE · ESE · University

Set 2 — Conduction and Switching Losses

A converter’s efficiency is not a property you design in; it is a sum you have to itemise. Every watt lost leaves through one of a small number of named mechanisms, and each obeys a different law — one scales with the square of current, one with frequency, one with neither. This set works six circuits in which those mechanisms are separated, quantified and traded against each other.

Two habits are being built. The first is asking which current a loss term wants: conduction in a resistive device follows \(I_{rms}^2\), conduction in a junction device follows \(I_{avg}\), and using the wrong one is not a small error. The second is remembering that loss raises temperature and temperature raises loss, so the answer to “how much does this device dissipate?” is the solution of a loop, not of a formula — Problem 5.

Part 1 · Chapters 1–2 · 6 solved problems

i Method Recap
  • Match the loss law to the device. A channel is a resistor and wants the RMS; a junction is a voltage source and wants the average:

    \[ P_{MOSFET} = I_{rms}^2 R_{DS(on)}, \qquad P_{diode} = V_0 I_{avg} + r_d I_{rms}^2 \]

    A real diode needs both terms and therefore both currents.

  • RMS of a trapezoidal pulse of average \(I\), ripple \(\Delta I\) and duty \(D\):

    \[ I_{rms} = \sqrt{D\left(I^2+\frac{\Delta I^2}{12}\right)} \]

    The ripple term is almost always negligible, but it is worth proving that once rather than assuming it — Problem 1.

  • Switching loss is energy per event times events per second:

    \[ P_{sw} = \left(E_{on}+E_{off}+E_{rr}\right)f_s \]
  • Gate-drive loss is charge, not current, and it is independent of load:

    \[ P_{gate} = Q_g V_{gs} f_s \]

    Which is why it dominates at light load and sets the floor on efficiency — Problem 4.

  • Silicon gets worse when it gets hot. Both dominant terms drift upward:

    \[ R_{DS(on)}(T_j) = R_{25}\left[1+\alpha\left(T_j-25\right)\right], \qquad T_j = T_a + P\,R_{th(j-a)} \]

    These two equations are simultaneous, so the junction temperature must be iterated — Problem 5.

  • Thermal stability requires that a rise in temperature not pay for itself:

    \[ \frac{dP}{dT_j}\,R_{th(j-a)} < 1 \]
  • Frequency is a trade, not a free choice. Switching loss rises with \(f_s\) while magnetics loss falls, so a minimum exists — Problem 6.

Problem 1CoreThe RMS a Switch Really Carries

A synchronous buck converter delivers \(I_o = 20\) A at a duty ratio of 0.25, with a peak-to-peak inductor ripple of \(\Delta I_L = 6\) A. Both MOSFETs have \(R_{DS(on)} = 8\ \text{m}\Omega\) at 25 °C, rising by a factor of 1.7 at a junction temperature of 125 °C. Find:

  1. the RMS current in each MOSFET, with and without the ripple term;
  2. the high-side conduction loss at 25 °C and at 125 °C;
  3. the total conduction loss at 125 °C;
  4. the loss if the low-side MOSFET were replaced by a Schottky diode of \(V_F = 0.6\) V.
iS(HS) 23 A 17 A iS(LS) D = 0.25 1 − D = 0.75
Each switch carries a slice of the same trapezoid — the slices differ only in width
Solution

The waveform is a trapezoid, not a rectangle. Each MOSFET carries the inductor current, which ramps from \(I_o-\Delta I_L/2 = 17\) A to \(I_o+\Delta I_L/2 = 23\) A, but only for its own conduction interval:

\[ I_{rms(HS)} = \sqrt{D\left(I_o^2+\frac{\Delta I_L^2}{12}\right)} = \sqrt{0.25\left(400+3\right)} = \sqrt{100.75} = 10.04\ \text{A} \]
\[ I_{rms(LS)} = \sqrt{0.75\left(403\right)} = \sqrt{302.25} = 17.39\ \text{A} \]

How much did the ripple matter? Dropping the \(\Delta I_L^2/12\) term gives \(I_o\sqrt{D} = 10.00\) A against 10.04 A — an error of 0.4% in current and 0.8% in loss.

This is worth proving once. A 30% ripple ratio sounds large, but it enters as \(\Delta I^2/12\) against \(I_o^2\), i.e. 3 against 400. For any sane design the ripple term is ignorable — and now you know why rather than merely that.

High-side conduction, cold and hot. The channel is a resistor, so the RMS is the current that counts:

\[ P_{HS}\big|_{25^\circ} = I_{rms}^2 R_{25} = (100.75)(0.008) = 0.806\ \text{W} \]
\[ R_{DS(on)}\big|_{125^\circ} = 1.7\left(8\right) = 13.6\ \text{m}\Omega \;\Longrightarrow\; P_{HS}\big|_{125^\circ} = (100.75)(0.0136) = 1.370\ \text{W} \]

A 70% increase, from temperature alone. A datasheet \(R_{DS(on)}\) quoted at 25 °C is a number the device will never show you in service.

Total conduction loss at temperature:

\[ P_{LS} = (302.25)(0.0136) = 4.11\ \text{W}, \qquad P_{cond} = 1.37+4.11 = 5.48\ \text{W} \]

The low-side device dissipates three times the high-side, purely because it conducts for three times as long. In a low duty-ratio converter it is the synchronous rectifier that deserves the larger die.

The Schottky alternative. A junction device holds a roughly fixed voltage, so its loss follows the average current, not the RMS:

\[ P_{diode} = V_F I_o (1-D) = (0.6)(20)(0.75) = 9.0\ \text{W} \]

Against 4.11 W for the MOSFET — the synchronous rectifier saves 4.9 W here. Note the structural difference: the diode’s loss is linear in current while the MOSFET’s is quadratic, which is exactly the competition Problem 2 resolves.

Two currents, two devices, two laws. The RMS is what a channel resistance responds to; the average is what a forward drop responds to. Every conduction-loss error in this subject is one of these four quantities substituted for another, and the trapezoid correction — the one term students spend most time on — is the only one that never matters.
Answera\(10.04\ \text{A},\ 17.39\ \text{A}\)   b\(0.806\ \text{W} \to 1.37\ \text{W}\)   c\(5.48\ \text{W}\)   d\(9.0\ \text{W}\)
Problem 2CoreDiode or MOSFET?

A rectangular current pulse of 40 A at a duty ratio of 0.5 must be carried by one of:

  • a diode modelled as \(v = V_0 + r_d i\) with \(V_0 = 0.4\) V and \(r_d = 10\ \text{m}\Omega\);
  • a MOSFET with \(R_{DS(on)} = 15\ \text{m}\Omega\).

Find the conduction loss of each, the current at which the two are equal, and show what happens if the diode’s resistive term is evaluated with the average current instead of the RMS.

Solution

Both currents are needed, so compute both. For a rectangular pulse of amplitude \(I\) and duty \(D\):

\[ I_{avg} = DI = (0.5)(40) = 20\ \text{A}, \qquad I_{rms}^2 = D I^2 = (0.5)(1600) = 800\ \text{A}^2 \]

The diode has a term for each. Its offset voltage sees the average current; its bulk resistance sees the RMS:

\[ P_D = V_0 I_{avg} + r_d I_{rms}^2 = (0.4)(20) + (0.010)(800) = 8 + 8 = 16\ \text{W} \]

The MOSFET has only one term:

\[ P_M = I_{rms}^2 R_{DS(on)} = (800)(0.015) = 12\ \text{W} \]

The MOSFET wins here despite having the larger resistance, because it carries no fixed offset.

The crossover. Setting the two equal for a general pulse amplitude \(I\), the duty ratio appears in every term and cancels only if we work with the peak. Writing both losses at the same \(D\):

\[ D\left(V_0 I + r_d I^2\right) = D R_{DS(on)} I^2 \;\Longrightarrow\; V_0 = \left(R_{DS(on)}-r_d\right)I \]
\[ I_{cross} = \frac{V_0}{R_{DS(on)}-r_d} = \frac{0.4}{0.015-0.010} = 80\ \text{A} \]

Below 80 A the MOSFET is the better conductor; above it the diode is, because a quadratic eventually overtakes a line whatever its intercept. This is why very high-current, low-voltage rectification uses MOSFETs and very high-voltage rectification does not.

The consequence of using the wrong current. Evaluating the diode’s resistive term with \(I_{avg}\):

\[ P_D^{\text{(wrong)}} = (0.4)(20) + (0.010)(20)^2 = 8 + 4 = 12\ \text{W} \]

A 25% underestimate, and one that happens to land exactly on the MOSFET’s figure — so the error would also reverse the design decision. The ratio \(I_{rms}^2/I_{avg}^2 = 1/D\) is the whole of the mistake, and it grows without bound as the pulse narrows.

A device with an offset voltage and a device with a resistance cross over exactly once. Below the crossover the offset dominates and the resistive device wins; above it the square law dominates and the offset device wins. Everything about rectifier selection — Schottky against PIN, MOSFET against diode, silicon against SiC — is a version of this one intersection, and Set 3 finds it again for a different pair.
Answera\(P_D = 16\ \text{W}\)   b\(P_M = 12\ \text{W}\)   c\(I_{cross} = 80\ \text{A}\)   d\(12\ \text{W}\), a 25% underestimate
Problem 3Exam levelRecovery Added to Turn-On

A MOSFET in a hard-switched chopper carries 30 A from a 400 V DC link at \(f_s = 20\) kHz, with \(t_r = 50\) ns and \(t_f = 70\) ns. The freewheeling diode has a reverse-recovery charge \(Q_{rr} = 4\ \mu\text{C}\) over \(t_{rr} = 200\) ns. Find:

  1. the overlap energies \(E_{on}\) and \(E_{off}\);
  2. the peak reverse-recovery current and the resulting peak MOSFET current;
  3. the recovery energy, and the total switching loss at 20 kHz;
  4. the loss if a silicon-carbide Schottky diode of negligible \(Q_{rr}\) is fitted instead.
iS vDS 400 V 30 A 70 A t r t rr voltage falls
The recovery spike happens while the switch still stands off the full link voltage — the worst possible moment
Solution

The two overlap terms, as in Set 1:

\[ E_{on} = \tfrac12 V_{dc}I_o t_r = \tfrac12(400)(30)\left(50\times10^{-9}\right) = 300\ \mu\text{J} \]
\[ E_{off} = \tfrac12 V_{dc}I_o t_f = \tfrac12(400)(30)\left(70\times10^{-9}\right) = 420\ \mu\text{J} \]

The diode does not stop conducting when the current reaches zero. Its stored charge must be swept out first, and that reverse current flows through the incoming MOSFET. Approximating the recovery as a triangle of base \(t_{rr}\):

\[ Q_{rr} = \tfrac12 I_{RM} t_{rr} \;\Longrightarrow\; I_{RM} = \frac{2Q_{rr}}{t_{rr}} = \frac{2\left(4\times10^{-6}\right)}{200\times10^{-9}} = 40\ \text{A} \]
\[ I_{S,peak} = I_o + I_{RM} = 30 + 40 = 70\ \text{A} \]

The switch momentarily carries 2.3 times the load current. A device chosen on the 30 A load rating alone would be operating far outside its safe area every single cycle.

The recovery energy. All of that charge is moved while the MOSFET still holds off the full link voltage, so to a first approximation:

\[ E_{rr} = Q_{rr}V_{dc} = \left(4\times10^{-6}\right)(400) = 1.6\ \text{mJ} \]

Compare that with the 300 µJ of genuine turn-on overlap: the diode costs the MOSFET more than five times what its own transition does.

Total switching loss:

\[ E_{total} = 300 + 1600 + 420 = 2320\ \mu\text{J} = 2.32\ \text{mJ} \]
\[ P_{sw} = E_{total} f_s = \left(2.32\times10^{-3}\right)\left(20\times10^{3}\right) = 46.4\ \text{W} \]

Recovery accounts for \(1600/2320 = 69\%\) of it.

With a silicon-carbide Schottky. A majority-carrier device stores no minority charge, so \(E_{rr}\to0\) and only the overlap terms remain:

\[ P_{sw} = \left(720\times10^{-6}\right)\left(20\times10^{3}\right) = 14.4\ \text{W} \]

A saving of 32 W by changing one passive-looking component — and the peak switch current falls back to 30 A, allowing a smaller MOSFET as well. Set 3, Problem 6 works out when that trade stops paying.

The dominant switching loss in a hard-switched leg often does not belong to the switch. It belongs to the diode opposite it, and it is charged to the switch at full link voltage. This is why converter data sheets specify a diode’s recovery charge more carefully than its forward drop, and why the whole of Chapter 20’s soft-switching effort is aimed at making the current zero before the voltage moves.
Answera\(300\ \mu\text{J},\ 420\ \mu\text{J}\)   b\(I_{RM} = 40\ \text{A},\ I_{S,pk} = 70\ \text{A}\)   c\(E_{rr} = 1.6\ \text{mJ},\ P_{sw} = 46.4\ \text{W}\)   d\(14.4\ \text{W}\)
Problem 4Exam levelA Budget Across the Load Range

A 12 V to 5 V synchronous buck delivers 10 A at \(f_s = 500\) kHz. High-side \(R_{DS(on)} = 10\ \text{m}\Omega\), low-side \(5\ \text{m}\Omega\), inductor DCR \(5\ \text{m}\Omega\), combined transition time 20 ns, total gate charge 45 nC driven at 5 V. Neglect ripple. Find:

  1. the full-load loss budget and efficiency;
  2. the loss and efficiency at 10% load;
  3. the load current below which gate-drive loss exceeds all conduction loss;
  4. what this implies for light-load operation.
Solution

Duty ratio and the five terms. With \(D = 5/12 = 0.4167\):

\[ P_{HS} = I_o^2 R_{HS} D = (100)(0.010)(0.4167) = 0.417\ \text{W} \]
\[ P_{LS} = I_o^2 R_{LS}(1-D) = (100)(0.005)(0.5833) = 0.292\ \text{W}, \qquad P_{DCR} = I_o^2 R_{DCR} = 0.500\ \text{W} \]
\[ P_{sw} = \tfrac12 V_{in}I_o t_{sw} f_s = \tfrac12(12)(10)\left(20\times10^{-9}\right)\left(5\times10^{5}\right) = 0.600\ \text{W} \]
\[ P_{gate} = Q_g V_{gs} f_s = \left(45\times10^{-9}\right)(5)\left(5\times10^{5}\right) = 0.113\ \text{W} \]

Full-load total, against \(P_o = (5)(10) = 50\) W:

TermScales asAt 10 AAt 1 A
High-side conduction\(I_o^2\)0.417 W0.004 W
Low-side conduction\(I_o^2\)0.292 W0.003 W
Inductor DCR\(I_o^2\)0.500 W0.005 W
Switching\(I_o\)0.600 W0.060 W
Gate driveconstant0.113 W0.113 W
Total1.921 W0.185 W
Efficiency96.3%96.4%
\[ \eta\big|_{10\text{A}} = \frac{50}{50+1.921} = 96.3\%, \qquad \eta\big|_{1\text{A}} = \frac{5}{5+0.185} = 96.4\% \]

Read the middle column before the bottom row. The efficiencies are nearly equal, but for completely different reasons. At full load 63% of the loss is conduction; at 10% load 94% of it is switching and gate drive. The same number, produced by a different machine.

This is why an efficiency figure quoted without a load point is worthless, and why converter datasheets plot \(\eta\) against \(I_o\) rather than tabulating it.

Where the fixed loss takes over. All three conduction terms sum to \(1.209\) W at 10 A, i.e. \(0.01209 I_o^2\). Setting that equal to the constant gate-drive loss:

\[ 0.01209\,I_o^2 = 0.113 \;\Longrightarrow\; I_o = \sqrt{9.30} = 3.05\ \text{A} \]

Below roughly 3 A the converter spends more energy turning its transistors on and off than it does pushing current through them.

What to do about it. Gate-drive and switching loss are both proportional to \(f_s\) and independent of — or only linear in — \(I_o\). The remedy is therefore to stop switching so often at light load:

\[ P_{fixed} \propto f_s \;\Longrightarrow\; \text{reduce } f_s \text{ when } I_o \text{ is small} \]

That is precisely what pulse-skipping and burst-mode controllers do: deliver a few full-current cycles and then idle, so the average switching frequency falls with load while each cycle stays efficient. At 0.5 A this converter would otherwise manage only 94.5%.

Sort loss terms by how they scale, not by how large they are. A term proportional to \(I_o^2\) vanishes at light load; one proportional to \(f_s\) alone does not vanish at all. Whichever term is currently largest tells you what to fix today; the scaling tells you what will be largest tomorrow when the load changes.
Answera\(1.92\ \text{W},\ \eta = 96.3\%\)   b\(0.185\ \text{W},\ \eta = 96.4\%\)   c\(I_o = 3.05\ \text{A}\)   d reduce \(f_s\) at light load
Problem 5ChallengeLoss That Heats Itself

An IGBT carries 50 A at a duty ratio of 0.5 and switches at \(f_s = 5\) kHz. At 25 °C its saturation voltage is \(V_{CE(sat)} = 1.8\) V, rising at 0.3%/°C, and its total switching energy is 3 mJ, rising at 0.5%/°C. The thermal path is \(R_{th(j-c)} = 0.25\), \(R_{th(c-s)} = 0.10\) and \(R_{th(s-a)} = 0.30\ \text{K/W}\), with \(T_a = 40\) °C. Find:

  1. the dissipation and junction temperature if the 25 °C figures are used naively;
  2. the true steady-state junction temperature and dissipation;
  3. the maximum ambient temperature for \(T_{j,max} = 150\) °C;
  4. whether the arrangement is thermally stable, and the thermal resistance at which it would not be.
Solution

The naive answer first, so we can see what it costs. The thermal path is a series chain:

\[ R_{th(j-a)} = 0.25+0.10+0.30 = 0.65\ \text{K/W} \]
\[ P_{cond} = V_{CE(sat)}I_C D = (1.8)(50)(0.5) = 45\ \text{W}, \qquad P_{sw} = E f_s = \left(3\times10^{-3}\right)\left(5\times10^{3}\right) = 15\ \text{W} \]
\[ P = 60\ \text{W} \;\Longrightarrow\; T_j = T_a + PR_{th} = 40 + 39 = 79^\circ\text{C} \]

But the device is not at 25 °C. Both loss terms depend on \(T_j\), and \(T_j\) depends on the losses. Writing \(\Delta T = T_j - 25\):

\[ P(T_j) = 45\left(1+0.003\,\Delta T\right) + 15\left(1+0.005\,\Delta T\right), \qquad T_j = 40 + 0.65\,P \]

Two equations, two unknowns — and both are linear, so this could be solved in closed form. Iterating is quicker and generalises to the nonlinear case.

Iterate to convergence:

PassAssumed \(T_j\)\(P_{cond}\)\(P_{sw}\)New \(T_j\)
125 °C45.0 W15.0 W79.0 °C
279.0 °C52.3 W19.1 W86.4 °C
386.4 °C53.3 W19.6 W87.4 °C
487.4 °C53.4 W19.7 W87.5 °C
5converged87.5 °C
\[ T_j = 87.5^\circ\text{C}, \qquad P = \frac{T_j-T_a}{R_{th}} = \frac{47.5}{0.65} = 73.1\ \text{W} \]

The naive calculation understated the dissipation by 13 W (22%) and the junction temperature by 8.5 °C. On a design sitting near its limit, that is the difference between passing and failing qualification.

Maximum ambient. Work backwards from the junction limit, where \(\Delta T = 125\) °C:

\[ P\big|_{150^\circ} = 45(1.375) + 15(1.625) = 61.9 + 24.4 = 86.3\ \text{W} \]
\[ T_{a,max} = T_{j,max} - P R_{th} = 150 - (86.3)(0.65) = 93.9^\circ\text{C} \]

Stability. A rise in junction temperature increases the dissipation, which raises the temperature further. The loop converges only if each degree of rise produces less than one degree of further rise:

\[ \frac{dP}{dT_j} = (45)(0.003)+(15)(0.005) = 0.135+0.075 = 0.21\ \text{W/}^\circ\text{C} \]
\[ \frac{dP}{dT_j}R_{th} = (0.21)(0.65) = 0.137 < 1 \quad\Longrightarrow\quad \text{stable} \]

Runaway would require \(R_{th} > 1/0.21 = 4.76\) K/W — roughly seven times worse than the design has, i.e. a device operated with no heatsink at all. The loop is convergent here, but the 22% correction it produced is not optional.

Loss and temperature are not sequential, they are simultaneous. Computing dissipation at 25 °C and then looking up the junction temperature answers a question nobody asked, because the device was never at 25 °C while dissipating. The correction is always in the same direction — upward — which is why it is the one approximation that never fails safe.
Answera\(60\ \text{W},\ 79^\circ\text{C}\)   b\(73.1\ \text{W},\ 87.5^\circ\text{C}\)   c\(T_{a,max} = 93.9^\circ\text{C}\)   d stable; runaway above \(4.76\ \text{K/W}\)
Problem 6ChallengeThe Frequency That Costs Least

A converter is to be designed at fixed ripple ratio, so its inductance varies as \(L \propto 1/f_s\). Its loss terms are:

  • conduction loss, independent of frequency: \(P_{cond} = 12\) W;
  • switching loss \(P_{sw} = E f_s\) with \(E = 200\ \mu\text{J}\);
  • magnetics loss which, for this core and this ripple, works out as \(P_{mag} = K/f_s\) with \(K = 3.2\times10^{5}\ \text{W}\cdot\text{Hz}\).

Find the frequency of minimum total loss, the loss there, and the penalty for operating at half and at double that frequency.

Solution

Why the magnetics term falls with frequency. Holding the ripple current fixed forces \(L \propto 1/f_s\), so the peak flux \(\Phi = L\Delta I/N\) also falls as \(1/f_s\). With a Steinmetz core loss of the form \(P \propto f_s B^2\), the two dependences combine:

\[ P_{mag} \propto f_s B^2 \propto f_s\left(\frac{1}{f_s}\right)^2 = \frac{1}{f_s} \]

Switching harder costs more in the switch and less in the magnetics. That opposition is what creates an optimum rather than a monotone.

Write the total and differentiate:

\[ P_{total}(f_s) = P_{cond} + E f_s + \frac{K}{f_s} \]
\[ \frac{dP_{total}}{df_s} = E - \frac{K}{f_s^2} = 0 \;\Longrightarrow\; f_s^{*} = \sqrt{\frac{K}{E}} \]

Substitute:

\[ f_s^{*} = \sqrt{\frac{3.2\times10^{5}}{200\times10^{-6}}} = \sqrt{1.6\times10^{9}} = 40\ \text{kHz} \]
\[ P_{sw} = \left(200\times10^{-6}\right)\left(4\times10^{4}\right) = 8\ \text{W}, \qquad P_{mag} = \frac{3.2\times10^{5}}{4\times10^{4}} = 8\ \text{W} \]

The two frequency-dependent terms are equal at the optimum. That is not a coincidence of these numbers — setting the derivative to zero for \(Ef_s + K/f_s\) always equalises them, and it gives a useful check on any such design.

The minimum, and how sharp it is:

\(f_s\)\(P_{sw}\)\(P_{mag}\)TotalPenalty
20 kHz4 W16 W32 W+14%
40 kHz8 W8 W28 W
80 kHz16 W4 W32 W+14%

A factor of two in either direction costs 4 W — 14% more loss. The curve is symmetric in \(\log f_s\), which is why halving and doubling cost exactly the same.

What the flatness means in practice. A 14% loss penalty for a 2:1 frequency error is small compared with the other things frequency decides:

\[ \text{filter size} \propto \frac{1}{f_s}, \qquad \text{audible noise, EMI band, control bandwidth} \ \text{all set by}\ f_s \]

So the loss optimum is best read as a permitted range rather than a target. Here anything from about 25 to 65 kHz is within 5% of the minimum, and the actual choice will be made by keeping out of the audio band at the low end and inside a conducted-EMI limit at the high end.

An optimum that is flat is a licence, not a constraint. The useful output of this calculation is not “40 kHz” but the shape of the curve around it — which tells you how much freedom you have to satisfy the requirements that loss cannot express. Designs fail far more often from an EMI limit or an audible whine than from 4 W.
Answera\(f_s^{*} = \sqrt{K/E} = 40\ \text{kHz}\)   b\(P_{min} = 28\ \text{W}\)   c\(32\ \text{W}\) at both 20 and 80 kHz, a 14% penalty
Formulas

Key Formulas

QuantityRelationNotes
MOSFET conduction\(P = I_{rms}^2 R_{DS(on)}\)RMS only — Problems 1, 2
Diode conduction\(P = V_0 I_{avg} + r_d I_{rms}^2\)Needs both currents — Problem 2
Trapezoidal RMS\(I_{rms} = \sqrt{D\left(I^2+\Delta I^2/12\right)}\)Ripple term usually negligible
Rectangular RMS\(I_{rms} = I\sqrt{D},\ I_{avg} = DI\)\(I_{rms}^2/I_{avg}^2 = 1/D\)
Device crossover\(I_{cross} = \dfrac{V_0}{R_{DS(on)}-r_d}\)MOSFET wins below — Problem 2
On-resistance drift\(R(T_j) = R_{25}\left[1+\alpha\Delta T\right]\)Roughly 1.7× at 125 °C
Recovery peak\(I_{RM} = 2Q_{rr}/t_{rr}\)Adds to switch current — Problem 3
Recovery energy\(E_{rr} = Q_{rr}V_{dc}\)Paid by the switch — Problem 3
Switching loss\(P_{sw} = \left(E_{on}+E_{off}+E_{rr}\right)f_s\)Linear in \(f_s\) and \(I_o\)
Gate-drive loss\(P_{gate} = Q_g V_{gs} f_s\)Independent of load — Problem 4
Thermal chain\(T_j = T_a + P\left(R_{jc}+R_{cs}+R_{sa}\right)\)Series, like resistances
Self-consistent loss\(P = P\!\left(T_j\right),\ T_j = T_a+PR_{th}\)Iterate — Problem 5
Thermal stability\(\left(dP/dT_j\right)R_{th} < 1\)Else runaway — Problem 5
Optimum frequency\(f_s^{*} = \sqrt{K/E}\)Where \(P_{sw} = P_{mag}\) — Problem 6
Pitfalls

Common Mistakes

  1. Using the average current in an \(I^2R\) term. The error factor is \(1/D\), so a narrow pulse makes it enormous. At \(D = 0.5\) it already understates the diode loss by 25% — Problem 2.

  2. Using the RMS current with a forward voltage drop. The dual error. A junction holds roughly constant voltage, so its loss is \(V_F I_{avg}\) — Problem 1.

  3. Taking \(R_{DS(on)}\) from the 25 °C column. The device runs hot by definition; 1.7× is typical at 125 °C and the datasheet headline number is the one value that will never apply — Problem 1.

  4. Charging reverse recovery to the diode. The recovery charge is swept out through the opposing switch, at full link voltage. It appears in the MOSFET’s thermal budget, not the diode’s — Problem 3.

  5. Sizing a switch from the load current. With recovery, the peak switch current here was 2.3 times the load current — every cycle, not as a fault — Problem 3.

  6. Putting a duty-ratio factor on gate-drive loss. The gate is charged and discharged once per cycle regardless of duty ratio, and regardless of load current — Problem 4.

  7. Quoting an efficiency without a load point. The converter in Problem 4 measures 96.3% at 10 A and 96.4% at 1 A from entirely different loss mixtures, and 94.5% at 0.5 A.

  8. Computing dissipation at 25 °C and then finding \(T_j\). The two are simultaneous; iterate. Here the shortcut understated the loss by 22% — Problem 5.

  9. Adding thermal resistances in parallel. A conduction path from junction to ambient is a series chain, exactly like resistances carrying the same current — Problem 5.

  10. Treating an optimum frequency as a target. The loss curve is flat: a 2:1 error costs 14%. EMI, audible noise and filter size will decide the actual figure — Problem 6.

Looking Ahead

Six circuits, one accounting discipline. Every watt was assigned to a named mechanism, and each mechanism was identified by how it scales — with \(I_{rms}^2\), with \(I_{avg}\), with \(f_s\), or with nothing at all. Problem 5 then closed the loop that the others left open: the losses set the temperature and the temperature sets the losses.

One term stood out and was left unexplained. In Problem 3 the reverse recovery of a single diode cost more than the MOSFET’s own transitions by a factor of five, and the peak current more than doubled. That charge came from somewhere, it takes a definite time to remove, and how gracefully it disappears decides whether the circuit merely loses energy or also rings, radiates and over-volts.

Next: Set 3 — Power Diode Characteristics and Reverse Recovery, where the piecewise-linear model is extracted from measurements, \(Q_{rr}\) and \(I_{RM}\) are related to the applied \(di/dt\), snappy and soft recovery are compared through the overshoot each produces, and series and parallel diode strings are made to share.