Circuit Parameters
Current per resistor (A)
Set supply voltage and resistor values to analyze series/parallel circuits
Current per resistor (A)
Ohm's law:
$$V = IR \quad \Longleftrightarrow \quad I = \frac{V}{R} \quad \Longleftrightarrow \quad R = \frac{V}{I}$$Series total: $R_T = R_1 + R_2 + R_3 + \cdots$ (current is identical through every resistor).
Parallel total: $\dfrac{1}{R_T} = \dfrac{1}{R_1} + \dfrac{1}{R_2} + \dfrac{1}{R_3} + \cdots$ (voltage is identical across every resistor).
Kirchhoff's laws (KCL / KVL):
$$\text{KCL: } \sum_{k} I_k = 0 \quad (\text{net current into a node} = 0)$$ $$\text{KVL: } \sum_{k} V_k = 0 \quad (\text{sum of drops around a closed loop} = 0)$$Power dissipation: $P = VI = I^2 R = V^2/R$.
Household wiring: wall outlets are wired in parallel so the line voltage stays constant as more devices are plugged in. The breaker rating (e.g. 20 A) limits the total current pulled by the parallel combination.
Voltage dividers (sensor interfacing): microcontrollers and signal-conditioning circuits use a series resistor pair to scale an analog voltage. A thermistor (resistance varies with temperature) in series with a fixed resistor lets the divider voltage encode temperature.
LED current limiting: LED brightness depends on current, so a series ballast resistor protects the LED from over-current. For 5 V supply, a 2 V forward drop and 20 mA target, $R = (5-2)/0.02 = 150\,\Omega$.
"In series the current is the same everywhere" is correct, but it leads people to wrongly assume the larger resistor in a parallel branch carries the most current. In parallel, every branch sees the same voltage, so the smaller resistance draws the larger current and the overall total resistance is lower than any individual branch. Likewise, "constant supply voltage means constant total power" is wrong — changing any resistor changes the total resistance and therefore $P = V^2/R_T$. In mixed networks, identify which sub-blocks are series and which are parallel before reducing — careless grouping is the most common source of arithmetic errors.
Industry: automotive harness designers analyze parallel LED-lamp branches to balance current, optimize ballast resistors and minimize power loss. Appliance makers use series ballast resistors in motor-drive circuits to limit inrush current and improve efficiency.
Education & research: entry-level electrical-engineering labs use Ohm's and Kirchhoff's laws to teach circuit analysis. Students vary resistor values, watch the totals update, and compare the simulator output against hand calculations.
CAE workflow: this simulator is a sketch-level tool that comes before SPICE-class transient or thermal analysis. Use it to validate the basic current/voltage balance, then move to a detailed solver once the topology is settled.
Series: $R_{total} = R_1+R_2+R_3$.
Parallel: $\dfrac{1}{R_{total}} = \dfrac{1}{R_1}+\dfrac{1}{R_2}+\dfrac{1}{R_3}$.
Power: $P = V I = V^2/R$.