Solved Problems · Set 1

Duty Ratio and Volt-Second Balance

Part 1 · Power Semiconductor Devices — a converter has only one control knob and obeys only one steady-state law. These seven problems establish both, on circuits simple enough that the arithmetic never hides the reasoning.

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

Set 1 — Duty Ratio and Volt-Second Balance

A power converter has exactly one control input. Not a gain, not a bias point — a fraction of time. Everything the converter does to the voltage it is given, it does by choosing how long a switch stays closed. This set works seven circuits in which that single fraction decides the answer.

The second idea is the constraint that makes the first one useful. An inductor operating in periodic steady state must end each cycle at the current it started with, and since \(v_L = L\,di/dt\), that requires the area under its voltage waveform to be zero over one period. Set that area to zero and the conversion ratio falls out in one line — Problems 2, 3, 6 and 7 all reduce to writing that single equation correctly.

Part 1 · Chapters 1–2 · 7 solved problems

i Method Recap
  • The duty ratio is a fraction of the period, not of the voltage:

    \[ D = \frac{t_{on}}{T_s} = t_{on} f_s, \qquad 0 \le D \le 1 \]
  • Average scales with \(D\); RMS scales with \(\sqrt{D}\). For a waveform that is \(V\) for \(DT_s\) and zero for the rest:

    \[ V_{avg} = D V, \qquad V_{rms} = \sqrt{D}\,V \]

    Confusing the two is the single most common error in this topic, and it always under-estimates the heating.

  • Inductor volt-second balance. In periodic steady state the inductor current returns to its starting value, so the net area under \(v_L\) is zero:

    \[ \int_0^{T_s} v_L\,dt = 0 \;\Longrightarrow\; v_{L,on}\,DT_s = -\,v_{L,off}\,(1-D)T_s \]
  • Capacitor charge balance is its dual, and it is what fixes the output ripple:

    \[ \int_0^{T_s} i_C\,dt = 0, \qquad \Delta V_C = \frac{1}{C}\int i_C\,dt \Big|_{\text{one polarity}} \]
  • Ripple always comes from the same construction: a constant voltage across the inductor for a known time gives a linear ramp of current.

    \[ \Delta I_L = \frac{v_L}{L}\,\Delta t \]

    Either interval may be used; if the two disagree, the volt-second balance was written wrongly.

  • The ideal switch dissipates nothing because it never has voltage and current at the same instant — \(v = 0\) when on, \(i = 0\) when off. Real loss is therefore of exactly two kinds:

    \[ P_{cond} = I_{rms}^2 R_{on} \ \text{ or } \ V_{on}I_{avg}, \qquad P_{sw} = \left(E_{on}+E_{off}\right)f_s \]
  • Continuous conduction is an assumption, not a given. It holds only while the inductor current stays above zero:

    \[ I_{o} > \frac{\Delta I_L}{2} \]

    Below that the converter enters DCM, a third interval appears, and the CCM conversion ratio stops being true — Problem 7.

Problem 1CoreA Chopped DC Waveform

An ideal switch connects a 200 V DC source to a purely resistive load of \(R = 10\ \Omega\). The switch operates at \(f_s = 20\) kHz with an on-time of \(t_{on} = 20\ \mu\text{s}\). Find:

  1. the switching period and the duty ratio;
  2. the average and RMS values of the load voltage;
  3. the power delivered to the load, verified from the source side;
  4. the form factor and the ripple factor of the output.
200 V V rms V avg D·Ts = 20 µs Ts = 50 µs
The whole of power electronics in one waveform: the height is fixed by the source, the width by the gate signal
Solution

Period and duty ratio. The duty ratio is a ratio of times, and it is dimensionless:

\[ T_s = \frac{1}{f_s} = \frac{1}{20\times10^{3}} = 50\ \mu\text{s}, \qquad D = \frac{t_{on}}{T_s} = \frac{20}{50} = 0.4 \]

The average is the area divided by the period. The waveform is 200 V for a fraction \(D\) of each cycle and zero otherwise:

\[ V_{avg} = \frac{1}{T_s}\int_0^{DT_s} 200\,dt = D V_{in} = (0.4)(200) = 80\ \text{V} \]

The RMS is the root of the mean square, and squaring happens before averaging — which is why the duty ratio enters under a root:

\[ V_{rms} = \sqrt{\frac{1}{T_s}\int_0^{DT_s} 200^2\,dt} = \sqrt{D}\,V_{in} = \sqrt{0.4}\,(200) = 126.5\ \text{V} \]

Note that \(V_{rms} > V_{avg}\) by a factor of \(1/\sqrt{D}\). Using 80 V to compute the load heating would understate it by a factor of 2.5.

Power delivered. For a resistive load it is the RMS value that does the work, never the average:

