The power and resistance equation is the bridge between abstract circuit theory and physical reality. While Ohm's Law tells you how voltage, current, and resistance relate, the power equations tell you how much heat your components will generate. Misapplying these formulas is the primary reason hobbyists melt PCB traces, burn out resistors, and suffer unexplained voltage drops in low-voltage systems. This guide strips away the textbook fluff and focuses strictly on derivation, unit tracking, and practical component selection.
The Core Power and Resistance Equation (And Its Rearranged Forms)
By combining Joule's first law ($P = VI$) with Ohm's Law ($V = IR$), we derive the two primary forms of the power and resistance equation. These allow you to calculate power dissipation when you know either the current and resistance, or the voltage drop and resistance.
| Symbol | Parameter | Standard Unit | Unit Abbreviation |
|---|---|---|---|
| P | Power (Heat Dissipation) | Watts | W |
| I | Current | Amperes | A |
| V | Voltage Drop (Across the component) | Volts | V |
| R | Resistance | Ohms | Ω |
The Primary Equations:
1. P = I2R (Use when current is known and constant, such as in series circuits or wire loss calculations).
2. P = V2 / R (Use when the voltage drop across a specific component is known, such as parallel branches).
Rearranged Forms for Solving Missing Variables
When designing a circuit, you often know your power budget and need to find the maximum allowable resistance or current. Here are the algebraic rearrangements:
- Solving for Current (I): I = √(P / R) — Useful for finding the max current a resistor can handle before failing.
- Solving for Resistance (R): R = P / I2 OR R = V2 / P — Useful for sizing a bleeder resistor or dummy load.
- Solving for Voltage Drop (V): V = √(P × R) — Useful for calculating the maximum voltage a component can block or drop safely.
Assumptions, Limits, and Unit Traps That Break Your Math
Before plugging numbers into a calculator, you must understand the physical assumptions baked into the power and resistance equation. If these assumptions are violated, your math will be flawless, but your physical circuit will fail.
When the Formula Applies (and When It Doesn't)
- DC Circuits: The formulas apply directly and perfectly.
- AC Circuits (Resistive Only): If the load is purely resistive (like a heating element or incandescent bulb), you must use RMS (Root Mean Square) values for voltage and current, not peak-to-peak values. Using peak voltage in P = V2/R will result in a calculated power that is exactly double the actual real-world power.
- Reactive Loads (Inductors/Capacitors): The formula breaks down. You must calculate impedance (Z) and account for the power factor. P = I2R only calculates the real power dissipated as heat in the resistive (ESR/DCR) portion of the component, ignoring reactive power.
The Unit Trap: Squaring the Prefix
The most common catastrophic math error occurs in the P = I2R formula when current is left in milliamps (mA). Because the current is squared, the prefix error is also squared. If you use 20 mA as '20' instead of '0.020', your calculated power will be 1,000,000 times too high. Always convert to base SI units (Amperes, Volts, Ohms) before calculating, then convert back.
Realistic Answer Magnitudes & The 50% Derating Rule
A standard 1/4W (0.25W) through-hole carbon film resistor will physically scorch your PCB if you run 0.24W through it continuously. Datasheet absolute maximums assume ideal airflow and 70°C ambient temperatures. In practice, always derate resistors by at least 50%. If your math yields 1.2W of dissipation, you need a 3W or 5W physical component. According to Electronics Tutorials, operating a resistor above 50% of its rated wattage drastically accelerates thermal aging and shifts its tolerance.
Worked Example 1: Sizing a Current-Limiting Resistor for an LED Array
Scenario: You are driving a high-power LED array from a 24V DC power supply. The LED string has a forward voltage (Vf) of 18V and requires a forward current (If) of 350 mA. You need to calculate the series resistor value and its required physical wattage.
Step 1: Convert to base SI units.
I = 350 mA = 0.35 A
Step 2: Calculate the required voltage drop across the resistor (VR).
VR = Vsupply - Vf
VR = 24V - 18V = 6V
Step 3: Calculate the resistance (R) using Ohm's Law.
R = VR / I
R = 6V / 0.35A = 17.14 Ω (Standard closest value: 18 Ω or use a 15 Ω + 2.2 Ω series combo for exactness. We will use 17.14 Ω for theoretical power calculation).
Step 4: Calculate Power Dissipation using P = I2R.
P = (0.35 A)2 × 17.14 Ω
P = 0.1225 A2 × 17.14 Ω
P = 2.099 W
Verification using P = V2/R:
P = (6V)2 / 17.14 Ω = 36 / 17.14 = 2.099 W. The math checks out.
Step 5: Apply the 50% derating rule for physical component selection.
Required physical wattage = 2.099 W × 2 = 4.198 W.
Decision: You must select a 5W resistor. A 3W resistor would run too hot and fail prematurely.
Worked Example 2: Calculating I²R Voltage Drop and Heat in 18 AWG Wire
Scenario: You are wiring a 12V DC LED strip that draws 5A. The power supply is 10 feet away from the strip. You are using 18 AWG stranded copper wire. Will the wire overheat, and what is the actual voltage reaching the LEDs?
Step 1: Determine total wire length and resistance.
Current must travel to the load and back (round trip).
Total length = 10 ft × 2 = 20 ft.
According to the Engineering Toolbox Copper Wire Table, 18 AWG copper has a resistance of approximately 6.385 Ω per 1,000 ft (or 0.006385 Ω/ft).
Rwire = 20 ft × 0.006385 Ω/ft = 0.1277 Ω
Step 2: Calculate power lost as heat in the wire using P = I2R.
Ploss = (5 A)2 × 0.1277 Ω
Ploss = 25 A2 × 0.1277 Ω
Ploss = 3.19 W
Analysis: Dissipating 3.19W of heat across 20 feet of thin 18 AWG wire will make the wire noticeably warm to the touch, though it won't melt the insulation (which typically handles 10A+ for short chassis runs). However, it represents wasted energy.
Step 3: Calculate the voltage drop and actual load voltage.
Vdrop = I × Rwire = 5 A × 0.1277 Ω = 0.638 V
Vload = 12V - 0.638V = 11.36 V
Conclusion: The LEDs will receive 11.36V instead of 12V, resulting in slightly lower brightness. If the run was 30 feet instead of 10 feet, the voltage drop would exceed 1.9V, pushing the LEDs below their optimal operating threshold. This demonstrates why low-voltage, high-current systems require thick wire.
Decision Path: Picking the Right Physical Component
Calculating the wattage is only half the job. Selecting the correct physical resistor technology ensures reliability. Use this decision tree to pick your component based on the calculated power dissipation.
| Calculated Power (P) | Required Physical Rating (2x Derating) | Recommended Technology & Form Factor |
|---|---|---|
| < 0.125 W | 1/4 W (0.25W) | Standard Carbon or Metal Film (Through-hole or 0805 SMD) |
| 0.125 W to 0.5 W | 1 W to 2 W | Metal Oxide Film (e.g., Bourns 2W series) or thick-film 2512 SMD |
| 0.5 W to 2.5 W | 3 W to 5 W | Ceramic-housed Wirewound (Through-hole with standoffs) |
| 2.5 W to 25 W | 10 W to 50 W | Chassis-mount Aluminum Housed (Requires heatsink/panel mounting) |
| > 25 W | 50 W+ | Dynamic braking resistors, liquid-cooled, or banked parallel arrays |
Mastering the power and resistance equation means moving beyond the calculator. Always track your units, apply the 50% derating rule, and verify your physical component choices against real-world thermal constraints. For a deeper dive into how these principles apply to complex AC networks, review the power calculations chapter in All About Circuits.






