Series and Parallel Circuits Explained
Series and parallel are the two fundamental ways to connect components in a circuit. Understanding the difference is essential for every electronics project — it determines how voltage and current distribute across your components.
Open Series/Parallel SimulatorSeries Circuits
In a series circuit, components are connected end-to-end in a single path. Current has only one route to flow, so the same current passes through every component.
- Current: The same through all components. I_total = I1 = I2 = I3
- Voltage: Divides across components. V_total = V1 + V2 + V3
- Resistance: Adds up. R_total = R1 + R2 + R3
Example: Three 100Ω resistors in series = 300Ω total. With 9V supply, current = 9/300 = 30mA through all three.
If one component in a series circuit fails open (breaks), the entire circuit stops working — like old-style Christmas lights where one failing bulb killed the whole string.
Simulate Series ResistorsParallel Circuits
In a parallel circuit, components share the same two nodes — they all see the same voltage, but current splits between the branches.
- Voltage: The same across all branches. V_total = V1 = V2 = V3
- Current: Divides between branches. I_total = I1 + I2 + I3
- Resistance: Total resistance is less than the smallest branch. 1/R_total = 1/R1 + 1/R2 + 1/R3
Example: Two 100Ω resistors in parallel = 50Ω total. With 9V supply, total current = 9/50 = 180mA (90mA in each branch).
Parallel circuits are used in home wiring — each outlet shares the same 230V (or 120V) supply voltage, and a device on one outlet does not affect voltage at another.
Simulate Parallel ResistorsComparing Series vs Parallel
| Property | Series | Parallel |
|---|---|---|
| Current | Same everywhere | Splits between branches |
| Voltage | Splits across components | Same across all branches |
| Total Resistance | Increases (sum) | Decreases (less than smallest) |
| Failure effect | One failure stops all | Other branches keep working |
| Common use | Voltage dividers, current limiting | Home wiring, power distribution |
Circuit Topology Diagrams
Series Circuit — Single Current Path
Parallel Circuit — Multiple Current Paths
Common Beginner Mistakes
Adding Parallel Resistances by Addition
Parallel resistors do NOT add up. Use 1/R_total = 1/R1 + 1/R2. Two 100Ω resistors in parallel = 50Ω, not 200Ω. Beginners frequently make this mistake when calculating total circuit resistance.
Assuming LEDs Can Share a Resistor in Parallel
LEDs have slightly different forward voltages. In parallel with one shared resistor, the LED with the lowest V_F conducts most current and burns out first. Always give each LED its own series resistor.
Shorting Out Components
A wire placed directly across a component creates a short circuit (0Ω path), bypassing it entirely. Current takes the path of least resistance — the wire — leaving the component with no voltage across it.
Forgetting That Parallel Lowers Resistance
Adding more resistors in parallel always reduces total resistance and increases total current draw. Beginners sometimes add parallel branches thinking it limits current — it does the opposite.
Mixed Series-Parallel Circuits
Real circuits often combine both. To analyse them, simplify step by step: reduce parallel groups to their equivalent resistance first, then handle the resulting series circuit. Work from the innermost combination outward.
Example: R1 = 100Ω in series with the parallel combination of R2 = 200Ω and R3 = 200Ω. Parallel combination = (200×200)/(200+200) = 100Ω. Total = 100 + 100 = 200Ω.