When analyzing a buck converter schematic to step down a 12V input to a 5V output, the direct conversion yields a theoretical duty cycle of 41.67%. Assuming a continuous 2A input current and a realistic 85% efficiency ($\eta$), the schematic will deliver exactly 4.08A of output current. This power conversion relies on the fundamental conservation of energy, minus the switching and conduction losses inherent in the MOSFET, inductor, and catch diode.

The Core Conversion Formulas

To extract usable numbers from any buck converter schematic, you need two primary equations: one for the switching duty cycle ($D$) and one for the current transformation. In Continuous Conduction Mode (CCM), the inductor current never drops to zero, making the voltage conversion ratio strictly dependent on the duty cycle.

1. Duty Cycle (Ideal):
$D = \frac{V_{out}}{V_{in}}$
Substituting our values: $D = \frac{5V}{12V} = 0.4167$ (or 41.67%). The PWM controller will keep the high-side switch ON for 41.67% of each switching period.

2. Output Current (Real-World):
Because power out equals power in multiplied by efficiency ($P_{out} = P_{in} \times \eta$), we expand this to $V_{out} \times I_{out} = V_{in} \times I_{in} \times \eta$. Solving for $I_{out}$:
$I_{out} = \frac{V_{in} \times I_{in} \times \eta}{V_{out}}$
Substituting our values: $I_{out} = \frac{12V \times 2A \times 0.85}{5V} = \frac{20.4W}{5V} = 4.08A$.

According to Texas Instruments application notes on buck converter basics, assuming an 85% efficiency is a safe baseline for older non-synchronous chips like the LM2596. Modern synchronous controllers (like the TPS5430) can push this to 92% or higher, which would yield 4.41A under the same input conditions.

Input Voltage Variance (±20% Range)

In practical bench or automotive environments, a '12V' rail is rarely exactly 12.0V. It can sag under load or spike during alternator operation. The table below maps how the duty cycle and output current shift across a ±20% input voltage variance, holding the input current limit at 2A and efficiency at 85%.

Input Voltage ($V_{in}$) Duty Cycle ($D$) Output Current ($I_{out}$) Input Power ($P_{in}$)
9.6V (-20%) 52.08% 3.26A 19.2W
10.8V (-10%) 46.30% 3.67A 21.6W
12.0V (Nominal) 41.67% 4.08A 24.0W
13.2V (+10%) 37.88% 4.49A 26.4W
14.4V (+20%) 34.72% 4.90A 28.8W

Notice that as $V_{in}$ rises, the duty cycle shrinks. The controller must switch off faster to maintain the 5V regulation, while the available output current increases proportionally to the higher input wattage.

Boundary Conditions: When the Math Breaks Down

The formulas above assume specific operating conditions. If these assumptions are violated, the conversion becomes meaningless:

  • Dropout Voltage: Every buck converter has a minimum dropout voltage ($V_{drop}$), dictated by the high-side MOSFET's $R_{DS(on)}$, the inductor's DCR, and (in non-synchronous designs) the Schottky diode's forward voltage ($V_f$). If your $V_{in}$ sags to 5.8V, a standard LM2596 schematic cannot output 5V because its typical dropout is 1.5V. The math assumes $V_{in} > V_{out} + V_{drop}$.
  • Inductor Saturation: The current conversion assumes the inductor operates in its linear magnetic region. If the peak inductor current ($I_{peak} = I_{out} + \frac{\Delta I_L}{2}$) exceeds the inductor's saturation current rating ($I_{sat}$), the inductance collapses. The converter enters a short-circuit state, efficiency plummets to near zero, and the output current math no longer applies.
  • Discontinuous Conduction Mode (DCM): At light loads, the inductor current falls to zero before the next switching cycle. In DCM, the duty cycle is no longer a simple ratio of $V_{out}/V_{in}$; it becomes a complex function of load current, inductance, and switching frequency.

High-Voltage Shifts: 120V, 230V, and 3-Phase Front-Ends

While a buck converter is strictly a DC-DC topology, makers frequently ask how this conversion math shifts when scaling up to offline AC-DC power supplies (e.g., rectifying wall mains). The short answer: it doesn't scale directly.

If you rectify 120V AC, you get roughly 170V DC. Rectifying 230V AC yields about 325V DC. If you attempt to use a standard buck converter schematic to step 325V DC down to 5V DC, the required duty cycle becomes $5 / 325 = 1.54\%$. At a typical 100kHz switching frequency, the high-side MOSFET would need to be ON for just 154 nanoseconds. Most commercial PWM controllers cannot resolve pulse widths this narrow, leading to skipped pulses and massive output ripple. Furthermore, the voltage stress on the catch diode and low-side switch would be catastrophic.

For 120V/230V AC inputs, you must abandon the buck schematic in favor of an isolated flyback or LLC resonant converter, which uses a transformer to achieve the massive step-down ratio safely. For 3-phase AC inputs (which rectify to roughly 540V DC), the front-end requires a 3-phase bridge rectifier and active Power Factor Correction (PFC) before any DC-DC conversion stage can even be considered.

Buck Converter Schematic FAQ

How do I read the feedback resistor network on a buck converter schematic?

The feedback (FB) pin monitors the output via a resistor divider ($R_1$ and $R_2$) to regulate the voltage. The formula is $V_{out} = V_{ref} \times (1 + \frac{R_1}{R_2})$. The critical variable is $V_{ref}$, which is fixed by the silicon. For the classic LM2596, $V_{ref}$ is 1.23V. For most modern Texas Instruments and Analog Devices synchronous bucks, $V_{ref}$ is typically 0.8V. Always check the specific datasheet before calculating your resistor values, as guessing the reference voltage will result in an over-voltage condition that can fry your load.

Why does my buck converter schematic need a bootstrap capacitor?

In synchronous buck converters (and non-synchronous ones using an N-channel high-side MOSFET), the gate of the high-side switch must be driven 10V to 15V above its source pin. Since the source pin is connected to the switching node (which toggles between 0V and $V_{in}$), the gate drive voltage must float above $V_{in}$. The bootstrap capacitor (typically 100nF to 1µF) charges when the low-side switch is ON (pulling the switch node to ground) and acts as a floating battery to drive the high-side gate when it turns ON. Without it, the high-side MOSFET will only partially turn on, overheat, and fail.

Synchronous vs. non-synchronous buck converter schematic: which is better for 5V output?

For a 5V output at currents above 1A, a synchronous schematic is vastly superior. A non-synchronous design uses a Schottky catch diode, which has a forward voltage drop ($V_f$) of about 0.3V to 0.5V. At 3A, that diode wastes nearly 1.5W as heat. A synchronous design replaces the diode with a low-side MOSFET having an $R_{DS(on)}$ of perhaps 20mΩ. At 3A, the conduction loss is only $I^2R = 9 \times 0.02 = 0.18W$. The trade-off is a slightly more complex schematic and gate-drive circuitry, but the thermal management requirements drop dramatically.

How do I calculate the inductor value for my schematic?

The inductor sets the ripple current ($\Delta I_L$), which is typically designed to be 30% of the maximum output current. The formula is $L = \frac{V_{out} \times (V_{in} - V_{out})}{V_{in} \times f_{sw} \times \Delta I_L}$. For our 12V to 5V, 4A output example at 100kHz, targeting a 1.2A ripple (30% of 4A): $L = \frac{5 \times (12 - 5)}{12 \times 100,000 \times 1.2} = \frac{35}{1,440,000} = 24.3\mu H$. You would select a standard 22µH or 27µH shielded power inductor with a saturation current rating at least 20% higher than your peak current limit.