Electrical Power Calculator Formula
Understand the math behind the electrical power calculator. Each variable explained with a worked example.
Formulas Used
Power (V*I)
power_vi = voltage * currentPower (I²R)
power_i2r = pow(current, 2) * resistancePower (V²/R)
power_v2r = pow(voltage, 2) / resistanceVariables
| Variable | Description | Default |
|---|---|---|
voltage | Voltage(V) | 120 |
current | Current(A) | 5 |
resistance | Resistance(Ω) | 24 |
How It Works
Electrical Power
Electrical power is the rate of energy transfer in an electric circuit.
Three Equivalent Forms
P = V * I (voltage times current)
P = I² * R (current squared times resistance)
P = V² / R (voltage squared divided by resistance)
All three yield the same result when V, I, and R satisfy Ohm's law.
Worked Example
A 120 V circuit drawing 5 A through a 24 ohm load.
voltage = 120current = 5resistance = 24
- 01P = V * I = 120 * 5 = 600 W
- 02P = I² * R = 25 * 24 = 600 W
- 03P = V² / R = 14400 / 24 = 600 W
Ready to run the numbers?
Open Electrical Power Calculator