Electronic Devices & Circuits · Solved Problems

Zener Diode Voltage Regulators

6 fully worked problems with step-by-step solutions

Dr. Mithun Mondal BITS Pilani, Hyderabad Campus Special Diodes
About this problem set

Six worked problems on the shunt Zener regulator: testing whether the diode is in breakdown, finding the output voltage and branch currents, establishing the load and line ranges over which regulation survives, designing the series resistor and the diode power rating, and quantifying line and load regulation from the Zener dynamic impedance.

Each problem below is solved in full — the given data is listed first, the governing relation is stated, and the arithmetic is carried through to a boxed answer. Work through the statement yourself before opening the solution. The underlying theory is covered in the Electronic Devices lecture series.

PROBLEM 01

Zener ON/OFF Test and Diode Power

Problem Statement

A silicon Zener diode with \( V_Z = 10~\text{V} \) and a power rating of \( P_{Z,\max} = 400~\text{mW} \) is used in the simplest shunt regulator: a series resistor \( R_s = 1~\text{k}\Omega \) runs from a \( +16~\text{V} \) supply to the top of the Zener, the Zener cathode sits at that node and its anode goes to ground, and the load \( R_L \) is connected in parallel with the Zener.

  1. With \( R_L = 2.2~\text{k}\Omega \), decide whether the Zener conducts, then find \( V_o \), \( I_R \), \( I_L \), \( I_Z \) and \( P_Z \).

  2. Repeat for \( R_L = 1.2~\text{k}\Omega \).

Solution
  • \( V_i = 16~\text{V} \), \( R_s = 1~\text{k}\Omega \), \( V_Z = 10~\text{V} \), \( P_{Z,\max} = 400~\text{mW} \).

  • Ideal Zener model: an open circuit below \( V_Z \), a \( 10~\text{V} \) battery once it breaks down.

Step 1 — The ON/OFF test

Remove the Zener and find the open-circuit voltage that would appear across it. The remaining circuit is just \( R_s \) and \( R_L \) in series:

\[ V = \frac{R_L V_i}{R_s + R_L} \]

The diode conducts only if this \( V \ge V_Z \).

Part (a) — \( R_L = 2.2~\text{k}\Omega \)

\[ V = \frac{2.2 \times 16}{1 + 2.2} = 11.00~\text{V} > 10~\text{V} \]

so the Zener is ON and clamps the output at \( V_Z \).

\[\begin{aligned} V_o &= V_Z = 10~\text{V} \\ I_R &= \frac{V_i - V_Z}{R_s} = \frac{16 - 10}{1~\text{k}\Omega} = 6.00~\text{mA} \\ I_L &= \frac{V_Z}{R_L} = \frac{10}{2.2~\text{k}\Omega} = 4.545~\text{mA} \\ I_Z &= I_R - I_L = 6.00 - 4.545 = 1.455~\text{mA} \\ P_Z &= V_Z I_Z = 10 \times 1.455~\text{mA} = 14.55~\text{mW} \end{aligned}\]

(a) Zener ON: \( V_o = 10~\text{V} \), \( I_R = 6.00~\text{mA} \), \( I_L = 4.545~\text{mA} \), \( I_Z = 1.455~\text{mA} \), \( P_Z = 14.55~\text{mW} \) — only 3.6% of the 400 mW rating.

Part (b) — \( R_L = 1.2~\text{k}\Omega \)

\[ V = \frac{1.2 \times 16}{1 + 1.2} = 8.727~\text{V} < 10~\text{V} \]

The Zener never reaches breakdown, so it is OFF — an open circuit. The output is simply the divider voltage and the whole current flows through the load:

\[\begin{aligned} V_o &= 8.727~\text{V} \\ I_R = I_L &= \frac{V_i}{R_s + R_L} = \frac{16}{2.2~\text{k}\Omega} = 7.273~\text{mA} \\ I_Z &= 0, \qquad P_Z = 0 \end{aligned}\]

(b) Zener OFF: \( V_o = 8.727~\text{V} \), \( I_Z = 0 \), \( I_R = I_L = 7.273~\text{mA} \), \( P_Z = 0 \) — the circuit no longer regulates.

