Study smarter with Fiveable
Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.
Every electronic system, from smartphones to industrial machinery, depends on a well-designed power supply to function correctly. Understanding power supply topologies isn't just about memorizing circuit configurations; you need to be able to analyze energy conversion efficiency, voltage regulation principles, and the tradeoffs between complexity, size, and performance. These concepts form the foundation for designing systems that are safe, efficient, and reliable.
Power supply design always involves tradeoffs. Linear supplies offer simplicity and clean output but waste energy as heat. Switching supplies achieve high efficiency but introduce electromagnetic noise. Your job is to understand when each topology makes sense and how the underlying physics (energy storage in inductors, transformer isolation, rectification) enables each design approach. Don't just memorize component lists; know why each circuit behaves the way it does.
Before any regulation can happen, AC power from the wall must become DC. Rectification and transformation are the gateway stages that determine the quality of your raw DC supply.
Rectifiers convert AC to pulsating DC by using diodes, which permit current flow in only one direction. In a half-wave rectifier, the diode simply blocks the negative half-cycle, so you only get output during the positive half. A full-wave rectifier (using a bridge of four diodes or a center-tapped transformer with two diodes) flips the negative half-cycle so both halves contribute to the output.
Transformers serve two purposes: voltage scaling and galvanic isolation. The turns ratio (primary turns divided by secondary turns) sets the voltage relationship. If , a 120V input becomes roughly 12V at the secondary.
Compare: Rectifier circuits vs. transformer stages: both are essential for AC-DC conversion, but rectifiers handle waveform conversion (AC to DC) while transformers handle voltage scaling and isolation. Trace the signal flow: AC wall power goes through the transformer first (to scale and isolate), then through the rectifier (to convert to DC), then through a filter capacitor (to smooth).
The fundamental divide in power supply design comes down to how you regulate voltage: dissipate excess energy as heat (linear) or rapidly switch to transfer only what's needed (switching).
A linear regulator uses a pass transistor operating in its linear (active) region to act like a variable resistor. It continuously adjusts to drop whatever excess voltage exists between input and output. The power wasted as heat is:
For example, if , , and , the regulator dissipates as heat while delivering only to the load. That's under 42% efficiency.
SMPS regulators achieve typical efficiencies of 80-95% because the switching transistor operates either fully on (saturation) or fully off (cutoff). In neither state does it dissipate much power. The transistor switches rapidly (kHz to MHz range), and an inductor or transformer stores and releases energy each cycle to produce the regulated output.
Whether linear or switching, a voltage regulator's core function is to maintain a constant output voltage despite variations in input voltage or load current.
Compare: Linear power supplies vs. SMPS: both regulate voltage, but linear supplies trade efficiency for simplicity and low noise, while SMPS trade complexity for efficiency and compact size. If you're powering a battery-operated device where every milliwatt matters, SMPS is the right call. For a precision ADC or sensitive analog front-end where noise is the priority, a linear regulator often makes more sense.
When you already have DC but need a different voltage level, DC-DC converters use inductors as energy storage elements to efficiently transform voltage without requiring a traditional line-frequency transformer.
The buck converter is a step-down topology, meaning the output voltage is always lower than the input. The output is controlled by the duty cycle (the fraction of each switching period the transistor is on):
So if and , you get .
Here's how it works:
Buck converters are the dominant topology in digital systems. A processor running at 1V from a 12V rail relies on one or more buck converter stages.
The boost converter is a step-up topology, producing an output voltage higher than the input:
With and , you get .
Boost converters are essential for battery applications. A single lithium cell at 3.7V can power a 5V USB output through a boost converter.
The flyback is an isolated topology that uses a transformer (technically a coupled inductor) for energy storage and transfer. Unlike the buck and boost, it provides galvanic isolation between input and output.
Compare: Buck vs. boost converters: both are non-isolated DC-DC topologies using the same basic components (switch, diode, inductor, capacitor), but buck steps down while boost steps up. The key difference is where the inductor sits in the circuit and how energy flows during each switching phase. A buck converter's inductor is in series with the output; a boost converter's inductor is in series with the input.
Beyond individual converters, real systems require power quality management and backup strategies to ensure reliable operation.
Power factor measures how well the current waveform aligns with the voltage waveform. A power factor of 1.0 means current and voltage are perfectly in phase and the current is sinusoidal, so all power drawn from the grid does useful work. Non-linear loads (like rectifiers with large filter capacitors) draw current in sharp pulses, creating a poor power factor and injecting harmonic distortion back into the grid.
A UPS provides seamless backup power during outages using batteries for energy storage and inverters to convert DC back to AC when needed.
Three main topologies exist:
UPS systems are critical for servers, medical equipment, and any system where downtime is costly.
Compare: PFC vs. UPS: both improve power system performance, but PFC optimizes how power is drawn from the grid (reducing utility penalties and harmonic distortion), while UPS ensures continuous power availability during outages. Large data centers use both.
| Concept | Best Examples |
|---|---|
| AC-to-DC conversion | Rectifier circuits, transformer-based supplies |
| Linear regulation | Linear power supplies, linear voltage regulators (LDO) |
| High-efficiency switching | SMPS, buck converters, boost converters |
| Voltage step-down | Buck converters, linear regulators |
| Voltage step-up | Boost converters |
| Isolated conversion | Flyback converters, transformer-based supplies |
| Power quality | Power factor correction (PFC) |
| Backup and protection | Uninterruptible power supplies (UPS) |
A portable device needs to generate 5V from a 3.7V lithium battery. Which converter topology would you choose, and why is a linear regulator unsuitable here?
Compare the tradeoffs between using a linear regulator versus a buck converter to power a 3.3V microcontroller from a 5V supply. Under what conditions might you prefer each?
Why do switch-mode power supplies require more attention to EMI than linear supplies? What physical mechanism causes this noise?
A flyback converter and a buck converter can both step down voltage. What key advantage does the flyback offer that the buck cannot provide?
An industrial facility is penalized by the utility for poor power factor. Explain what power factor correction does and whether passive or active PFC would be more effective for high-power equipment.