The fundamental power equation in electricity is P = V × I (Power equals Voltage multiplied by Current). When combined with Ohm's Law, this expands to P = I²R and P = V²/R for resistive circuits. These formulas dictate everything from selecting a 1/4-watt resistor for a breadboard to sizing a 40-amp breaker for a 240V electric vehicle charger.

Below is a complete breakdown of the formulas, their derivations, and step-by-step worked examples with explicit unit tracking to ensure your calculations translate safely from the workbench to the breaker panel.

The Core Power Equation in Electricity: Symbols and Definitions

Before calculating, we must define the variables. In electrical engineering, power is the rate at which electrical energy is transferred by an electric circuit. The standard SI unit is the Watt (W), which equates to one Joule per second.

Symbol Quantity SI Unit Unit Abbreviation Measurement Tool
P Power Watt W Calculated (or Wattmeter)
V Voltage (Potential Difference) Volt V Multimeter (Parallel)
I Current Ampere A Clamp Meter / Multimeter (Series)
R Resistance Ohm Ω Multimeter (De-energized)

Real-World Load Magnitudes

Abstract formulas become useful only when grounded in physical reality. The table below maps the power equation to common real-world loads, demonstrating how voltage, current, and resistance interact across different scales. According to Georgia State University HyperPhysics, understanding these baseline magnitudes prevents catastrophic sizing errors.

Device / Load Nominal Voltage (V) Measured Current (A) Effective Resistance (Ω) Calculated Power (W)
ESP32 DevKit (Active WiFi) 5.0 0.240 20.83 1.2 W
USB-C PD Laptop Charger 20.0 3.25 6.15 65 W
120V Portable Space Heater 120.0 12.50 9.60 1500 W
240V Baseboard Heater Element 240.0 8.33 28.81 2000 W

