If you are studying for an electrical fundamentals exam or debugging a bench prototype, knowing how to solve a series circuit is the bedrock of all network analysis. A series circuit has only one path for current flow, meaning the current is identical through every component. While the concept is simple, exam questions and real-world faults often hide traps in polarity, back-EMF, and power dissipation.

This walkthrough skips the abstract fluff. We will define the exact method required, walk through a multi-source practice problem with every algebraic step shown, and prove the answer using independent verification.

The Core Method: Why Kirchhoff and Ohm Rule Series Networks

When analyzing a purely series DC network, you do not need mesh analysis, nodal analysis, or Thevenin equivalents. The only method you need is a combination of Ohm's Law ($V = IR$) and Kirchhoff's Voltage Law (KVL).

Why KVL? Because KVL is a direct expression of the conservation of energy. It states that the directed sum of the potential differences (voltages) around any closed loop must equal zero. In a single-loop series circuit, this means the total voltage supplied by the sources must exactly equal the total voltage dropped across the passive components (resistors). According to Georgia State University's HyperPhysics, KVL is the universal starting point for loop analysis because it inherently accounts for energy added and energy consumed.

The Golden Rule of Series Circuits: Current ($I$) is constant everywhere. You cannot solve for individual voltage drops until you find the total loop current. Therefore, your first algebraic goal is always to find $I_{total}$.

Walkthrough: Solving a Multi-Source Series Circuit

Let us tackle a practice problem that frequently appears on trade exams and university midterms. This problem includes a secondary voltage source, which is where most students make critical errors.

Problem Statement:
A DC series circuit consists of a primary 24.0V power supply ($V_1$) and a secondary 12.0V battery ($V_2$) connected in opposition to the primary supply. The loop contains three resistors in series: $R_1 = 120\Omega$, $R_2 = 330\Omega$, and $R_3 = 470\Omega$.
Find: (A) The total loop current ($I$), and (B) The voltage drop across $R_2$ ($V_{R2}$).

Before writing equations, map the known variables. In real-world bench work, you would also note the component ratings to ensure your final answer does not exceed physical limits.

Table 1: Circuit Component Specifications & Knowns
Component Designation Value Role in Circuit Rating / Tolerance
DC Source 1 $V_1$ 24.0 V Primary driving voltage N/A
DC Source 2 $V_2$ 12.0 V Opposing load / back-EMF N/A
Resistor 1 $R_1$ 120 $\Omega$ Current limiting $\pm$5%, 1/4W
Resistor 2 $R_2$ 330 $\Omega$ Voltage dropping $\pm$5%, 1/4W
Resistor 3 $R_3$ 470 $\Omega$ Voltage dropping $\pm$1%, 1/2W

Step-by-Step Algebraic Solution

Step 1: Determine the Equivalent Resistance ($R_{eq}$)
In a series circuit, resistances simply add together.

$R_{eq} = R_1 + R_2 + R_3$
$R_{eq} = 120\Omega + 330\Omega + 470\Omega$
$R_{eq} = 920\Omega$

Step 2: Determine the Net Driving Voltage ($V_{net}$)
Apply KVL around the loop. Assuming conventional current flows clockwise out of the positive terminal of $V_1$, we traverse $V_1$ as a rise ($+24V$), and $V_2$ as a drop because we enter its positive terminal (it is opposing the flow).

$V_{net} = V_1 - V_2$
$V_{net} = 24.0V - 12.0V$
$V_{net} = 12.0V$

Step 3: Solve for Total Current ($I$)
Apply Ohm's Law to the entire simplified loop.

$I = \frac{V_{net}}{R_{eq}}$
$I = \frac{12.0V}{920\Omega}$
$I = 0.013043... A$
$I \approx 13.04 mA$

Step 4: Solve for Voltage Drop Across $R_2$ ($V_{R2}$)
Now that we have the loop current, apply Ohm's Law to the specific component.

$V_{R2} = I \times R_2$
$V_{R2} = 0.013043 A \times 330\Omega$
$V_{R2} \approx 4.30 V$

The Trap: The most common mistake on this specific exam problem is blindly adding all voltage sources together ($24V + 12V = 36V$). If you do this, your calculated current becomes $39.1 mA$. Let us look at the physical consequence of that math error: the power dissipated by $R_2$ would be $P = I^2R = (0.0391)^2 \times 330 = 0.50W$. Because $R_2$ is rated for only 1/4W (0.25W), your theoretical mistake would result in a burned, open-circuit resistor on the actual breadboard. Always check source polarity arrows.

Sanity Checks and Independent Verification

Never hand in an exam paper or power up a prototype without verifying your math. We use two methods to verify this answer independently.

1. Order of Magnitude Check

Look at the net voltage (12V) and the total resistance (~1000$\Omega$). Using mental math, $12V / 1000\Omega = 12mA$. Our calculated answer of $13.04mA$ is slightly higher, which makes perfect sense because the actual resistance ($920\Omega$) is slightly lower than $1000\Omega$. The units (milliamps) and the scale are correct.

2. Power Balance (Tellegen's Theorem)

Conservation of energy dictates that total power supplied must equal total power absorbed. Let us calculate the power for every component using $P = IV$ and $P = I^2R$.

  • Power supplied by $V_1$: $24.0V \times 0.013043A = 313.0 mW$
  • Power absorbed by $V_2$ (charging): $12.0V \times 0.013043A = 156.5 mW$
  • Power dissipated by $R_{eq}$: $(0.013043A)^2 \times 920\Omega = 156.5 mW$

Total Supplied ($313.0 mW$) = Total Absorbed ($156.5 mW + 156.5 mW$). The equation balances perfectly. As noted by All About Circuits, verifying power balance is the ultimate proof that your KVL loop was written correctly.

Frequently Asked Questions

Q: How do I measure this current on a real bench?
A: Do not try to measure current in parallel. You must break the circuit and insert your multimeter (like a Fluke 87V) in series so the current flows through the meter's internal shunt. Alternatively, measure the voltage drop across a known resistor (e.g., $V_{R1}$) and use Ohm's law to calculate the current without breaking the circuit.

Q: What if one of the resistors is shorted?
A: A shorted resistor drops to $0\Omega$. You simply remove it from the $R_{eq}$ summation. The total resistance drops, and the loop current increases proportionally, which will likely trip a fuse or exceed the wattage rating of the remaining resistors.