\[ P_o = \frac{V_{rms}^2}{R} = \frac{(126.5)^2}{10} = \frac{16000}{10} = 1600\ \text{W} \]

Equivalently \(P_o = D V_{in}^2/R = (0.4)(200^2)/10 = 1600\) W — the duty ratio scaling the power the load would draw if connected continuously.

Check from the source. Current is drawn from the 200 V supply only while the switch is closed, at \(200/10 = 20\) A, so the average source current is \(D(20) = 8\) A:

\[ P_{in} = V_{in} I_{in,avg} = (200)(8) = 1600\ \text{W} = P_o\;\checkmark \]

Input and output agree exactly because the switch is ideal. Every watt of discrepancy in a real converter is a loss you can name — Problems 4, 5 and 6.

Form factor and ripple factor, the two figures used to describe how far a chopped waveform is from DC:

\[ FF = \frac{V_{rms}}{V_{avg}} = \frac{126.5}{80} = 1.581 = \frac{1}{\sqrt{D}} \]
\[ RF = \frac{V_{ac,rms}}{V_{avg}} = \sqrt{FF^2-1} = \sqrt{2.5-1} = 1.225 \]

A ripple factor above 1 means the AC content exceeds the DC content — the raw chopped waveform is a poor DC supply. Every converter in Part 3 exists to fix that, and it fixes it with an inductor.

One knob, two different scalings. Moving \(D\) from 0.4 to 0.8 doubles the average voltage but only multiplies the RMS by \(\sqrt{2}\) — while quadrupling the average and doubling the power. Which of the three matters depends on what the load responds to: a motor's speed follows the average, a heater's temperature follows the RMS, and the device rating follows the peak.
Answera\(T_s = 50\ \mu\text{s},\ D = 0.4\)   b\(V_{avg} = 80\ \text{V},\ V_{rms} = 126.5\ \text{V}\)   c\(P_o = 1600\ \text{W}\)   d\(FF = 1.581,\ RF = 1.225\)
Problem 2CoreThe Buck Inductor Balance

A buck converter operates from \(V_{in} = 24\) V and delivers \(V_o = 9\) V to a load resistance of \(R = 3\ \Omega\). The switching frequency is \(f_s = 100\) kHz and the filter inductance is \(L = 100\ \mu\text{H}\). Assume ideal components, continuous conduction, and a capacitor large enough that \(v_o\) may be treated as constant. Find:

  1. the required duty ratio;
  2. the inductor voltage in each subinterval, and verify volt-second balance;
  3. the peak-to-peak inductor current ripple, and the maximum and minimum inductor currents;
  4. the load resistance above which the converter would leave continuous conduction.
Vin + S D L C R
Buck converter: the switch chops, the inductor averages
+15 V −9 V +56.25 −56.25 V·µs 3.75 µs 6.25 µs
Volt-second balance: the two shaded areas are equal, and that equality is the conversion ratio
Solution

Duty ratio from the ideal conversion ratio. For the buck in CCM the output is the input scaled by \(D\):

\[ D = \frac{V_o}{V_{in}} = \frac{9}{24} = 0.375 \qquad\Longrightarrow\qquad T_s = 10\ \mu\text{s},\ \ t_{on} = 3.75\ \mu\text{s} \]

The inductor voltage in each subinterval. With the switch closed the inductor sits between the input and the output; with the switch open it sits between the diode (at 0 V) and the output:

\[ v_{L,on} = V_{in} - V_o = 24 - 9 = +15\ \text{V}, \qquad v_{L,off} = -V_o = -9\ \text{V} \]

Verify the balance. The areas must cancel over one period:

\[ (+15)(3.75) + (-9)(6.25) = 56.25 - 56.25 = 0\ \text{V}\cdot\mu\text{s}\;\checkmark \]

Written symbolically, that identical statement is the conversion ratio itself: \((V_{in}-V_o)D = V_o(1-D)\) rearranges directly to \(V_o = D V_{in}\). The formula is not a separate fact to memorise; it is volt-second balance with the algebra already done.

The current ripple, from a constant voltage acting on the inductor for a known time:

\[ \Delta I_L = \frac{v_{L,on}}{L}\,DT_s = \frac{15}{100\times10^{-6}}\left(3.75\times10^{-6}\right) = 0.5625\ \text{A} \]

The off-interval must give the same number, and does: \(\Delta I_L = (9/100\,\mu\text{H})(6.25\ \mu\text{s}) = 0.5625\) A. If the two disagree, the balance was written wrongly — this is the cheapest self-check in the subject.

Maximum and minimum currents. The average inductor current in a buck equals the load current, because the capacitor carries no DC:

\[ I_L = I_o = \frac{V_o}{R} = \frac{9}{3} = 3\ \text{A} \]
\[ I_{max} = I_o + \frac{\Delta I_L}{2} = 3.281\ \text{A}, \qquad I_{min} = I_o - \frac{\Delta I_L}{2} = 2.719\ \text{A} \]

