Solved Problems · Set 17

Chopper Control Strategies and Load Current

Part 3 · DC–DC Converters — the duty ratio of Set 1, now applied to a real load with resistance, inductance and a back EMF. Six problems on the three ways to vary it and what each costs.

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

Set 17 — Chopper Control Strategies and Load Current

Part 2 ended with a converter whose input current the designer could not control, because its shape came from the topology and its phase from the firing angle. Part 3 breaks that coupling by putting the varying somewhere else entirely: rectify once at full conduction, where the power factor is 0.9 and stays there, and do the control on the DC side at kilohertz.

The device is the chopper and the control input is the duty ratio of Set 1. What is new here is the load. A real DC load has resistance, inductance and usually a back EMF, and the current that results is a pair of exponentials rather than a straight ramp. Problem 1 works it exactly and then shows why the straight-line approximation used everywhere else is right to within 0.1%.

Part 3 · Chapter 11 · 6 solved problems

i Method Recap
  • The average output is the duty ratio times the supply, and the average current follows from the load:

    \[ V_o = DV_s, \qquad I_o = \frac{DV_s-E}{R} \]
  • The exact current is two exponentials joined by periodicity:

    \[ I_2 = \frac{V_s-E}{R}+\left(I_1-\frac{V_s-E}{R}\right)k, \qquad I_1 = -\frac{E}{R}+\left(I_2+\frac{E}{R}\right)k, \qquad k = e^{-t/\tau} \]
  • But \(\tau \gg T_s\) in any sane design, so the exponentials are straight lines and:

    \[ \Delta I = \frac{V_sD(1-D)}{f_sL} \quad\text{— maximum at } D = 0.5 \]
  • Three control strategies, three different things held constant:

    \[ \text{PWM: } f_s \text{ fixed}; \qquad \text{frequency control: } t_{on} \text{ fixed}; \qquad \text{hysteresis: } \Delta I \text{ fixed} \]
  • The source current falls with duty ratio, which is the whole advantage over phase control:

    \[ I_{s,avg} = DI_o, \qquad I_{s,rms} = I_o\sqrt{D} \]
  • Quadrants are reached by adding switches, not converters:

    \[ \text{Class A: I}; \quad \text{B: II}; \quad \text{C: I+II}; \quad \text{D: I+IV}; \quad \text{E: all four} \]
Problem 1CoreThe Current, Exactly

A step-down chopper supplies a load of \(R = 2\ \Omega\), \(L = 10\) mH and a back EMF of 60 V from a 220 V DC supply, at \(f_s = 1\) kHz and \(D = 0.5\). Find the maximum and minimum load currents exactly, the ripple, the average, and compare with the linear approximation.

27.7 A 22.3 A 25 A switch on freewheel
Two exponentials, but over a fifth of a time constant they are indistinguishable from straight lines
Solution

The averages first, which need no waveform at all:

\[ V_o = DV_s = (0.5)(220) = 110\ \text{V}, \qquad I_o = \frac{110-60}{2} = 25\ \text{A} \]

Set up the two intervals. With the switch on, the load sees \(V_s\) and the current tends towards \((V_s-E)/R\); with it off, the freewheeling diode clamps the terminal to zero and the current tends towards \(-E/R\):

\[ \frac{V_s-E}{R} = \frac{160}{2} = 80\ \text{A}, \qquad -\frac{E}{R} = -30\ \text{A} \]
\[ \tau = \frac{L}{R} = 5\ \text{ms}, \qquad k = e^{-0.5/5} = e^{-0.1} = 0.9048 \]

Both targets are far outside the actual operating range — the current never gets near 80 A or \(-30\) A, because each interval is only a fiftieth of a time constant. That is exactly why the exponentials look straight.

Impose periodicity — the current at the end of the off interval must equal the current at the start of the on interval:

\[ I_2 = 80+\left(I_1-80\right)k, \qquad I_1 = -30+\left(I_2+30\right)k \]

Two linear equations, solved simultaneously:

\[ I_1 = 22.25\ \text{A}, \qquad I_2 = 27.75\ \text{A}, \qquad \Delta I = 5.50\ \text{A} \]
\[ \text{mean} = \frac{22.25+27.75}{2} = 25.0\ \text{A}\ \checkmark \]

