Intuition What this page is
The parent note Calculate Electrical Power
gave you the power trio : P = V I , P = I 2 R , and P = V 2 / R . This page is the drill hall .
We map out every kind of situation these formulas can throw at you — every combination of
"what you know," every weird edge case (zero current, infinite resistance, a device that isn't
the whole circuit), and one exam-style trap. Then we work each one from zero.
By the end, you should never meet a power problem and think "which formula?" — because you'll
have already seen a worked example that hits that exact cell.
Before anything else, let us be crystal-clear on the three letters, because every example below uses them.
Definition The three quantities (built from scratch)
V = voltage (volts, V) = energy handed to each coulomb of charge as it crosses a
drop. Think: the height of a water slide. See Voltage and Potential Difference .
I = current (amps, A) = how many coulombs flow past per second . Think: how many
kids slide down each second. See Electric Current .
R = resistance (ohms, Ω ) = how much the material fights the flow . Think: how
rough the slide is. Linked by Ohm's Law (V = IR) : V = I R .
P = power (watts, W) = energy delivered per second , 1 W = 1 J/s .
See Energy and the Joule .
Electrical power problems don't have "negative angles" or "quadrants" like trig — but they DO have
distinct case classes . Here is every cell this topic can throw at you:
#
Case class
What you're given
Right tool
Edge/twist
A
Base case
V and I
P = V I
none
B
No voltage known
I and R
P = I 2 R
leads to power rating
C
No current known
V and R
P = V 2 / R
none
D
Energy over time
P and t
E = P t
unit conversion (h→s)
E
Zero / degenerate
I = 0 , or R → ∞ , or R = 0
any
limiting behaviour
F
Scaling / proportion
"double the current"
P ∝ I 2
the ×4 trap
G
Real-world word problem
mixed, must extract data
pick from trio
battery / bill
H
Exam twist — series divider
supply V , one resistor
P = I 2 R per part
wrong-V trap
The eight examples below hit every cell A–H . Each is labelled with its cell.
Worked example Example 1 — Cell A (base case,
P = V I )
A USB charger outputs V = 5 V and pushes I = 3 A into a phone. Find the power.
Forecast: Bigger than 10 W or smaller? (You know both numbers directly — no tricks.)
We have V and I directly. Why this step? When both come free, the base form
P = V I is the shortest route — no Ohm's-law detour needed.
P = V I = 5 × 3 = 15 W
Verify: Units: V × A = C J × s C = s J = W ✓.
The coulombs cancel, leaving joules per second — exactly power. Answer 15 W .
Worked example Example 2 — Cell B (no voltage,
P = I 2 R )
A resistor R = 220 Ω carries I = 0.03 A . How much power does it dissipate as heat?
Forecast: Will this survive a common 0.25 W rating? Guess before computing.
We know I and R but not V . Why this step? We could find V = I R first, but
P = I 2 R folds that step in — fewer chances to slip.
P = I 2 R = ( 0.03 ) 2 × 220 = 0.0009 × 220 = 0.198 W
Verify: Cross-check via the long way: V = I R = 0.03 × 220 = 6.6 V , then
P = V I = 6.6 × 0.03 = 0.198 W ✓. Same answer.
Since 0.198 < 0.25 , a quarter-watt resistor survives — barely. See Resistors and Power Ratings .
Worked example Example 3 — Cell C (no current,
P = V 2 / R )
A 9 V battery drives a single 18 Ω bulb. Find the power.
Forecast: Compare to a 5 W nightlight — more or less?
We know V (across the bulb — it's the only component, so the full battery voltage sits on
it) and R , but not I . Why this step? P = V 2 / R uses exactly what we have; finding
I first would be extra work.
P = R V 2 = 18 9 2 = 18 81 = 4.5 W
Verify: I = V / R = 9/18 = 0.5 A , then P = V I = 9 × 0.5 = 4.5 W ✓.
Worked example Example 4 — Cell D (energy over time,
E = P t )
A 40 W router runs for 3 hours. How much energy does it use, in joules?
Forecast: Guess the order of magnitude (thousands? hundreds of thousands?) before reading on.
Rearrange the power definition P = E / t into E = P t . Why this step? We want energy,
and power is energy-per-second, so multiplying by seconds undoes the division.
Convert time: watts are joules per second , so time MUST be in seconds.
t = 3 h × 3600 h s = 10800 s
Why this step? If you leave hours in, your "joules" are off by a factor of 3600.
E = P t = 40 × 10800 = 432000 J = 432 kJ
Verify: Units: W × s = s J × s = J ✓.
See Energy and the Joule .
The next example is the one where a picture earns its keep, because "what happens as we push
resistance to extremes" is best seen as a curve.
Worked example Example 5 — Cell E (zero / degenerate / limiting cases)
A fixed 12 V supply sits across a resistor R . Work out the power for three extreme
values of R : (a) R = 0 (a dead short), (b) R = 6 Ω (normal), (c) R → ∞
(open circuit / broken wire).
Forecast: Which case gives the MOST power? Which gives ZERO? Guess before the maths.
Use P = V 2 / R because voltage is fixed and we're varying R . Why this step? With V
held constant, this form shows the dependence on R cleanly — it's power vs one variable.
(b) Normal, R = 6 Ω : P = 6 1 2 2 = 6 144 = 24 W
(c) Open circuit, R → ∞ : dividing 144 by a huge number → P → 0 W .
Why this step? No path for charge means I = 0 ; with no current, no energy is delivered.
Look at the magenta curve in the figure — it flattens toward zero on the right.
(a) Dead short, R = 0 : algebraically P = 144/0 → ∞ . Why this step? This is
the danger limit — a real supply has internal resistance, but the formula screams
"unbounded heat," which is exactly why a short circuit melts wires and pops fuses. On the
figure this is the curve rocketing up on the left (the orange dashed asymptote ).
Verify: Sanity ladder — as R grows, P = 144/ R must shrink : R = 6 → 24 W,
R = 12 → 12 W, R = 144 → 1 W. Monotonic decrease ✓. And I = V / R at R → ∞ gives
I = 0 , confirming P = V I = 0 ✓. See Heat Dissipation and Cooling for why the short case is lethal.
Worked example Example 6 — Cell F (scaling / the ×4 trap)
A heater element has fixed resistance R = 10 Ω . At current I 1 = 2 A it
dissipates some power P 1 . We now double the current to I 2 = 4 A . By what factor
does the power grow?
Forecast: Most people say "double." Write down your gut answer first.
Compute P 1 = I 1 2 R = 2 2 × 10 = 40 W . Why this step? R is fixed and we
know I , so P = I 2 R is the natural tool — and it exposes the square .
Compute P 2 = I 2 2 R = 4 2 × 10 = 160 W .
Ratio: P 1 P 2 = 40 160 = 4
Why this step? Because P ∝ I 2 , doubling I multiplies power by 2 2 = 4 , not 2.
In the figure the violet bars double in I but quadruple in height.
Verify: Symbolically, P 1 P 2 = I 1 2 R I 2 2 R = ( I 1 I 2 ) 2 = 2 2 = 4 ✓.
This is why doubling current in a wire produces four times the heat — the core reason thick,
low-current wiring is used in power delivery.
Worked example Example 7 — Cell G (real-world word problem)
A phone battery is labelled 3.7 V , 4000 mAh (milliamp-hours). While gaming,
the phone draws I = 1.5 A . (i) What power is the battery delivering? (ii) Roughly
how many hours of gaming does a full charge give?
Forecast: Guess the power (a few watts?) and the runtime (more or less than 3 hours?).
Extract the data: V = 3.7 V , I = 1.5 A , capacity = 4000 mAh = 4 Ah .
Why this step? Word problems hide numbers in prose — list them with units first so you
don't mix mAh and Ah .
(i) Power delivered: we have V and I , so P = V I = 3.7 × 1.5 = 5.55 W
Why this step? Cell A tool — both quantities are given directly.
(ii) Runtime: capacity in amp-hours ÷ draw in amps gives hours.
t = 1.5 A 4 Ah ≈ 2.67 h
Why this step? Ah / A = h : the amps cancel, leaving hours of supply.
Verify: Energy check: E = P ⋅ t = 5.55 W × ( 2.67 × 3600 s ) ≈ 53300 J .
Independently, battery energy ≈ V × charge = 3.7 × ( 4 × 3600 C ) = 53280 J ✓.
The two agree, so the runtime is consistent.
Worked example Example 8 — Cell H (exam twist: the series-divider trap)
A 12 V supply drives two resistors in series : R 1 = 4 Ω and
R 2 = 8 Ω . Find the power dissipated in R 1 alone .
Forecast: The trap answer is P = V 2 / R 1 = 1 2 2 /4 = 36 W . Is that right? Guess yes/no.
Find the total resistance: in series they add, R tot = 4 + 8 = 12 Ω .
Why this step? The same current flows through both, and it's set by the whole chain.
Find the shared current using Ohm's law on the whole loop:
I = R tot V = 12 12 = 1 A
Why this step? In series there is one current everywhere; the supply voltage divides
across the resistors, so 12 V is NOT the voltage across R 1 by itself.
Power in R 1 using P = I 2 R with that current:
P 1 = I 2 R 1 = 1 2 × 4 = 4 W
Why this step? I 2 R is per-resistor safe because it uses the actual current and that
resistor's own R — no wrong voltage to grab.
Verify: Cross-check with the correct voltage across R 1 : V 1 = I R 1 = 1 × 4 = 4 V ,
so P 1 = V 1 2 / R 1 = 16/4 = 4 W ✓. Also total power P = V I = 12 × 1 = 12 W ,
and P 1 + P 2 = 4 + ( 1 2 × 8 ) = 4 + 8 = 12 W ✓ — the parts add up to the whole.
The naive 36 W used the whole-circuit voltage on one resistor — that's the trap.
Common mistake The Cell-H trap in one line
Why V 2 / R 1 = 36 W feels right: you grabbed the supply voltage automatically.
Fix: V in V 2 / R must be the voltage across that resistor , which in series is smaller
than the supply. Use P = I 2 R with the shared current to sidestep the whole issue.
Recall Quick self-test (reveal after guessing)
Which formula when you know I and R but not V ? ::: P = I 2 R
A fixed V across resistance R → ∞ gives what power? ::: Zero — no current flows.
Double the current in a fixed resistor: power ×? ::: ×4, because P ∝ I 2 .
5 V × 3 A charger delivers? ::: 15 W
Series R 1 = 4 Ω , R 2 = 8 Ω on 12 V : power in R 1 ? ::: 4 W (not 36 W)
Convert 3 hours to seconds for a joule calc. ::: 10800 s
Mnemonic Pick your tool by what you hold
Hold V & I → P = V I . Hold I & R → P = I 2 R . Hold V & R → P = V 2 / R .
"Match the formula to the letters already in your hand."