The foundational electricity formula for calculating electrical power in a DC or purely resistive AC circuit is P = V × I. Power (P, in watts) equals Voltage (V, in volts) multiplied by Current (I, in amps). When you need to calculate resistive heating, voltage drop, or component dissipation, you combine this with Ohm’s Law to yield the derived formula P = I² × R. These equations are the bedrock of circuit design, wire sizing, and load balancing.

The Core Electricity Formula: Symbol Definitions & Assumptions

Before plugging numbers into a calculator, you must understand the physical quantities these symbols represent and the strict boundaries where the math holds true. According to Georgia State University’s HyperPhysics, electrical power is the rate at which electrical energy is transferred by an electric circuit.

Symbol Quantity Standard SI Unit Common Bench Tool
P Power (Real/Active) Watts (W) Wattmeter / Smart Plug
V Voltage (Potential Difference) Volts (V) Multimeter (Fluke 87V)
I Current (Electron Flow) Amperes (A) Clamp Meter / Shunt
R Resistance Ohms (Ω) Multimeter (Ohms mode)
When Does P = V × I Apply?

This formula applies universally to all DC circuits. For AC circuits, it only calculates real power if the load is purely resistive (Power Factor = 1.0), such as incandescent bulbs, toasters, or resistive heating elements. If your AC load is inductive (motors, transformers) or capacitive, you must introduce the Power Factor (PF) variable: P = V × I × PF.

Rearranged Forms & The Power Triangle

On the workbench, you rarely have all three variables. You must rearrange the core electricity formulas to solve for the missing value. By substituting Ohm’s Law (V = I × R and I = V / R) into the base power equation, we generate the resistive derivations.

  • Solve for Current: I = P / V
  • Solve for Voltage: V = P / I
  • Power via Current & Resistance: P = I² × R (Joule’s First Law / Heating)
  • Power via Voltage & Resistance: P = V² / R
  • Solve for Resistance (from Power): R = V² / P or R = P / I²

Worked Examples with Unit Tracking

Abstract math causes melted wires. Here are two real-world scenarios with strict unit tracking to demonstrate how these electricity formulas dictate hardware choices.

Problem 1: Sizing a Solar Charge Controller Wire

Scenario: You are wiring a 200W solar panel to a 12V nominal battery bank via a PWM charge controller. What is the maximum current, and what wire gauge do you need?

  1. Identify knowns: P = 200 W, V = 12 V.
  2. Select formula: I = P / V.
  3. Substitute and track units: I = 200 W / 12 V = 16.67 A. (Watts divided by Volts yields Amperes).
  4. Real-world application: The National Electrical Code (NEC) requires a 125% safety multiplier for continuous solar loads. 16.67 A × 1.25 = 20.83 A. Checking standard ampacity tables for 60°C insulation, 12 AWG copper wire (rated 20A) is insufficient. You must step up to 10 AWG THHN (rated 30A) to prevent voltage drop and insulation melt.

Problem 2: Calculating Heat Dissipation in a Branch Circuit

Scenario: A 50-foot run of 14 AWG NM-B copper wire is carrying a 15A load to a space heater. How much power is lost as heat inside the wall?

  1. Identify knowns: I = 15 A. The resistance of 14 AWG copper is approximately 2.525 Ω per 1,000 feet at 20°C. Total wire length is 100 feet (50 ft out, 50 ft neutral return).
  2. Calculate R: R = (100 ft / 1000 ft) × 2.525 Ω = 0.2525 Ω.
  3. Select formula: P = I² × R.
  4. Substitute and track units: P = (15 A)² × 0.2525 ΩP = 225 A² × 0.2525 Ω = 56.8 W. (Amperes squared multiplied by Ohms yields Watts).
  5. Real-world application: 56.8 watts of heat dissipated inside a confined, insulated wall cavity is a severe fire hazard over time. This mathematical reality is exactly why 14 AWG is strictly capped at 15A breakers, and why 12 AWG is heavily preferred for high-draw continuous appliance circuits.

Unit Mistakes That Break the Math & Realistic Magnitudes

The most common reason a circuit fails after a bench calculation is a unit prefix error. If your calculated answer doesn’t match the physical reality of the components, check these traps:

Critical Unit Traps:
  • Milliamps (mA) vs Amps (A): Microcontrollers draw mA. If your ESP32 draws 240 mA, you must enter 0.240 A into P = V × I. Forgetting to divide by 1,000 will make you think your dev board is pulling 288 Watts and melting your USB cable.
  • Peak vs. RMS Voltage: A standard US wall outlet is 120V RMS, but the oscilloscope peak is ~170V. If you use 170V in your power calculations for a resistive heater, your calculated power will be nearly double the actual real-world consumption.
  • Kilowatts (kW): When calculating energy costs with the US Department of Energy methodology, remember that utility companies bill in kWh. You must divide your P (in Watts) by 1,000 before multiplying by hours.

Realistic Magnitude Check: Does your answer make physical sense? Use this mental benchmark scale to verify your P output:

  • 1W - 5W: Standard LED indicator or smart home sensor node.
  • 10W - 15W: Modern USB-C fast charger or LED light bulb.
  • 60W - 100W: Legacy incandescent bulb or a soldering station (e.g., Hakko FX-888D).
  • 1500W: Standard portable space heater on a 120V/15A circuit (the absolute practical limit of a standard US outlet).
  • 4500W - 5500W: 240V electric water heater elements or Level 2 EV chargers.

Frequently Asked Questions

How do electricity formulas change for 3-phase AC power?

For balanced 3-phase AC systems (common in industrial workshops and heavy machinery), the single-phase formula P = V × I expands to account for the three overlapping waveforms. The formula becomes P = √3 × V × I × PF, where √3 is approximately 1.732, V is the line-to-line voltage, I is the line current, and PF is the power factor. This is why a 10HP 3-phase motor draws significantly less current per leg than an equivalent single-phase motor.

Why do my electricity formula calculations not match my smart plug readings?

If you calculate P = 120V × 5A = 600W for a desktop PC, but your $15 smart plug reads 420W, you are encountering Power Factor (PF). Switching power supplies (SMPS) in computers and TVs are highly capacitive/inductive. The smart plug measures Real Power (Watts), while your multimeter measures Apparent Power (Volt-Amps, or VA). The missing 180W isn’t lost as heat; it’s reactive power bouncing back and forth between the load and the grid. To reconcile the math, you must measure the phase angle or use a True-RMS meter with a VA/W split function.

Which electricity formulas apply to battery capacity and runtime?

Battery capacity is rated in Amp-hours (Ah) or Watt-hours (Wh). To find runtime, rearrange the power formula to solve for time: Time (hours) = Battery Wh / Load P. For example, a 12V 100Ah LiFePO4 battery holds 12V × 100Ah = 1200Wh of energy. If your camp fridge draws P = 40W, the theoretical runtime is 1200Wh / 40W = 30 hours. However, you must apply a Depth of Discharge (DoD) derating factor (usually 80% for lead-acid, 90-100% for LiFePO4) and inverter efficiency losses (typically 85-90%) to get a realistic field estimate.