Matching the average found from the load equation, which confirms both. Note that the current never reverses — the minimum is 22.25 A, comfortably above zero — so this is continuous conduction.

Now the approximation. Treating each exponential as a straight line, the on-interval voltage across the inductor is \(V_s-E-I_oR = 220-60-50 = 110\) V acting for \(DT_s\):

\[ \Delta I = \frac{V_sD(1-D)}{f_sL} = \frac{(220)(0.25)}{(1000)(0.010)} = 5.50\ \text{A} \]

Identical to three significant figures. The exact solution took two simultaneous equations; the approximation took one line, and the error is under 0.1%.

Why the approximation is so good. The error depends on how much of a time constant each interval occupies:

\[ \frac{T_s}{\tau} = \frac{1\ \text{ms}}{5\ \text{ms}} = 0.2 \]
\(T_s/\tau\)Error in \(\Delta I\)Verdict
0.02< 0.01%a switching converter
0.20.1%this problem
1.0~4%marginal
> 2largeuse the exact form

Every converter in Sets 18 to 24 switches at 100 kHz or more with load time constants in milliseconds, so \(T_s/\tau\) is under 0.01 and the straight-line model is exact for every practical purpose. This is why the rest of Part 3 never writes an exponential.

Note the ripple's dependence on duty ratio. The \(D(1-D)\) term peaks at \(D = 0.5\):

\[ D = 0.1:\ 1.98\ \text{A}; \qquad D = 0.5:\ 5.50\ \text{A}; \qquad D = 0.9:\ 1.98\ \text{A} \]

So the inductor must be sized at \(D = 0.5\) whatever the nominal operating point — unless the duty ratio can be guaranteed never to pass through it, which for a variable-speed drive it cannot.

The exponentials are real and the straight lines are right. Doing the exact analysis once, and finding it agrees to 0.1%, is what licenses every simplification in the rest of Part 3. The condition is \(T_s \ll L/R\), and switching at kilohertz guarantees it by three orders of magnitude.
Answera\(I_1 = 22.25,\ I_2 = 27.75\ \text{A}\)   b\(\Delta I = 5.50\ \text{A}\)   c\(I_o = 25\ \text{A}\)   d linear form gives 5.50 A — error under 0.1%
Problem 2CoreThree Ways to Control It

The same chopper is to be operated at duty ratios of 0.25, 0.5 and 0.75. Compare three strategies: PWM at a fixed 1 kHz; frequency control with \(t_{on}\) fixed at 0.5 ms; and hysteresis control with a fixed 4 A current band. Tabulate the ripple and switching frequency each produces.

Solution

PWM — fix the frequency, vary the on-time. The ripple follows \(D(1-D)\), so it is symmetric about the middle:

\[ \Delta I = \frac{V_sD(1-D)}{f_sL}: \qquad D = 0.25 \to 4.13\ \text{A}, \quad 0.5 \to 5.50\ \text{A}, \quad 0.75 \to 4.13\ \text{A} \]

A worst case of 5.50 A that is known in advance and occurs at a known duty ratio. Everything about the filter, the EMI spectrum and the device losses can be designed once.

Frequency control — fix the on-time, vary the period. Now \(f_s = D/t_{on}\), so the frequency changes with the operating point:

\[ D = 0.25 \Rightarrow f_s = 500\ \text{Hz}, \qquad D = 0.75 \Rightarrow f_s = 1500\ \text{Hz} \]
\[ \Delta I:\qquad D = 0.25 \to 8.25\ \text{A}, \qquad D = 0.75 \to 2.75\ \text{A} \]

A three-to-one variation in both frequency and ripple. The worst-case ripple of 8.25 A is twice the PWM figure at the same duty ratio, because the frequency has halved just when the ripple formula needed it most.

Hysteresis control — fix the ripple, let the frequency fall out. Switching whenever the current crosses a band of \(\Delta I = 4\) A:

\[ f_s = \frac{V_sD(1-D)}{\Delta I\,L} = \frac{(220)D(1-D)}{(4)(0.010)} = 5500\,D(1-D) \]
\[ D = 0.25 \to 1031\ \text{Hz}, \qquad D = 0.5 \to 1375\ \text{Hz}, \qquad D = 0.1 \to 495\ \text{Hz} \]