Both the switch and the diode must be rated for \(I_{max}\), not for the 3 A average.

The edge of continuous conduction is where \(I_{min}\) reaches zero, i.e. where the load current has fallen to half the ripple. Note that \(\Delta I_L\) does not depend on the load at all:

\[ I_{o,min} = \frac{\Delta I_L}{2} = 0.281\ \text{A} \qquad\Longrightarrow\qquad R_{max} = \frac{V_o}{I_{o,min}} = \frac{9}{0.281} = 32\ \Omega \]

Above 32 Ω the converter enters DCM and \(V_o = DV_{in}\) ceases to hold — the output would rise above 9 V at the same duty ratio. Problem 7 works that case out in full.

Every buck quantity came from one equation. The conversion ratio, the ripple, the device currents and the CCM boundary are all consequences of setting the area under \(v_L\) to zero. Learn to write that line for an unfamiliar topology and you can analyse a converter you have never seen — which is exactly what Problem 3 asks.
Answera\(D = 0.375\)   b\(+15\ \text{V},\ -9\ \text{V};\ \pm56.25\ \text{V}\cdot\mu\text{s}\)   c\(\Delta I_L = 0.563\ \text{A},\ I_{max} = 3.28\ \text{A},\ I_{min} = 2.72\ \text{A}\)   d\(R_{max} = 32\ \Omega\)
Problem 3Exam levelBoost: Volts and Charge

A boost converter steps 12 V up to 30 V and delivers 60 W to the load. It switches at \(f_s = 50\) kHz with \(L = 150\ \mu\text{H}\) and \(C = 100\ \mu\text{F}\). Assume ideal components and continuous conduction. Find:

  1. the duty ratio, and verify it by volt-second balance;
  2. the average inductor current, the ripple, and the peak inductor current;
  3. the peak-to-peak output voltage ripple, from capacitor charge balance;
  4. the voltage and current the switch must withstand.
+12 V −18 V vL +144 −144 V·µs 5.48 A 4.52 A iL avg 5 A D·Ts = 12 µs 8 µs
Boost converter: the inductor charges from the source, then discharges into a higher output
Solution

Duty ratio. For the boost in CCM the output always exceeds the input, and the ratio is set by the off-time fraction:

\[ \frac{V_o}{V_{in}} = \frac{1}{1-D} \;\Longrightarrow\; D = 1 - \frac{V_{in}}{V_o} = 1 - \frac{12}{30} = 0.6 \]
\[ T_s = \frac{1}{50\times10^{3}} = 20\ \mu\text{s}, \qquad t_{on} = DT_s = 12\ \mu\text{s}, \qquad t_{off} = 8\ \mu\text{s} \]

Verify by volt-second balance. With the switch closed the whole input is across the inductor; with it open the inductor is clamped between the input and the output:

\[ v_{L,on} = V_{in} = +12\ \text{V}, \qquad v_{L,off} = V_{in} - V_o = 12 - 30 = -18\ \text{V} \]
\[ (+12)(12) + (-18)(8) = 144 - 144 = 0\ \text{V}\cdot\mu\text{s}\;\checkmark \]

The inductor current is the input current here, not the output current — the single most important structural difference from the buck:

\[ I_o = \frac{P_o}{V_o} = \frac{60}{30} = 2\ \text{A}, \qquad I_L = I_{in} = \frac{P_{in}}{V_{in}} = \frac{60}{12} = 5\ \text{A} \]

Consistent with \(I_L = I_o/(1-D) = 2/0.4 = 5\) A. The inductor carries 2.5 times the load current, so it — and the switch — are sized for 5 A, not 2 A.

Ripple and peak current:

\[ \Delta I_L = \frac{V_{in}}{L}\,DT_s = \frac{12}{150\times10^{-6}}\left(12\times10^{-6}\right) = 0.96\ \text{A} \]
\[ I_{L,max} = 5 + 0.48 = 5.48\ \text{A}, \qquad I_{L,min} = 5 - 0.48 = 4.52\ \text{A} \]

Output ripple, from charge balance. While the switch is closed the diode is reverse biased and the capacitor alone supplies the load, losing charge at a constant \(I_o\) for the whole on-time:

\[ \Delta Q = I_o\,DT_s = (2)\left(12\times10^{-6}\right) = 24\ \mu\text{C} \]
\[ \Delta V_o = \frac{\Delta Q}{C} = \frac{24\times10^{-6}}{100\times10^{-6}} = 0.24\ \text{V} = 0.8\%\ \text{of}\ V_o \]

This is the dual of the volt-second argument: the capacitor's charge must also balance over a period, so the charge lost during \(DT_s\) is exactly the charge returned during \((1-D)T_s\). Note it depends on \(D\) and \(I_o\) only — the inductor plays no part.

