Boost Converter Losses and Efficiency

20 August 2019 Link


This page discusses the losses in a typical boost converter which can be used to calculate the efficiency of the Boost regulator working in Continuous conduction mode.

Definition

Efficiency ($η$) in general is defined as:
$$η=\text"Output Power"/\text"Input Power"$$


Since Input power is the sum of Output power and all the power lost we have:
$$η=\text"Output Power"/\text"Input Power"=\text"Input Power - Power Losses"/\text"Input Power"=1-\text"Power Losses"/\text"Input Power"$$


So we just need to calculate all the power losses in the circuit and we can then calculate the efficiency of the circuit.

The circuit

The Boost circuit can be drawn as:

The circuit waveforms look like:

The circuit working is well known and is explained as follows. When MOS power switch turns ON then the inductor sees a nearly constant DC voltage ($V_{in+$) across it and so the current in the inductor ramps up linearly. When the MOS power switch turns OFF then since the current in the inductor cannot go to 0 instantaneously, it charges up the drain node of the Power FET (the parasitic cap) and keeps charging it until it cap voltage reaches a diode voltage higher than whatever output voltage on $V_{out}$ exists. At this time the diode turns ON and the inductor current starts charging the output capacitor. For the inductor current to actually decrease the $V_{out}$ plus a diode voltage should be more than $V_{in}$ so that the inductor sees a DC voltage of $V_{out}+V_d-V_{in}$ across it with the drain of the power FET being positive. This causes the inductor current to ramp down linearly.
Now by controlling the ON time and OFF time of the power switch we can control the average current in the inductor and hence create a boost converter which may regulate the average input current, or the output voltage. For calculating efficiency it does not matter what is being regulated all that we need to know is the $T_{on}$ and $T_{off}$ of the power switch. So now lets start calculating the losses in this circuit.
NOTE: The circuit shows a diode, but there may as well be a shottky or a synchronous FET device to transfer the inductor energy to the output capacitor.

The Losses

The losses can be divided into 2 types for the circuit
  1. DC Losses: These losses are the power dissipated in the circuit elements when the current is flowing through them
  2. AC Losses: These losses are the power losses when the current is being switched

DC Losses

Diode Loss

The diode loss is given as:
$$\text"Diode Loss"={∫_0^{T_{off} }V_DI_Ddt }/T$$

where $V_D=V_T\ln[I_D/I_S+1]$ and $I_D=I_P-2dIt/T_{off}$
$V_T$ is the thermal voltage
$I_D$ is the diode current
$I_S$ is the diode reverse saturation current
$I_P$ is the Inductor peak current
$2dI$ is the inductor current ripple
$T$ is the switching period
$T_{off}$ is the off time of the switch
we can plug these 2 into the equation and evaluate it to get:
$$\text"Diode Loss"=(1-D)V_T[I_P((1-({I_P+I_S}/{2dI}))\ln({I_P-2dI}/I_S+1)+({I_P+I_S}/{2dI})\ln(I_P/I_S+1)-1)-$$

$$dI((1-({I_P+I_S}/{2dI})^2)\ln({I_P-2dI}/I_S+1)-1/2-({I_P+I_S}/{2dI})+({I_P+I_S}/{2dI})^2\ln(I_P/I_S+1))]$$

This can be simplified to a simple form which can also be derived assuming that the voltage across the diode does not change significantly and can be taken out of the integral. We then have:
$$\text"Diode Loss"={V_D∫_0^{T_{off} }I_Ddt }/T=V_D{∫_0^{T_{off} }I_P-2dIt/T_{off}dt}/T$$

$$={V_DT_{off}(I_P-dI)}/T=(1-D)V_D(I_P-dI)$$

where $D=T_{ON}/T$ is the Duty cycle of the switching node.

MOS and resistor Losses

The combined loss of MOS ON resistance and a current sense resistor if present in series with the MOS device can be calculated by taking the combined resistance of the MOS and the resistor as $R_{SW}$. The power dissipated in this resistor during the MOS ON time is given as:
$$P_M={∫_0^{T_{on} }R_{SW}I_{M}^2dt}/T$$

where $I_M=I_P-2dI+2dIt/T_{on}$ which is the equation to calculate the instantaneous current through the MOS device in the ON cycle
This can be substituted in the integral and solved to give:
$$P_M=D R_{SW}[(I_P-dI)^2+{dI}^2/3]$$


Inductor resistance Loss

Let the inductor resistance be $R_L$. The power dissipated in the inductor resistor is given by:
$$P_L={∫_0^{T_{on} }R_L{I_{LR} }^2dt}/T+{∫_0^{T_{off} }R_L{I_LF}^2dt}/T$$

where $I_{LR}=I_P-2dI+2dIt/T_{on}$ is the equation of the inductor current when it is rising
$I_{LF}=I_P-2dIt/T_{off}$ is the equation of the inductor current when it is falling

This can be solved to give the expression:
$$P_L=R_L[(I_P-dI)^2+{dI}^2/3]$$


Thus the term multiplying by $R_L$ is also the Inductor RMS current


AC Losses

Drain capacitance loss

When the MOS is OFF then the DRAIN capacitance charges to $V_{DRAIN}=V_{OUT}+V_D$. When the MOS switches ON that charge is drischarged to ground and lost.
Therefore the capacitor energy lost $=1/2C_{DRAIN}V_{DRAIN}^2$
And capacitor power lost $=1/2{C_{DRAIN}V_{DRAIN}^2}/T$

MOS switching loss

These losses happen as a result of the dissipation in the MOS device when it is not completely OFF and the drain voltage is significant. At this time the MOS device may have lot of current flowing through it with a drain voltage on it thus dissipating a lot of energy. This loss is significant and most of the time cannot be ignored. Let us consider the worst case drain current and voltage of the MOS as shown below:

Let us calculate the losses in the OFF and ON transitions separately:

OFF Transition:
$$Power={∫_0^{T_S}V_{DR}I_Pdt+∫_0^{T_S}V_{DR}I_Ddt}/T$$

Here $V_{DR}=V_{DRAIN}t/T_S$ and $I_D=I_P-I_Pt/T_S$
Putting these in the integral and solving we have:
$$Power=V_{DRAIN}I_PT_S/T$$

ON Transition:
$$Power={∫_0^{T_S}V_{DR}(I_P-2dI)dt+∫_0^{T_S}V_{DR}I_Mdt}/T$$

Here $V_{DR}=V_{DRAIN}(1-t/T_S)$ and $I_M=(I_P-2dI)t/T_S$
Putting these in the integral and solving we have:
$$Power=V_{DRAIN}(I_P-2dI)T_S/T$$

Combining the OFF and ON transient power losses we have:
Total Power Loss$=2V_{DRAIN}T_S/T(I_P-dI)$

Total Power Loss

So the total Power loss can be written as:
$$\text"Power Loss"=(1-D)V_D(I_P-dI)+D R_{SW}[(I_P-dI)^2+{dI}^2/3]+$$

$$R_L[(I_P-dI)^2+{dI}^2/3]+1/2{C_{DRAIN}V_{DRAIN}^2}/T+2V_{DRAIN}T_S/T(I_P-dI)$$

where $D=T_{ON}/T$ is the Duty cycle of the switching node LX
$V_D=V_T\ln[I_D/I_S+1]$ is the diode voltage for current $I_D$ which we can take on the average to the load current
$I_P$ is the Inductor peak current
$2dI$ is the inductor current ripple
$R_{SW}$ is the MOS and inductor and any current sense resistor resistance
$V_{DRAIN}=V_{OUT}+V_D$ is the output voltage plus the diode voltage
$C_{DRAIN}$ is the capacitance on the switching node LX
$T_S$ is the voltage/current transition time between ON and OFF
$T$ is the switching period

See Also

  1. Boost Converter Switching transfer function for stability Analysis
  2. LX Ringing on Switching Regulators

Reference Books

| | | |