The three side by side:

StrategyFixedVariesWorst \(\Delta I\)\(f_s\) range
PWM\(f_s\)\(\Delta I\)5.50 A1000 Hz
Frequency control\(t_{on}\)both8.25 A500–1500 Hz
Hysteresis\(\Delta I\)\(f_s\)4.00 A495–1375 Hz

Why PWM won. Fixing the frequency is what makes everything else designable:

Fixed \(f_s\) allowsVariable \(f_s\) prevents
Filter designed for one corner frequencyfilter must cover the whole range
EMI concentrated at known harmonicsspread spectrum, harder to filter
Switching loss known exactlyworst case must be assumed
Synchronising several convertersimpossible
Linear small-signal modelgain varies with operating point

The last row matters most for a controller. A fixed-frequency converter has a well-defined transfer function that a compensator can be designed against; a variable-frequency one does not.

Where hysteresis still wins. Its one structural advantage is that it controls the current directly:

\[ \text{peak current bounded by construction} \Rightarrow \text{inherent overcurrent protection} \]

There is no loop to tune, no possibility of overshoot, and the response to a step demand is instantaneous. That is why hysteresis control survives in motor drives with fast torque demands and in current-source applications — and why almost everything else uses fixed-frequency PWM.

Every strategy fixes one of three quantities and lets the other two move. PWM fixes the frequency and is the default because a designable filter and a linear model are worth more than anything the alternatives offer. Hysteresis fixes the ripple and buys inherent current limiting. Fixing the on-time fixes the one quantity nobody cares about, which is why it is a historical curiosity.
Answera PWM: 4.13/5.50/4.13 A at 1 kHz   b freq control: 8.25 A at 500 Hz to 2.75 A at 1500 Hz   c hysteresis: 4 A fixed, 495–1375 Hz
Problem 3Exam levelDriving a Motor

A chopper feeds a DC motor from a 220 V link. The armature resistance is \(0.5\ \Omega\), \(K\phi = 1.5\ \text{V}\cdot\text{s/rad}\), and the armature current is held at 40 A. Find the speed, torque and source current at \(D = 0.8\) and \(D = 0.4\), and compare the supply loading with the phase-controlled drive of Set 12.

Solution

At \(D = 0.8\):

\[ V_o = (0.8)(220) = 176\ \text{V}, \qquad E = 176-(40)(0.5) = 156\ \text{V} \]
\[ \omega = \frac{156}{1.5} = 104\ \text{rad/s} = 993\ \text{rpm}, \qquad T = (1.5)(40) = 60\ \text{N}\!\cdot\!\text{m} \]

At \(D = 0.4\):

\[ V_o = 88\ \text{V}, \qquad E = 68\ \text{V}, \qquad \omega = 45.3\ \text{rad/s} = 433\ \text{rpm} \]

Torque unchanged at 60 N·m, because the current is unchanged. Speed varies with duty ratio — and unlike the cosine law of Set 12, the relationship is exactly linear, which makes the controller's job considerably easier.

Now the source side, which is where the real difference lies. The chopper draws current from the link only while the switch is on:

\[ I_{s,avg} = DI_a:\qquad D = 0.8 \to 32\ \text{A}, \qquad D = 0.4 \to 16\ \text{A} \]
\[ I_{s,rms} = I_a\sqrt{D} = 40\sqrt{0.8} = 35.8\ \text{A}\ \text{at }D = 0.8 \]
\[ P_{in} = (220)(32) = 7040\ \text{W} = V_oI_a = (176)(40)\ \checkmark \]

Compare with Set 12's phase-controlled drive. There, a drive running slower at constant torque drew exactly the same RMS supply current and merely wasted more of it as reactive power:

Half speed at rated torquePhase-controlled (Set 12)Chopper
Output powerhalvedhalved
Supply RMS currentunchangedfalls by \(\sqrt2\)
Apparent power drawnunchangedhalves
AC power factor0.780 → 0.3960.9, unchanged

That last row is the point of Part 3. The rectifier feeding this chopper runs at \(\alpha = 0\) at every speed, so its displacement factor stays at unity and its power factor stays at 0.9 — the chopper's duty ratio is invisible to the supply.

