Principles of Steady-State Converter Analysis#

Before we start our treatment of DC-DC converters, we need to be reacquainted to the notion of an Ideal Switch and get familiarised with the type of ideal switches that help us with analysing converters.

Single pole, single throw (SPST) Switch. A simple on-off switch.

_images/SPST.svg

Fig. 1 An ideal SPST Switch#

  • Switch Closed: \(v(t) = 0\).

  • Switch Open: \(i(t)=0\).

  • \(\forall t\): \(\underbrace{p(t)}_{\text{Power}} =v(t) i(t) =0\).

Single pole, double throw (SPDT) Switch. The common port is connected to either 1 or 2.

_images/SPDT.svg

DC-DC Converter Example#

In the circuit below, for \(V_g=100\text{V}\) and \(R=5\Omega\), design a converter such that \(V=50\text{V}\), \(I=10\text{A}\).

_images/dcdc_converter.svg

We investigate the following three designs:

  • Resistive Voltage Divider (Dissipative realisation)

  • Series Pass Regulator (Dissipative realisation)

  • Use of an SPDT Switch

Resistive Voltage Divider#

A variable resistor in series with the load yields the following circuit.

_images/divider.svg

Series Pass Regulator#

A series pass regulator (aka series voltage regulator) comprises of a transistor operating in the linear (aka ohmic, active) region.

_images/linear_reg.svg

Use of an SPDT Switch#

Using an SPDT switch changes the dc component of the input voltage. If we switch back and forth between on and off position in effect we chop the input voltage.

_images/proto_buck.svg

The switching duty cycle is denoted by \(D\) where \(0\leq D\leq 1\). We use \(D'\) to denote its complement where \(D'=1-D\). The switching period is represented by \(T_s\) and consequently the switching frequency, \(f_s=\dfrac{1}{T_s}\).

_images/duty2.svg

DC component (\(\equiv\) average value): \(\begin{align*} \langle v_s \rangle = \dfrac{1}{T_s} \int_0^{T_s} v_s(t)\mathrm{d}t = \dfrac{1}{T_s} (D T_s V_g) = D V_g \end{align*}\)

Computing the Fourier series of the periodic switching signal \(v_s(t)\) yields

\[\begin{split} \begin{align*} v_s(t) &=V_g \left [\dfrac{DT_s}{T_s} +\sum_{n=1}^\infty \dfrac{2}{n\pi}\sin \left ( \dfrac{\pi n D T_s}{T_s}\right )\cos \left ( \dfrac{2\pi n }{T_s} \left (t-\dfrac{D T_s}{2} \right )\right )\right ]\\ &=V_g \left [D +\sum_{n=1}^\infty \dfrac{2}{n\pi}\sin \left ( \pi n D\right )\cos \left ( \dfrac{2\pi n }{T_s} \left (t-\dfrac{D T_s}{2} \right ) \right )\right ]\\ \end{align*} \end{split}\]

Consequently, its Fourier transform is

\[ \begin{align*} \mathbf{v}_s(f) &= V_g \left [D\delta(f) +\sum_{n=1}^\infty \dfrac{1}{n\pi}\sin \left ( \pi n D\right ) \left ({\delta(f-n f_s)+\delta(f+n f_s)}\right )\right ] \end{align*} \]

with the spectrum depicted below.

_images/FT.svg

The magnitude of \(n\)-th harmonic is \( \dfrac{V_g}{n\pi} | \sin \left ( \pi n D\right ) |\). The effect of applying a low pass filter to remove switching harmonics and pass only the DC component is presented pictorially next.

_images/FT_fil.svg

To remove the switching harmonics one can implement the low-pass filter using \(L\) and \(C\) elements. Something that is known as an \(L-C\) low-pass filter (and ideally is loss-less). Placing the filter in the circuit one obtains

_images/buck_example.svg

Fig. 2 Our first buck converter!#

The cutoff frequency of the the filter should be much smaller than the switching frequency \(f_s\). The circuit is a buck converter.

