Esc
user@example.com
View Profile
Beginner Fundamentals

Kirchhoff's Laws

KVL: voltages around any closed loop sum to zero. KCL: currents into any node sum to zero. This series-parallel circuit demonstrates both.

// Kirchhoff's Laws

Simulator: Falstad CircuitJS1 (GPL-2.0) — hosted by falstad.com

// tutorial Step 1 / 4
  1. This circuit has a 12 V source, R1 = 1 kΩ in series, and R2 = 2 kΩ in parallel with R3 = 3 kΩ. The parallel combination is the load.

    Show hint

    R_parallel = (R2 × R3)/(R2 + R3) = (2000 × 3000)/5000 = 1200 Ω

Expected values
ProbeValueUnit
V_source 12 V
V_junction 6.545 V