Lowering \( R_L \) pulls the unloaded node voltage down; once it falls below \( V_Z \) the Zener drops out and the "regulator" degenerates into a potential divider. Everything that follows in this set is about keeping the operating point on the right side of that boundary.

PROBLEM 02

Permissible Load Range for Regulation

Problem Statement

A \( 12~\text{V} \), \( 400~\text{mW} \) Zener diode is supplied from a fixed \( 20~\text{V} \) source through a series resistor \( R_s = 220~\Omega \); the load is in parallel with the Zener. Determine the range of load resistance \( R_L \) and of load current \( I_L \) over which the output stays regulated at 12 V. Also find the power dissipated in \( R_s \).

Solution
  • \( V_i = 20~\text{V} \) (fixed), \( R_s = 220~\Omega \), \( V_Z = 12~\text{V} \), \( P_{Z,\max} = 400~\text{mW} \).

  • Ideal Zener; \( I_{Z,\min} \approx 0 \) is not assumed to be the binding limit — the diode's own rating is.

Step 1 — The resistor current is fixed

While the Zener regulates, the node voltage is pinned at 12 V, so

\[ I_R = \frac{V_i - V_Z}{R_s} = \frac{20 - 12}{220} = 36.36~\text{mA} \quad(\text{constant}) \]

This current is shared between the Zener and the load: \( I_R = I_Z + I_L \). The whole problem is deciding how far that split may be pushed either way.

Step 2 — Smallest \( R_L \) (largest \( I_L \))

The Zener stops conducting when the load takes the entire \( I_R \), i.e. \( I_Z = 0 \). Equivalently, the unloaded divider voltage must still reach \( V_Z \):

\[ \frac{R_L V_i}{R_s+R_L} = V_Z \;\Longrightarrow\; R_{L,\min} = \frac{R_s V_Z}{V_i - V_Z} = \frac{220 \times 12}{8} = 330~\Omega \]
\[ I_{L,\max} = \frac{V_Z}{R_{L,\min}} = \frac{12}{330} = 36.36~\text{mA} \;=\; I_R \;\checkmark \]

Step 3 — Largest \( R_L \) (smallest \( I_L \))

As the load is lightened the surplus current is dumped into the Zener, and the power rating sets the ceiling:

\[ I_{ZM} = \frac{P_{Z,\max}}{V_Z} = \frac{400~\text{mW}}{12~\text{V}} = 33.33~\text{mA} \]
\[\begin{aligned} I_{L,\min} &= I_R - I_{ZM} = 36.36 - 33.33 = 3.03~\text{mA} \\ R_{L,\max} &= \frac{V_Z}{I_{L,\min}} = \frac{12}{3.03~\text{mA}} = 3960~\Omega \end{aligned}\]

Step 4 — Power in the series resistor

\[ P_{R_s} = \frac{(V_i - V_Z)^2}{R_s} = \frac{8^2}{220} = 290.9~\text{mW} \]

\( 330~\Omega \le R_L \le 3.96~\text{k}\Omega \), i.e. \( 3.03~\text{mA} \le I_L \le 36.36~\text{mA} \); \( R_s \) must be rated for \( 290.9~\text{mW} \) (use a \( \tfrac12~\text{W} \) part).

Note the load may not be removed completely: with \( I_L = 0 \) the Zener would take the full \( 36.36~\text{mA} \) and dissipate \( 436~\text{mW} \), well beyond its 400 mW rating.

PROBLEM 03

Input Voltage Range for a Fixed Load

Problem Statement

A \( 10~\text{V} \) Zener with \( P_{Z,\max} = 400~\text{mW} \) and a knee current \( I_{Z,\min} = 5~\text{mA} \) feeds a fixed load \( R_L = 4~\text{k}\Omega \) through a series resistor \( R_s = 1~\text{k}\Omega \). The supply \( V_i \) is unregulated. Over what range of \( V_i \) does the circuit hold the output at 10 V?

Solution
  • \( V_Z = 10~\text{V} \), \( R_s = 1~\text{k}\Omega \), \( R_L = 4~\text{k}\Omega \).

  • \( I_{Z,\min} = 5~\text{mA} \) (knee), \( P_{Z,\max} = 400~\text{mW} \).

