The fundamental formula of electric power in physics is P = IV (Power equals Current multiplied by Voltage). In purely resistive DC circuits, substituting Ohm’s Law yields the derived forms P = I²R and P = V²/R. Whether you are sizing a branch circuit for a space heater or calculating the battery life of an ESP32 IoT sensor, these equations form the bedrock of electrical design. Below, we break down the derivations, map out real-world magnitudes, and solve practical bench and jobsite problems with strict unit tracking.

The Core Formula and Symbol Definitions

At its core, electric power is the rate at which electrical energy is transferred by a circuit. The base equation is derived from the definitions of voltage and current. Voltage is the energy per unit charge (Joules per Coulomb), and current is the rate of charge flow (Coulombs per second). Multiplying them yields Joules per second, which is the definition of a Watt.

Symbol Quantity Standard SI Unit Unit Abbreviation Base SI Equivalence
P Electric Power Watt W Joules / second (J/s)
I Electric Current Ampere A Coulombs / second (C/s)
V Voltage (Potential Difference) Volt V Joules / Coulomb (J/C)
R Electrical Resistance Ohm Ω Volts / Ampere (V/A)

For a deeper look at how these base units are defined by international standards, refer to the NIST Guide to the SI. By substituting Ohm's Law (V = IR or I = V/R) into the base power equation, we derive the resistive variants detailed in the rearranged forms section below.

Real-World Power Magnitudes and Application Assumptions

Before running calculations, you must understand the assumptions baked into the formula of electric power in physics. The equations P = I²R and P = V²/R assume a purely resistive load (Power Factor = 1.0) and steady-state DC, or AC circuits where you are strictly using RMS (Root Mean Square) values. If you are calculating power for an inductive load like an AC motor, you must account for the power factor using P = IV cos(θ).

Device / Load Nominal Voltage (V) Current Draw (A) Calculated Power (W) Real-World Context
ESP32 DevKit (Deep Sleep) 3.3V 0.00015A 0.000495W Battery-powered IoT sensor node
USB-C PD Smartphone 9.0V 2.0A 18.0W Fast charging protocol negotiation
Automotive Halogen Headlight 13.8V 4.35A 60.0W Measured at alternator running voltage
Ceramic Space Heater 120.0V 12.5A 1500.0W Max continuous load on US 15A breaker
Electric Baseboard Heater 240.0V 8.33A 2000.0W Dedicated 2-pole 20A branch circuit

Notice the massive range in magnitudes. A microcontroller in deep sleep operates in the sub-milliwatt range, while household heating appliances pull kilowatts. If your calculation for a portable electronic device yields a result in the thousands of watts, you have likely made a decimal or unit prefix error.

Rearranged Forms: Solving for Every Variable

On the bench, you rarely have all three variables. You might know the power rating of a resistor and the supply voltage, but need to find the current. Here is the complete list of algebraic rearrangements for DC and purely resistive AC circuits.

Solving from the Base Formula (P = IV)

  • To find Current: I = P / V
  • To find Voltage: V = P / I

Solving from the Current-Resistance Variant (P = I²R)

  • To find Current: I = √(P / R)
  • To find Resistance: R = P / I²

Solving from the Voltage-Resistance Variant (P = V²/R)

  • To find Voltage: V = √(P × R)
  • To find Resistance: R = V² / P

These rearrangements are critical for component selection. For instance, if you are selecting a current-limiting resistor for an LED, you use R = V² / P to ensure the resistor's wattage rating won't be exceeded, a concept thoroughly covered in Georgia State University's HyperPhysics electric power modules.

Worked Examples with Strict Unit Tracking

Theory is useless if you drop a decimal. Below are two practical problems solved with explicit intermediate steps and unit tracking.

Example 1: Voltage Drop and Power Loss in Landscape Lighting

Scenario: You are wiring a 12V, 50W halogen landscape light located 50 feet from the transformer using 14 AWG copper wire. Calculate the current drawn by the light, and the power lost as heat in the wire.

  1. Find the load current:
    I = P / V
    I = 50W / 12V = 4.167 A
  2. Determine wire resistance:
    14 AWG copper has a resistance of approximately 0.002525 Ω per foot. A 50-foot run requires 100 feet of total wire (out and back).
    R_wire = 100 ft × 0.002525 Ω/ft = 0.2525 Ω
  3. Calculate power lost in the wire:
    P_loss = I² × R_wire
    P_loss = (4.167 A)² × 0.2525 Ω
    P_loss = 17.36 A² × 0.2525 Ω = 4.38 W
  4. Sanity Check: Losing 4.38W out of a 50W system is an 8.7% loss. This correlates to roughly a 1V drop at the fixture, leaving it with 11V. The light will be noticeably dimmer, indicating you should upgrade to 12 AWG or 10 AWG wire for this run.

Example 2: Sizing a Heating Element for a 120V Branch Circuit

Scenario: You are designing a DIY 120V AC space heater. The circuit is protected by a 15A breaker. NEC guidelines require continuous loads to be limited to 80% of the breaker rating (12A max). Find the minimum resistance the heating element must have.

  1. Identify the limits:
    V = 120V (RMS)
    I_max = 12.0 A
  2. Calculate maximum allowable power:
    P_max = V × I_max
    P_max = 120V × 12.0A = 1440 W
  3. Calculate the required resistance:
    Using the rearranged formula R = V² / P:
    R = (120V)² / 1440W
    R = 14400 V² / 1440W = 10.0 Ω
  4. Sanity Check: If you build an element with 10.0 Ω resistance, it will draw exactly 12A and dissipate 1440W. If you accidentally wind the element to 8.0 Ω, the current will spike to 15A (120V / 8Ω), drawing 1800W and immediately tripping the breaker.

Unit Mistakes That Break Your Calculations

When the formula of electric power in physics yields a wildly incorrect answer, it is almost always due to one of three unit mistakes.

1. Peak vs. RMS Voltage in AC Circuits

The most common error in AC power calculations is using peak voltage instead of RMS voltage. A standard US wall outlet is 120V RMS, but its peak voltage is roughly 170V (120 × √2). If you use 170V in the formula P = V²/R for a 10Ω heater, you will calculate 2890W instead of the actual 1440W. Always ensure your AC voltage values are RMS unless you are specifically calculating instantaneous peak power.

2. Prefix Blindness (Milliamps and Kilowatts)

The base formula requires Amperes, Volts, and Watts. If your multimeter reads 45 mA, you must enter 0.045 A into the equation, not 45. Plugging '45' into P = IV for a 5V USB circuit will yield 225W instead of the actual 0.225W (225 mW). Always strip metric prefixes (milli, micro, kilo) and convert to base SI units before multiplying.

3. Confusing Power (Watts) with Energy (Joules or Watt-hours)

Power is a rate (like miles per hour). Energy is a quantity (like miles driven). The formula P = IV gives you Watts. If you want to know how long a 12V 100Ah battery will run a 50W load, you don't just divide 100 by 50. You must calculate the current (I = 50W / 12V = 4.16A) and then divide the battery's Amp-hour capacity by the current (100Ah / 4.16A = 24 hours). Mixing up Watts and Watt-hours is the primary reason DIY solar power systems fail to meet runtime expectations.