Why the coupling was broken. In a phase-controlled converter the same devices set both the output voltage and the supply current's phase. In a chopper drive the two jobs are separated:

\[ \text{rectifier: fixed } \alpha = 0 \Rightarrow \text{fixed, good power factor} \]
\[ \text{chopper: variable } D \Rightarrow \text{variable output, at } f_s \gg f_{line} \]

The DC link capacitor between them is what allows the two to be independent. It absorbs the difference between a 100 Hz rectified input and a kilohertz-chopped output, so neither stage needs to know what the other is doing.

The cost. Nothing is free:

AddedConsequence
DC link capacitorbulk, inrush (Set 10), finite life
Extra conversion stage1–2% more loss
Self-commutating devicegate drive, dead time (Set 7)
Switching at kilohertzEMI, audible noise, snubbing

Two extra percent of loss to double the power factor at low speed, and Set 6 already showed that the self-commutating device costs less than the thyristor's commutation circuit at any frequency above 12.5 Hz. The trade was decided decades ago.

The DC link is what decouples the supply from the load. A phase-controlled drive ties the two together through the firing angle, so slowing the machine degrades the supply. Rectify at fixed full conduction, store a little energy, and chop — and the supply never learns that the machine slowed down.
Answera\(993\ \text{rpm},\ 60\ \text{N}\!\cdot\!\text{m},\ I_s = 32\ \text{A}\)   b\(433\ \text{rpm},\ 60\ \text{N}\!\cdot\!\text{m},\ I_s = 16\ \text{A}\)   c supply current falls with speed; AC PF stays 0.9
Problem 4Exam levelGetting the Energy Back

The same motor runs at 100 rad/s and is to be braked regeneratively at 40 A into the 220 V link. Find the duty ratio required, the source current and the power returned, and identify which chopper class is needed.

Solution

Motoring first, for reference, at 100 rad/s:

\[ E = (1.5)(100) = 150\ \text{V}, \qquad V_o = 150+(40)(0.5) = 170\ \text{V} \;\Rightarrow\; D = \frac{170}{220} = 0.773 \]

Braking reverses the current, so the machine becomes the source and the 220 V link becomes the load. The machine terminal voltage is now:

\[ V_o = E-\left|I_a\right|R_a = 150-20 = 130\ \text{V} \]

Note the sign: the resistance always opposes the current, so with the current now flowing out of the machine, the terminal voltage is below the EMF rather than above it.

The chopper must boost 130 V up to 220 V. That is a Class B (step-up) chopper, and the boost relation of Set 1 applies:

\[ V_s = \frac{V_o}{1-D} \;\Longrightarrow\; 1-D = \frac{130}{220} = 0.591 \;\Longrightarrow\; D = 0.409 \]

During \(D\) the switch short-circuits the machine through the armature inductance, building current; during \((1-D)\) that current is forced into the link through a diode, at 220 V. The armature inductance is doing the boosting.

The power returned:

\[ I_{s,avg} = \left|I_a\right|(1-D) = (40)(0.591) = 23.6\ \text{A} \]
\[ P_{returned} = (220)(23.6) = 5200\ \text{W} \]
\[ \text{check: } EI_a-I_a^2R_a = (150)(40)-(1600)(0.5) = 6000-800 = 5200\ \text{W}\ \checkmark \]

Which class does what:

ClassSwitches\(V_o\)\(I_o\)Quadrants
A (step-down)1 + diode++I
B (step-up)1 + diode+II
C2 + 2 diodes+±I and II
D2 + 2 diodes±+I and IV
E (bridge)4 + 4 diodes±±all four

This drive needs Class C — motoring and regenerative braking in one direction of rotation. That is one leg of a bridge: two switches with anti-parallel diodes, the same half-bridge that Set 7 designed the gate drive for.

The comparison that matters. Set 14 needed a second complete converter, or a field reversal taking a second, to reach quadrant II:

\[ \text{phase-controlled: 6 more thyristors, or } \tau_f \approx 1\ \text{s} \]
\[ \text{chopper: one more transistor and one more diode, transition in microseconds} \]

And because both switches are in the same leg, the transition between motoring and braking is simply a change of which one is modulating — no dead time of milliseconds, no changeover logic, no circulating current reactor. The dual converter of Set 16 is replaced by a single half bridge.