Step 1 — The load current is fixed

While regulation holds, \( V_o = V_Z \), so

\[ I_L = \frac{V_Z}{R_L} = \frac{10}{4~\text{k}\Omega} = 2.5~\text{mA}\quad(\text{constant}) \]

Now everything that \( V_i \) does shows up as a change in \( I_Z \) alone, through

\[ V_i = (I_Z + I_L)R_s + V_Z \]

Step 2 — Lower limit: keep the diode above the knee

\[\begin{aligned} V_{i,\min} &= (I_{Z,\min} + I_L)R_s + V_Z \\ &= (5 + 2.5)~\text{mA} \times 1~\text{k}\Omega + 10~\text{V} = 17.5~\text{V} \end{aligned}\]

Step 3 — Upper limit: keep inside the power rating

\[ I_{ZM} = \frac{P_{Z,\max}}{V_Z} = \frac{400~\text{mW}}{10~\text{V}} = 40~\text{mA} \]
\[ V_{i,\max} = (I_{ZM} + I_L)R_s + V_Z = (40 + 2.5)~\text{mA} \times 1~\text{k}\Omega + 10~\text{V} = 52.5~\text{V} \]

\( 17.5~\text{V} \le V_i \le 52.5~\text{V} \) — a 3.00-to-1 input range for a constant 10 V output.

The window is wide because \( R_s \) is large compared with what the load needs; the price is a maximum Zener dissipation of 400 mW at the top of the range, all of it wasted heat.

PROBLEM 04

Series-Connected Zeners for a 14.4 V Rail

Problem Statement

Two Zener diodes are stacked in series to obtain a non-standard output: a \( 6.2~\text{V} \) diode and an \( 8.2~\text{V} \) diode, each rated \( 500~\text{mW} \), with the anode of the upper one joined to the cathode of the lower one. The stack is fed from \( V_i = 24~\text{V} \) through \( R_s = 330~\Omega \) and drives a load \( R_L = 1.5~\text{k}\Omega \) in parallel with it.

  1. Find \( V_o \), \( I_R \), \( I_L \), \( I_Z \) and the power in each diode.

  2. Find the smallest load resistance that still keeps the stack in breakdown.

  3. With the load disconnected, what is the largest \( V_i \) the stack can survive?

Solution
  • \( V_{Z1} = 6.2~\text{V} \), \( V_{Z2} = 8.2~\text{V} \), each \( 500~\text{mW} \).

  • \( V_i = 24~\text{V} \), \( R_s = 330~\Omega \), \( R_L = 1.5~\text{k}\Omega \).

Part (a) — Operating point

Series diodes carry the same current and their breakdown voltages add:

\[ V_o = V_{Z1} + V_{Z2} = 6.2 + 8.2 = 14.4~\text{V} \]

Check that the stack really is in breakdown: unloaded, the divider would give \( 24 \times 1500/1830 = 19.67~\text{V} > 14.4~\text{V} \), so it is. Then

\[\begin{aligned} I_R &= \frac{V_i - V_o}{R_s} = \frac{24 - 14.4}{330} = 29.09~\text{mA} \\ I_L &= \frac{V_o}{R_L} = \frac{14.4}{1.5~\text{k}\Omega} = 9.60~\text{mA} \\ I_Z &= I_R - I_L = 19.49~\text{mA} \end{aligned}\]
\[\begin{aligned} P_{Z1} &= 6.2 \times 19.49~\text{mA} = 120.8~\text{mW} \\ P_{Z2} &= 8.2 \times 19.49~\text{mA} = 159.8~\text{mW} \end{aligned}\]

(a) \( V_o = 14.4~\text{V} \), \( I_R = 29.09~\text{mA} \), \( I_L = 9.60~\text{mA} \), \( I_Z = 19.49~\text{mA} \), \( P_{Z1} = 120.8~\text{mW} \), \( P_{Z2} = 159.8~\text{mW} \) — both comfortably inside 500 mW.

Part (b) — Minimum load resistance

Regulation is lost when \( I_Z \to 0 \), i.e. when the load takes all of \( I_R \):