The relationship between the DC component of the output voltage \(v\) and the input voltage \(V_g\) is given by

\[ V \approx \langle v_s \rangle = DV_g \]

This relationship is presented below.

_images/buck_VD.svg

Fig. 3 The graph of the conversion ratio of buck converter as a function of the duty cycle \(D\).#

In an ideal scenario, the relationship between the input and the (steady-state) DC value of the output, \(V\) is a function of the duty cycle \(D\) and can be written as

\[ V = M(D) V_g. \]

In a buck converter \(M(D)=D\).

Three basic DC-DC converters of interest are:

  • Buck converter

  • Boost converter

  • Buck-boost converter

The boost and buck-boost converters schematics realised using ideal switches are demonstrated in Fig. 4 and Fig. 5, respectively. Taking a route similar to what we took to analyse buck converters, that is using Fourier analysis and filtering, is full peril and will not take us far enough. In general, Fourier analysis along with low pass filter arguments are not always easy to apply to arbitrary converters. A systematic approach is required to analyse different circuits. Understanding and applying such an approach is the focus of this chapter.

_images/boost.svg

Fig. 4 Boost converter with ideal switch#

_images/buck_boost.svg

Fig. 5 Buck-boost converter with ideal switch#

Inductor volt-second balance, capacitor charge balance, and the small ripple approximation#

Consider the buck converter of Fig. 6.

_images/buck.svg

Fig. 6 Buck converter with ideal switch#

The actual output voltage waveform will not be exactly equal to a constant DC value and it will look like what is depicted in Fig. 7. Let’s assume it takes the following form

\[ v(t)=V + v_{ripple}(t) \]

For example, \(V=1 \text{V}\), and the maximum of the additive ripple wave form is 10 mV, i.e., \(\max |v_{ripple}(t)|=10 \text{mV}\).

_images/act_wave.svg

Fig. 7 A less-idealised representation of the output voltage waveform.#

In a well-designed converter, the output voltage ripple is much smaller than the DC component. Hence, the waveforms can be easily determined by ignoring the ripple: \(\|v_{ripple}(t)\|\ll V\) Hence, \(v(t) \approx V\): small-ripple approximation

  1. The small-ripple approximation is useful only for continuous waveforms. Particularly

  • innductor currents

  • capacitor voltages

  1. Small-ripple approximation cannot be applied to discontinous signals (e.g.~pulsating waveforms that switch)

  2. It is used to simplify the solutions to the ODEs describing the network. The small-ripple approximation let the solution to be calculated as linear functions. It is also known as the linear ripple approximation.

  3. It is only valid when \(T_s\) is short compared to the network time-constants.

(Relevant) Lame Joke of the Day Reality:

  • An engineer thinks that equations are an approximation to reality.

  • A physicist thinks reality is an approximation to equations.

  • A mathematician doesn’t care.

Buck converter analysis#

Let’s revisit our trusty friend, the buck converter. In what follows we will go through the process of developing a systematic approach to analyse its behaviour at steady-state. To this aim we investigate the circuit for the two positions of the switch.

Switch in position 1:

_images/buck_sw1.svg

Fig. 8 The buck converter circuit when the switch is in position 1.#

  • Inductor voltage: \(v_L = V_g -v(t)\)

  • Small ripple approximation: \(v_L \approx V_g- V\)

  • Inductor current: \(v_L(t) = L\dfrac{di_L(t)}{\mathrm{d}t}\)

  • Variation of current (the slope):

\[ \dfrac{di_L(t)}{\mathrm{d}t}=\dfrac{v_L(t)}{L}\approx\dfrac{V_g - V}{L} \]

Attention

The inductor current changes with a constant slope.

Switch in position 2:

_images/buck_sw2.svg

Fig. 9 The buck converter circuit when the switch is in position 2.#

  • Inductor voltage: \(v_L = -v(t)\)

  • Small ripple approximation: \(v_L \approx - V\)

  • Inductor current: \(v_L(t) = L\dfrac{di_L(t)}{\mathrm{d}t}\)

  • Variation of current (the slope): \(\dfrac{di_L(t)}{\mathrm{d}t}\approx\dfrac{- V}{L}\)