Regeneration in a chopper is just the boost converter of Set 1 pointed the other way. The armature inductance stores energy from the machine and releases it into a higher voltage — which is exactly what a boost converter does. That is why one extra transistor buys what an entire second converter bought in Part 2.
Answera\(D = 0.409\)   b\(I_s = 23.6\ \text{A}\)   c\(5200\ \text{W}\) returned   d Class C — one half bridge
Problem 5ChallengeAll Four Quadrants, One Bridge

A Class E (bridge) chopper drives the same motor from 220 V at \(f_s = 2\) kHz with an armature inductance of 5 mH. The terminal voltage required is 170 V. Compare bipolar switching (the bridge applies \(\pm V_s\)) with unipolar switching (it applies \(+V_s\) and 0), on duty ratio and current ripple.

Solution

Bipolar switching. Both diagonal pairs are driven together, so the output alternates between \(+220\) and \(-220\) V:

\[ V_o = \left(2D-1\right)V_s \;\Longrightarrow\; D = \frac{1}{2}\left(1+\frac{170}{220}\right) = 0.886 \]

Note that \(D = 0.5\) gives zero output, so the full \(-220\) to \(+220\) V range maps onto \(D\) from 0 to 1. All four quadrants come for free.

The ripple, from the inductor voltage:

\[ v_{L,on} = 220-170 = +50\ \text{V for }0.886T_s; \qquad v_{L,off} = -220-170 = -390\ \text{V for }0.114T_s \]
\[ \text{check: } (50)(0.886) = 44.3 = (390)(0.114)\ \checkmark \]
\[ \Delta I = \frac{(50)(0.886)}{(2000)(0.005)} = 4.43\ \text{A} \]

Unipolar switching. One leg holds while the other modulates, so the output alternates between \(+220\) and 0:

\[ V_o = DV_s \;\Longrightarrow\; D = \frac{170}{220} = 0.773 \]
\[ v_{L,on} = +50\ \text{V for }0.773T_s; \qquad v_{L,off} = -170\ \text{V for }0.227T_s \]
\[ \Delta I = \frac{(50)(0.773)}{(2000)(0.005)} = 3.86\ \text{A} \]

And unipolar has a second advantage. If both legs are modulated with phase-shifted carriers, the output waveform changes state twice per switching period:

\[ f_{effective} = 2f_s = 4\ \text{kHz} \;\Longrightarrow\; \Delta I = \frac{3.86}{2} = 1.93\ \text{A} \]

The devices still switch at 2 kHz — so the switching loss is unchanged — but the load sees 4 kHz. That is a genuinely free halving of the ripple, and it is the same trick that Set 18's interleaved converter uses.

Everything together:

PropertyBipolarUnipolarUnipolar, 2 legs
Duty ratio for 170 V0.8860.7730.773
Voltage steps\(\pm220\) V0, +220 V0, +220 V
Effective frequency2 kHz2 kHz4 kHz
Current ripple4.43 A3.86 A1.93 A
Devices switchingall 42all 4
Output near zerofull \(\pm V_s\) swingsmall stepssmall steps
Control simplicitysimplestneeds mode logic near zeroneeds two carriers

Look at the second-to-last row. Bipolar switching applies the full \(\pm220\) V even when the demanded output is zero — so the ripple is worst at zero output, exactly where a servo holding position needs it least. Unipolar's steps shrink with the demand.

Why bipolar survives at all. Two reasons:

\[ \text{(i) } V_o = (2D-1)V_s \ \text{is linear through zero with no mode change} \]

And (ii) the current can reverse freely at any duty ratio, so the converter never enters discontinuous conduction and the small-signal gain never changes. For a four-quadrant servo that has to cross zero torque smoothly, those two properties can be worth the extra ripple — which is the same argument the circulating-current dual converter of Set 16 made, at a fraction of the cost.

A single bridge reaches all four quadrants, crosses zero without a mode change, and costs four transistors. Set 16 needed twelve thyristors, a changeover sequence and a 12 mH reactor to do the same job less well. That comparison, more than any efficiency figure, is why DC drives moved to the DC link.
Answera bipolar \(D = 0.886,\ \Delta I = 4.43\ \text{A}\)   b unipolar \(D = 0.773,\ \Delta I = 3.86\ \text{A}\)   c two-leg unipolar: \(1.93\ \text{A}\) at 4 kHz effective
Problem 6ChallengeA Drive Designed