Device stresses. When the switch is open it stands off the output, not the input:

\[ V_{S,max} = V_o = 30\ \text{V}, \qquad I_{S,max} = I_{L,max} = 5.48\ \text{A} \]

A converter that raises voltage raises the switch's blocking requirement with it. At \(D \to 1\) the ideal ratio diverges, but the real one collapses — the inductor's resistance eventually dominates, which Problem 6 illustrates on a buck.

Volt-seconds set the voltage ratio; amp-seconds set the ripple. The two conservation statements are independent and answer different questions. If you ever find yourself computing output ripple from the inductor, or the conversion ratio from the capacitor, you have swapped them.
Answera\(D = 0.6\)   b\(I_L = 5\ \text{A},\ \Delta I_L = 0.96\ \text{A},\ I_{L,max} = 5.48\ \text{A}\)   c\(\Delta V_o = 0.24\ \text{V}\)   d\(30\ \text{V},\ 5.48\ \text{A}\)
Problem 4Exam levelLinear Versus Switching

A load requires 12 V at 5 A from a 24 V bus. Two options are considered:

  1. a linear series regulator;
  2. a buck converter switching at \(f_s = 200\) kHz, with MOSFET \(R_{DS(on)} = 20\ \text{m}\Omega\), diode forward drop \(V_F = 0.5\) V, inductor winding resistance \(R_L = 30\ \text{m}\Omega\), and combined current rise and fall times \(t_r + t_f = 100\) ns.

Neglect the current ripple when computing losses. Find the dissipation and efficiency of each, and the input voltage at which the linear regulator would reach 90% efficiency.

Solution

The linear regulator, in one line. A series pass device carries the full load current while standing off the difference in voltage, so:

\[ P_{diss} = \left(V_{in}-V_o\right)I_o = (24-12)(5) = 60\ \text{W} \]
\[ P_o = (12)(5) = 60\ \text{W}, \qquad \eta = \frac{60}{60+60} = 50\% \]

Note the general result: for a linear regulator \(\eta = V_o/V_{in}\) exactly, regardless of load. The device is being used as a resistor, and a resistor with 12 V across it and 5 A through it dissipates 60 W — there is nowhere else for the energy to go.

The buck converter: itemise the losses. With \(D = V_o/V_{in} = 0.5\) and ripple neglected, the MOSFET carries 5 A for half the period and the diode for the other half:

\[ P_{S} = I_o^2 R_{DS(on)} D = (25)(0.020)(0.5) = 0.25\ \text{W} \]
\[ P_{D} = V_F I_o (1-D) = (0.5)(5)(0.5) = 1.25\ \text{W} \]
\[ P_{L} = I_o^2 R_L = (25)(0.030) = 0.75\ \text{W} \]

The inductor conducts for the whole period, so its loss carries no duty-ratio factor — a common slip.

Switching loss, using the triangular-overlap approximation for a clamped inductive load:

\[ P_{sw} = \tfrac12 V_{in} I_o \left(t_r+t_f\right) f_s = \tfrac12 (24)(5)\left(100\times10^{-9}\right)\left(200\times10^{3}\right) = 1.2\ \text{W} \]

This is the only term that grows with frequency, and it is why the choice of \(f_s\) is a trade against the size of \(L\) and \(C\) rather than a free parameter.

Total and efficiency:

Loss termValueShare
MOSFET conduction0.25 W7%
Diode conduction1.25 W36%
Inductor winding0.75 W22%
Switching1.20 W35%
Total3.45 W100%
\[ \eta = \frac{P_o}{P_o+P_{loss}} = \frac{60}{60+3.45} = \frac{60}{63.45} = 94.6\% \]

Where the linear regulator becomes acceptable. Setting \(\eta = V_o/V_{in} = 0.9\):

\[ V_{in} = \frac{V_o}{\eta} = \frac{12}{0.9} = 13.3\ \text{V} \]

That leaves only 1.3 V of headroom — at or below the dropout voltage of most series regulators, and with no margin for a bus that sags. High efficiency and useful regulating range are mutually exclusive in a linear regulator, which is the whole argument for switching.

The switch is never used as a resistor. The linear regulator throws away 60 W to drop 12 V; the buck throws away 3.45 W to do the same job — a factor of 17, and the difference between a small heatsink and a fan. Nothing about the buck is cleverer electrically; it simply never operates a device in its linear region, and lets an inductor and a capacitor carry the energy between switching instants.
Answera\(60\ \text{W},\ \eta = 50\%\)   b\(3.45\ \text{W},\ \eta = 94.6\%\)   c\(V_{in} = 13.3\ \text{V}\)
Problem 5Exam levelEnergy Per Transition

