Analog Electronics / Chapter 10

Power Supplies: Topics, Subtopics, Study Flow, and Working Steps

Chapter-by-chapter GATE/PSU explanation with every topic and subtopic organized for concept building, revision, interviews, and numerical solving.

Chapter 10 / Practical DC Energy System

Power Supplies

A power supply converts available electrical energy into a stable DC voltage required by electronic circuits. It is the hidden foundation behind almost every analog, digital, communication, embedded, and instrumentation system.

Power Supply Block Diagram Here

Introduction

Every electronic circuit needs energy, but it does not usually need raw AC from the mains. A microcontroller may need 5 V DC, an op-amp circuit may need dual 12 V supplies, and an RF module may need a very clean 3.3 V line. A power supply is the circuit that prepares this usable DC energy.

In analog electronics, a power supply is not just a supporting topic. Noise, ripple, poor regulation, heating, and wrong grounding can make even a good amplifier, filter, or sensor circuit behave badly.

Why This Topic Matters

  • Industry relevance: power supplies are used in chargers, routers, TVs, medical devices, PLCs, lab instruments, telecom systems, and embedded boards.
  • Analog relevance: amplifier hum, ADC error, op-amp offset problems, and sensor noise often come from poor supply design.
  • Exam relevance: university and GATE-style questions often test rectifier output, ripple factor, PIV, capacitor filter behavior, Zener regulation, IC regulators, and SMPS block operation.
  • Interview relevance: strong answers connect transformer, rectifier, filter, regulator, load current, heat, ripple, and efficiency as one energy path.

Prerequisites

  • AC voltage, RMS value, and peak value
  • PN junction diode conduction
  • Capacitor charging and discharging
  • Zener diode breakdown operation
  • Basic transistor and op-amp regulation idea
  • Inductor energy storage for SMPS basics

Basic Intuition

Think of the power supply as a water preparation plant. The transformer changes the pressure level. The rectifier makes flow move in one direction. The filter tank smooths the pulses. The regulator keeps the final pressure nearly constant even when demand changes.

Electrically, AC alternates polarity, but electronic circuits usually need one fixed polarity. Rectification makes current unidirectional. Filtering reduces the up-and-down variation. Regulation corrects the remaining changes.

Simple view: rectifier decides direction, filter reduces ripple, regulator holds voltage steady.

Core Theory Explanation

A practical linear DC supply is commonly built in four stages:

  • Transformer: steps AC voltage up or down and can provide isolation from mains.
  • Rectifier: uses diodes to convert AC into pulsating DC.
  • Filter: uses capacitor, inductor, or LC network to reduce ripple.
  • Regulator: keeps output voltage nearly constant despite input or load changes.

A switch-mode power supply uses a different method. It switches energy at high frequency and transfers it through inductors, transformers, capacitors, and feedback control. This gives high efficiency and smaller magnetic components compared with a low-frequency linear supply.

Step-by-Step Mathematical Derivation

1. RMS Voltage to Peak Voltage

AC mains and transformer secondary voltages are usually given as RMS values. Rectifier capacitor charging depends mainly on the peak value, so first convert RMS to peak.

$$ V_m = \sqrt{2}V_{rms} $$

  • $$ V_m $$ is the maximum peak of the sine wave.
  • $$ V_{rms} $$ is the effective AC value printed on the transformer rating.

Plain meaning: a 12 V RMS transformer does not peak at 12 V. Its sine wave reaches about 16.97 V before diode drops and load effects.

2. Average DC Output of Rectifiers

Rectification does not immediately produce perfectly flat DC. It produces a unidirectional waveform. The average value tells us the DC level of that pulsating waveform before filtering.

Half-wave rectifier average output: $$ V_{DC} = \frac{V_m}{\pi} $$

Full-wave or bridge rectifier average output: $$ V_{DC} = \frac{2V_m}{\pi} $$

Physical meaning: full-wave rectification uses both half-cycles, so it gives a higher average DC value and lower ripple than half-wave rectification.

3. Ripple Frequency

Ripple is the leftover AC variation riding on the DC output. Its frequency depends on how often the capacitor is recharged.

  • Half-wave rectifier recharges once per AC cycle, so ripple frequency equals supply frequency.
  • Full-wave and bridge rectifiers recharge twice per AC cycle, so ripple frequency is double the supply frequency.

Half-wave rectifier: $$ f_r = f $$

