## Introduction
When you open a panelboard in a commercial building, you will almost always see multiple branch circuits fed from the same bus. These branch circuits are wired in parallel so each load gets the same supply voltage. Understanding how current divides and how total resistance changes in a parallel circuit helps technicians troubleshoot overloaded circuits, read nameplate data, and size components correctly.
Parallel circuits show up in control panels, lighting systems, DC power supplies, and relay logic. Once you learn how to calculate voltage, current, and resistance in one of these circuits, the same method works everywhere.
## Key Concept
A parallel circuit has two or more components connected across the same two points. This means every branch receives the same voltage.
> [!info] Key Property
> In a parallel circuit, **voltage is the same across each branch**. Current divides among the branches based on their resistance.
The main equations used in parallel calculations are:
Total resistance:
$R_T=\frac{1}{\left(\frac{1}{R_1}+\frac{1}{R_2}+\frac{1}{R_3}+...\right)}$
Ohm’s Law within a branch:
$I=\frac{V}{R}$
Total current:
$I_T=I_1+I_2+I_3+...$
Power in any branch:
$P=VI$
## How It Works
Parallel circuits follow three consistent rules:
1. **Same voltage across each branch**
Because all branches tie across the same two nodes, each branch sees full system voltage. If the source is 120 V, then each branch is 120 V.
2. **Currents split according to resistance**
Lower resistance branches draw more current. Higher resistance branches draw less. If a branch fails open, its current drops to zero and the remaining branches continue to operate.
> [!tip] Helpful Idea
> Lower resistance equals higher current. This helps you check for abnormal current readings during troubleshooting.
3. **Total resistance decreases as more branches are added**
Adding more branches always reduces the total resistance of the circuit. This is why adding additional loads increases the total current from the source.
### Calculating Total Resistance
Use the reciprocal method:
* Take the reciprocal of each branch resistance.
* Add them.
* Take the reciprocal of the total.
For two resistors, a shortcut is sometimes used:
$R_T=\frac{R_1R_2}{R_1+R_2}$
This shortcut only works for **two** branches.
### Calculating Branch Currents
Once you know the voltage and resistance of a branch:
$I=\frac{V}{R}$
Each branch is treated like its own small circuit, but all share the same voltage.
### Calculating Total Current
Add all branch currents:
$I_T=I_1+I_2+I_3$
This total comes from the source. If breakers or conductors are undersized, this is where you will see the problem.
### Power Calculations
You can find power within each branch or for the whole circuit:
* Branch: $P=VI$
* Total: sum of all branch power values.
Power helps you check load balance and match components to manufacturer ratings.
## Real-World Application
Imagine a 120 V lighting circuit feeding three parallel fixtures. Each fixture has an internal ballast with an equivalent resistance of 240 Ω.
### Step 1: Branch current
$I=\frac{120\text{ V}}{240\ \Omega}=0.5\text{ A}$
### Step 2: Total current
Three fixtures:
$I_T=0.5\text{ A}+0.5\text{ A}+0.5\text{ A}=1.5\text{ A}$
### Step 3: Total resistance
Using the reciprocal formula:
$R_T=\frac{1}{\left(\frac{1}{240}+\frac{1}{240}+\frac{1}{240}\right)}$
$R_T=\frac{1}{\left(\frac{3}{240}\right)}=80\ \Omega$
A technician measuring around 80 Ω across the entire circuit (with power off and safe isolation) would confirm the load is normal.
> [!example] Field Example
> When troubleshooting a blown fuse in a DC control power system, technicians often isolate each parallel branch to find which one draws abnormal current. Knowing expected current for each branch speeds up the process.
## Safety Notes
Working with energized parallel circuits exposes you to elevated fault current potential. Because total resistance drops as branches are added, a parallel fault can produce high current quickly.
Follow these practices:
* Deenergize equipment following NFPA 70E before testing resistance.
* Use insulated tools and wear required PPE when measuring current on energized circuits.
* Never assume a single branch failure means the entire circuit is safely isolated.
* Verify both voltage and absence of voltage using an approved meter.
> [!warning] Shock and Arc Flash
> Parallel circuits can deliver large fault currents due to low total resistance. Follow OSHA 1910 Subpart S and NFPA 70E when working on or near exposed energized parts.
## Summary
Parallel circuits deliver the same voltage to every branch and allow loads to operate independently. Current divides based on resistance, and total resistance always decreases when more branches are added. These rules help you size conductors, choose protective devices, and troubleshoot uneven loads.
By using the reciprocal method for resistance, Ohm’s Law for branch currents, and simple addition for total current, you can quickly analyze any parallel circuit you encounter in the field.
<!--
### Recommended Visuals
1. **Simple parallel circuit diagram** showing a source feeding three resistors with shared voltage terminals.
2. **Table comparing branch resistance, branch current, and total current** for 2, 3, and 4 load configurations.
3. **Step-by-step graphic** of the reciprocal-resistance method, illustrating 1/R calculations visually.
4. **Current division diagram** with arrows showing how current splits among branches of different resistances.
5. **Voltage vs. current graph** highlighting constant branch voltage but increasing total current as branches are added.
6. **Annotated multimeter screenshot** showing how a technician measures branch current in series with each branch.
7. **Field photo or sketch** of a lighting panel illustrating real-world parallel loads.
-->
> [!columns]
> >[!info] Previous lesson
> ⬅️ [[2.6 Current Divider Rule]]
>
> >[!info] Next lesson
> ➡️ [[2.8 Parallel Loads in Real Systems]]