When makers, students, and engineers ask what are the formulas for power, they are looking for the mathematical bridge between voltage, current, and resistance. The three foundational formulas for electrical power in DC and resistive AC circuits are P = V × I, P = I² × R, and P = V² / R. These equations dictate everything from the wattage rating of a breadboard resistor to the thermal limits of a mains-rated contactor.

However, plugging numbers into these formulas without understanding their derivations, unit requirements, and boundary assumptions is the fastest way to melt a component on the bench. Below is a complete breakdown of the power formulas, how to rearrange them, and how they behave when theoretical math meets physical reality.

The Core Power Formulas and Symbol Definitions

The universal definition of electrical power is the rate at which electrical energy is transferred by a circuit. The base formula is P = V × I. By substituting Ohm's Law (V = I × R or I = V / R) into this base equation, we derive the two resistive variants. According to HyperPhysics, these derivations strictly apply to the real (resistive) power dissipated as heat or work.

Power Formula Symbol Reference Sheet
Symbol Quantity Standard Unit Unit Abbreviation Definition in Context
P Power Watts W Rate of energy transfer (Joules per second).
V Voltage Volts V Electrical potential difference across the component.
I Current Amperes A Rate of electron flow through the component.
R Resistance Ohms Ω Opposition to current flow (DC resistance or AC impedance magnitude).

The Derivation Chain:
1. Base: P = V × I
2. Substitute V = I × R → P = (I × R) × I → P = I² × R
3. Substitute I = V / R → P = V × (V / R) → P = V² / R

Rearranged Forms: Solving for Any Variable

On the bench, you rarely have all three variables. You might know the power rating of a resistor and its resistance, but need to find the maximum safe voltage. Here are the algebraic rearrangements for every variable across the three core formulas.

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

Solved Problems with Strict Unit Tracking

The most common point of failure in power calculations isn't the algebra; it's the unit prefixes. The formulas demand base SI units: Volts, Amperes, and Ohms. If your multimeter reads milliamps or millivolts, you must convert to base units before squaring or multiplying.

Problem 1: Sizing a Wire for a 12V LED Strip

Scenario: You are wiring a 5-meter roll of 5050 SMD LEDs. The spec sheet rates the strip at 14.4W per meter. You need to find the total current draw to select the correct AWG wire from your 12V power supply.

  1. Find Total Power (P): 14.4 W/m × 5 m = 72 W.
  2. Identify Knowns: P = 72 W, V = 12 V (nominal DC).
  3. Select Formula: I = P / V.
  4. Calculate: I = 72 W / 12 V = 6 A.
  5. Outcome: A 6A continuous load requires at least 18 AWG wire for short chassis runs, but 16 AWG is recommended to minimize voltage drop over the length of the strip.

Problem 2: Current Shunt Dissipation

Scenario: You are measuring motor current using a 0.1 Ω precision shunt resistor. Your multimeter reads a voltage drop of 45 mV across the shunt. How much power is the shunt dissipating as heat?

  1. Convert Units: V = 45 mV = 0.045 V. R = 0.1 Ω.
  2. Select Formula: P = V² / R (since we have V and R).
  3. Calculate Numerator: (0.045 V)² = 0.002025 V².
  4. Divide by R: 0.002025 / 0.1 = 0.02025 W (or 20.25 mW).
  5. Outcome: A standard 1/4W (250mW) through-hole resistor is more than sufficient for this shunt; it will run cool to the touch.

Bench Scenario: The Melted TO-220 MOSFET

Formulas on paper assume static conditions. Real-world components experience transients that punish mathematical oversights. Here is a classic bench failure involving the P = I² × R formula.

The Setup: A hobbyist is using an IRLZ44N logic-level MOSFET to switch a 12V DC water pump. The pump's nameplate says '5A'. The MOSFET's datasheet lists an RDS(on) (on-state resistance) of 0.022 Ω at VGS = 5V. The builder decides a heatsink is unnecessary.

The Numbers (Steady State):
Using P = I² × R:
P = (5 A)² × 0.022 Ω
P = 25 × 0.022 = 0.55 W.
A TO-220 package without a heatsink can safely dissipate about 1W to 1.5W in free air before the junction temperature gets uncomfortably hot. The math says it's safe.

The Outcome: When the pump is turned on, the MOSFET instantly overheats, the solder melts, and the silicon fails short, locking the pump on permanently.

What Went Wrong: The builder calculated for the running current, ignoring the stall (startup) current. DC motors draw massive current until they spin up and generate back-EMF. The actual stall current was 16A. Because the formula squares the current, the power dissipation didn't double—it increased by a factor of ten.
P = (16 A)² × 0.022 Ω = 256 × 0.022 = 5.63 W.
With a typical junction-to-ambient thermal resistance of 62°C/W for a bare TO-220, 5.63W causes a temperature rise of roughly 349°C above ambient. The silicon junction destructively fails at 175°C. As noted in All About Circuits, the squaring of current in resistive heating means underestimating peak current is the most dangerous math error you can make in power electronics.

Assumptions, Unit Traps, and Realistic Magnitudes

To use these formulas reliably, you must understand the boundaries of where they apply and what a 'normal' answer looks like.

When the Formulas Apply (and When They Don't)

The formulas P = I²R and P = V²/R assume a purely resistive load. They work perfectly for resistors, heating elements, incandescent bulbs, and the resistive losses in wires and MOSFETs.

AC and Reactive Loads: If you are calculating power for an AC motor, a transformer, or a circuit with large capacitors/inductors, V and I are out of phase. In AC, you must use RMS (Root Mean Square) voltage and current, not peak values. Furthermore, for reactive loads, P = V × I only gives you Apparent Power (VA). To find Real Power (Watts), you must multiply by the Power Factor: P = Vrms × Irms × cos(θ).

The Unit Mistakes That Break the Math

  • The 'Milli' Squaring Trap: If current is 500 mA, you must convert to 0.5 A before using P = I²R. If you calculate 500², you get 250,000. The correct calculation is 0.5² = 0.25. Failing to convert milliamps to Amps before squaring throws your answer off by a factor of one million.
  • Peak vs. RMS: A 120V AC wall outlet has a peak voltage of roughly 170V. If you use 170V in P = V²/R to size a heater element, you will calculate nearly double the actual power, leading to undersized wires and tripped breakers. Always use 120V (the RMS value).
  • Voltage Drop vs. Source Voltage: When calculating power dissipated by a specific component (like a wire or a transistor), 'V' in the P = V²/R formula is the voltage dropped across that specific component, not the total power supply voltage.

Realistic Answer Magnitudes

If your calculator spits out a number, does it make physical sense? Use these benchmarks to sanity-check your results:

  • Micro-watts (µW) to Milli-watts (mW): Signal levels, sensor outputs, and microcontroller GPIO pins. (e.g., An ESP32 GPIO pin sourcing 12mA at 3.3V is ~40mW).
  • Fractional Watts (0.1W to 1W): Standard through-hole resistors (1/4W or 1/2W), indicator LEDs, and small-signal transistors.
  • Watts (1W to 100W): Power resistors, audio amplifiers, LED lighting strips, and laptop chargers.
  • Kilowatts (kW): Mains appliances, space heaters, EV chargers, and industrial motors. (e.g., A standard US 15A/120V receptacle can safely deliver roughly 1.44 kW continuous).

Mastering what the formulas for power actually mean on the bench requires more than memorizing P = VI. It requires strict unit discipline, an understanding of transient vs. steady-state currents, and knowing when to reach for RMS values over peak measurements.