Full-wave or bridge rectifier: $$ f_r = 2f $$

4. Capacitor Filter Ripple Approximation

A filter capacitor charges near the rectified peak and then discharges into the load between peaks. More load current discharges it faster. A larger capacitor discharges more slowly.

$$ V_{r(pp)} \approx \frac{I_L}{f_r C} $$

  • $$ V_{r(pp)} $$ is peak-to-peak ripple voltage.
  • $$ I_L $$ is load current. More load current means more ripple.
  • $$ f_r $$ is ripple frequency. Higher recharge frequency means less ripple.
  • $$ C $$ is filter capacitance. Larger capacitance means less ripple.

Plain meaning: ripple becomes smaller when the capacitor is larger, load current is smaller, or the capacitor is refreshed more often.

5. Zener Regulator Condition

A Zener regulator works only if the Zener stays in breakdown and current remains within a safe range.

$$ I_S = \frac{V_{in}-V_Z}{R_S} $$

$$ I_Z = I_S - I_L $$

The series resistor carries current from the input. Part of that current goes to the load, and the remaining current goes through the Zener. If load current becomes too high, Zener current may fall below the minimum required value and regulation is lost.

6. Linear Regulator Power Loss

A linear regulator behaves like a controlled voltage-dropping element. The voltage difference between input and output becomes heat.

$$ P_{loss} = (V_{in}-V_o)I_L $$

This formula is very important practically. A large input-output difference and high load current cause heating, so heat sink design may become necessary.

Working Principle

  1. 1Transformer changes AC level and provides isolation when needed.
  2. 2Rectifier converts AC into pulsating DC.
  3. 3Filter capacitor or LC network smooths the pulsating waveform.
  4. 4Regulator keeps output voltage nearly constant despite load or input variation.
  5. 5SMPS uses high-frequency switching and feedback for efficient regulated conversion.

Diagram Explanation

Regulated Power Supply Block Diagram Here
Rectifier Output and Filtered Waveform Here

The block diagram should show AC input moving through transformer, rectifier, filter, and regulator. The waveform diagram should show AC sine wave, pulsating DC after rectification, reduced ripple after filtering, and nearly flat DC after regulation.

Important Formulas

Peak from RMS

$$ V_m = \sqrt{2}V_{rms} $$

Converts transformer RMS voltage into sine-wave peak voltage.

Half-wave DC value

$$ V_{DC} = V_m/\pi $$

Average value when only one half-cycle is used.

Full-wave DC value

$$ V_{DC} = 2V_m/\pi $$

Average value when both half-cycles are used.

Ripple factor

$$ r = V_{r(rms)}/V_{DC} $$

Measures AC ripple compared with useful DC output.

Capacitor ripple

$$ V_{r(pp)} \approx I_L/(f_r C) $$

Ripple decreases with larger capacitor and higher ripple frequency.

Zener current

$$ I_Z = I_S - I_L $$

Remaining current through Zener after load current is supplied.

Linear regulator heat

$$ P_{loss}=(V_{in}-V_o)I_L $$

Voltage dropped by regulator becomes heat.

Efficiency

$$ \eta = (P_o/P_i)\times100\% $$

Shows how much input power becomes useful output power.

Real-World Applications

  • Mobile chargers and laptop adapters
  • Microcontroller and FPGA power rails
  • Audio amplifier supplies
  • Medical instrument low-noise supplies
  • Communication base-station power systems
  • Industrial PLC and control-panel supplies
  • Battery chargers and solar charge controllers
  • SMPS units in TVs, routers, and computers

Solved Examples

Beginner Example

A transformer secondary is rated at $$ 12\,V_{rms} $$. Find the approximate peak voltage before diode drops.

$$ V_m = \sqrt{2}V_{rms} = 1.414\times12 \approx 16.97\,V $$

So the capacitor in a rectifier circuit can charge close to 17 V under light load, before subtracting diode drops and transformer regulation effects.

Intermediate Numerical

A bridge rectifier uses a filter capacitor of $$ 1000\,\mu F $$ and supplies $$ 0.5\,A $$. If mains frequency is $$ 50\,Hz $$, estimate peak-to-peak ripple.

For bridge rectifier, $$ f_r = 2f = 100\,Hz $$.

$$ V_{r(pp)} \approx \frac{I_L}{f_rC} = \frac{0.5}{100\times1000\times10^{-6}} = 5\,V $$

