Ohm's Law Calculator Formula
Understand the math behind the ohm's law calculator. Each variable explained with a worked example.
Formulas Used
Voltage
voltage = current * resistancePower
power = pow(current, 2) * resistanceVariables
| Variable | Description | Default |
|---|---|---|
current | Current(A) | 2 |
resistance | Resistance(Ω) | 10 |
How It Works
Ohm's Law
Ohm's law is the foundational relationship in circuit analysis, connecting voltage, current, and resistance.
Formula
V = I * R
where V is voltage in volts, I is current in amperes, and R is resistance in ohms. Power dissipated is P = I² * R.
Worked Example
2 amperes flowing through a 10 ohm resistor.
current = 2resistance = 10
- 01V = I * R
- 02V = 2 * 10
- 03V = 20 V
- 04P = I² * R = 4 * 10 = 40 W
Ready to run the numbers?
Open Ohm's Law Calculator