An IGBT switches a clamped inductive load of 20 A from a 400 V DC link. The transitions may be taken as linear, with:

  • turn-on: current rise \(t_{ri} = 60\) ns, then voltage fall \(t_{fv} = 40\) ns;
  • turn-off: voltage rise \(t_{rv} = 80\) ns, then current fall \(t_{fi} = 120\) ns.

The on-state voltage is \(V_{CE(sat)} = 2.0\) V and the duty ratio is 0.5. Find \(E_{on}\), \(E_{off}\), the total device loss at 10 kHz, and the maximum switching frequency if the device may dissipate 100 W.

vCE iC 400 V 20 A E on E off on-state: 2 V × 20 A t ri t fv t rv t fi
Hard switching: voltage and current overlap twice per cycle, and the shaded areas are the price
Solution

Why there is any loss at all. An ideal switch has \(v = 0\) when it conducts and \(i = 0\) when it blocks, so the product \(vi\) is zero at every instant. A real device cannot change state instantaneously, and during the transition it has substantial voltage and substantial current together. The energy lost is the area under that product:

\[ E = \int v(t)\,i(t)\,dt \quad\text{over the transition} \]

Turn-on, first subinterval. With a clamped inductive load the freewheeling diode holds the device voltage at 400 V until the device has taken over the full load current. So \(v = 400\) V while \(i\) ramps \(0\to20\) A, giving an average product of \((400)(10) = 4000\) W:

\[ E_1 = \tfrac12 V_{dc} I_o\,t_{ri} = \tfrac12 (400)(20)\left(60\times10^{-9}\right) = 240\ \mu\text{J} \]

Turn-on, second subinterval. Only now can the voltage collapse, and it does so at full current:

\[ E_2 = \tfrac12 V_{dc} I_o\,t_{fv} = \tfrac12 (400)(20)\left(40\times10^{-9}\right) = 160\ \mu\text{J} \]
\[ E_{on} = E_1 + E_2 = \tfrac12 V_{dc}I_o\left(t_{ri}+t_{fv}\right) = 400\ \mu\text{J} \]

Turn-off is the same construction reversed, and slower — which is typical, because the IGBT's current tail is the slowest event in the cycle:

\[ E_{off} = \tfrac12 V_{dc}I_o\left(t_{rv}+t_{fi}\right) = \tfrac12 (400)(20)\left(200\times10^{-9}\right) = 800\ \mu\text{J} \]
\[ E_{on}+E_{off} = 1.2\ \text{mJ per switching cycle} \]

Total loss at 10 kHz. Switching loss is energy per cycle times cycles per second; conduction loss is not:

\[ P_{sw} = \left(E_{on}+E_{off}\right)f_s = \left(1.2\times10^{-3}\right)\left(10\times10^{3}\right) = 12\ \text{W} \]
\[ P_{cond} = V_{CE(sat)} I_o D = (2.0)(20)(0.5) = 20\ \text{W} \]
\[ P_{total} = 12 + 20 = 32\ \text{W} \]

The frequency ceiling. Conduction loss is fixed by the operating point, so the whole of the remaining budget belongs to switching:

\[ f_{s,max} = \frac{P_{limit}-P_{cond}}{E_{on}+E_{off}} = \frac{100-20}{1.2\times10^{-3}} = 66.7\ \text{kHz} \]

This is why IGBTs are used at a few kilohertz to a few tens of kilohertz while MOSFETs run at hundreds. Raise \(f_s\) beyond this and the answer is not a better filter but a destroyed device — unless the overlap itself is removed, which is what the resonant converters of Chapter 20 do.

Turn-off cost more than turn-on here, by a factor of two. That asymmetry is worth reading off the numbers rather than memorising: the loss follows the total transition time at full \(V_{dc}I_o\), and turn-off took 200 ns against turn-on's 100. A snubber that slows the voltage rise at turn-off shifts some of that 800 µJ out of the device and into the snubber — Set 34.
Answera\(E_{on} = 400\ \mu\text{J}\)   b\(E_{off} = 800\ \mu\text{J}\)   c\(P = 32\ \text{W}\)   d\(f_{s,max} = 66.7\ \text{kHz}\)
Problem 6ChallengeA Buck With Real Drops

A buck converter supplies 12 V at 10 A from a 48 V input at \(f_s = 100\) kHz. The MOSFET has \(R_{DS(on)} = 25\ \text{m}\Omega\), the freewheeling diode has \(V_F = 0.7\) V, and the inductor winding resistance is \(R_L = 15\ \text{m}\Omega\). Neglect switching loss and current ripple. Find:

  1. the actual duty ratio required, by volt-second balance including the drops;
  2. the total conduction loss and the efficiency, verified from the input side;
  3. the duty ratio, loss and efficiency if the diode is replaced by a second MOSFET of the same \(R_{DS(on)}\), forming a synchronous buck.
Solution

Write the inductor voltage with every drop included. During the on-time the current passes through the MOSFET and the winding before reaching the output; during the off-time it passes through the diode and the winding:

