NapkinCalc

Electricity 1 — DC Circuits

Series & parallel

continues from lesson 1 — values defined earlier in the course stay live here

Series resistors stack: the current squeezes through both, so resistances ADD. Parallel resistors share: the current has two paths, so the combined resistance is SMALLER than either branch.

R2:=100ohmR_{2} := 100 ohm = 100 ohm
R3:=220ohmR_{3} := 220 ohm = 220 ohm
Rser=R2+R3R_{ser} = R_{2} + R_{3} = 320 ohm in series
Rpar=11R2+1R3R_{par} = \frac{1}{\frac{1}{R_{2}} + \frac{1}{R_{3}}} = 68.75 ohm in parallel — smaller than R₂!
✓ pass Rpar<R2R_{par} < R_{2} parallel always beats the smallest branch