\[ R_{L,\min} = \frac{R_s V_o}{V_i - V_o} = \frac{330 \times 14.4}{24 - 14.4} = 495~\Omega, \qquad I_{L,\max} = \frac{14.4}{495} = 29.09~\text{mA} \]

(b) \( R_{L,\min} = 495~\Omega \), corresponding to \( I_{L,\max} = 29.09~\text{mA} \).

Part (c) — Maximum input with no load

Because the current is common, the diode that reaches its rating first is the one with the larger voltage:

\[ I_{ZM} = \frac{500~\text{mW}}{8.2~\text{V}} = 60.98~\text{mA} \quad\left(\text{versus } \frac{500}{6.2} = 80.6~\text{mA for the 6.2 V diode}\right) \]

With \( I_L = 0 \) all of it flows through \( R_s \):

\[ V_{i,\max} = V_o + I_{ZM}R_s = 14.4 + (60.98~\text{mA})(330~\Omega) = 34.52~\text{V} \]

(c) \( V_{i,\max} = 34.52~\text{V} \), set by the 8.2 V diode.

Stacking Zeners is how odd voltages such as 14.4 V are made from stock parts, but remember the rating check runs on the highest-voltage diode in the string, not on the total.

PROBLEM 05

Design of the Series Resistor and Zener Rating

Problem Statement

Design. A 12 V, 40 mA maximum load must be supplied from an unregulated rail that wanders between 18 V and 24 V. A 12 V Zener is to be used as a shunt regulator, and the diode needs at least \( I_{Z,\min} = 5~\text{mA} \) to stay on the flat part of its breakdown characteristic. The load current may fall to zero.

  1. Find the largest permissible series resistance \( R_s \) and choose a standard value.

  2. Determine the worst-case Zener dissipation and specify a power rating.

  3. Specify the rating of \( R_s \) and verify the design at the worst corner.

Solution
  • \( V_i: 18 \to 24~\text{V} \), \( V_Z = 12~\text{V} \), \( I_L: 0 \to 40~\text{mA} \), \( I_{Z,\min} = 5~\text{mA} \).

  • Ideal Zener (\( Z_Z \approx 0 \)); \( R_s \) chosen from the E12 series.

Step 1 — Identify the two worst corners

  • Lowest current available: \( V_i \) at its minimum and the load at its maximum. \( R_s \) must still pass \( I_L + I_{Z,\min} \).

  • Highest diode current: \( V_i \) at its maximum and the load removed. Everything \( R_s \) delivers goes into the Zener.

Step 2 — Size \( R_s \) from the first corner

\[ R_{s,\max} = \frac{V_{i,\min} - V_Z}{I_{L,\max} + I_{Z,\min}} = \frac{18 - 12}{(40 + 5)~\text{mA}} = \frac{6}{45~\text{mA}} = 133.3~\Omega \]

Take the nearest standard value below this — going above it would starve the diode at the low-line, full-load corner.

(a) \( R_{s,\max} = 133.3~\Omega \); choose \( R_s = 120~\Omega \).

Step 3 — Zener rating from the second corner

\[\begin{aligned} I_{Z,\text{worst}} &= \frac{V_{i,\max} - V_Z}{R_s} = \frac{24 - 12}{120} = 100~\text{mA} \\ P_{Z,\text{worst}} &= V_Z I_{Z,\text{worst}} = 12 \times 0.100 = 1.20~\text{W} \end{aligned}\]

(b) \( P_{Z,\text{worst}} = 1.20~\text{W} \); specify a 2 W Zener (about 1.7× margin, which also covers ambient-temperature derating).

Step 4 — Resistor rating and design check

\[ P_{R_s} = \frac{(V_{i,\max} - V_Z)^2}{R_s} = \frac{12^2}{120} = 1.2~\text{W} \quad\Rightarrow\; \text{use a 2 W resistor} \]

Check the low-line, full-load corner with the chosen 120 Ω:

\[ I_R = \frac{18 - 12}{120} = 50~\text{mA}, \qquad I_Z = 50 - 40 = 10~\text{mA} \; \ge \; 5~\text{mA} \;\checkmark \]

(c) \( R_s = 120~\Omega \), 2 W; the design holds at both corners.