The ripple is large because the load current is significant. Increasing the capacitor or using regulation after filtering would reduce output variation.

Advanced Problem

A linear regulator converts $$ 15\,V $$ input to $$ 5\,V $$ output at $$ 0.4\,A $$. Find power loss and comment on heating.

$$ P_{loss}=(V_{in}-V_o)I_L=(15-5)\times0.4=4\,W $$

Four watts is not a small loss for a small regulator package. A heat sink or a switch-mode regulator may be required.

Common Mistakes

  • Thinking rectifier output is pure DC. It is pulsating DC until filtering and regulation are added.
  • Forgetting to convert RMS voltage to peak voltage before estimating capacitor charging.
  • Ignoring diode drops in bridge rectifiers, where two diodes conduct at a time.
  • Using half-wave ripple frequency for a full-wave rectifier.
  • Assuming a larger capacitor fixes every problem; inrush current, diode stress, size, and cost also matter.
  • Forgetting heat dissipation in linear regulators.
  • Assuming Zener regulation works even when Zener current falls below its minimum value.

Comparison Tables

StageMain JobSignal ChangePractical Concern
TransformerChange AC levelAC to ACRating, isolation, losses
RectifierMake current one-directionalAC to pulsating DCPIV, diode drop, current rating
FilterReduce ripplePulsating DC to smoother DCRipple, inrush, capacitor ESR
RegulatorHold voltage steadySmooth DC to regulated DCDropout, heat, efficiency
Supply TypeStrengthLimitationTypical Use
Linear regulatedLow noise, simplePoor efficiency when voltage drop is largeAnalog and sensor circuits
SMPSHigh efficiency, compactSwitching noise, EMI design neededChargers, computers, high-power systems

Interview Questions

  • Why do electronic circuits need regulated DC instead of raw rectified output?
  • What is the difference between RMS voltage and peak voltage?
  • Why does a bridge rectifier have two diode drops in the conducting path?
  • Why is ripple frequency doubled in a full-wave rectifier?
  • How does a capacitor filter reduce ripple?
  • Why can a linear regulator become hot?
  • What is dropout voltage in an IC regulator?
  • Why is SMPS more efficient than a linear regulator?

Exam-Oriented Notes

  • Always convert transformer RMS voltage to peak using $$ V_m=\sqrt{2}V_{rms} $$ before estimating capacitor voltage.
  • Bridge rectifier conduction path contains two diodes, so subtract approximately two diode drops for silicon diodes.
  • Full-wave and bridge rectifiers have ripple frequency twice the AC supply frequency.
  • Capacitor ripple is roughly proportional to load current: more $$ I_L $$ means more ripple.
  • Capacitor ripple is inversely proportional to capacitance: larger $$ C $$ means lower ripple.
  • For linear regulators, always check heat using input-output voltage difference multiplied by load current.
  • For Zener regulators, regulation exists only while Zener current stays within safe minimum and maximum limits.

Revision Summary

  • Power supply converts available electrical energy into usable DC voltage.
  • Transformer changes AC level and can provide isolation.
  • Rectifier converts AC into pulsating DC.
  • Filter reduces ripple using energy storage.
  • Regulator keeps output voltage nearly constant.
  • Linear regulators are simple and low-noise but waste extra voltage as heat.
  • SMPS circuits are efficient but require switching-noise and EMI control.
  • Key formulas: $$ V_m=\sqrt{2}V_{rms} $$, $$ V_{r(pp)}\approx I_L/(f_rC) $$, and $$ P_{loss}=(V_{in}-V_o)I_L $$.

Practice Questions

Conceptual

  • Why is rectifier output called pulsating DC rather than pure DC?
  • Explain capacitor filter action using charging and discharging.
  • Why does a regulator need headroom voltage?

Numerical

  • Find peak voltage for a $$ 9\,V_{rms} $$ transformer secondary.
  • Estimate ripple for $$ I_L=200\,mA $$, $$ C=470\,\mu F $$, and bridge rectifier on $$ 50\,Hz $$ mains.
  • Find regulator power loss when $$ V_{in}=12\,V $$, $$ V_o=5\,V $$, and $$ I_L=300\,mA $$.

MCQs

  • Which stage converts AC into pulsating DC: transformer, rectifier, filter, or regulator?
  • In a bridge rectifier, how many diodes conduct during one half-cycle?
  • Which supply type usually has higher efficiency: linear regulator or SMPS?