Attention

The inductor current changes with a constant slope.

Inductor voltage and current waveforms#

Now, let’s see how the voltage across the two terminals of the inductor behaves over a switching period. From the equations above we can depict the wave-form as below.

_images/vL_buck.svg

Fig. 10 The inductor voltage waveform in a buck converter.#

Remember that the relationship between the current through and an inductor and its voltage is

\[L\dfrac{\mathrm{d}i}{\mathrm{d}t} = v.\]

In other words, the slope of the current waveform is given by \(v/L\). From this observation:

\[\begin{split} \begin{align*}\dfrac{di_L(t)}{\mathrm{d}t}&=\dfrac{v_L(t)}{L} \approx \begin{cases} \frac{V_g-V}{L} & \text{Position 1}\\ \frac{-V}{L} & \text{Position 2} \end{cases}\end{align*} \end{split}\]

The current waveform is depicted below.

_images/il_buck.svg

Fig. 11 The inductor current waveform in a buck converter.#

Note

In practice the ripple is set to be around 10-20 percent of the DC value.

Determination of inductor current ripple magnitude#

The total, peak-to-peak change in \(i_L\) as observable from Fig. 11 in each sub-interval is

\[ 2\Delta i_L = \left ( \dfrac{V_g-V}{L} \right) DT_s \]

Equivalently, the peak-to-average ripple (half of the peak-to-peak ripple) is

\[ \Delta i_L = \left ( \dfrac{V_g-V}{2L} \right) DT_s \quad \iff \quad L = \left ( \dfrac{V_g-V}{2\Delta i_L} \right) DT_s \]

This relationship can be used to select the appropriate magnitude of \(L\) to achieve a certain ripple.

Inductor current waveform during turn-on transient#

Inductor current waveform during turn-on transient:

Converter in equilibrium: \(i_L((n+1)T_s)=i_L(nT_s)\)

Numerical solution for \(i_L(t)\) and \(v(t)\) using a circuit simulator#

  • \(C=22 \mu\text{F}\), \(L=\text{mH}\), \(R=15\Omega\), \(V_g=10\text{V}\), \(T_s=20\mu \text{s}\), \(D=0.75\).

  • Note that the waveforms are made up of line segments.

  • Ripple after \(5 \text{ms}\): 0.01850875. Expected ripple at steady state: \(\Delta i_L = \dfrac{V_g-V}{2L}DT_s=0.01875\).

The principles of inductor volt-second balance and capacitor charge balance#

The principle of inductor volt-second balance#

Inductor defining relation: \(v_L = L \dfrac{\mathrm{d} i_L(t)}{\mathrm{d}t}\)

Integrating the current over one switching period results in

\[ i_L(T_s) - i_L(0) = \dfrac{1}{L} \int_0^{T_s} v_L(t) \mathrm{d}t \]

In periodic steady state, that is, when the transients have settled down and the converter is in equilibrium, the net change in inductor current is zero:

\[ 0 = \dfrac{1}{T_s} \int_0^{T_s} v_L(t) \mathrm{d}t \]

Hence, the total area (or volt-second) under the inductor voltage waveform is zero whenever the converter operates in steady state.

Inductor volt-second balance

The average inductor voltage is zero in steady state.

\[ 0 = \dfrac{1}{T_s} \int_0^{T_s} v_L(t) \mathrm{d}t = \langle v_L \rangle \]

Inductor volt-second balance in buck converters#

The integral of the voltage waveform (see Fig. 10) is the area of rectangles:

\[ \int_0^{T_s} v_L(t) \mathrm{d}t = (V_g-V)(DT_s) + (-V)(D'T_s) \]

The average voltage is

\[ \langle v_L \rangle = \dfrac{1}{T_s}\int_0^{T_s} v_L(t) \mathrm{d}t = D(V_g-V) +D' (-V) \]

After applying the inductor volt-second balance principle, i.e.~equating the average value to zero and solving for \(V\) yields

\[ 0 = DV_g -(D+D') V = DV_g -V \implies V = D V_g \]

The principle of capacitor charge balance#

The capacitor defining relation is \(i_C(t) = C \dfrac{\mathrm{d}v_C(t)}{\mathrm{d}t}\) Integrating over one switching period:

\[ v_C(T_s) - v_C(0) = \dfrac{1}{C} \int_0^{T_s} i_C(t) \mathrm{d}t \]

As above, in preiodic steady state, the net change in capacitor voltage is zero:

\[ 0 = \dfrac{1}{T_s} \int_0^{T_s} i_C(t) \mathrm{d}t \]

Hence, the total area (or charge) under the capacitor current waveform is zero whenever the converter operates in steady state.

Capacitor charge balance

The average capacitor current is zero in steady state.

\[ 0 = \dfrac{1}{T_s} \int_0^{T_s} i_C(t) \mathrm{d}t = \langle i_C \rangle \]

Warning

We have to be careful when we talk about charging a capacitor and a capacitor charge. There is a fundamental misunderstanding in thinking about capacitors as a place to store electric charge. We really store energy in a capacitor. A good discussion can be found here. Please note that this discussion has no impact on how we use the principle of charge balance to study the behaviour of converters.

Boost Converter Analysis#

Consider the Boost converter with ideal switch of Fig. 4. As we will see in future chapters this circuit can be realised in practice with a power transistor and a (free-wheeling) diode. The practical circuit realisation is presented in Fig. 12.

_images/boost_physical.svg

Fig. 12 A practical realisation of the boost converter#

Switch in position 1:

_images/boost_sw1.svg

Fig. 13 The boost converter circuit when the switch is in position 1.#

The inductor voltage and capacitor current are

\[ v_L = V_g, \quad i_C=-v/R \]

After applying the small ripple approximation one obtains the following relationships:

\[ v_L \approx V_g, \quad i_C \approx -V/R \]

Switch in position 2:

_images/boost_sw2.svg

Fig. 14 The boost converter circuit when the switch is in position 2.#

In this case the inductor voltage and capacitor current are

\[ v_L = V_g - v, \quad i_C=i_L-v/R \]

Again, applying the small ripple approximation results in

\[ v_L \approx V_g-V, \quad i_C\approx I-V/R \]

Inductor volt-second balance in boost converters#

_images/vL_boost.svg

Fig. 15 The inductor voltage waveform in a boost converter.#

From the volt-seconds balance principle applied to inductor:

\[\begin{split} \begin{align*} 0&=\int_0^{T_s} v_L(t) \mathrm{d}t= V_g D T_s + (V_g-V) D'T_s\\ 0&=V_g(D+D') -V D' \implies V=\dfrac{V_g}{D'} \end{align*} \end{split}\]

Solving the algebraic equation above, one obtains the voltage conversion ratio as

\[ M(D) =\dfrac{V}{V_g} = \dfrac{1}{D'}=\dfrac{1}{1-D} \]

Conversion ratio of the boost converter \(M(D)\)#

The conversion ratio of the boost converter as the function of the duty cycle is depicted in Fig. 16 and is given below:

\[ M(D)=\dfrac{V}{V_g}=\dfrac{1}{D'}=\dfrac{1}{1-D} \]
_images/MD_boost.svg

Fig. 16 The graph of the conversion ratio of boost converter as a function of the duty cycle \(D\).#

Note

The ideal conversion rate goes to infinity. But real converters cannot achieve that. In fact, the maximum output of a converter is limited by the losses (we will study losses in the future.)

Capacitor charge balance in boost converters#

The waveform of the capacitor current in a boost converter is presented below:

_images/iC_boost.svg

Fig. 17 The capacitor current waveform in a boost converter.#

Net charge applied to the capacitor over one period:

\[\begin{split} \begin{align*} 0&=\int_0^{T_s} i_C(t) \mathrm{d}t= (-V/R) D T_s +(I-V/R)D'T_s\\ 0&=-V/R(D+D') -I D' \implies \\ I &=\dfrac{V}{D'R} \implies I = \dfrac{V_g}{D'^2 R} \end{align*} \end{split}\]

Determination of inductor current ripple in boost converters#

From the inductors defining relationship and in light of the voltage waveform of an inductor one can write

\[\begin{split} \begin{align*}\dfrac{di_L(t)}{\mathrm{d}t}&=\dfrac{v_L(t)}{L} \approx \begin{cases} \frac{V_g}{L} & \text{Position 1}\\ \frac{V_g-V}{L} & \text{Position 2} \end{cases}\end{align*} \end{split}\]

The waveform is depicted in Fig. 18.

_images/il_buck.svg

Fig. 18 The inductor current waveform in a boost converter.#

The peak-to-peak change in inductor current during subinterval 1:

\[ 2 \Delta i_L = \dfrac{V_g}{L} D T_s \iff \Delta i_L = \dfrac{V_g}{2L} DT_s \]

One may choose \(L\) for a desired ripple magnitude given other circuit parameters.

Determination of capacitor voltage ripple in boost converters#

Using the defining equation for capacitors:

\[\begin{split} \begin{align*}\dfrac{dv_C(t)}{\mathrm{d}t}&=\dfrac{i_C(t)}{C} \approx \begin{cases} \frac{-V}{RC} & \text{Position 1}\\ \dfrac{I}{C}-\frac{V}{RC} & \text{Position 2} \end{cases}\end{align*} \end{split}\]

The capacitor voltage waveform is presented in Fig. 19.

_images/vC_boost.svg

Fig. 19 The capacitor voltage waveform in a boost converter.#

The peak-to-peak change in capacitor voltage during subinterval 1 is described by

\[ -2 \Delta v = -\dfrac{V}{RC} D T_s \iff \Delta v = \dfrac{V}{2RC} D T_s \]

As before, one can choose \(C\) for a desired ripple magnitude. In practice, capacitor equivalent series resistance (esr) leads to increased voltage ripple.

Ćuk (pronounced chook) converter analysis#

A Ćuk converter with ideal switch is presented in Fig. 20. The practical implementation of the circuit using transistors and diodes is given in Fig. 21.

_images/cuk.svg

Fig. 20 Ćuk converter with ideal switches#

_images/cuk_physical.svg

Fig. 21 Ćuk converter practical realisation using power transistor and diode#

Switch in position 1: When the switch is in position 1, the transistor conducts currents and \(C_1\) releases energy to the output. The equivalent circuit for this case is depicted below.

_images/cuk_sw1.svg

Fig. 22 The Ćuk converter circuit when the switch is in position 1.#

Inductor voltages and capacitor currents are

\[\begin{split} \begin{aligned} v_{L1} &= V_g,\\ v_{L2} &= -v_1 -v_2,\\ i_{C1} &= i_2,\\ i_{C2} &= i_2-\dfrac{v_2}{R} \end{aligned} \end{split}\]

Applying the small ripple approximation gives

\[\begin{split} \begin{aligned} v_{L1} = V_g.\\ v_{L2} = -V_1 -V_2,\\ i_{C1} = I_2,\\ i_{C2} = I_2-\dfrac{V_2}{R} \end{aligned} \end{split}\]

Switch in position 2: In this case the diode conducts, and capacitor \(C_1\) is charged from the input. This circuit configuration for this case is presented below.

_images/cuk_sw2.svg

Fig. 23 The Ćuk converter circuit when the switch is in position 2.#

Inductor voltages and capacitor currents:

\[\begin{split} \begin{aligned} v_{L1} &= V_g-v_1,\\ v_{L2} &= -v_2,\\ i_{C1} &= i_1,\\ i_{C2} &= i_2-\dfrac{v_2}{R} \end{aligned} \end{split}\]

Small ripple approximation:

\[\begin{split} \begin{aligned} v_{L1} &= V_g-V_1,\\ v_{L2} &= -V_2,\\ i_{C1} &= I_1,\\ i_{C2} &= I_2-\dfrac{V_2}{R} \end{aligned} \end{split}\]

The principles of inductor volt-second and capacitor charge balance state that the average values of the periodic inductor voltage and capacitor current waveforms are zero, when the converter operates in steady state. Hence, to determine the steady-state conditions in the converter, sketch the inductor voltage and capacitor current waveforms, and equate their average values to zero.

The waveforms of the voltages of \(L_1\) and \(L_2\) are presented in Fig. 24 and Fig. 25, respectively.

_images/vL1_cuk.svg

Fig. 24 \(L_1\) voltage waveform in Ćuk converter with ideal switches#

_images/vL2_cuk.svg

Fig. 25 \(L_2\) voltage waveform in Ćuk converter with ideal switches#

The volt-second balance principle applied to \(L_1\) and \(L_2\) give

\[ \langle v_{L1} \rangle = DV_g+D'(V_g-V_1)=0 \]
\[ \langle v_{L2} \rangle = D(-V_1-V_2)+D'(-V_2)=0 \]

The waveforms of the currents of \(C_1\) and \(C_2\) are presented in Fig. 26 and Fig. 27, respectively.

_images/iC1_cuk.svg

Fig. 26 \(C_1\) current waveform in Ćuk converter with ideal switches#

_images/iC2_cuk.svg

Fig. 27 \(C_2\) current waveform in Ćuk converter with ideal switches#

Applying the charge balance principle to \(C_1\) and \(C_2\) results in

\[ \langle i_{C1} \rangle = DI_2+D'I_1=0 \]
\[ \langle i_{C2} \rangle = I_2-\dfrac{V_2}{R}=0 \]

During both switch positions, the capacitor current \(i_{C2}\) is equal to the difference between the inductor current \(i_2\) and the load current \(V_2/R\). When the ripple is neglected, \(i_{C2}\) is constant and equal to zero.

The conversion ratio of a Ćuk converter is

\[ M(D) = \dfrac{V_2}{V_g}= - \dfrac{D}{1-D} \]

Its graph in term of the duty cucle \(D\) is depicted below.

_images/cuk_MD.svg

Fig. 28 The graph of the conversion ratio of Ćuk converter as a function of the duty cycle \(D\).#

Determination of \(L_1\) and \(L_2\) currents ripples#

Using the defining equation for inductors \(L_1\) and \(L_2\) and given their voltages over a switching interval we obtain

\[\begin{split} \begin{align*}\dfrac{di_1(t)}{\mathrm{d}t}&=\dfrac{v_{L1}(t)}{L} \approx \begin{cases} \frac{V_g}{L_1} & \text{Position 1}\\ \frac{V_g-V_1}{L_1} & \text{Position 2} \end{cases} \end{align*} \end{split}\]

\[\begin{split} \begin{align*} \dfrac{di_2(t)}{\mathrm{d}t}&=\dfrac{v_{L2}(t)}{L}\approx \begin{cases} \frac{-V_1-V_2}{L_2} & \text{Position 1}\\ \frac{-V_2}{L_2} & \text{Position 2} \end{cases}\end{align*} \end{split}\]

The corresponding currents waveforms are given below.

_images/iL1_ripple.svg

Fig. 29 \(L_1\) current waveform in Ćuk converter with ideal switches#

_images/iL2_ripple.svg

Fig. 30 \(L_2\) current waveform in Ćuk converter with ideal switches#

Determination of \(C_1\) and \(C_2\) voltages ripples#

Applying the capacitor defining relationship to \(C_1\) and given its voltage waveform, one obtains

\[\begin{split} \begin{align*}\dfrac{dv_1(t)}{\mathrm{d}t}&=\dfrac{i_{C1}(t)}{C_1}\approx \begin{cases} \frac{I_2}{C_1} & \text{Position 1}\\ \frac{I_1}{C_1} & \text{Position 2} \end{cases}\end{align*} \end{split}\]
_images/vC1_ripple.svg

Fig. 31 \(C_1\) voltage waveform in Ćuk converter with ideal switches#

Doing the same to \(C_2\) yields

\[ \dfrac{dv_2(t)}{\mathrm{d}t}=\dfrac{i_{C2}(t)}{L}\approx 0 ??? \]

Error

This is weird! Of course there is ripple in the waveform. The small ripple approximation does not explain everything here. We need a better approximation.

Estimating ripple in converters containing two-pole low-pass filters (e.g. Buck and Ćuk)#

Consider the circuit with an output two-pole filter as shown below.

_images/two_pole.svg

The inductor current waveform is given below

_images/iL_ripple.svg

What is the capacitor current?

_images/total_charge.svg

Fig. 32 The total charge in the capacitor.#

If the capacitor voltage ripple is small, then essentially all of the ac component of inductor current flows through the capacitor. The inductor current ripple must not be neglected.

the current \(i_C(t)\) is positive for half of the switching period. This positive current causes the capacitor voltage \(v_C(t)\) to increase between its minimum and maximum extrema. During this time, the total charge \(q\) is deposited on the capacitor plates, where

\[ q = C (2\Delta v) \]

The total charge \(q\) is the area of the triangle, as shown

\[ q = \dfrac{1}{2} \Delta i_L \dfrac{T_s}{2} \]

Having \(q = C (2\Delta v)\) and solving for \(\Delta v\):

\[ \Delta v = \dfrac{\Delta i_L T_s}{ 8C} \]

In practice, capacitor equivalent series resistance (esr) further increases the ripple, \(\Delta v\).

Summary:

\[\begin{split} \begin{array}{cc} \Delta i_1 = \dfrac{V_g D T_s}{2L_1}, &\Delta i_2 = \dfrac{V_1+V_2}{2L_2}D T_s = \dfrac{V_g}{2L_2}D T_s\\ \Delta v_1 = \dfrac{-I_2 D T_s}{ 2C_1}= \dfrac{V_g D^2 T_s }{2 D' RC_1}, &\Delta v_2 = \dfrac{V_g D T_s^2}{ 16C_2 L_2} \end{array} \end{split}\]

Inductor current ripple in two-pole filters#

Now consider a circuit with an input two-pole filter as shown in the following figure.

_images/input_filter.svg
_images/total_flux.svg

Fig. 33 The total flux in the inductor.#

The total linkage flux \(\lambda\) is the area of the triangle, as shown

\[ \lambda = \dfrac{1}{2} \Delta v \dfrac{T_s}{2} \]

Letting \(\lambda = L (2\Delta i_L)\) and solving for \(\Delta i_L\):

\[ \Delta i_L = \dfrac{\Delta v T_s}{ 8L} \]

As mentioned before inductor linkage flux is the same as its volt-seconds.

Summary#

The dc component of a converter waveform is given by its average value, or the integral over one switching period, divided by the switching period. Solution of a dc-dc converter to find its dc, or steady-state, voltages and currents therefore involves averaging the waveforms.

The linear ripple approximation greatly simplifies the analysis. In a well-designed converter, the switching ripples in the inductor currents and capacitor voltages are small compared to the respective dc components, and can be neglected.

The principle of inductor volt-second balance allows determination of the dc voltage components in any switching converter. In steady-state, the average voltage applied to an inductor must be zero.

The principle of capacitor charge balance allows determination of the dc components of the inductor currents in a switching converter. In steady-state, the average current applied to a capacitor must be zero.

By knowledge of the slopes of the inductor current and capacitor voltage waveforms, the ac switching ripple magnitudes may be computed. Inductance and capacitance values can then be chosen to obtain desired ripple magnitudes.

In converters containing multiple-pole filters, continuous (nonpulsating) voltages and currents are applied to one or more of the inductors or capacitors. Computation of the ac switching ripple in these elements can be done using capacitor charge and/or inductor flux-linkage arguments, without use of the small-ripple approximation.

Converters capable of increasing (boost), decreasing (buck), and inverting the voltage polarity (buck-boost and Ćuk) have been described. Converter circuits are explored more fully in future.