A 5 kW chopper drive runs from a 220 V link. The motor has \(R_a = 0.6\ \Omega\), \(L_a = 8\) mH, \(K\phi = 1.6\) and a rated current of 25 A. Choose the switching frequency for a ripple below 10% of rated current, select the device, compute the losses and efficiency at \(D = 0.8\), and find the critical current for continuous conduction.

Solution

Choose the frequency from the worst-case ripple, which occurs at \(D = 0.5\):

\[ \Delta I_{max} = \frac{V_s}{4f_sL_a} \le 0.10(25) = 2.5\ \text{A} \]
\[ f_s \ge \frac{220}{(4)(2.5)(0.008)} = 2750\ \text{Hz} \quad\to\quad \text{choose } 3\ \text{kHz} \]
\[ \Delta I_{max} = \frac{220}{(4)(3000)(0.008)} = 2.29\ \text{A} = 9.2\%\ \checkmark \]

Note that the machine's own inductance is doing the filtering — no external reactor is needed, unlike the phase-controlled drive of Set 13 which required 50 mH. Switching 30 times faster is worth a factor of six in inductance.

Device selection. The link is 220 V and the peak current is the rated current plus half the ripple:

\[ V_{device} \ge 2(220) = 440\ \text{V} \to 600\ \text{V class} \]
\[ I_{pk} = 25+1.15 = 26.2\ \text{A} \to 50\ \text{A device} \]

An IGBT at 3 kHz — comfortably inside the crossover of Set 7, where the IGBT beat the MOSFET below 4.2 kHz.

Losses at \(D = 0.8\), using \(V_{CE(sat)} = 2.0\) V, \(V_F = 1.5\) V and \(E_{sw} = 1.5\) mJ:

\[ P_{IGBT} = V_{CE}I_aD = (2.0)(25)(0.8) = 40\ \text{W} \]
\[ P_{diode} = V_FI_a(1-D) = (1.5)(25)(0.2) = 7.5\ \text{W} \]
\[ P_{sw} = E_{sw}f_s = \left(1.5\times10^{-3}\right)(3000) = 4.5\ \text{W} \]
\[ P_{total} = 52\ \text{W} \]

Efficiency:

\[ V_o = (0.8)(220) = 176\ \text{V}, \qquad P_o = (176)(25) = 4400\ \text{W} \]
\[ \eta = \frac{4400}{4400+52} = 98.8\% \]

And note the loss breakdown: 91% of it is conduction, only 9% switching. At 3 kHz the frequency is essentially free, which is why there was no reason to go lower and accept a larger ripple.

The critical current, where conduction becomes discontinuous:

\[ I_{a,crit} = \frac{\Delta I_{max}}{2} = \frac{2.29}{2} = 1.15\ \text{A} \]
Drive\(f_s\)Inductance\(I_{crit}\)% of rated
Phase-controlled (Set 13)100 Hz ripple50 mH added11.5 A46%
Chopper (this problem)3 kHz8 mH, the machine's own1.15 A4.6%

A factor of ten better, with a sixth of the inductance and no external reactor at all. The phase-controlled drive spent much of its operating range in discontinuous conduction with a changing loop gain; this one is continuous down to 4.6% of rated torque and stays linear throughout.

The design, assembled:

ParameterValueSet by
Switching frequency3 kHzripple target at \(D = 0.5\)
Filter inductancenone addedmachine provides 8 mH
Device600 V, 50 A IGBT2× link, peak current
Loss52 W, 91% conductionSet 2 loss models
HeatsinkSet 8 chain at 52 W
Critical current1.15 A (4.6%)ripple / 2
TopologyClass C or Equadrants required
Switching thirty times faster removed the external reactor, cut the critical current tenfold and cost 1.2% of efficiency. Every difficulty of Part 2's drives — the smoothing reactor, the discontinuous-conduction region, the gain change, the collapsing power factor — was a consequence of controlling at line frequency. Move the control to kilohertz and they disappear together.
Answera\(f_s = 3\ \text{kHz},\ \Delta I = 2.29\ \text{A}\)   b 600 V, 50 A IGBT   c\(52\ \text{W},\ \eta = 98.8\%\)   d\(I_{crit} = 1.15\ \text{A}\)
Formulas

