Comparison

Buck-Boost vs Cuk Converter

A Cuk converter and a buck-boost both take a 12 V input and produce a regulated −5 V output, but the Cuk does it with two inductors and continuous currents at both ports while the buck-boost gets away with one inductor and pulsed currents everywhere. That extra inductor is not wasted — it eliminates the current spikes that make buck-boost EMI miserable in audio and precision sensor supplies.

EEE, ECE

Side-by-side comparison

ParameterBuck-BoostCuk Converter
Output Voltage PolarityInverted — V_out = −D/(1−D)·V_inInverted — same polarity relationship
Voltage Conversion RatioM = −D/(1−D)M = −D/(1−D) — same formula
Energy Transfer MechanismInductor (single L) — energy via magnetic fieldCapacitor C1 — energy via electric field (intermediate capacitor)
Number of Inductors1 inductor2 inductors (one on input, one on output)
Input CurrentPulsed — discontinuousContinuous — smooth (L1 on input)
Output CurrentPulsed — discontinuousContinuous — smooth (L2 on output)
EMI PerformancePoor — pulsed currents at both portsBetter — continuous currents reduce differential-mode EMI
Component Count1 L, 1 C, 1 switch, 1 diode2 L, 2 C, 1 switch, 1 diode
Ripple CancellationNot possibleInput and output ripple can be reduced by coupling inductors (zero ripple Cuk)
Typical ApplicationLow-cost inverting regulators, LED driversPrecision instrumentation supply, audio pre-amp rails

Key differences

Both converters invert output polarity with the same DC voltage ratio M = −D/(1−D), so they are analytically identical in DC terms. The critical difference is energy transfer: the buck-boost uses its single inductor directly, producing pulsed currents at both input and output and generating large differential-mode EMI. The Cuk uses an intermediate capacitor C1 to transfer energy between the two inductors, giving continuous (ripple only) currents at both ports. Coupled Cuk inductors (wound on the same core with opposite polarity) can achieve theoretically zero input or output ripple — a feature impossible in any single-inductor topology. The cost is two inductors, one extra capacitor, and more complex magnetics design.

When to use Buck-Boost

Use a buck-boost converter when you need an inverted output on a budget with minimal component count and EMI is not a critical constraint. Example: a single-chip MC34063A buck-boost generates −12 V from a +5 V USB supply for an op-amp negative rail in a low-cost handheld meter.

When to use Cuk Converter

Use a Cuk converter when low EMI and continuous input/output currents are mandatory, such as in precision analog or audio circuits. Example: an inverting Cuk converter (built around two coupled 47 µH inductors and a MOSFET gate driver IR2104) provides a clean −15 V rail for an instrumentation amplifier in a sensor interface board.

Recommendation

Choose the buck-boost when component count and cost dominate and some EMI is acceptable. Choose the Cuk when you need the same inverted voltage but cannot tolerate pulsed input or output currents — precision measurement supplies and audio equipment are the natural home of the Cuk topology. The two extra components are worth it whenever EMI filtering would cost more than the second inductor.

Exam tip: Examiners ask students to derive the voltage conversion ratio of the Cuk converter using volt-second balance on both inductors and charge balance on C1 — the result is the same as buck-boost: M = D/(1−D) in magnitude, inverted.

Interview tip: A placement interviewer at an analog or mixed-signal IC company will ask how the Cuk converter achieves zero input ripple — explain that by coupling L1 and L2 on the same core with appropriate turns ratio, the ripple currents cancel, leaving only DC at the input; this is the zero-ripple condition.

More Power Electronics comparisons