The Core Formula for Electrical Power and Work
The fundamental formula for electrical power in a DC circuit is P = V × I. This equation defines the rate at which electrical energy is transferred, consumed, or dissipated as heat. If you are looking for the formula for electrical energy (work done over time), you extend it to E = P × t.
Before applying these equations to size wires, pick resistors, or configure a solar charge controller, you must understand exactly what each symbol represents and the standard SI units required to keep the math from collapsing.
| Symbol | Quantity | SI Unit | Unit Abbreviation | Base Unit Equivalence |
|---|---|---|---|---|
| P | Power | Watt | W | Joules per second (J/s) |
| V | Voltage (Potential Difference) | Volt | V | Joules per Coulomb (J/C) |
| I | Current | Ampere | A | Coulombs per second (C/s) |
| R | Resistance | Ohm | Ω | Volts per Ampere (V/A) |
| E | Energy (Work) | Joule or Watt-hour | J or Wh | Watts × seconds (or hours) |
| t | Time | Second or Hour | s or h | Base SI time |
According to Georgia State University's HyperPhysics, the equivalence of Volts (J/C) multiplied by Amps (C/s) mathematically cancels the Coulomb, leaving Joules per second—which is the exact definition of a Watt.
Rearranged Forms and the Power Triangle
On the bench, you rarely have all three variables. You usually know your source voltage and your load's power rating, and you need to find the current to size a fuse. Here are the rearranged forms solving for each variable, incorporating Ohm's Law (V = I × R) substitutions for resistive loads:
- Solving for Power (P): P = V × I | P = I² × R | P = V² / R
- Solving for Current (I): I = P / V | I = V / R | I = √(P / R)
- Solving for Voltage (V): V = P / I | V = I × R | V = √(P × R)
- Solving for Resistance (R): R = V / I | R = V² / P | R = P / I²
When This Formula Applies (and When It Breaks)
The formulas above are absolute law for DC circuits and purely resistive AC circuits (like incandescent heaters or toasters). However, they break down in specific scenarios if you ignore the underlying assumptions.
The AC Power Factor Trap
In AC circuits with inductive or capacitive loads (motors, transformers, LED drivers), voltage and current fall out of phase. The formula P = V × I only gives you Apparent Power (measured in Volt-Amps, VA). To find True Power (Watts), you must multiply by the Power Factor (PF): P = V × I × PF. If you size a breaker for a 120V AC motor using P = V × I and assume PF = 1, but the motor actually has a PF of 0.7, your calculated current will be 30% lower than reality. Your breaker will nuisance-trip on startup. Always assume a PF of 0.8 for general AC motor sizing unless the nameplate states otherwise.
Unit Mistakes That Break the Math
The most common way hobbyists brick a circuit or undersize a wire is by ignoring SI prefixes.
The mA Trap: If your multimeter reads 450 mA and your supply is 12V, plugging 450 into P = V × I yields 5,400W. The correct calculation requires converting to base Amps first: 12V × 0.450A = 5.4W.
The kWh Trap: Energy (E) is often billed in kilowatt-hours (kWh). If you calculate E = P × t using Watts and seconds, your answer is in Joules. To get kWh, you must use kilowatts and hours: E(kWh) = P(kW) × t(h). Mixing these yields answers that are off by a factor of 3.6 million.
Worked Examples with Unit Tracking
Let's apply the formula for electrical power to two common bench and jobsite scenarios, tracking units at every step to ensure the magnitude makes sense.
Problem 1: Sizing an LED Current-Limiting Resistor
Scenario: You are powering a standard 5mm red LED from a 12V DC bench supply. The LED datasheet specifies a forward voltage (Vf) of 2.0V and a target forward current (If) of 20mA. What resistance do you need, and what wattage rating must the resistor have?
Step 1: Find the voltage drop across the resistor (V_R).
V_R = V_source - V_f
V_R = 12V - 2.0V = 10.0V
Step 2: Convert current to base SI units.
I = 20mA = 0.020A
Step 3: Calculate Resistance (R) using Ohm's Law.
R = V_R / I
R = 10.0V / 0.020A = 500Ω
Concrete Pick: 500Ω is not a standard E12/E24 value. Round up to the nearest standard value: 510Ω.
Step 4: Calculate Power Dissipation (P) using the rearranged formula.
P = I² × R
P = (0.020A)² × 510Ω
P = 0.0004A² × 510Ω = 0.204W
Step 5: Apply the safety derating rule.
Resistors should be operated at no more than 50% of their rated power to prevent thermal drift and premature failure.
Required Rating = 0.204W × 2 = 0.408W.
Concrete Pick: Select a standard 1/2W (0.5W) 510Ω metal film resistor.
Problem 2: Sizing Wire and a Fuse for a 12V DC Fridge
Scenario: You are wiring a 12V DC compressor fridge in a camper van. The nameplate reads 65W. The wire run from the busbar to the fridge is 15 feet (30 feet total round-trip). What size wire and fuse do you need?
Step 1: Calculate nominal current draw (I).
I = P / V
I = 65W / 12.0V = 5.41A
Step 2: Apply continuous load derating (NEC-style 125% rule).
Compressor fridges run for hours. Treat as a continuous load.
I_continuous = 5.41A × 1.25 = 6.76A
Step 3: Select wire gauge based on ampacity and voltage drop.
14 AWG THHN copper wire has a 90°C ampacity of 25A, but we use the 60°C column for small terminals, which is 15A. 15A > 6.76A.
Checking voltage drop for 14 AWG at 5.41A over 30ft yields roughly 0.4V (3.3% drop), which is acceptable for a 12V system.
Concrete Pick: 14 AWG stranded copper wire.
Step 4: Select the fuse.
The fuse must protect the wire (max 15A) but allow the continuous load (6.76A).
Concrete Pick: A 10A ATC blade fuse (or a 10A Mega fuse if using a BMS/lithium setup).
Sizing Decision Tree: From Calculated Watts to Real-World Parts
Use this decision matrix to translate your calculated P, I, or R values into physical components. This path terminates in concrete part selections for standard bench and 12V DC builds.
| Calculated Parameter | Condition / Threshold | Concrete Part / Action Pick |
|---|---|---|
| Resistor Power (P) | P < 0.125W | 1/4W (0.25W) Carbon or Metal Film Resistor |
| Resistor Power (P) | 0.125W ≤ P < 0.75W | 1W or 2W Metal Oxide Resistor (requires 5mm PCB clearance) |
| Resistor Power (P) | P ≥ 1.0W | Aluminum-housed chassis mount resistor, bolted to heatsink |
| DC Current (I) | I < 2A (Bench/PCB) | 22 AWG to 24 AWG solid hook-up wire, 3A fast-blow glass fuse |
| DC Current (I) | 2A ≤ I < 10A (12V Auto/Marine) | 14 AWG stranded, ATC blade fuse rated 125% above continuous I |
| DC Current (I) | 10A ≤ I < 30A (Solar/Inverter) | 10 AWG or 8 AWG THHN, ANL or Class-T fuse, crimped with ratchet tool |
| Energy (E) Capacity | E required > 1000Wh | 24V or 48V LiFePO4 battery bank with a 100A+ BMS |
Realistic Magnitudes and Bench Expectations
When you finish a calculation, you must perform a sanity check against realistic physical magnitudes. If your answer falls outside these boundaries, you have likely dropped a decimal or ignored a unit prefix.
- Small Signal Electronics (Microcontrollers, Sensors): Power levels should be in the milliwatt (mW) range. An ESP32-WROOM-32 drawing 240mA at 3.3V is consuming roughly 0.79W. If your math says an ESP32 uses 79W, you forgot to convert mA to A.
- Household Appliances (120V AC): A standard US wall outlet is limited to 15A or 20A. Therefore, the maximum realistic continuous power for a single 120V branch circuit is 1,440W to 1,920W (applying the 80% NEC continuous load rule). If you calculate a 120V hair dryer pulls 4,500W, the math is wrong; it will trip a 20A breaker instantly.
- High-Current 12V DC Systems: Because voltage is low, current must be high to deliver meaningful power. A 1200W inverter pulling from a 12V battery will draw roughly 100A to 110A (accounting for 85-90% inverter efficiency). If your calculation yields 10A for a 1200W 12V load, you accidentally used 120V instead of 12V in your denominator.
For further reading on DC power derivations and practical circuit applications, the All About Circuits DC textbook chapter on Electrical Power provides excellent foundational schematic examples.