Key Formulas

QuantityRelationNotes
Average output\(V_o = DV_s\)Linear, unlike \(\cos\alpha\)
Average current\(I_o = \dfrac{DV_s-E}{R}\)RLE load
Exact maxima\(I_2 = \frac{V_s-E}{R}+\left(I_1-\frac{V_s-E}{R}\right)k\)\(k = e^{-t_{on}/\tau}\)
Ripple (linear)\(\Delta I = \dfrac{V_sD(1-D)}{f_sL}\)Valid for \(T_s \ll \tau\)
Worst-case ripple\(\Delta I_{max} = \dfrac{V_s}{4f_sL}\)At \(D = 0.5\)
Frequency control\(f_s = D/t_{on}\)Both \(f_s\) and \(\Delta I\) vary
Hysteresis frequency\(f_s = \dfrac{V_sD(1-D)}{\Delta I\,L}\)\(\Delta I\) fixed by the band
Source current\(I_{s,avg} = DI_o,\ I_{s,rms} = I_o\sqrt{D}\)Falls with \(D\)
Regenerative duty\(1-D = \dfrac{E-I_aR_a}{V_s}\)Boost, Class B
Bipolar bridge\(V_o = \left(2D-1\right)V_s\)Zero at \(D = 0.5\)
Unipolar bridge\(V_o = DV_s\)Lower ripple
Two-leg unipolar\(f_{eff} = 2f_s\)Halves ripple free
Critical current\(I_{crit} = \Delta I/2\)Same rule as Set 1
Pitfalls

Common Mistakes

  1. Using the exponential solution when the linear one suffices. With \(T_s/\tau = 0.2\) the two agreed to 0.1%; at kilohertz the difference is unmeasurable — Problem 1.

  2. Sizing the inductor at the nominal duty ratio. The ripple peaks at \(D = 0.5\) whatever the operating point — Problems 1 and 6.

  3. Assuming ripple is independent of control strategy. Fixed-on-time control gave 8.25 A where PWM gave 4.13 A at the same duty ratio — Problem 2.

  4. Choosing hysteresis control without accounting for the frequency swing. It ran from 495 to 1375 Hz — a filter and EMI nightmare — Problem 2.

  5. Assuming the chopper degrades the supply power factor. The rectifier stays at \(\alpha = 0\), so it does not — that is the whole point of the DC link — Problem 3.

  6. Using \(I_{s,rms} = I_o\) for the link current. It is \(I_o\sqrt{D}\), which matters for the link capacitor's rating — Problem 3.

  7. Adding \(I_aR_a\) when regenerating. The resistance opposes the current, so the terminal voltage is below the EMF during braking — Problem 4.

  8. Forgetting that bipolar switching applies full \(\pm V_s\) at zero output. The ripple is worst exactly where a servo needs it least — Problem 5.

  9. Expecting unipolar two-leg modulation to increase switching loss. The devices still switch at \(f_s\); only the load sees \(2f_s\) — Problem 5.

  10. Adding an external smoothing reactor by habit. At 3 kHz the machine's own 8 mH gave 9.2% ripple and a critical current of 4.6% — Problem 6.

Looking Ahead

Six problems and the whole of Part 2's difficulty dissolved. Controlling at kilohertz instead of line frequency removed the smoothing reactor, cut the critical current from 46% of rated to 4.6%, kept the supply power factor at 0.9 regardless of speed, and reached all four quadrants with four transistors instead of twelve thyristors and a 12 mH reactor. The cost was 1.2% of efficiency and a DC link capacitor.

What the chopper cannot do is change the voltage upward, or provide isolation, or regulate against a wandering input — and Problem 1's load was a motor, whose own inductance did the filtering and whose own inertia smoothed the rest. Take away the machine and the same switching cell has to supply a sensitive electronic load from an unregulated source, with its own inductor and capacitor sized from scratch.

Next: Set 18 — Buck Converter Design and Ripple, where the inductor is chosen for a ripple specification across a wide input range, the output capacitor is sized against both its capacitance and its ESR, the component stresses are converted into a loss budget, and interleaving is shown to cancel the output ripple entirely at half duty.