Rearranged Forms and Derivations (Ohm's Law Integration)

The base formula P = V × I requires you to know both voltage and current. In practice, you often only know the supply voltage and the load resistance. By substituting Ohm's Law (V = I × R and I = V / R), we derive the alternative power equations.

Derivation 1: Substituting Voltage

  • Start with: P = V × I
  • Substitute V = I × R
  • Result: P = (I × R) × I
  • Final Form: P = I²R (Useful for calculating heat dissipation in wires and resistors where current is known).

Derivation 2: Substituting Current

  • Start with: P = V × I
  • Substitute I = V / R
  • Result: P = V × (V / R)
  • Final Form: P = V² / R (Useful for calculating power from a fixed voltage source, like a 12V battery or 120V wall outlet).

Rearranged Forms List (Solving for Every Variable)

Keep this reference list handy for bench troubleshooting:

  • Solve for Power: P = V × I | P = I²R | P = V² / R
  • Solve for Voltage: V = P / I | V = I × R | V = √(P × R)
  • Solve for Current: I = P / V | I = V / R | I = √(P / R)
  • Solve for Resistance: R = V / I | R = P / I² | R = V² / P

Worked Examples: Tracking Units from Bench to Breaker Panel

Math errors in electrical work don't just yield wrong answers; they yield melted wires and tripped mains. The following examples use explicit dimensional analysis (unit tracking) to verify the output.

Example 1: DC Bench Circuit (Sizing a Current-Limiting Resistor)

Scenario: You are powering a standard 5mm red LED from a 12V DC bench supply. The LED has a forward voltage drop (Vf) of 2.2V and requires a forward current (If) of 20mA. What is the power dissipated by the current-limiting resistor, and what standard resistor wattage rating should you select?

  1. Identify Knowns: V_source = 12V, V_LED = 2.2V, I = 20mA (0.020A).
  2. Calculate Voltage Drop across Resistor (Vr):
    Vr = V_source - V_LED = 12V - 2.2V = 9.8V.
  3. Calculate Power Dissipation (P):
    P = Vr × I
    P = 9.8 [V] × 0.020 [A]
    P = 0.196 [V·A] = 0.196 W.
  4. Component Selection: The resistor will dissipate 0.196W as heat. A standard 1/4W (0.25W) resistor is technically sufficient, but best practice dictates a 50% safety margin. Select a 1/2W (0.5W) resistor to keep operating temperatures low.

Example 2: Mains AC Load (Sizing a Breaker for a Resistive Heater)

Scenario: You are hardwiring a 240V electric baseboard heater. The manufacturer's spec sheet lists the heating element's cold resistance at 28.8Ω. Calculate the operating current and power to determine the correct breaker size.

  1. Identify Knowns: V = 240V (RMS), R = 28.8Ω.
  2. Calculate Current (I):
    I = V / R
    I = 240 [V] / 28.8 [Ω]
    I = 8.33 A.
  3. Calculate Power (P):
    P = V² / R
    P = (240 [V])² / 28.8 [Ω]
    P = 57,600 [V²] / 28.8 [Ω] = 2000 W (or 2 kW).
  4. Verify with Alternate Formula: P = V × I = 240 [V] × 8.33 [A] = 1999.2 W (matches within rounding error).
  5. Breaker Sizing (NEC Application): The heater draws 8.33A. Because a baseboard heater is a 'continuous load' (expected to run for 3 hours or more), the National Electrical Code (NEC Article 210.20) requires the breaker to be rated at 125% of the continuous load.
    8.33A × 1.25 = 10.41A.
    A standard 15-Amp double-pole breaker with 14 AWG copper wire (minimum) is legally and safely sufficient for this circuit.

Assumptions, Unit Traps, and Realistic Magnitudes

The formulas P = VI, P = I²R, and P = V²/R are elegantly simple, but applying them blindly in the field leads to failures. Here is where the assumptions break down and where calculation errors hide.

When the Formula Applies (and When it Doesn't)

The standard power equations assume a purely resistive DC circuit or an AC circuit with a Power Factor (PF) of 1.0 (like incandescent bulbs or resistive heating elements).

If you are measuring an inductive AC load—such as an HVAC compressor motor or a fluorescent ballast—the voltage and current waveforms are out of phase. Using P = V × I on a 120V motor drawing 10A yields 1200 Volt-Amps (VA), which is Apparent Power. The Real Power (Watts) doing actual work is lower. For AC reactive loads, you must use the expanded formula:

P = V × I × cos(θ) (where cos(θ) is the Power Factor, typically between 0.7 and 0.95 for motors). As noted by All About Circuits, ignoring power factor in AC systems leads to undersized generators and oversized utility penalties.

Unit Mistakes That Break the Math

The most common bench mistake is mixing base units with prefixed units without converting them first.

  • The 'Milli' Trap: Calculating 12V × 20mA and writing down '240W'. The correct math is 12 [V] × 0.020 [A] = 0.24 W (or 240 mW). Always convert mA to A before multiplying.
  • The 'Kilo' Trap: When using P = V² / R for high-voltage transmission lines, failing to convert kV to V results in answers that are off by a factor of one million. 12 kV must be entered as 12,000 V.
  • Time Confusion: Power (Watts) is an instantaneous rate. Energy (Watt-hours) is power integrated over time. Do not use the power equation to calculate battery capacity without factoring in hours.

Sanity Check: What Does a Realistic Answer Look Like?

Developing an intuitive sense for electrical magnitudes acts as a final safety net against decimal errors.

  • Micro/Milli Scale (mW): Microcontroller GPIO pins, indicator LEDs, and sensor modules operate in the 10mW to 100mW range.
  • Fractional Scale (1W - 20W): USB devices, small cooling fans, and solid-state relays.
  • Appliance Scale (100W - 2000W): Televisions, refrigerators, and space heaters. A standard US 120V/15A wall circuit maxes out at 1800W (15A × 120V). If your calculation for a 120V plug-in device yields 3500W, you either have a math error or you are about to start a fire.
  • Heavy Equipment Scale (5kW - 20kW+): Electric ranges, EV chargers, and central air conditioners. These require 240V split-phase or 3-phase power and dedicated high-amperage breakers.

By anchoring your calculations to the core P = VI formula, tracking your units rigorously, and applying the correct AC/DC assumptions, you ensure that your designs operate safely within their physical and regulatory limits.