## Introduction When a technician first opens a panel or looks at a schematic, it can be difficult to tell which parts of the circuit are controlling the flow of current and which parts are simply sharing the load. Many mixed circuits hide the series components inside long wiring runs, control switches, fuses, or protective devices. Learning how to spot these series portions helps you understand how the whole system behaves and gives you a clearer path when troubleshooting. A series portion is the backbone of any series parallel circuit. It determines how much current the whole circuit can draw and how the voltage is delivered to later branches. ## Key Concept A **series portion** is any part of the circuit where current has only one path to follow. If all electrons must pass through a component before reaching anything else, that component is in series. In a series portion: * Current is the same everywhere in that path. * Voltage drops across each component add up to the supply. * A break anywhere stops current flow to everything downstream. > [!info] Quick Check > If removing one component kills the entire load group, that section is series. ## How It Works Finding the series path does not require math. It requires following the physical or schematic path and asking one question at each step: does current have more than one choice? Here is a simple method. 1. **Start at the source** Begin at the positive terminal or the point where power enters the circuit. Follow the conductor until you hit the first component. 2. **Check for branches** If the path splits into two or more directions, the series portion ends at that node. Before the split, everything is in series. After the split, you begin parallel analysis. 3. **Identify required components** Devices like fuses, breakers, disconnect switches, overloads, relay contacts, and control switches are usually placed in series. These components are intended to pass the entire circuit current, not just a fraction of it. 4. **Look for voltage drops** Resistors, indicator lamps, coils, and sensors may sit in series if they are intended to limit current or create a controlled voltage drop. If the entire load depends on them, they are part of the series portion. 5. **Follow the return path** When the branches rejoin later in the circuit, they return to a single conductor. Everything between this rejoin point and the source return is also in series. > [!tip] Series Before Control > Designers often put safety or control elements in series before the load splits into parallel branches. This ensures all loads respond together when the switch state changes. ## Real-World Application Consider a control panel feeding several parallel solenoid valves. The incoming 120 V power goes through a fuse, then a selector switch, and finally through a relay contact. Only after these elements does the power split to each solenoid. Every one of those components before the split is in series. If any one opens, none of the solenoids receive power. A technician who understands this can quickly diagnose a blown fuse or bad relay instead of checking each load individually. Another example is a group of LED fixtures controlled by a photocell. The photocell sits in series with all fixtures, acting as a master control. Even though the lamps are wired in parallel, the photocell still controls them all because it lies in the series portion of the circuit. ## Safety Notes When working in series portions, the entire circuit current flows through the components you touch or measure. A loose terminal or damaged connection in series can cause overheating or arcing. Follow NFPA 70E guidelines when measuring current in a series path. Use only rated test leads and meter settings. Lockout and tagout before tightening or inspecting terminals. > [!caution] Potential for Excess Heat > A failing series component often generates heat because the entire load current is forced through it. Inspect for discoloration, smell of burnt insulation, or melted plastic. ## Summary Series portions are the parts of a circuit where current has only one path. These sections often include safety devices, switches, coils, and other components that must carry the full circuit current. Identifying the series path allows you to understand how power flows, predict how faults behave, and troubleshoot efficiently. Once you can clearly see where the series path starts and ends, you are ready to analyze the parallel portions and eventually calculate total values for the entire series parallel circuit. <!-- ### Recommended Visuals 1. Diagram highlighting a fuse, switch, and relay contact in series before a parallel split. 2. A flow trace showing the single path of current leading to a branching point. 3. Annotated schematic labeling series components in one color and non-series components in another. 4. Photo of a control panel with series protective devices marked. 5. Example of a faulty series element causing loss of power to all loads. 6. Table comparing behaviors: what opens the entire circuit vs what only affects one load. 7. Step-by-step markup of a real schematic to practice identifying the series portion. --> > [!columns] > >[!info] Previous lesson > ⬅️ [[3.1 What is Potential Difference]] > > >[!info] Next lesson > ➡️ [[3.3 Identifying Parallel Portions]]