The foundational formula for electricity governing power consumption and dissipation is Watt's Law: P = V × I. When you integrate this with Ohm's Law (V = I × R), you unlock a complete algebraic system capable of solving for power, voltage, current, and resistance in any DC circuit. Below, we derive the complete formula matrix, establish realistic magnitude benchmarks, and walk through bench-tested worked examples with strict unit tracking.
The Core Formula for Electricity: Watt's Law and Ohm's Law Integration
At its most basic level, electrical power is the rate at which work is done or heat is dissipated in a circuit. The primary formula for electricity calculating this power is:
P = V × I
However, in practical bench work and jobsite troubleshooting, you rarely have all three variables. By substituting Ohm's Law into Watt's Law, we derive the secondary power formulas. If V = I × R, then substituting V yields P = (I × R) × I = I2R. If I = V / R, substituting I yields P = V × (V / R) = V2/R.
Every symbol in these derivations represents a specific physical property. Here is the definitive symbol and unit reference table:
| Symbol | Property | SI Unit | Unit Abbreviation | Physical Definition |
|---|---|---|---|---|
| P | Power | Watt | W | Rate of energy transfer (Joules per second) |
| V (or E) | Voltage | Volt | V | Electrical potential difference (Joules per Coulomb) |
| I | Current | Ampere | A | Rate of electron flow (Coulombs per second) |
| R | Resistance | Ohm | Ω | Opposition to current flow (Volts per Ampere) |
Real-World Load Data: What Magnitudes Actually Look Like
Abstract formulas become useless if you don't know what a 'normal' answer looks like. A calculated power value of 0.05W is perfectly normal for a microcontroller sensor, but physically impossible for a space heater. Before running calculations, calibrate your expectations using this real-world load data table.
| Appliance / Load | Nominal Voltage (V) | Measured Current (A) | Calculated Power (W) | Effective Resistance (Ω) |
|---|---|---|---|---|
| LED Desk Lamp (Driver) | 120 V AC | 0.083 A | 10 W | 1445 Ω |
| 12V DC Fridge Compressor | 12.5 V DC | 4.50 A | 56.25 W | 2.77 Ω |
| Ceramic Space Heater | 120 V AC | 12.50 A | 1500 W | 9.60 Ω |
| Level 2 EV Charger | 240 V AC | 40.00 A | 9600 W | 6.00 Ω |
Magnitude Check: Branch circuit loads in a standard US residential home typically range from 60W (lighting) to 1800W (15A receptacle circuits). Heavy appliances operating on 240V dedicated circuits (like the EV charger above or an electric oven) will push between 3000W and 10,000W. If your formula yields 150,000W for a household toaster, you have a decimal error.
Rearranged Forms: Solving for Any Variable
On the workbench, you often need to work backward. If you know the power rating stamped on a motor nameplate and the supply voltage, you need to solve for current to size the breaker. Here are the 12 rearranged forms of the electricity formula, grouped by the target variable.
To Find Power (P)
- P = V × I (When voltage and current are known)
- P = I2 × R (When current and resistance are known; critical for calculating I2R wire heating losses)
- P = V2 / R (When voltage and resistance are known)
To Find Voltage (V)
- V = P / I
- V = I × R
- V = √(P × R)
To Find Current (I)
- I = P / V
- I = V / R
- I = √(P / R)
To Find Resistance (R)
- R = V / I
- R = P / I2
- R = V2 / P
Worked Examples with Strict Unit Tracking
The most common point of failure in circuit math is dropping units mid-calculation. Below are two bench-and-jobsite scenarios solved with explicit intermediate steps and unit tracking.
Example 1: Sizing a Solar Inverter for a 12V DC Fridge
Scenario: You are building an off-grid solar setup. Your 12V DC compressor fridge has an internal running resistance of 2.77 Ω. Your battery bank rests at a charging voltage of 12.5V. What is the running power draw, and what continuous wattage must your inverter support?
- Identify knowns: V = 12.5 V, R = 2.77 Ω. Target: P.
- Select formula: P = V2 / R
- Substitute values with units: P = (12.5 V)2 / 2.77 Ω
- Square the voltage: 12.5 V × 12.5 V = 156.25 V2
- Divide by resistance: P = 156.25 V2 / 2.77 Ω
- Final Calculation: P = 56.41 W
Practical Takeaway: The fridge draws ~56.4W while running. However, compressors have a locked-rotor inrush current that can be 5x the running current. You must size your inverter for at least 300W continuous and 1000W surge, not just the 56.4W calculated here.
Example 2: Calculating Wire Loss (I2R) on a Baseboard Heater
Scenario: A 240V electric baseboard heater is rated at 2000W. It is wired with 50 feet of 12 AWG copper wire, which has a total loop resistance of 0.096 Ω. How much power is wasted as heat in the wire itself?
- Step A: Find the circuit current (I).
- Knowns: P = 2000 W, V = 240 V.
- Formula: I = P / V
- Substitute: I = 2000 W / 240 V = 8.33 A
- Step B: Calculate wire power dissipation.
- Knowns: I = 8.33 A, Rwire = 0.096 Ω.
- Formula: Ploss = I2 × R
- Substitute: Ploss = (8.33 A)2 × 0.096 Ω
- Square current: 8.33 A × 8.33 A = 69.39 A2
- Multiply by resistance: Ploss = 69.39 A2 × 0.096 Ω = 6.66 W
Practical Takeaway: 6.66W of heat is generated inside the walls along that 50-foot wire run. While 6.66W won't melt 12 AWG THHN insulation (rated for 20A), this I2R calculation is exactly how engineers prove that undersized wires will overheat and trip breakers under heavy loads. For deeper theoretical backing on these power calculations, refer to the All About Circuits DC power textbook chapter.
Critical Assumptions and Unit Mistakes That Break the Math
The formulas derived above are mathematically perfect, but physical reality introduces variables that can make your calculated answers dangerously wrong if ignored.
1. The AC Power Factor Trap
Watt's Law (P = V × I) strictly calculates Real Power (Watts) only in DC circuits or purely resistive AC loads (like the space heater or baseboard heater above). If your load is inductive or capacitive (e.g., an AC motor, a fluorescent ballast, or a cheap LED driver), the voltage and current waveforms fall out of phase.
In AC circuits with reactive loads, the formula expands to:
P = V × I × PF (where PF is the Power Factor, a decimal between 0 and 1).
If you measure 120V and 10A on a table saw motor using a clamp meter, V × I yields 1200 VA (Volt-Amperes, or Apparent Power). But if the motor's power factor is 0.75, the actual Real Power doing mechanical work is only 900W. Sizing a generator based on 1200W instead of 900W is safe, but sizing wire based purely on VA without understanding thermal limits can lead to errors. The US Department of Energy provides excellent guidelines on estimating appliance energy use accounting for these real-world inefficiencies.
2. The Temperature Coefficient of Resistance
The formula R = V2 / P assumes resistance is static. In reality, resistance changes with temperature. A tungsten incandescent bulb or a nichrome heating element has a much lower 'cold' resistance than its 'hot' operating resistance. If you measure a 1500W space heater with a multimeter while it is unplugged and cold, you might read 8.0 Ω. If you plug that 8.0 Ω value into P = V2 / R for a 120V circuit, you calculate 1800W. The discrepancy exists because the element heats up, resistance rises to 9.6 Ω, and the current stabilizes at the rated 1500W. Always use the manufacturer's nameplate data for hot operating resistance.
3. Unit Prefix Errors (The Silent Killer)
The most frequent math errors on the bench occur when failing to convert milli-units and kilo-units back to base SI units before calculating.
- Milliamps (mA): A microcontroller draws 45 mA. You cannot plug '45' into P = V × I. You must use 0.045 A. (5V × 0.045A = 0.225W, not 225W).
- Kilowatts (kW): A solar array is rated at 4.5 kW. When calculating current on a 48V battery bank (I = P / V), you must use 4500 W, not 4.5. (4500W / 48V = 93.75A).
- Milliohms (mΩ): Shunt resistors for current sensing are often 0.005 Ω. Squaring this number requires careful decimal tracking to avoid calculating phantom voltages.
By anchoring your calculations to the base units (Volts, Amps, Ohms, Watts) and respecting the physical assumptions of AC phase angles and thermal resistance shifts, the fundamental formulas for electricity transition from abstract textbook math into reliable, jobsite-ready diagnostic tools.






