The standard topology for a low-current, low-noise ac dc circuit converting 120VAC mains to a regulated 5VDC rail relies on a four-stage linear architecture: step-down transformer, full-wave bridge rectifier, capacitive filter, and linear voltage regulator. While switch-mode power supplies (SMPS) dominate high-current applications, the linear AC-to-DC topology remains the benchmark for audio preamplifiers, precision ADC references, and educational bench builds due to its near-zero switching noise and simple electromagnetic interference (EMI) profile.

This guide dissects the 5V @ 1A linear AC DC circuit, providing exact node voltages, real-world component selections, thermal math, and a safe breadboarding protocol.

Topology and Node Definitions

A linear AC DC circuit is defined by five distinct electrical nodes. Understanding the voltage transformation at each node is critical for selecting components with appropriate voltage and thermal ratings. The following table maps the signal path from the AC primary winding to the regulated DC output.

Node Stage Component Boundary V_rms V_peak V_dc (Nominal) Ripple (p-p)
N1 AC Primary Mains Input 120.0V 169.7V N/A N/A
N2 AC Secondary Transformer Output 12.0V 16.9V N/A N/A
N3 Pulsating DC Bridge Rectifier Out N/A 15.5V 9.8V 15.5V
N4 Filtered DC Capacitor Bank N/A 15.5V 13.6V 3.8V
N5 Regulated DC Linear Regulator Out N/A 5.0V 5.0V < 5mV

Assumptions: 60Hz mains frequency, 1A continuous load, 1.4V forward voltage drop across the silicon bridge rectifier, and a 2200µF filter capacitor.

Behavior Matrix: Circuit Response to Variable Shifts

Linear power supplies are highly sensitive to input and load variations. Unlike closed-loop switching converters, the linear regulator acts as a variable resistor, burning excess voltage as heat. The table below details how the circuit behaves when key parameters shift.

Variable Shift Effect on N4 (Filtered DC) Effect on N5 (Regulated DC) System Consequence
Load increases to 1.5A Ripple amplitude increases by 50%; average V_dc drops. Remains 5.0V (if trough > 7.0V). Regulator thermal dissipation increases by ~5.5W; risk of thermal shutdown.
AC mains sags to 105V N2 drops to 10.5VAC; N4 peak drops to 13.4V. Remains 5.0V (headroom is sufficient). Reduced thermal load on regulator; safer operation.
Filter Cap ESR degrades Ripple voltage increases; high-frequency noise appears. Regulator PSRR attenuates HF noise, but low-freq ripple may pass. Increased RMS current in cap leads to further heating and accelerated failure.
Load drops to 0A (No load) N4 charges to full peak voltage (15.5V). Remains 5.0V. Capacitor must be rated for 15.5V + margin (25V rating required).

Design Walkthrough: Sizing Real Components

Why choose this linear topology over an offline flyback switching AC DC circuit? For loads under 2A where ultra-low output noise (microvolts of ripple) is required—such as powering a 24-bit audio DAC or a precision strain gauge bridge—the linear topology avoids the 50kHz-200kHz switching noise inherent to SMPS designs. However, the thermal penalty is severe.

The Thermal Reality Check: At N4, the average DC voltage is roughly 13.6V. Dropping this to 5.0V at 1A means the regulator must dissipate 8.6W of heat. A bare TO-220 package has a junction-to-ambient thermal resistance of ~65°C/W. Without a heatsink, the junction temperature would rise by 559°C, instantly triggering thermal shutdown. You must use a heatsink rated ≤ 10°C/W.

Component Selection (BOM)

  • Transformer (T1): Triad Magnetics F-281U (120V to 12VAC, 1.5A). We select 1.5A to provide a 50% safety margin over the 1A load, preventing core saturation and excessive copper losses.
  • Bridge Rectifier (BR1): Diodes Inc. W04G (1.5A, 400V DIP package). The 400V PIV (Peak Inverse Voltage) rating easily handles the 16.9V secondary peak, providing robust protection against mains transients.
  • Filter Capacitor (C1): Nichicon UVR1E222MHD (2200µF, 25V, 105°C). Using the ripple formula V_ripple = I / (f × C), where f is 120Hz for full-wave rectification: 1A / (120 × 0.0022) = 3.78V peak-to-peak ripple. The 25V rating provides a 60% derating margin over the 15.5V peak.
  • Linear Regulator (U1): Texas Instruments LM7805KC (TO-220). Requires a 0.33µF ceramic input cap (C2) and 0.1µF ceramic output cap (C3) for high-frequency stability, as detailed in the TI LM340/LM7805 datasheet.
  • Heatsink: Aavid Thermalloy 532602B02500G (~8.5°C/W). Keeps junction temperature around 98°C at 25°C ambient.