\[ v_{L,on} = V_{in} - I_o R_{DS(on)} - I_o R_L - V_o = 48 - 0.25 - 0.15 - 12 = 35.6\ \text{V} \]
\[ v_{L,off} = -\left(V_o + V_F + I_o R_L\right) = -(12+0.7+0.15) = -12.85\ \text{V} \]

Balance the volt-seconds and solve for \(D\):

\[ 35.6\,D = 12.85\,(1-D) \;\Longrightarrow\; D = \frac{12.85}{35.6+12.85} = \frac{12.85}{48.45} = 0.2652 \]

The ideal answer would have been \(12/48 = 0.25\). The converter must run 6% longer on each cycle to make up for the drops — and a controller with insufficient duty-ratio headroom is precisely how a supply fails to regulate at low line.

Itemise the conduction losses at the duty ratio just found:

\[ P_{S} = I_o^2 R_{DS(on)} D = (100)(0.025)(0.2652) = 0.663\ \text{W} \]
\[ P_{D} = V_F I_o (1-D) = (0.7)(10)(0.7348) = 5.14\ \text{W} \]
\[ P_{L} = I_o^2 R_L = (100)(0.015) = 1.50\ \text{W}, \qquad P_{loss} = 7.31\ \text{W} \]

The diode alone accounts for 70% of it, because a fixed 0.7 V drop carrying 10 A for three-quarters of every cycle is simply expensive.

Efficiency, and an independent check. The output is \(P_o = (12)(10) = 120\) W, so:

\[ \eta = \frac{120}{120+7.31} = \frac{120}{127.31} = 94.3\% \]

Now verify from the input, which draws current only during the on-time:

\[ I_{in} = D I_o = (0.2652)(10) = 2.652\ \text{A}, \qquad P_{in} = (48)(2.652) = 127.3\ \text{W}\;\checkmark \]

The two routes agree, which they can only do if the duty ratio from step 2 was right. Whenever a loss budget and an input-power calculation disagree, the error is almost always a duty ratio taken as ideal.

The synchronous buck. Replacing the diode with a MOSFET replaces a fixed 0.7 V drop with \(I_o R_{DS(on)} = 0.25\) V, so the off-time inductor voltage changes and the duty ratio moves with it:

\[ v_{L,off} = -\left(V_o + I_o R_{DS(on)} + I_o R_L\right) = -(12+0.25+0.15) = -12.4\ \text{V} \]
\[ D = \frac{12.4}{35.6+12.4} = \frac{12.4}{48} = 0.2583 \]

The new loss budget:

TermDiode buckSynchronous buck
Duty ratio0.26520.2583
High-side conduction0.663 W0.646 W
Low-side conduction5.14 W1.854 W
Inductor winding1.50 W1.50 W
Total loss7.31 W4.00 W
Efficiency94.3%96.8%
\[ \eta_{sync} = \frac{120}{120+4.00} = 96.8\%, \qquad P_{in} = (48)(0.2583)(10) = 124.0\ \text{W}\;\checkmark \]

Loss falls by 45% and the heat to be removed falls from 7.3 W to 4.0 W. The low-side MOSFET conducts for the longer interval, so it is the one whose \(R_{DS(on)}\) matters most — the opposite of the intuition that the "main" switch dominates.

The drops do not merely subtract from the output; they move the operating point. Adding a diode drop changed the duty ratio, which changed the conduction times, which changed the losses again. That is why real converter analysis is written as a volt-second balance with the drops inside it, rather than as an ideal ratio with a correction bolted on afterwards.
Answera\(D = 0.265\)   b\(P_{loss} = 7.31\ \text{W},\ \eta = 94.3\%\)   c\(D = 0.258,\ P_{loss} = 4.00\ \text{W},\ \eta = 96.8\%\)
Problem 7ChallengeBalance Over Three Intervals

A buck converter has \(V_{in} = 20\) V, \(L = 50\ \mu\text{H}\), \(f_s = 50\) kHz and duty ratio \(D = 0.3\), feeding a load resistance of \(R = 100\ \Omega\). Components are ideal. Find:

  1. whether the converter is in continuous or discontinuous conduction;
  2. the output voltage, and the durations of all three subintervals;
  3. the peak inductor current, with the average verified against the load;
  4. the load resistance at which the converter would sit exactly on the CCM boundary.
0.683 A avg 0.143 A = Vo / R iL D₁ = 0.300 D₂ = 0.119 D₃ = 0.581 (iL = 0)
Discontinuous conduction: a third interval appears, and with it the CCM formula stops being true
Solution

Test the conduction mode before assuming a formula. The standard test compares the dimensionless parameter \(K\) with its critical value:

\[ K = \frac{2L}{R T_s} = \frac{2\left(50\times10^{-6}\right)}{(100)\left(20\times10^{-6}\right)} = 0.05, \qquad K_{crit} = 1 - D = 0.7 \]