The cost of the shunt topology is stark here: to deliver 0.48 W to the load the circuit burns up to \( 1.20 + 1.2 = 2.4~\text{W} \) at no load. A shunt Zener is only sensible for small or fairly constant loads — anything bigger wants a series pass element.

PROBLEM 06

Line and Load Regulation from Zener Impedance

Problem Statement

A Zener regulator uses \( R_s = 470~\Omega \) from a nominal \( 20~\text{V} \) supply. The diode is specified as \( V_Z = 10~\text{V} \) at a test current \( I_{ZT} = 20~\text{mA} \), with a dynamic impedance \( Z_Z = 7~\Omega \).

  1. Replace the diode by its piecewise-linear model and find the no-load and full-load outputs for a load current that varies from 0 to 20 mA. Hence find the load regulation in per cent.

  2. With the load fixed at 20 mA, the supply swings from 18 V to 24 V. Find the change in output and the line regulation in %/V.

Solution
  • \( R_s = 470~\Omega \), \( Z_Z = 7~\Omega \), \( V_Z = 10~\text{V} \) at \( I_{ZT} = 20~\text{mA} \).

  • Piecewise-linear Zener: an ideal battery \( V_{Z0} \) in series with \( Z_Z \), valid for \( I_Z \) above the knee.

Step 1 — Extract \( V_{Z0} \) from the data sheet point

The quoted 10 V already contains the \( I_{ZT}Z_Z \) drop, so

\[ V_{Z0} = V_Z - I_{ZT}Z_Z = 10 - (20~\text{mA})(7~\Omega) = 9.86~\text{V} \]

Step 2 — Node equation of the regulator

Writing KCL at the output node, with the load drawing \( I_L \),

\[ \frac{V_i - V_o}{R_s} = \frac{V_o - V_{Z0}}{Z_Z} + I_L \]

Part (a) — Load regulation

\[\begin{aligned} I_L = 0: \quad V_{o,NL} &= 10.0088~\text{V} \qquad (I_Z = 21.26~\text{mA}) \\ I_L = 20~\text{mA}: \quad V_{o,FL} &= 9.8709~\text{V} \qquad (I_Z = 1.55~\text{mA}) \end{aligned}\]

The drop is exactly what the small-signal picture predicts — the load current change is absorbed by \( Z_Z \) in parallel with \( R_s \):

\[ \Delta V_o = (Z_Z \parallel R_s)\,\Delta I_L = (6.897~\Omega)(20~\text{mA}) = 0.1379~\text{V} \]
\[ \text{Load regulation} = \frac{V_{o,NL} - V_{o,FL}}{V_{o,FL}} \times 100 = \frac{0.1379}{9.8709}\times 100 = 1.40~\% \]

(a) \( V_{o,NL} = 10.0088~\text{V} \), \( V_{o,FL} = 9.8709~\text{V} \), load regulation \( = 1.40~\% \).

Part (b) — Line regulation

With \( I_L \) held constant the circuit is a plain divider for changes:

\[ \frac{\Delta V_o}{\Delta V_i} = \frac{Z_Z}{Z_Z + R_s} = \frac{7}{477} = 0.01468 \]
\[\begin{aligned} V_i = 18~\text{V} &\Rightarrow V_o = 9.8415~\text{V} \\ V_i = 24~\text{V} &\Rightarrow V_o = 9.9296~\text{V} \\ \Delta V_o &= 0.0881~\text{V} \ \text{for}\ \Delta V_i = 6~\text{V} \end{aligned}\]
\[ \text{Line regulation} = \frac{\Delta V_o / V_o}{\Delta V_i}\times 100 = \frac{0.0881/9.8709}{6}\times 100 = 0.1487~\%/\text{V} \]

(b) \( \Delta V_o = 88.1~\text{mV} \) for a 6 V input swing; line regulation \( = 0.1487~\%/\text{V} \), i.e. a ripple attenuation of \( 1/0.01468 = 68.1 \).

Both figures improve as \( Z_Z \) shrinks and as \( R_s \) grows — but a larger \( R_s \) also shrinks the load range of Problem 2, so the regulator's line performance and its current capability pull in opposite directions.