Bridge theory describes the electrical behavior of a four-arm diamond topology used to measure unknown impedances, convert AC to DC, or reverse load polarity by selectively conducting diagonal paths. In a real circuit, this topology changes how we route current: it enables full-wave rectification without bulky center-tapped transformers, allows bidirectional control of a DC motor from a single voltage rail, and facilitates precision null-measurements that completely eliminate multimeter loading errors. Beginners commonly confuse an active H-bridge (using transistors for motor control) with a passive bridge rectifier (using diodes for power supplies), mistakenly assuming the term applies to only one specific application. In reality, the underlying four-node theory unifies measurement, power conversion, and motor drive circuits.
The Three Pillars of Bridge Circuit Theory
While the physical components change, the mathematical foundation of a bridge relies on four arms connected in a diamond shape, with a supply voltage across one diagonal and a load or meter across the other. We categorize these into three distinct functional pillars.
1. The Wheatstone Bridge (Precision Measurement)
Used for measuring unknown resistance with extreme accuracy. The circuit balances when the voltage difference between the two midpoints is exactly zero. According to All About Circuits, the balance condition is achieved when the ratio of the resistors in one leg equals the ratio in the other: R1/R2 = R3/Rx. This is the backbone of modern load cells and strain gauges, where micro-ohm changes in resistance must be translated into readable voltage differentials without the internal resistance of your meter skewing the reading.
2. The Full-Bridge Rectifier (AC to DC Power)
Think of diodes as one-way check valves in a plumbing system. A full-bridge rectifier uses four diodes arranged in a diamond to force alternating current (AC) to flow through the load in only one direction, regardless of the AC polarity. This yields a full-wave rectified output where the DC average voltage is Vdc = Vpeak - (2 × Vf), where Vf is the forward voltage drop of the diodes (typically 0.7V per silicon diode). This topology doubles the ripple frequency compared to a half-wave rectifier, making it vastly easier to filter with capacitors.
3. The H-Bridge (Bidirectional Motor Control)
Named because the circuit schematic resembles the letter "H" (the four switches form the vertical legs, the motor forms the crossbar). By closing diagonal switch pairs (e.g., Top-Left and Bottom-Right), current flows through the motor in one direction. Swapping the active diagonal reverses the polarity across the motor, reversing its spin. This is mandatory for robotics, RC cars, and CNC machines where DC motors must run forward and backward from a single battery source.
Worked Example: Calculating H-Bridge Conduction Losses
Let us design a 12V, 10A continuous H-bridge for a motorized wheelchair using discrete IRF3205 N-channel MOSFETs. We need to calculate the voltage drop and thermal dissipation to determine if heatsinks are required.
Step 1: Calculate Total Conduction Resistance
Current flows from the power rail, through the high-side MOSFET, through the motor, and through the low-side MOSFET to ground. Therefore, two MOSFETs are in series.
R_total = 8 mΩ + 8 mΩ = 16 mΩ (0.016 Ω)
Step 2: Calculate Voltage Drop
Using Ohm's Law (V = I × R):
V_drop = 10A × 0.016 Ω = 0.16V
The motor actually sees 12V - 0.16V = 11.84V. This is an acceptable loss.
Step 3: Calculate Power Dissipation
Using the power formula (P = I² × R):
P_total = (10A)² × 0.016 Ω = 100 × 0.016 = 1.6W
This 1.6W is split evenly between the two conducting FETs, meaning each dissipates 0.8W.
Step 4: Thermal Analysis
The IRF3205 in a TO-220 package has a Junction-to-Ambient thermal resistance (RθJA) of roughly 40°C/W without a heatsink.
Temp_Rise = 0.8W × 40°C/W = 32°C
At a 25°C room temperature, the silicon junction will sit at 57°C. Since the maximum rated junction temperature is 175°C, no heatsink is required for this 10A continuous load, provided you use a proper 10V+ gate driver IC.
Where You Meet Bridge Theory in Practice
You will encounter these topologies constantly across different domains of electrical and electronic work:
- Load Cells and Scales (Wheatstone): Every digital kitchen scale or industrial truck scale uses a Wheatstone bridge. The strain gauge deforms under weight, altering its resistance by fractions of an ohm, which unbalances the bridge and produces a millivolt-level signal that an instrumentation amplifier (like the HX711) converts to digital weight data.
- PC Power Supplies and Wall Adapters (Rectifier): The very first stage inside an ATX computer power supply is a bridge rectifier. It takes the 120V/240V AC from your wall and converts it to roughly 170V/340V DC, which is then chopped by high-frequency switching transistors. Safety Note: Always de-energize, lock out the breaker, and verify dead with a CAT III meter before probing bridge rectifiers, as the bulk capacitors can hold lethal charges long after unplugging.
- 3D Printers and CNC Routers (H-Bridge): While stepper motors use specialized chopper drivers (like the TMC2209), the auxiliary DC motors for cooling fans, extruders, or conveyor belts rely on integrated H-bridges to manage speed via PWM and direction via logic pins.
Decision Tree: Choosing Your Bridge Topology and Component
Do not waste time building discrete bridges when integrated solutions offer better protection. Use this decision matrix to select the correct topology and a proven, off-the-shelf component for your next build.
| Application Goal | Topology Required | Default Component Pick | Why This Part Wins |
|---|---|---|---|
| Measure micro-strain or load cell output | Wheatstone + Instrumentation Amp | INA125P | Includes an integrated precision voltage reference to excite the bridge, eliminating the need for a separate stable power supply. |
| Rectify 120V/240V AC mains for a linear PSU | Passive Full-Bridge Rectifier | KBPC5010 | Rated for 50A and 1000V. Overkill for most hobby circuits, which guarantees it will run cool without a heatsink at 5A loads. |
| Drive a 12V/24V DC motor bidirectionally (up to 11A) | Integrated H-Bridge | Texas Instruments DRV8871 | Simple 2-pin PWM/dir interface, built-in shoot-through protection, and low Rds(on) MOSFETs inside a single package. |
| Drive high-power 24V motors (up to 43A peak) | High-Current Half-Bridge Pair | BTS7960 (IBT-2 Module) | Massive current handling capability with integrated thermal shutdown and logic-level gate inputs. Standard in heavy-duty robotics. |
Frequently Asked Questions
What happens if both switches on one side of an H-bridge turn on simultaneously?
This creates a condition called shoot-through. It creates a direct, near-zero-resistance path from your positive voltage rail straight to ground, bypassing the motor entirely. In discrete designs, this results in an instantaneous current spike that will vaporize your MOSFETs and potentially melt your wiring. Always implement "dead time" (a microsecond delay where both switches are off) in your software, or use integrated drivers like the DRV8871 which handle dead-time insertion in hardware.
Why use a 4-diode bridge rectifier instead of a single diode?
A single diode creates a half-wave rectifier, which blocks 50% of the AC cycle. This wastes transformer capacity and results in a 60Hz ripple (on a 60Hz grid) that requires massive, expensive filter capacitors to smooth out. A 4-diode full-bridge utilizes both the positive and negative halves of the AC sine wave, doubling the ripple frequency to 120Hz. This makes the resulting DC much easier and cheaper to filter, as detailed in standard power supply design guides.
Can I use an H-bridge to control the speed of an AC motor?
No. Standard H-bridges are designed for DC loads. Applying an H-bridge to an AC induction motor will cause catastrophic failure because the motor's back-EMF and phase shifts will fight the DC switching logic, leading to immediate shoot-through or overvoltage breakdown of the switching elements. For AC motor speed control, you must use a Variable Frequency Drive (VFD) which utilizes a completely different topology (typically a 3-phase inverter bridge with IGBTs).






