Power, voltage, and resistance form the foundational triad of electrical circuits: voltage is the electrical pressure pushing electrons, resistance is the opposition to that flow, and power is the actual rate of work or heat generated by their interaction. When you design or troubleshoot anything from a 5V Arduino sensor node to a 240V dryer circuit, these three variables dictate whether your components operate efficiently or melt into a puddle of slag. People routinely confuse power (Watts, the instantaneous rate of doing work) with energy (Watt-hours, the total work done over time), and they conflate voltage (potential difference) with current (actual electron flow). Understanding the exact mathematical relationship between power voltage resistance parameters is the difference between a reliable build and a burned-out PCB.
The Core Relationship: What Changes When You Adjust the Triad
In any real circuit or installation, altering this triad directly changes your thermal dissipation and voltage drop. If resistance is fixed—like a nichrome heating element in a toaster—doubling the voltage doesn't just double the power; it quadruples it, governed by the formula P = V² / R. This is exactly why plugging a 120V North American hairdryer into a 240V European outlet instantly destroys the heating coil and trips the breaker.
According to All About Circuits, Watt's Law and Ohm's Law are inextricably linked. You cannot change one variable without forcing a recalculation of the others. In practical terms, if you increase resistance in a constant-voltage circuit, current drops, and total power consumption decreases. However, the localized power dissipated across that specific resistor might increase if it's part of a voltage divider, which is a common trap for hobbyists sizing bias resistors for transistors.
Worked Numeric Example: Sizing a Resistor for an LED String
Let's calculate the current-limiting resistor for a standard 5mm red LED powered by a 9V alkaline battery, assuming a target continuous forward current.
- LED forward voltage (Vf): 2.0V
- Target current (I): 20mA (0.020A)
- Supply voltage (Vs): 9.0V
First, find the voltage that must be dropped across the resistor:
VR = Vs - Vf = 9.0V - 2.0V = 7.0V
Next, use Ohm's Law to find the required resistance:
R = VR / I = 7.0V / 0.020A = 350 Ω
Since 350 Ω is not a standard E12 series value, we round up to the nearest standard value: 390 Ω.
Now, the critical step most beginners skip: calculating the power dissipated by the resistor to select the correct physical wattage rating.
P = VR × I = 7.0V × 0.020A = 0.14W
A standard 1/4W (0.25W) carbon film resistor is mathematically sufficient. However, good engineering practice dictates a 50% derating for thermal headroom. If your battery is fresh and outputs 9.6V, or if you push the current to 25mA, power dissipation will spike toward 0.20W, running a 1/4W resistor dangerously hot (often exceeding 100°C surface temp). The fix: Upgrade to a 1/2W (0.5W) metal film resistor for a few cents more to guarantee long-term reliability.
Where You Meet Power, Voltage, and Resistance in Practice
You don't just meet this triad on a breadboard; it dictates safety and code compliance in mains wiring and efficiency in embedded systems.
Home Wiring and Voltage Drop
Assume you are running a 15A branch circuit to a detached workshop using 12 AWG solid copper THHN wire in conduit. At 75°C, 12 AWG copper has a resistance of approximately 1.588 Ω per 1,000 feet. If the one-way run is 100 feet, the round-trip circuit length is 200 feet.
- Total Wire Resistance (R): 0.200 × 1.588 Ω = 0.317 Ω
- Voltage Drop (V = I × R): 15A × 0.317 Ω = 4.75V drop
- Power Lost as Heat in the Walls (P = I² × R): 225 × 0.317 Ω = 71.3W
You are losing nearly 5V (over 4% on a 120V nominal circuit) and turning 71 watts of electrical energy into heat inside your conduit. This is why NEC-style guidance strongly recommends upsizing to 10 AWG for long runs to reduce resistance, minimize voltage drop, and keep power dissipation safely low.
PCB Design and MOSFET RDS(on)
When switching a 10A DC load with a logic-level MOSFET, the on-state resistance—RDS(on)—is your primary enemy. If you select a budget MOSFET with an RDS(on) of 50 mΩ (0.05 Ω), the power dissipated as heat is P = I²R = 100 × 0.05 = 5W. That requires a bulky aluminum heatsink. If you spend $0.40 more for a modern trench MOSFET with an RDS(on) of 5 mΩ (0.005 Ω), dissipation drops to 0.5W, allowing you to run it bare on the PCB copper pour. As Fluke's engineering guides note, measuring this localized resistance accurately requires a milliohm meter or a Kelvin clip setup, as standard multimeter leads introduce too much lead resistance.
Reference Chart: The Watt's Law and Ohm's Law Matrix
Keep this matrix on your bench. It assumes standard DC circuits or purely resistive AC loads (Power Factor = 1.0). For inductive AC loads, you must factor in impedance (Z) and apparent power (VA).
| To Find... | Using Voltage (V) & Current (I) | Using Voltage (V) & Resistance (R) | Using Current (I) & Resistance (R) |
|---|---|---|---|
| Power (P) in Watts | P = V × I | P = V² / R | P = I² × R |
| Voltage (V) in Volts | V = P / I | V = √(P × R) | V = I × R |
| Resistance (R) in Ohms | R = V² / P | R = V / I | R = P / I² |
| Current (I) in Amps | I = P / V | I = √(P / R) | I = V / R |
Frequently Asked Questions
How does increasing resistance affect power consumption in a fixed-voltage circuit?
In a fixed-voltage circuit (like a 120V wall outlet or a 12V car battery), increasing the resistance decreases the total power consumption. Because P = V² / R, resistance is in the denominator. If you replace a 12 Ω, 1200W space heater element with a 24 Ω element on the same 120V supply, the power draw drops to 600W. The higher resistance chokes off the current flow, reducing the overall work done.
Can high voltage overcome high resistance to deliver the same power?
Yes, mathematically and practically. This is the exact principle behind high-voltage DC (HVDC) transmission lines. If you need to deliver 1 Megawatt of power, you can do it at 100V and 10,000A (requiring impossibly thick, low-resistance copper cables), or you can do it at 100,000V and 10A. The high voltage easily pushes the small current through the high resistance of thin, miles-long aluminum wires without turning the wire into a giant toaster element.
Why do utility power lines use extremely high voltage and low resistance?
They use high voltage to minimize current for a given power transfer, which drastically reduces I²R heating losses in the lines. However, they also strive for low resistance by using thick aluminum-conductor steel-reinforced (ACSR) cables. While high voltage mitigates the impact of the line's resistance, minimizing the physical resistance via large cross-sectional area and high-conductivity materials ensures maximum efficiency and prevents the lines from sagging due to thermal expansion.
What happens to total power if both voltage and resistance are doubled?
If you double both the voltage and the resistance, the total power doubles. Looking at the formula P = V² / R, if V becomes 2V and R becomes 2R, the equation becomes P = (2V)² / (2R). This expands to P = 4V² / 2R, which simplifies to 2(V² / R). The quadrupling effect of the voltage increase is partially offset by the doubling of the resistance, resulting in a net 2x increase in power dissipation.