Since \(K < K_{crit}\) the converter is in discontinuous conduction. Writing \(V_o = DV_{in} = 6\) V here would be wrong by a factor of more than two.

Volt-second balance over the intervals that actually carry current. The third interval contributes nothing, because with \(i_L = 0\) the inductor voltage is zero too:

\[ \left(V_{in}-V_o\right)D_1 T_s = V_o D_2 T_s \;\Longrightarrow\; D_2 = D_1\,\frac{V_{in}-V_o}{V_o} \]

One equation, two unknowns — which is why DCM needs a second relation. That relation is the load itself.

Close the system with the average current. The inductor current is a triangle of peak \(I_{pk}\) and base \((D_1+D_2)T_s\), and its average must equal \(V_o/R\):

\[ I_{pk} = \frac{\left(V_{in}-V_o\right)D_1 T_s}{L}, \qquad \tfrac12 I_{pk}\left(D_1+D_2\right) = \frac{V_o}{R} \]

Eliminating \(D_2\) and \(I_{pk}\) gives the standard DCM buck result in terms of \(M = V_o/V_{in}\):

\[ M = \frac{2}{1+\sqrt{1+\dfrac{4K}{D^2}}} \]

Substitute and solve:

\[ \frac{4K}{D^2} = \frac{4(0.05)}{(0.3)^2} = \frac{0.2}{0.09} = 2.222, \qquad M = \frac{2}{1+\sqrt{3.222}} = \frac{2}{2.795} = 0.7156 \]
\[ V_o = M V_{in} = (0.7156)(20) = 14.31\ \text{V} \]

Against 6 V from the CCM formula. A lightly loaded buck does not gently drift off its characteristic — it rises towards the input voltage, and an unloaded one reaches it.

All three intervals. With \(T_s = 20\ \mu\text{s}\):

\[ D_2 = D_1\frac{V_{in}-V_o}{V_o} = (0.3)\frac{20-14.31}{14.31} = 0.1193, \qquad D_3 = 1 - 0.3 - 0.1193 = 0.5807 \]
IntervalConductingFractionDuration
1 — switch onMOSFET0.3006.00 µs
2 — freewheelDiode0.1192.39 µs
3 — idleNeither0.58111.61 µs

The inductor is doing nothing for 58% of every cycle, and during that interval the output node floats free of both the input and ground — which is exactly why the output voltage is no longer pinned to \(DV_{in}\).

Peak current, and the check that closes the problem:

\[ I_{pk} = \frac{(20-14.31)(0.3)\left(20\times10^{-6}\right)}{50\times10^{-6}} = 0.683\ \text{A} \]
\[ I_L = \tfrac12 (0.683)(0.300+0.119) = 0.143\ \text{A}, \qquad \frac{V_o}{R} = \frac{14.31}{100} = 0.143\ \text{A}\;\checkmark \]

The two agree, confirming both \(V_o\) and \(D_2\). In DCM this check is not optional — it is the only thing that distinguishes a correct solution from a plausible one.

The boundary load. Setting \(K = K_{crit}\):

\[ \frac{2L}{RT_s} = 1-D \;\Longrightarrow\; R_{crit} = \frac{2L}{(1-D)T_s} = \frac{2\left(50\times10^{-6}\right)}{(0.7)\left(20\times10^{-6}\right)} = 7.14\ \Omega \]

Confirm it from the CCM side, where the boundary is where the load current equals half the ripple:

\[ \Delta I_L = \frac{(20-6)(0.3)\left(20\times10^{-6}\right)}{50\times10^{-6}} = 1.68\ \text{A}, \qquad I_{o,crit} = \frac{\Delta I_L}{2} = 0.84\ \text{A} = \frac{6}{7.14}\;\checkmark \]

The 100 Ω load of this problem draws about a sixth of that, so the converter is deep in DCM — consistent with \(K = 0.05\) against \(K_{crit} = 0.7\).

Volt-second balance never fails; the two-interval assumption does. Everything in this problem followed from the same rule as Problem 2 — the area under \(v_L\) is zero — applied over the intervals that genuinely exist. What changed is that the second interval's length became an unknown, so a second equation was needed, and the load supplied it. Any time a converter's measured output sits above its predicted one at light load, this is the reason.
Answera\(K = 0.05 < 0.7\), DCM   b\(V_o = 14.31\ \text{V};\ 6.00,\ 2.39,\ 11.61\ \mu\text{s}\)   c\(I_{pk} = 0.683\ \text{A},\ I_L = 0.143\ \text{A}\)   d\(R_{crit} = 7.14\ \Omega\)
Formulas

Key Formulas

