When studying for an electrical exam or designing an off-grid system, textbook diagrams rarely capture the friction of real-world installations. Looking at examples of parallel circuits in real life forces you to deal with variables like voltage drop, continuous load derating, and wire ampacity that simple schematics ignore. In this walkthrough, we will solve a practical 12V DC parallel circuit problem, show every algebraic step, and terminate with a concrete wire and fuse selection.
The Real-Life Problem: 12V Camper Van Parallel Loads
You are wiring a 12V DC parallel circuit in a camper van. The power source is a LiFePO4 battery bank with a resting voltage of 13.2V. You have three parallel loads connected to a single copper feeder wire:
- Load 1: Maxxair roof fan (draws 5.0A)
- Load 2: 12V compressor fridge (draws 4.5A)
- Load 3: LED light bar (draws 2.5A)
Tasks:
1) Calculate the total current draw.
2) Calculate the equivalent resistance of the parallel loads.
3) Determine the minimum AWG wire size for the feeder (assuming 75°C THHN copper in free air, targeting a maximum 3% voltage drop) and the correct fuse size.
Method Selection and the 'Series' Trap
To solve this, we rely on Kirchhoff’s Current Law (KCL) and Ohm’s Law. KCL dictates that the total current entering a junction equals the total current leaving it, which is the foundational theorem for parallel circuits. We use Ohm's Law ($R = V/I$) to find the resistance of each branch before combining them.
Step-by-Step Algebraic Solution
Here is the complete algebraic breakdown. We assume the loads are strictly resistive for this calculation and that the battery maintains 13.2V at the source terminals.
- Calculate Total Current ($I_{total}$):
Using KCL: $I_{total} = I_1 + I_2 + I_3$
$I_{total} = 5.0A + 4.5A + 2.5A = \mathbf{12.0A}$ - Calculate Individual Branch Resistances:
Using Ohm's Law ($R = V / I$):
$R_1$ (Fan) = $13.2V / 5.0A = \mathbf{2.64 \Omega}$
$R_2$ (Fridge) = $13.2V / 4.5A = \mathbf{2.933 \Omega}$
$R_3$ (Lights) = $13.2V / 2.5A = \mathbf{5.28 \Omega}$ - Calculate Equivalent Resistance ($R_{eq}$):
Using the parallel resistance formula: $\frac{1}{R_{eq}} = \frac{1}{R_1} + \frac{1}{R_2} + \frac{1}{R_3}$
$\frac{1}{R_{eq}} = \frac{1}{2.64} + \frac{1}{2.933} + \frac{1}{5.28}$
$\frac{1}{R_{eq}} = 0.3788 + 0.3410 + 0.1894$
$\frac{1}{R_{eq}} = 0.9092 \Omega^{-1}$
$R_{eq} = \frac{1}{0.9092} = \mathbf{1.10 \Omega}$
For a deeper theoretical foundation on how these reciprocals interact, refer to the All About Circuits chapter on parallel circuits.
Sanity Check and Independent Verification
Before moving to wire sizing, we must verify our math.
- Order of Magnitude Check: In any parallel circuit, the equivalent resistance must be lower than the smallest individual branch resistance. Our smallest branch is $2.64 \Omega$. Our calculated $R_{eq}$ is $1.10 \Omega$. The math holds.
- Unit & Power Check: Total power $P = V \times I = 13.2V \times 12.0A = 158.4W$. This is a highly realistic continuous draw for a 12V camper van system.
- Independent Verification: On the bench or in the van, you verify this independently using a digital multimeter (DMM). Measure the voltage directly at the battery terminals, then measure the voltage at the distribution block while all loads are running. According to Fluke's voltage drop testing guidelines, any difference between these two readings is the voltage lost as heat in the feeder wire, confirming your real-world resistance calculations.
Decision Path: Sizing the Feeder Wire and Fuse
Now we translate our 12A total current into physical hardware. We must size the fuse to protect the wire, and size the wire to handle the current while keeping voltage drop under 3% (0.396V).
| Decision Node | Condition / Calculation | Result / Action |
|---|---|---|
| 1. Fuse Sizing | Loads are continuous (fridge/fan run >3 hrs). NEC/ABYC requires 125% multiplier. $12.0A \times 1.25 = 15.0A$ |
Select a 15A Fuse. |
| 2. Ampacity Check | 14 AWG THHN is rated for 20A at 75°C. 15A fuse protects it. | 14 AWG passes ampacity, but proceed to voltage drop check. |
| 3. Voltage Drop (14 AWG) | $VD = \frac{2 \times 12.9 \times 12A \times 15ft}{4110 CM} = 1.13V$ (8.5% drop) | FAIL. Exceeds 3% limit. Compressor fridge may stall. |
| 4. Voltage Drop (10 AWG) | $VD = \frac{2 \times 12.9 \times 12A \times 15ft}{10380 CM} = 0.45V$ (3.4% drop) | FAIL. Marginally over 3% limit. |
| 5. Voltage Drop (8 AWG) | $VD = \frac{2 \times 12.9 \times 12A \times 15ft}{16510 CM} = 0.28V$ (2.1% drop) | PASS. Well under 3% limit. |
Use 8 AWG THHN copper wire for the 15-foot feeder run, protected by a 15A ANL or Class-T fuse located within 7 inches of the battery positive terminal. While 14 AWG is sufficient for the 15A fuse from a pure fire-safety ampacity standpoint, 8 AWG is mandatory to prevent voltage drop from starving the compressor fridge's startup surge.
FAQ: Real-World Parallel Circuit Edge Cases
What happens to the total resistance if one of the parallel loads fails open?
In a parallel circuit, if a branch fails open (like a blown LED light bar), the total current decreases, which means the equivalent resistance of the overall circuit increases. The remaining branches continue to operate at full voltage, which is exactly why home and RV wiring uses parallel rather than series topologies.
Do I need to account for the resistance of the fuses and busbars?
For a 15A DC circuit at 13.2V, the milliohm resistance of a brass busbar and an ANL fuse is negligible (typically < 0.005 Ω combined) and will not materially affect your algebraic calculations. However, in high-current 48V solar inverter runs (e.g., 200A+), busbar resistance and terminal crimp quality become critical variables in your voltage drop formula.
Can I mix different wire gauges in the parallel branches?
Yes. Because voltage is constant across all parallel branches, you can size each branch wire individually based on its specific load current. The 8 AWG feeder splits at the distribution block; from there, you might run 14 AWG to the 5A fan and 16 AWG to the 2.5A LED bar, provided each branch has its own appropriately sized fuse.






