## Introduction When dealing with a mixed series parallel circuit, the first question most technicians ask is simple: what is the equivalent resistance? Equivalent resistance is the single value that represents how the entire combination of resistors behaves from the point of view of the power source. Once you have this number, you can easily find total current and then work backward to determine voltages and currents in each branch. In the field, equivalent resistance helps you predict load, size breakers or fuses, and verify that wiring and components can handle the expected current. ## Key Concept **Equivalent resistance** is the resistance that can replace a group of resistors without changing how the circuit behaves electrically. The idea is to reduce multiple components into one simplified value using series and parallel rules. For series resistors: $R_{eq} = R_1 + R_2 + R_3$ For parallel resistors: $\frac{1}{R_{eq}} = \frac{1}{R_1} + \frac{1}{R_2} + \frac{1}{R_3}$ For two parallel resistors, you can use the shortcut: $R_{eq} = \frac{R_1 \cdot R_2}{R_1 + R_2}$ Equivalent resistance always tells you how much the circuit opposes current flow at the source. > [!info] Why This Matters > Once total resistance is known, total current becomes easy to calculate with Ohm’s Law. That total current is the foundation for solving the rest of the circuit. ## How It Works To find equivalent resistance in a series parallel circuit, you must take the reduction one piece at a time. ### 1. Identify the type of connection Before calculating anything, decide whether the resistors you are examining are in series or in parallel. Series means * Same current * End to end * Only one path Parallel means * Same voltage * Connected across the same two nodes * Multiple paths for current Correct identification avoids mixing formulas. ### 2. Apply series rules where current has one path If two or more resistors sit one after another with no branching in between, their resistances add. Example If $R_1 = 10\ \Omega$ and $R_2 = 15\ \Omega$ in series $R_{eq} = 10 + 15 = 25\ \Omega$ Series calculations are straightforward and require no special math. ### 3. Apply parallel rules where branches exist Parallel resistors require more attention because current divides. Multiple branches connecting across the same two points form a parallel group. Example If $R_1 = 30\ \Omega$ and $R_2 = 60\ \Omega$ $R_{eq} = \frac{30 \cdot 60}{30 + 60} = \frac{1800}{90} = 20\ \Omega$ Notice that the equivalent resistance of a parallel group is always smaller than the smallest branch resistor. ### 4. Reduce step by step In a mixed circuit, you cannot jump straight to the final answer. Instead: 1. Find the smallest pure group (all series or all parallel). 2. Calculate its equivalent resistance. 3. Replace that group with a single resistor. 4. Repeat until only one resistor remains. This final resistor is the total equivalent resistance of the circuit. > [!tip] Keep Track With Labels > Naming each equivalent value Req1, Req2, and so on helps avoid confusion when working backwards. ### 5. Double check with reasonableness Use a few quick checks to make sure your equivalent resistance makes sense. For series groups: * Equivalent resistance must be larger than any single resistor. For parallel groups: * Equivalent resistance must be smaller than the smallest branch resistor. For mixed circuits: * The final value should fall somewhere between these limits depending on how much of the circuit is parallel. If something looks suspicious, recheck whether you identified the group correctly. ## Real-World Application A technician might evaluate the equivalent resistance of several heaters wired in a mix of series and parallel to ensure that the supply breaker is sized correctly. Another example is a group of resistors used in a sensing circuit for a PLC input. If the equivalent resistance drifts too far from the expected value, the PLC may read a false signal. Equivalent resistance calculations also help when replacing components. A panel may use multiple resistors to reach a specific value because a single resistor of that rating is not readily available. Understanding the equivalent resistance lets you select proper replacements without causing malfunction. ## Safety Notes Always calculate equivalent resistance with the circuit de energized. Measuring resistance on a live system can damage both the meter and the equipment and may create shock hazards. Follow OSHA 1910 and NFPA 70E safe work practices. Verify absence of voltage before attaching meter leads. Use insulated tools and avoid bypassing protective devices during evaluation. > [!warning] Hidden Parallel Paths > In real equipment, shared neutrals or tied terminals can create parallel paths you did not expect. Verify actual wiring, not just the schematic. ## Summary Equivalent resistance is the simplified resistance value that represents an entire group of resistors as one. Series portions add directly. Parallel portions combine through reciprocal formulas. Mixed circuits require reducing one group at a time until only one resistance remains. Once you know the equivalent resistance, you can find total current and then solve the rest of the circuit confidently. This skill supports load calculations, troubleshooting, and proper component selection in the field. <!-- ### Recommended Visuals 1. Side by side illustration of series and parallel resistor groups with labeled nodes. 2. Step by step reduction diagrams showing mixed resistors being replaced by equivalent values. 3. Table showing typical equivalent resistance outcomes: series greater than highest value, parallel less than lowest. 4. Visual comparison of two parallel resistors using the R1*R2/(R1+R2) formula. 5. Example circuit reduction with Req1, Req2, Req3 marked clearly. 6. Annotated simple lighting circuit demonstrating real equivalent resistance scenarios. 7. Quick reference chart showing formulas for series and parallel groups. --> > [!columns] > >[!info] Previous lesson > ⬅️ [[3.4 Step by Step Reduction Method]] > > >[!info] Next lesson > ➡️ [[3.6 Voltage and Current Calculations]]