Failure Modes at the Extremes

Understanding how an AC DC circuit fails when a single element opens or shorts is critical for designing protective fusing. Here is the failure-mode contrast for the most common component faults.

Short Circuit: Filter Capacitor (C1)

If the 2200µF electrolytic capacitor fails short (common in aged or reverse-polarized caps), Node N3 and N4 are pulled directly to ground. The bridge rectifier diodes will attempt to pass massive short-circuit current. The 1N4007 or W04G will likely survive the initial surge due to high I²t ratings, but the transformer secondary winding will overheat rapidly. Fix: Always place a 2A slow-blow fuse on the N2 secondary line to protect the transformer and diodes.

Open Circuit: One Diode in the Bridge (BR1)

If a single diode leg inside the W04G bridge opens, the circuit degrades from a full-wave to a half-wave rectifier. The ripple frequency drops from 120Hz to 60Hz. Because the capacitor now discharges for twice as long between charging pulses, the peak-to-peak ripple voltage doubles to roughly 7.6V. The N4 voltage trough drops to 7.9V. While the LM7805 might barely maintain regulation (requires ~7V input), the increased ripple will severely degrade the Power Supply Rejection Ratio (PSRR), causing 60Hz hum on the 5V rail.

Short Circuit: Regulator Input-to-Output

Internal silicon failures in the LM7805 often result in a short between the input (N4) and output (N5) pins. If this occurs, the unregulated ~13.6V DC is passed directly to your 5V load, instantly destroying microcontrollers, sensors, and logic ICs. Prevention: For mission-critical loads, add a crowbar circuit (a 5.1V Zener diode and an SCR) across N5, or use an LDO with built-in overvoltage crowbar protection.

Breadboard Testing Protocol

Lethal Voltage Warning: Never breadboard the N1 (120VAC primary) side of an AC DC circuit. Mains voltage on a solderless breadboard poses a severe electrocution and arc-flash hazard. Furthermore, breadboard contacts are rated for roughly 1-3A at low voltage; they will melt or arc at 120VAC. For bench testing, use a pre-isolated, enclosed 12VAC plug-in wall transformer to safely feed the N2 nodes.

Follow these numbered steps to validate your low-voltage AC DC circuit topology safely on the bench.

  1. Isolate the AC Source: Plug a 12VAC wall adapter into your bench outlet. Verify the open-circuit AC voltage with a multimeter (expect ~13VAC due to poor transformer regulation at no-load).
  2. Wire the Rectifier: Connect the two AC output wires to the AC terminals of the W04G bridge. Connect the bridge '+' to your breadboard's positive rail and '-' to the ground rail.
  3. Verify N3 (Pulsating DC): Set your oscilloscope to DC coupling, 5V/div. Probe the positive rail. You should see a series of 120Hz 'humps' peaking at roughly 11.6V (13VAC * 1.414 - 1.4V drop). The voltage never drops below 0V.
  4. Install the Filter Cap: Power down. Insert the Nichicon 2200µF capacitor. Check polarity twice; reversing it will cause the electrolyte to vent explosively. Power back up.
  5. Verify N4 (Filtered DC): Probe the positive rail again. The scope should now show a relatively flat DC line around 16.9V with a small 3-4V sawtooth ripple riding on top. Measure the AC ripple with your multimeter in AC mV mode; it should read roughly 1.1V RMS.
  6. Install the Regulator: Power down. Insert the LM7805. Add the 0.33µF and 0.1µF ceramic bypass caps directly across the input/ground and output/ground pins, keeping leads under 5mm to prevent high-frequency oscillation.
  7. Load Testing: Power up and probe N5. You should read a flat 5.00V DC. Connect a 5Ω, 10W power resistor across N5 and Ground to draw exactly 1A. Monitor the regulator case temperature with an IR thermometer; it should stabilize below 100°C within 5 minutes.

For deeper analysis of linear regulator stability and PSRR characteristics, refer to the STMicroelectronics L78xx design guide and standard rectifier theory outlined in All About Circuits. By mastering the node behavior and thermal limits of this topology, you can reliably design ultra-clean power rails for your most sensitive analog projects.