1.2.5Circuit Analysis Fundamentals

Build and analyze a voltage divider

1,271 words6 min readdifficulty · medium5 backlinks

What is it?

Figure — Build and analyze a voltage divider

Derive it from scratch (never memorize the bare formula)

HOW — from first principles using Ohm's law + series rules.

Step 1 — Series resistance. R1R_1 and R2R_2 carry the same current II (no branch between them). Total resistance: Rtotal=R1+R2R_{total} = R_1 + R_2 Why this step? In series there's only one path, so resistances add.

Step 2 — Find the current with Ohm's law. I=VinRtotal=VinR1+R2I = \frac{V_{in}}{R_{total}} = \frac{V_{in}}{R_1+R_2} Why this step? The whole VinV_{in} pushes current through the whole loop.

Step 3 — Voltage across R2R_2 (that's VoutV_{out}). Ohm's law on R2R_2 alone: Vout=IR2=VinR1+R2R2V_{out} = I\cdot R_2 = \frac{V_{in}}{R_1+R_2}\cdot R_2 Why this step? The output node sits across R2R_2, so its voltage = current × R2R_2.

Step 4 — Clean up. Vout=VinR2R1+R2\boxed{V_{out} = V_{in}\cdot\frac{R_2}{R_1+R_2}} Why this step? Just factoring — the fraction R2R1+R2\frac{R_2}{R_1+R_2} is R2R_2's share of total resistance.


Forecast-then-Verify


Common mistakes (steel-manned)


Recall Feynman: explain to a 12-year-old

Imagine water flowing down a hill through two pipes stacked one after another. The full pressure is at the top. By the time water reaches the middle joint, it has "used up" some pressure in the first pipe. If you measure at the middle joint, you get part of the pressure — a smaller pipe (fatter resistor) uses up more. A voltage divider is that middle-joint tap for electricity.


Active recall

Voltage divider output formula
Vout=VinR2R1+R2V_{out}=V_{in}\dfrac{R_2}{R_1+R_2}
Why do the two voltage drops add up to VinV_{in}?
KVL — around a loop total voltage drops equal the source.
Which resistor is in the numerator, and why?
R2R_2 — because VoutV_{out} is measured across R2R_2.
What determines VoutV_{out}: absolute resistance or the ratio?
The ratio R2/(R1+R2)R_2/(R_1+R_2).
Effect of attaching a load RLR_L across R2R_2?
Replace R2R_2 with R2RLR_2\parallel R_L; VoutV_{out} drops.
Current in an unloaded divider?
I=Vin/(R1+R2)I=V_{in}/(R_1+R_2), same through both resistors.
For 5 V→3.3 V, what ratio R2/(R1+R2)R_2/(R_1+R_2)?
3.3/5=0.663.3/5=0.66.
Why avoid very large divider resistors?
High output impedance → noise/loading sensitivity.

Connections

  • Ohm's Law — the divider is Ohm's law applied twice.
  • Series and Parallel Resistors — series adds; loading brings in parallel.
  • Kirchhoff's Voltage Law — drops sum to source.
  • Thevenin Equivalent — a divider's output = Thevenin source VoutV_{out} with Rth=R1R2R_{th}=R_1\parallel R_2.
  • Wheatstone Bridge — two dividers compared.
  • Op-amp Buffer — fixes the loading problem.

Concept Map

one path so add

same current

Vout = I x R2

factor out

only ratio matters

VR1 + VR2 = Vin

equal R

R2 parallel R_L

steals current

Series R1 and R2

R_total = R1+R2

Ohm's law I = Vin / R_total

Vout across R2

Divider Vout = Vin x R2 / R1+R2

Design: pick resistor ratio

KVL check

Equal resistors split in half

Load R_L across R2

Lowers effective R2

Vout drops below unloaded

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Voltage divider basically do resistors series me lagane ka game hai. Jab R1R_1 aur R2R_2 ek line me judte hain, to same current dono me se guzarta hai (series ka rule). Ohm's law bolta hai voltage drop = current × resistance, isliye jitna bada resistor, utna bada voltage usme "kha" jaata hai. Output hum R2R_2 ke across measure karte hain, isliye formula banta hai Vout=VinR2/(R1+R2)V_{out}=V_{in}\cdot R_2/(R_1+R_2).

Yaad rakhne ki trick: numerator me wahi resistor aata hai jiske across tum voltage tap kar rahe ho. Sirf ratio matter karti hai — 5V se 2.5V chahiye to dono resistor barabar rakho, chahe 1k ho ya 10k.

Ek important warning: voltage divider koi power supply nahi hai. Jaise hi tum output pe koi load (dusra circuit) lagate ho, wo current kheech leta hai aur VoutV_{out} neeche gir jaata hai — kyunki ab R2R_2 ke parallel me load aa gaya. Isliye dividers sirf reference voltage ya sensing ke liye best hain, aur agar load drive karna ho to beech me ek op-amp buffer lagao. Yeh concept aage Thevenin equivalent aur Wheatstone bridge samajhne me base banta hai.

Go deeper — visual, from zero

Test yourself — Circuit Analysis Fundamentals

Connections