QuantityRelationNotes
Duty ratio\(D = t_{on}/T_s = t_{on}f_s\)Dimensionless, \(0\le D\le1\)
Average of a chopped wave\(V_{avg} = D V_{in}\)Linear in \(D\) — Problem 1
RMS of a chopped wave\(V_{rms} = \sqrt{D}\,V_{in}\)Always the larger — Problem 1
Form / ripple factor\(FF = 1/\sqrt{D},\ RF = \sqrt{FF^2-1}\)Problem 1
Volt-second balance\(\int_0^{T_s} v_L\,dt = 0\)The one steady-state law
Buck ratio\(V_o = D V_{in}\)CCM only — Problems 2, 7
Boost ratio\(V_o = \dfrac{V_{in}}{1-D}\)CCM only — Problem 3
Current ripple\(\Delta I_L = \dfrac{v_L}{L}\Delta t\)Either interval — Problems 2, 3
Boost output ripple\(\Delta V_o = \dfrac{I_o D T_s}{C}\)Charge balance — Problem 3
Linear regulator efficiency\(\eta = V_o/V_{in}\)Independent of load — Problem 4
Conduction loss\(I_{rms}^2 R_{on}\) or \(V_F I_{avg}\)Weighted by conduction time — Problems 4, 6
Switching energy\(E = \tfrac12 V_{dc} I_o\,t_{sw}\)Per transition — Problem 5
Switching loss\(P_{sw} = \left(E_{on}+E_{off}\right)f_s\)The only frequency-dependent term
CCM boundary\(I_o = \Delta I_L/2\)Equivalently \(K = K_{crit}\)
DCM parameter\(K = \dfrac{2L}{RT_s},\ K_{crit} = 1-D\)DCM when \(K < K_{crit}\) — Problem 7
DCM buck ratio\(M = \dfrac{2}{1+\sqrt{1+4K/D^2}}\)Load-dependent — Problem 7
Pitfalls

Common Mistakes

  1. Using \(DV_{in}\) where the RMS is wanted. The average scales with \(D\), the RMS with \(\sqrt{D}\). At \(D = 0.4\) the difference is 58%, and the heating it predicts is wrong by 2.5 times — Problem 1.

  2. Applying volt-second balance to a transient. The rule holds only in periodic steady state. During start-up the areas deliberately do not cancel — that is how the inductor current builds.

  3. Forgetting that \(v_{L,off}\) is negative. Writing \(v_{L,on}D = v_{L,off}(1-D)\) without the sign gives a conversion ratio that is wrong and, worse, plausible — Problem 2.

  4. Assuming the inductor current equals the load current in a boost. It equals the input current, \(I_o/(1-D)\), which at \(D = 0.6\) is 2.5 times larger. Devices sized from \(I_o\) will fail — Problem 3.

  5. Computing output ripple from the inductor. Ripple voltage comes from capacitor charge balance; ripple current comes from the inductor. They are different conservation laws answering different questions — Problem 3.

  6. Putting a duty-ratio factor on the inductor's copper loss. The inductor conducts for the whole period in a buck, so its loss is \(I^2R_L\), not \(I^2R_L D\) — Problems 4 and 6.

  7. Quoting switching loss as an energy or conduction loss as a power per cycle. \(E_{on}\) is joules per transition; multiply by \(f_s\) to get watts. Conduction loss does not scale with frequency at all — Problem 5.

  8. Using the ideal duty ratio in a loss calculation. The drops shift \(D\), which shifts the conduction times, which shifts the losses. Solve the volt-second balance with the drops in it — Problem 6.

  9. Assuming CCM without testing for it. At light load a buck's output rises far above \(DV_{in}\). Check \(I_o\) against \(\Delta I_L/2\) before reaching for a conversion ratio — Problem 7.

  10. Counting the idle interval in the DCM current average. The triangle's base is \((D_1+D_2)T_s\), not \(T_s\) — but the average is still taken over the whole period, which is why the factor is \(\tfrac12 I_{pk}(D_1+D_2)\) — Problem 7.

Looking Ahead

Seven circuits, two rules. The duty ratio set the average in Problem 1 and the conversion ratio in Problems 2, 3, 6 and 7; volt-second balance produced every one of those ratios from a single line of algebra, and kept working in Problem 7 when the number of intervals changed underneath it. Everything else — ripple, device stress, the CCM boundary — followed without new physics.

What the ideal analysis cannot tell you is what the switching costs. Problem 5 put a number on one transition and Problem 6 put a number on the conduction, but both used loss models handed to us. The next set derives those models from the device physics: where \(R_{DS(on)}\) comes from and why it worsens with temperature, why an IGBT's tail current is the dominant term at turn-off, and how the two loss mechanisms trade against each other to fix the switching frequency of a real design.

Next: Set 2 — Conduction and Switching Losses, where the loss models used here are built from the device characteristics, junction temperature enters the calculation, and the optimum switching frequency stops being a guess.