AP Physics 2 Electric Circuits: Learning to Analyze Real Networks
Series and Parallel Circuits
Circuit analysis starts with one central idea: charge is conserved. Charges do not get “used up” by a bulb or resistor—they move through the circuit and transfer energy. The tools you use in Unit 3 (especially series/parallel rules and Kirchhoff’s rules) are really structured ways of enforcing conservation of charge and conservation of energy in a circuit.
Before you decide whether something is series or parallel, it helps to be clear on the quantities you’re tracking:
- Current is the rate of flow of charge through a cross-section of a wire or component.
I = \frac{\Delta Q}{\Delta t}
- Potential difference (voltage) between two points is the energy per charge transferred between those points.
\Delta V = \frac{\Delta U}{q}
- Resistance measures how strongly a component resists current for a given voltage. For an ohmic resistor (a resistor that obeys Ohm’s law at the conditions given):
\Delta V = IR
In AP Physics 2, you usually assume ideal wires (negligible resistance) and ideal components unless told otherwise.
What “series” and “parallel” really mean
Two components are in series when they are connected end-to-end so that the same current must pass through both—there is only one path for charge through that part of the circuit.
Two components are in parallel when both ends of one component are connected to the same two nodes as the other component—there are multiple paths for charge, but each path connects the same pair of nodes.
A practical way to tell:
- If removing one component forces the current through the other to stop in that branch, they were in series.
- If removing one component still allows current through the other via a different branch, they were in parallel.
A common misconception is to decide series/parallel by “how the diagram looks.” What matters is which nodes are connected, not whether the drawing is side-by-side or stacked.
Series circuits: same current, divided voltage
In a series chain, charge has no choice but to pass through each element. That’s why the current is the same everywhere in a series path:
I_1 = I_2 = I_3 = I
The voltage changes (drops) across each element add up to the total voltage supplied around the loop. For resistors in series, the equivalent resistance is the sum:
R_{\text{eq}} = R_1 + R_2 + R_3
Why that makes sense: a larger resistance means more energy per charge is transferred (dissipated as thermal energy) for the same current. Putting resistors “one after another” increases the total energy per charge required to push charge through the whole path—so the circuit behaves like one bigger resistor.
Voltage division in series: If the same current I flows through each resistor, then each drop is \Delta V_i = IR_i. Bigger resistors get bigger voltage drops.
Worked example: series resistors and voltage drops
A battery provides 12\ \text{V} to two series resistors R_1 = 2\ \Omega and R_2 = 4\ \Omega.
1) Equivalent resistance:
R_{\text{eq}} = 2 + 4 = 6\ \Omega
2) Total current:
I = \frac{\Delta V}{R_{\text{eq}}} = \frac{12}{6} = 2\ \text{A}
3) Voltage drops:
\Delta V_1 = IR_1 = 2\cdot 2 = 4\ \text{V}
\Delta V_2 = IR_2 = 2\cdot 4 = 8\ \text{V}
Check: the drops add to the battery voltage.
4 + 8 = 12\ \text{V}
Parallel circuits: same voltage, divided current
In a parallel connection, each branch touches the same two nodes, so the voltage across each branch is the same:
\Delta V_1 = \Delta V_2 = \Delta V
Current splits because charge has multiple available paths. Conservation of charge at a junction (a node) means current in equals current out:
I_{\text{in}} = I_1 + I_2 + I_3
For resistors in parallel, the equivalent resistance satisfies:
\frac{1}{R_{\text{eq}}} = \frac{1}{R_1} + \frac{1}{R_2} + \frac{1}{R_3}
Why that makes sense: more branches means more ways for charge to flow, so for the same applied voltage the total current drawn increases. Since R_{\text{eq}} = \Delta V/I_{\text{total}}, an increased total current implies a smaller equivalent resistance.
A key qualitative result: R_{\text{eq}} for parallel resistors is always less than the smallest branch resistance.
Worked example: parallel resistors and branch currents
A 12\ \text{V} battery is connected to two parallel resistors R_1 = 6\ \Omega and R_2 = 3\ \Omega.
1) Equivalent resistance:
\frac{1}{R_{\text{eq}}} = \frac{1}{6} + \frac{1}{3} = \frac{1}{6} + \frac{2}{6} = \frac{3}{6} = \frac{1}{2}
R_{\text{eq}} = 2\ \Omega
2) Total current from the battery:
I_{\text{total}} = \frac{\Delta V}{R_{\text{eq}}} = \frac{12}{2} = 6\ \text{A}
3) Branch currents (same voltage across each branch):
I_1 = \frac{12}{6} = 2\ \text{A}
I_2 = \frac{12}{3} = 4\ \text{A}
Check junction rule:
2 + 4 = 6\ \text{A}
Power in series/parallel (and why it matters)
AP problems often ask which bulb is brighter or which resistor dissipates more energy. Brightness is typically tied to power converted to thermal/light energy.
Power relationships you can derive from P = I\Delta V and Ohm’s law:
P = I\Delta V
P = I^2R
P = \frac{(\Delta V)^2}{R}
Use the form that matches what is the same in the situation:
- In series, current is the same, so P = I^2R is usually most direct.
- In parallel, voltage is the same, so P = (\Delta V)^2/R is often easiest.
Common trap: thinking “more resistance always means more power.” Not necessarily—power depends on how the circuit constrains I and \Delta V.
A comparison table (conceptual, not just memorization)
| Feature | Series | Parallel |
|---|---|---|
| What’s the same? | Current I through each element | Voltage \Delta V across each branch |
| What adds? | Resistances add: R_{\text{eq}} = \sum R | Currents add: I_{\text{total}} = \sum I |
| Equivalent resistance | Increases as you add resistors | Decreases as you add branches |
| Typical physical meaning | One path for charge flow | Multiple paths for charge flow |
Exam Focus
- Typical question patterns
- Given a simple series or parallel network, find R_{\text{eq}}, then total current, then individual drops/currents.
- Compare bulb brightness when bulbs are rearranged between series and parallel.
- Identify whether two components are truly in series/parallel by node connections.
- Common mistakes
- Treating components as series just because they are drawn “in a row,” even when a node splits between them.
- Using the wrong power formula (for example, using P = (\Delta V)^2/R in a series situation without checking that \Delta V is actually the same).
- Forgetting that in parallel, each branch has the full node-to-node voltage, not a fraction of it.
Kirchhoff’s Rules
Series/parallel shortcuts are great when a circuit is nicely reducible. But real circuits often have multiple loops, multiple batteries, and components that are not purely series/parallel. Kirchhoff’s rules generalize circuit analysis to any resistive network by directly applying conservation laws.
- Kirchhoff’s Junction Rule (KJR) comes from conservation of charge.
- Kirchhoff’s Loop Rule (KLR) comes from conservation of energy.
These are the backbone of AP-style “multi-loop” circuit problems.
Kirchhoff’s Junction Rule (charge conservation)
At any junction (node), the total current entering equals the total current leaving:
\sum I_{\text{in}} = \sum I_{\text{out}}
Why it’s true: charge cannot accumulate indefinitely at a node in a steady-state DC circuit. If more charge flowed in than out, the node would build excess charge, changing electric potentials until currents adjusted.
Sign convention tip: Choose currents with assumed directions. If the math gives a negative current, that means the real current is opposite your assumed direction. That’s not a failure—it’s information.
Kirchhoff’s Loop Rule (energy conservation)
Around any closed loop, the algebraic sum of potential changes is zero:
\sum \Delta V = 0
This is the circuit version of “you can’t gain net energy per charge by going in a circle.” Any energy per charge gained from sources (like batteries) must be lost across loads (like resistors), assuming no time-varying magnetic fields.
How to write loop equations (step-by-step)
Students often find KLR confusing because the sign of each term depends on your traversal direction. A consistent method prevents mistakes:
1) Choose current directions for each branch. You can guess.
2) Label polarities across resistors based on the assumed current direction: current enters the higher-potential side of a resistor and exits the lower-potential side.
3) Choose a loop traversal direction (clockwise or counterclockwise).
4) As you go around the loop, add potential changes:
- Resistor: If you traverse in the same direction as the assumed current, you experience a drop:
\Delta V = -IR
- If you traverse opposite the assumed current, you experience a rise:
\Delta V = +IR
- Ideal battery/source: Going from negative to positive terminal is a rise, and from positive to negative is a drop. If the battery emf is \mathcal{E}:
\Delta V = +\mathcal{E}
\Delta V = -\mathcal{E}
The key is not memorizing signs in isolation—it’s tying each sign to a physical move across an element.
Two-loop method (systems of equations)
Many AP problems reduce to solving 2 or 3 simultaneous linear equations. Each independent loop gives a KLR equation, and each junction provides a KJR equation.
A powerful strategy is to use mesh currents (assign a loop current to each loop) when loops share resistors. In AP Physics 2 algebra-based, you can also stick with branch currents if you are careful.
Worked example: two-loop circuit with a shared resistor
Suppose you have two loops that share a resistor R_3. Left loop has a battery \mathcal{E}_1 = 12\ \text{V} and resistor R_1 = 4\ \Omega. Right loop has a battery \mathcal{E}_2 = 6\ \text{V} and resistor R_2 = 2\ \Omega. The shared resistor is R_3 = 1\ \Omega.
Let loop currents be I_1 (left loop, clockwise) and I_2 (right loop, clockwise). The current through the shared resistor is then I_1 - I_2 if the loop currents oppose each other in that shared element (this depends on the actual geometry; here we assume they go through R_3 in opposite directions).
Write KLR for left loop:
- Battery rise: +12
- Drop across R_1: -I_1R_1
- Drop across shared resistor: -(I_1 - I_2)R_3
So:
12 - 4I_1 - 1(I_1 - I_2) = 0
Simplify:
12 - 5I_1 + I_2 = 0
Write KLR for right loop (clockwise):
Assume traversing the 6\ \text{V} battery from negative to positive is a rise (based on its orientation). Then:
6 - 2I_2 - 1(I_2 - I_1) = 0
Simplify:
6 + I_1 - 3I_2 = 0
Now solve the system:
From the first equation:
I_2 = 5I_1 - 12
Substitute into the second:
6 + I_1 - 3(5I_1 - 12) = 0
6 + I_1 - 15I_1 + 36 = 0
42 - 14I_1 = 0
I_1 = 3\ \text{A}
Then:
I_2 = 5(3) - 12 = 3\ \text{A}
So both loop currents are 3\ \text{A}, meaning the shared resistor current is:
I_1 - I_2 = 0\ \text{A}
That result is physically meaningful: the sources and resistances can balance so that no current flows through the shared branch.
What can go wrong here: students sometimes panic if a shared-branch current becomes zero or negative. Zero is allowed, and negative just means the actual direction is opposite your initial assumption.
Meters in Kirchhoff problems (common AP skill)
Even though the focus is “circuit analysis,” AP questions often include ammeters/voltmeters to test your conceptual understanding.
- An ideal ammeter has negligible resistance and is placed in series; it measures branch current without significantly changing it.
- An ideal voltmeter has extremely large resistance and is placed in parallel; it measures potential difference without drawing significant current.
If a voltmeter is mistakenly put in series, it effectively acts like a huge resistance and can nearly stop current—this often appears as a reasoning question.
Exam Focus
- Typical question patterns
- Set up and solve for unknown currents in a two-loop circuit with two sources.
- Determine the reading of an ammeter or voltmeter in a multi-branch network.
- Predict the direction of current through a particular resistor (sign of solution).
- Common mistakes
- Inconsistent sign conventions when writing KLR terms (especially across shared resistors).
- Forgetting that loop equations should sum potential changes to zero, not sum magnitudes.
- Creating redundant equations (writing two loop equations that are not independent), leading to unsolvable or confusing algebra.
Combination Circuits
Most real circuits are combination circuits: some parts reduce by series/parallel rules, but other parts require a more careful approach. The main skill is knowing when you can simplify and when you must switch to Kirchhoff’s rules.
A combination circuit problem is less about a new formula and more about a disciplined process:
1) Identify obvious series and parallel groups by nodes.
2) Reduce the circuit step-by-step to an equivalent resistance seen by the source.
3) Use the source voltage to find total current.
4) “Expand back outward” to find individual branch currents and voltage drops.
5) If you get stuck (for example, a bridge-like structure), use Kirchhoff’s rules.
Strategy: reducing and then expanding
When you reduce a circuit, you are temporarily replacing a group of resistors with a single equivalent resistor that behaves the same from the perspective of the rest of the circuit. The crucial follow-up step is expanding: translating the total current/voltage back into the currents and voltages of each original resistor.
A frequent student error is to find R_{\text{eq}} and total current and then stop—or to try to assign the total current to every resistor even when branches exist.
Worked example: series-parallel reduction with full expansion
A 24\ \text{V} battery connects to R_1 = 4\ \Omega in series with a parallel combination of R_2 = 6\ \Omega and R_3 = 3\ \Omega.
Step 1: Reduce the parallel part.
\frac{1}{R_{23}} = \frac{1}{6} + \frac{1}{3} = \frac{1}{6} + \frac{2}{6} = \frac{3}{6} = \frac{1}{2}
R_{23} = 2\ \Omega
Step 2: Add series resistance.
R_{\text{eq}} = R_1 + R_{23} = 4 + 2 = 6\ \Omega
Step 3: Total current from the battery.
I_{\text{total}} = \frac{24}{6} = 4\ \text{A}
Because R_1 is in series with the rest, the current through R_1 is also 4\ \text{A}.
Step 4: Find voltage across R_1 and across the parallel network.
\Delta V_1 = I R_1 = 4\cdot 4 = 16\ \text{V}
So the remaining voltage across the parallel part is:
\Delta V_{23} = 24 - 16 = 8\ \text{V}
Step 5: Expand to branch currents.
Each parallel resistor has the same voltage 8\ \text{V}:
I_2 = \frac{8}{6} = \frac{4}{3}\ \text{A}
I_3 = \frac{8}{3} = \frac{8}{3}\ \text{A}
Check the junction rule:
\frac{4}{3} + \frac{8}{3} = 4\ \text{A}
This example shows the “reduce then expand” rhythm that dominates many AP circuit-analysis questions.
When combination circuits are not reducible (and what to do)
Some circuits contain a “bridge” where a resistor connects between the middle nodes of two branches. In those cases, resistors may not be purely series or parallel because the node in between is connected elsewhere.
If you cannot confidently say “same current” (series) or “same voltage” (parallel), don’t force a reduction. Switch to Kirchhoff’s rules:
- Assign currents to branches.
- Write junction equations at key nodes.
- Write loop equations around independent loops.
Even if a circuit looks messy, the equations are usually linear and solvable with algebra.
Multi-battery combination circuits (conceptual emphasis)
Combination circuits often include more than one battery. The most important conceptual point is that batteries can either aid or oppose each other depending on their orientation in a loop. In a loop equation, you include each emf as a rise or drop depending on how you traverse its terminals.
A very common misconception is: “Two batteries always add.” They only add if their polarities align in the direction you traverse the loop. Otherwise, you are effectively subtracting emfs.
Brightness and “what changes when you add a resistor?”
AP questions love qualitative reasoning:
- Add a resistor in series: R_{\text{eq}} increases, so total current decreases. In many circuits that makes bulbs dimmer because power drops.
- Add a resistor in parallel: R_{\text{eq}} decreases, so total current drawn from the source increases. Each parallel branch still has the same source voltage (for an ideal battery), so existing branch currents might stay the same while the battery supplies more total current.
Real batteries have internal resistance, which can make the source voltage sag under large current draw. In AP Physics 2, unless internal resistance is explicitly included, you typically treat the battery as ideal, meaning its terminal voltage equals its emf regardless of current.
A short notation reference (to reduce confusion)
Circuit problems often use slightly different symbols for voltage and emf:
| Quantity | Common symbols | Meaning |
|---|---|---|
| emf of a source | \mathcal{E} | Energy per charge provided by the source internally |
| potential difference between two nodes | \Delta V or V_{ab} | Energy per charge change between points in the circuit |
| equivalent resistance | R_{\text{eq}} | Single resistance that replaces a network between two nodes |
Worked example: combination circuit that needs Kirchhoff
Consider a circuit with a battery \mathcal{E} = 10\ \text{V} feeding two branches. Left branch has R_1 = 5\ \Omega on top and R_3 = 5\ \Omega on bottom. Right branch has R_2 = 5\ \Omega on top and R_4 = 5\ \Omega on bottom. A bridge resistor R_5 = 5\ \Omega connects the middle node between R_1 and R_3 to the middle node between R_2 and R_4.
This is a classic case where the bridge resistor prevents pure series/parallel reduction. However, because the circuit is symmetric (all resistors equal), the middle nodes end up at the same potential, so no current flows through the bridge.
Here’s the reasoning without heavy algebra: each side is a voltage divider with equal resistors, so each middle node is at half the battery voltage. Therefore the potential difference across the bridge is zero:
\Delta V_5 = 0
So:
I_5 = \frac{\Delta V_5}{R_5} = 0
Then the circuit reduces to two identical series pairs in parallel. Each pair has resistance:
R_{\text{pair}} = 5 + 5 = 10\ \Omega
Two 10\ \Omega branches in parallel gives:
\frac{1}{R_{\text{eq}}} = \frac{1}{10} + \frac{1}{10} = \frac{2}{10} = \frac{1}{5}
R_{\text{eq}} = 5\ \Omega
Total current:
I_{\text{total}} = \frac{10}{5} = 2\ \text{A}
Because the two parallel branches are identical, current splits equally:
I_{\text{branch}} = 1\ \text{A}
This example highlights an AP-style skill: sometimes you can avoid lengthy Kirchhoff algebra by spotting symmetry. But you must justify it with node potentials (equal dividers) rather than “it looks symmetric.”
Exam Focus
- Typical question patterns
- Reduce a circuit with one series section and one parallel section, then find currents/voltages for every resistor.
- Determine how bulb brightness changes after adding/removing a resistor in a specific location.
- Analyze a bridge-like circuit using Kirchhoff or symmetry arguments to find a particular current.
- Common mistakes
- Reducing resistors that are not truly in series/parallel because a node between them connects elsewhere.
- After finding R_{\text{eq}}, assigning I_{\text{total}} to a resistor that is actually in a parallel branch.
- Assuming “equal resistors means equal currents” even when the voltages across them are not the same (you must check the circuit connections).