Power Calculations
Learning Objectives
- Define electrical power and its relationship to energy and time.
- Calculate power using the three Ohm's-Law-derived formulas (P=VI, P=I²R, P=V²/R).
- Distinguish active (real), reactive, and apparent power in AC circuits, and calculate power factor.
- Calculate energy consumption and cost from power and time.
- Apply power calculations to select appropriately rated components and estimate running costs.
Quick Answer
Power is the rate at which electrical energy is transferred or converted, measured in watts (W): P = E / t. In DC (or purely resistive) circuits, it's calculated with P = VI, or equivalently P = I²R or P = V²/R using Ohm's Law. In AC circuits with reactive components, power splits into three related quantities: active power (P, the real, useful power doing work, in watts), reactive power (Q, energy that sloshes back and forth in capacitors/inductors without doing work, in vars), and apparent power (S, the combination seen by the source, in volt-amperes). Getting power calculations right matters for practical reasons students feel immediately: choosing a resistor that won't burn out, sizing a power supply, or estimating an electricity bill.
Power: The Basic Definition
P = E / t
where E is energy (joules) and t is time (seconds). This means 1 watt = 1 joule per second — power tells you how fast energy is being used or delivered, not how much total energy has been used.
Power from Ohm's Law
Combining P = VI with Ohm's Law (V=IR) gives three equivalent formulas:
| Given | Formula |
|---|---|
| V and I | P = V × I |
| I and R | P = I² × R |
| V and R | P = V² / R |
Worked Example 1: A circuit has V = 12V and R = 4Ω. Find the current and the power consumed.
I = V/R = 12/4 = 3 A
P = V × I = 12 × 3 = 36 W
(check: P = I²R = 3² × 4 = 36 W ✓; P = V²/R = 144/4 = 36 W ✓)
Worked Example 2: A 100W light bulb is designed to run on 230V. Find the current it draws and its resistance.
I = P / V = 100 / 230 ≈ 0.435 A
R = V² / P = 230² / 100 = 52,900 / 100 = 529 Ω
Active, Reactive, and Apparent Power (AC Circuits)
In AC circuits containing capacitors or inductors, current and voltage are out of phase by some angle θ, which splits power into three related quantities:
- Active (real) power: P = V_rms × I_rms × cos(θ), measured in watts (W) — the power that actually does useful work (heat, light, mechanical motion).
- Reactive power: Q = V_rms × I_rms × sin(θ), measured in vars (volt-amperes reactive) — energy that oscillates into and out of capacitors/inductors each cycle without net consumption.
- Apparent power: S = V_rms × I_rms, measured in volt-amperes (VA) — what the source "sees" as the total current-voltage product, combining both active and reactive components.
These relate through a right triangle: S² = P² + Q², and Power factor = cos(θ) = P / S.
Worked Example 3: An AC motor draws 10A at 230V, with a power factor of 0.8 lagging. Find the active power, apparent power, and reactive power.
S = V × I = 230 × 10 = 2300 VA
P = S × power factor = 2300 × 0.8 = 1840 W
Q = √(S² − P²) = √(2300² − 1840²) = √(5,290,000 − 3,385,600) = √1,904,400 ≈ 1380 var
This 0.8 power factor means the motor draws more apparent current (and stresses the supply wiring/transformer more) than a purely resistive load consuming the same 1840W of real power would — which is exactly why utilities penalize industrial customers for low power factor.
Energy and Cost Calculations
Since P = E/t, energy is simply E = P × t. Utility bills use kilowatt-hours (kWh): 1 kWh = using 1000W of power continuously for 1 hour.
Worked Example 4: A 2000W heater runs for 3 hours a day, for 30 days. Find the total energy consumed in kWh, and the cost at $0.15 per kWh.
E = P × t = 2000 W × (3 × 30) hours = 2000 × 90 = 180,000 Wh = 180 kWh
Cost = 180 kWh × $0.15/kWh = $27.00
Power Ratings and Safety Margins
Every component (resistor, wire, transformer) has a maximum power (or current) rating. Exceeding it causes overheating, which can degrade performance or cause outright failure — this is exactly the same principle covered in Ohm's Law, applied specifically to power budgeting.
Worked Example 5: A circuit design calls for a resistor to dissipate 0.4W continuously. Should you use a resistor rated for exactly 0.4W?
Best practice: apply a safety margin, typically 2x the calculated dissipation.
Minimum safe rating = 0.4 × 2 = 0.8 W → choose a standard 1W resistor.
Running a component right at its rated limit leaves no margin for tolerance variations, ambient temperature, or measurement error — a small safety factor (commonly 1.5x to 2x) is standard engineering practice.
Key Terms
| Term | Definition |
|---|---|
| Power (P) | The rate of energy transfer, measured in watts; P = E/t |
| Active (real) power | The power that performs actual useful work, measured in watts |
| Reactive power (Q) | Energy oscillating in and out of capacitors/inductors, measured in vars |
| Apparent power (S) | The total V×I product seen by the source, measured in volt-amperes |
| Power factor | cos(θ) = P/S, the fraction of apparent power that is useful (real) power |
| Energy (E) | The total amount of work done or heat produced; E = P × t, measured in joules or kWh |
| Kilowatt-hour (kWh) | A practical energy unit: using 1000W continuously for one hour |
Common Mistakes
-
Misconception: "Power and energy are the same thing, just different units." Why it's wrong: Power is a rate (energy per unit time), while energy is a quantity (total amount). A 100W bulb and a 10W bulb both use "power," but running the 100W bulb for 1 hour uses 10 times the energy of running the 10W bulb for the same time. Correct: Power tells you how fast energy is used (watts); energy tells you the total amount used over some duration (joules or kWh) — always multiply power by time to get energy.
-
Misconception: "Apparent power and active power are the same in every AC circuit." Why it's wrong: They're only equal when the load is purely resistive (power factor = 1, θ=0°). Any reactive component (capacitor or inductor) creates a phase difference, making apparent power (S) larger than active power (P). Correct: S = P only for purely resistive loads; otherwise S > P, and the difference relates to reactive power Q via S² = P² + Q².
-
Misconception: "A low power factor means the load is wasting real energy (and money) unnecessarily." Why it's wrong: Reactive power itself does no net work and isn't "consumed" in the sense of producing heat/light/motion — but a low power factor does force higher current for the same real power, increasing I²R losses in wiring and requiring larger-capacity transformers and cables. Correct: Low power factor increases apparent power and current for a given real power delivered, raising infrastructure costs and losses, even though the reactive power itself isn't billed as "wasted energy" in the same way.
Comparison and Connections
| Quantity | Symbol | Unit | Formula | What it represents |
|---|---|---|---|---|
| Active (real) power | P | Watt (W) | P = VIcos(θ) | Useful, work-doing power |
| Reactive power | Q | var | Q = VIsin(θ) | Non-working, oscillating power |
| Apparent power | S | VA | S = VI | Total power the source must supply |
| Power factor | cos(θ) | — | P/S | Efficiency of real power delivery |
| Energy | E | Joule / kWh | E = P × t | Total power used over time |
Practice Questions
Recall 1: Write the three power formulas derived from combining P=VI with Ohm's Law. Answer guidance: P=VI, P=I²R, P=V²/R.
Recall 2: What is the relationship between active power (P), reactive power (Q), and apparent power (S)? Answer guidance: S² = P² + Q² (they form a right triangle, with power factor = P/S = cos θ).
Understanding 1: Explain why a purely resistive AC load has apparent power equal to active power. Answer guidance: In a purely resistive load, voltage and current are perfectly in phase (θ=0°), so cos(θ)=1 and P=VIcos(0°)=VI=S; there's no reactive component to create a difference.
Understanding 2: Why does a low power factor increase current for the same real power delivered? Answer guidance: Since P = VIcos(θ) is fixed by the load's actual work requirement, a smaller cos(θ) (lower power factor) requires a larger current I to deliver the same P at a given voltage V, because I = P/(Vcos(θ)).
Application 1: A toaster is rated 900W at 120V. Find the current it draws and its resistance. Answer guidance: I = P/V = 900/120 = 7.5A; R = V²/P = 14,400/900 = 16Ω.
Application 2: A 1500W appliance runs for 4 hours a day for a week (7 days). Find the total energy used in kWh, and the cost at $0.20/kWh. Answer guidance: E = 1500W × (4×7)h = 1500 × 28 = 42,000 Wh = 42 kWh; Cost = 42 × $0.20 = $8.40.
Analysis 1: An industrial load draws 50A at 400V with a power factor of 0.7. Calculate the apparent power, active power, and the current the same load would draw if the power factor were improved to 0.95 (delivering the same real power). Comment on why utilities encourage power factor correction. Answer guidance: S=400×50=20,000VA; P=20,000×0.7=14,000W. At pf=0.95 for the same P: I=P/(V×pf)=14,000/(400×0.95)≈36.8A, down from 50A — nearly a 26% reduction in current for the same useful power, reducing I²R losses in cables/transformers and freeing up capacity, which is why utilities often charge penalties for poor power factor.
Analysis 2: A resistor is calculated to dissipate exactly 0.5W in a design, and an engineer selects a 0.5W-rated resistor with no margin. Analyze the risk in this decision and recommend a safer alternative, referencing the concept of safety margin. Answer guidance: Operating exactly at the rated limit leaves no allowance for component tolerance, ambient temperature rise, or measurement/calculation error, any of which could push actual dissipation slightly above the rating and cause overheating or premature failure over time. A safer choice applies a margin (commonly 1.5x–2x), so a 1W-rated resistor would be recommended for a calculated 0.5W dissipation.
FAQ
Q1: Why do appliance labels list both watts and amps? Watts (power) tells you total energy consumption rate, while amps (current) tells you the electrical load on the specific circuit/wiring/fuse — both matter because circuit breakers and wiring are rated by current, not power directly.
Q2: Is reactive power "wasted" electricity that I still pay for? Not directly in most residential billing (which typically only meters real energy in kWh), but reactive power does increase current draw for a given real power, which increases losses in wiring and transformers — costs that get passed on more broadly, which is why many commercial/industrial tariffs specifically penalize low power factor.
Q3: How is power factor improved in practice? By adding capacitor banks (for inductive loads like motors, which typically have a lagging power factor) to supply the reactive power locally, reducing the reactive current the utility supply itself needs to provide.
Q4: Why does power scale with the square of current or voltage (P=I²R, P=V²/R) but linearly with their product (P=VI)? Because current and voltage aren't independent in a resistor — they're linked by Ohm's Law (V=IR). Substituting one in terms of the other to eliminate a variable naturally introduces a squared term; the underlying physical power is still just P=VI either way, just expressed with only one measured quantity.
Q5: Does power calculation change for non-linear loads like LED drivers or switching power supplies? The basic P=VI relationship for instantaneous power still holds, but non-linear loads draw current in non-sinusoidal pulses even from a sinusoidal voltage, which complicates power factor and introduces harmonic distortion — analyzing them typically requires more advanced tools than simple phase-angle power factor calculations.
Quick Revision
- Power: P = E/t, measured in watts (1W = 1 joule/second).
- Ohm's-Law power formulas: P=VI, P=I²R, P=V²/R.
- AC power triangle: S² = P² + Q² (apparent² = active² + reactive²).
- Active power P = VIcos(θ); reactive power Q = VIsin(θ); apparent power S = VI.
- Power factor = cos(θ) = P/S; equals 1 only for purely resistive loads.
- Low power factor increases current draw for the same real power, raising I²R losses.
- Energy: E = P × t; utility billing uses kilowatt-hours (kWh), not watts.
- 1 kWh = using 1000W continuously for 1 hour.
- Component power ratings should include a safety margin (typically 1.5x–2x calculated dissipation).
- Power factor correction (e.g., capacitor banks) reduces current draw for inductive industrial loads.
Related Topics
Prerequisites: Ohm's Law, AC and DC Circuits.
Related Topics: AC and DC Circuits, Signal and Noise Analysis, Network Theorems.
Next Topics: This concludes the Circuit Theory sequence — proceed to Semiconductor Devices or Analog Electronics topics.