Potential Division- Circuit Analysis Techniques
What Potential Division Actually Is
Potential division (or voltage division) is one of the most fundamental concepts in circuit analysis. It describes how voltage drops across resistors in a series circuit. The total source voltage gets split among the components proportionally to their resistance values.
If that sounds simple, it is. But simple doesn't mean easy to apply correctly. Most people mess this up because they don't understand why the formula works, only how to plug numbers in.
The Voltage Division Formula
For a series circuit with two resistors:
Voltage across R1: V₁ = Vsource × (R₁ / (R₁ + R₂))
Voltage across R2: V₂ = Vsource × (R₂ / (R₁ + R₂))
The resistor with more resistance takes a bigger share of the voltage. This is the core principle you need to memorize.
Deriving the Formula
Ohm's Law gives you V = IR. In a series circuit, current is the same through every component. So:
Total resistance Rtotal = R₁ + R₂
Total current I = Vsource / (R₁ + R₂)
Voltage across R₁ = I × R₁ = Vsource × (R₁ / (R₁ + R₂))
That's it. The derivation takes three lines. If you understand this, you can solve any voltage division problem.
Series vs. Parallel: Why Series Matters
Voltage division only works in series circuits. In parallel circuits, voltage is the same across all branches. This confuses people constantly.
Think about your house wiring. All outlets are in parallel. That's why they all get the same voltage (120V in the US) regardless of how many devices you plug in.
In series, current has nowhere else to go. It flows through every component sequentially, losing potential energy at each step. That's where voltage division happens.
How to Apply Voltage Division: Step by Step
Here's a practical approach to solving any voltage division problem:
- Identify all resistors in series with the voltage source
- Calculate total resistance by adding all series resistances
- Calculate circuit current using Ohm's Law: I = V / Rtotal
- Find voltage across your target resistor: V = I × Rtarget
Worked Example
Problem: A 24V battery connects to a 4Ω resistor and a 12Ω resistor in series. Find voltage across the 12Ω resistor.
Step 1: Rtotal = 4 + 12 = 16Ω
Step 2: I = 24V / 16Ω = 1.5A
Step 3: V12Ω = 1.5A × 12Ω = 18V
Or using the shortcut: V12Ω = 24V × (12 / 16) = 18V ✓
Multiple Resistors: The General Formula
For more than two resistors in series, the principle extends directly:
Vn = Vsource × (Rn / Rtotal)
Where Rtotal = R₁ + R₂ + R₃ + ... + Rn
Each resistor still gets its proportional share. The math doesn't change; only the number of terms increases.
Common Mistakes That Kill Your Analysis
- Applying voltage division to parallel circuits — This is the biggest error. Division applies to series paths, not parallel branches. In parallel, voltage is equal everywhere.
- Forgetting to combine series resistors — Before dividing, make sure you're working with the correct total resistance.
- Mixing up current division and voltage division — Current divides in parallel. Voltage divides in series. Different situations, different formulas.
- Ignoring internal resistance — Real sources have internal resistance. A "9V battery" might actually provide 9V only under no load.
Voltage Division vs. Current Division
These are opposite concepts that people constantly confuse.
| Scenario | Division Type | Formula |
|---|---|---|
| Series resistors | Voltage division | Vn = V × (Rn / Rtotal) |
| Parallel resistors | Current division | In = I × (Rother / (Rn + Rother)) |
Voltage division gives each series resistor a different voltage. Current division gives each parallel branch a different current.
The Voltage Divider Circuit: Practical Applications
Voltage dividers aren't just textbook problems. They have real uses:
- Sensor interfacing — Many sensors (photoresistors, thermistors) change resistance. A voltage divider lets you convert that change into a measurable voltage for microcontrollers.
- Reference voltages — Two resistors can create a specific voltage lower than your supply rail.
- Level shifting — Adapting signal levels between circuits that use different voltages.
- Biasing transistors — Setting operating points in amplifier circuits.
A Real-World Calculation
You have a 5V microcontroller and want to read a sensor that outputs 0-3V. You need to scale 0-3V to 0-5V.
Actually, flip that. Your sensor outputs 0-10V and you need to scale it to 0-5V for your ADC.
Use a divider where the ratio is 5/10 = 0.5. Any two equal resistors (say, 10kΩ each) will work. The output will be exactly half the input.
Loading Effect: Why Voltage Dividers Drift
Here's something textbooks gloss over. A voltage divider works perfectly in theory. In practice, the output voltage changes when you connect a load.
Your 5V input divided to 2.5V with two 10kΩ resistors looks great on paper. But if you connect a 10kΩ load in parallel with the bottom resistor, the effective resistance drops and your output voltage shifts.
Solutions:
- Use low-value resistors (but they draw more current)
- Buffer the output with an op-amp follower
- Choose resistor values based on expected load current
The rule: your divider resistors should be at least 10× lower than the load impedance to minimize error.
Quick Reference: Voltage Division Rules
- Only works for resistors in series with the voltage source
- Larger resistance = larger voltage drop
- Sum of all voltage drops equals source voltage (Kirchhoff's Voltage Law)
- Current is constant through all series components
- Output voltage depends on the ratio, not absolute values
Bottom Line
Voltage division is straightforward: current through series resistors creates a voltage drop proportional to each resistance. The formula Vn = Vsource × (Rn / Rtotal) handles any series circuit.
The mistakes come from applying this to parallel circuits or ignoring load effects. Get those two things right and voltage division problems become trivial.