Parallel Circuit Calculator Formula
Understand the math behind the parallel circuit calculator. Each variable explained with a worked example.
Formulas Used
Equivalent Resistance
equivalent_resistance = r_eqTotal Current
total_current = v_supply / r_eqCurrent through R1
i_r1 = v_supply / r1Current through R2
i_r2 = v_supply / r2Variables
| Variable | Description | Default |
|---|---|---|
v_supply | Supply Voltage(V) | 12 |
r1 | Resistor R1(Ω) | 100 |
r2 | Resistor R2(Ω) | 200 |
r_eq | Derived value= 1 / (1/r1 + 1/r2) | calculated |
How It Works
Parallel Resistor Calculation
Parallel resistors share the same voltage. The equivalent is always less than the smallest.
Formula
1/R_eq = 1/R1 + 1/R2
Or: R_eq = (R1 x R2) / (R1 + R2)
Branch currents: I_n = V / R_n.
Worked Example
12 V supply with R1 = 100 and R2 = 200 ohms in parallel.
- 01R_eq = 1 / (1/100 + 1/200) = 66.67 ohms
- 02Total current = 12 / 66.67 = 0.18 A
- 03I_R1 = 12 / 100 = 0.12 A
- 04I_R2 = 12 / 200 = 0.06 A
Frequently Asked Questions
Is parallel resistance always less than the smallest?
Yes. Additional paths always reduce total resistance.
What if both resistors are equal?
R_eq = R/2. Two identical resistors in parallel give half the individual value.
How about three in parallel?
Extend: 1/R_eq = 1/R1 + 1/R2 + 1/R3.
Learn More
Guide
Ohm's Law Guide
A complete guide to Ohm's Law. Learn the relationship between voltage, current, and resistance, with practical examples, the power triangle, and circuit analysis tips.
Ready to run the numbers?
Open Parallel Circuit Calculator