## Introduction Parallel circuits are everywhere in electrical systems, from lighting panels to control cabinets. A key idea in any parallel circuit is how the total current splits into separate paths. This is known as the **Current Divider Rule**. Understanding how current divides helps you predict branch currents, size wiring, and troubleshoot overloaded circuits. This lesson explains how the rule works, why it happens, and how technicians use it in real field situations. ## Key Concept In a parallel circuit, each branch has its own path back to the source. Because each branch shares the same voltage, the current in each branch depends only on the resistance of that branch. The Current Divider Rule is a shortcut that allows you to solve for branch currents without doing full Ohm law steps for each one. The rule states that **current splits based on resistance**. A branch with low resistance receives more current. A branch with higher resistance receives less current. ## How It Works ### Equal Voltage in Parallel Every branch in a parallel circuit has the same applied voltage. Because voltage is the same, the current in each branch follows Ohm law: $I=\frac{V}{R}$ A lower resistance gives a larger current. A higher resistance gives a smaller current. ### Total Current is the Sum of Branch Currents The supply current is the total of all branch currents: $I_{total}=I_1+I_2+I_3+\ldots$ This follows Kirchhoff current law which states that the total current entering a node equals the total current leaving it. ### The Current Divider Rule Formula When only two resistors are in parallel, the formula gives the current in each branch directly: For resistor R1: $I_1=I_{total}\times\frac{R_2}{R_1+R_2}$ For resistor R2: $I_2=I_{total}\times\frac{R_1}{R_1+R_2}$ Notice that the numerator uses the **opposite resistor**. The branch with lower resistance ends up with the higher current. This shortcut is widely used in electronics and troubleshooting because it avoids repeated Ohm law calculations. ## Real World Example A 24 V supply feeds two resistors in parallel: - R1 is 12 ohms - R2 is 6 ohms First find the total current. Compute total resistance: $R_{total}=\frac{R_1R_2}{R_1+R_2}=\frac{12\times6}{18}=4\ \Omega$ Then total current: $I_{total}=\frac{24}{4}=6\ A$ Now apply the Current Divider Rule. Current through R1: $I_1=6\times\frac{6}{12+6}=6\times\frac{6}{18}=2\ A$ Current through R2: $I_2=6\times\frac{12}{18}=4\ A$ R2 has the lower resistance, so it receives more current. This example matches Ohm law expectations and demonstrates the convenience of the divider shortcut. ## Field Applications ### Parallel Loads on Control Power Circuits Technicians often add indicator lights, relays, and small devices to a control supply. The Current Divider Rule helps predict how each device affects total current and whether the power supply can handle additional load. ### Troubleshooting Unbalanced Parallel Loads If a branch draws more current than expected, you may have: - a partially shorted load - incorrect wiring - wrong component value The Current Divider Rule provides the expected current so you can compare with your meter reading. ### Panelboard Circuits Parallel connected receptacles and lighting create many current paths. Understanding how loads share current helps identify overloaded circuits and nuisance breaker trips. ## Safety Notes When applying the Current Divider Rule in real circuits: - Always verify voltage before measuring current - Use the correct meter settings and test leads - Follow NFPA 70E requirements for energized work - Be cautious when opening circuits because parallel branches can hold unexpected stored energy - De energize whenever possible before disconnecting components Current measurements often require breaking the circuit. This requires careful planning, proper PPE, and lockout tagout steps. ## Summary The Current Divider Rule allows you to find branch currents quickly in a parallel circuit. Because each branch has the same voltage, current divides according to resistance. Low resistance draws more current. High resistance draws less. The rule is a powerful tool for troubleshooting, load calculations, and interpreting meter readings. Technicians use this rule to confirm correct operation, identify abnormal current draw, and determine whether a supply can handle additional loads. > [!columns] > >[!info] Previous lesson > ⬅️ [[2.5 Power in Parallel Circuits]] > > >[!info] Next lesson > ➡️ [[2.7 Parallel Circuit Calculations]]