Power in Electrical Circuits
Voltage tells you the electrical push. Current tells you the rate of charge flow. Power tells you how fast electrical energy is being transferred.
Learning objectives
After this lesson, you will be able to:
- calculate power from voltage, current, and resistance;
- distinguish power from energy;
- apply passive sign convention to decide whether an element absorbs or delivers power;
- size components with realistic power-rating margin;
- recognize when electrical power creates thermal or safety risk.
The basic definition
Instantaneous electrical power is:
$$
p(t) = v(t)i(t)
$$
For steady DC values:
$$
P = VI
$$
Units:
- power in watts (
W); - energy in joules (
J) or watt-hours (Wh); - time in seconds or hours depending on the energy unit.
Passive sign convention matters
If current enters the terminal labeled positive, then:
p > 0means the element is absorbing power;p < 0means the element is delivering power.
That is not a bookkeeping trick. It is how you distinguish a load from a source.
Worked example 1: absorbing power
A resistor has 10 V across it and 200 mA entering its positive terminal.
$$
P = 10 \times 0.2 = 2\ \text{W}
$$
The resistor absorbs 2 W and converts that electrical energy mainly into heat.
Worked example 2: delivering power
A battery provides 12 V while 1.5 A leaves its positive terminal. Under passive sign convention the current entering the positive terminal is -1.5 A, so:
$$
P = 12 \times (-1.5) = -18\ \text{W}
$$
The battery is delivering 18 W to the rest of the circuit.
Power formulas derived from Ohm's law
Using V = IR, you can write power in equivalent forms:
$$
P = VI
$$
$$
P = I^2R
$$
$$
P = \frac{V^2}{R}
$$
Use the form that matches the quantities you actually know.
Worked examples
Example 3: resistor dissipation from voltage
A 100 Ω resistor has 10 V across it.
$$
P = \frac{V^2}{R} = \frac{10^2}{100} = 1\ \text{W}
$$
Do not choose a 1 W resistor by default. A practical design would normally choose more margin, such as 2 W.
Example 4: resistor dissipation from current
A branch current of 0.5 A flows through 8 Ω.
$$
P = I^2R = 0.5^2 \times 8 = 2\ \text{W}
$$
The resistor must safely dissipate at least 2 W, preferably with derating.
Interactive power calculator
Enter any two values and leave the others blank.
Power versus energy
Power is a rate. Energy is accumulated transfer over time.
$$
E = Pt
$$
If P is in watts and t is in seconds, energy is in joules. If P is in kilowatts and t is in hours, energy is in kilowatt-hours.
Worked example 5: battery-powered load
A device draws 6 W continuously for 3 h.
$$
E = 6 \times 3 = 18\ \text{Wh}
$$
In joules:
$$
18\ \text{Wh} = 18 \times 3600 = 64{,}800\ \text{J}
$$
Why power matters in real design
Power determines:
- how much heat a part must shed;
- how long a battery lasts;
- how large a power supply must be;
- whether a PCB trace, connector, or wire is adequately rated;
- whether a fault can become a burn or fire hazard.
Common component-level checks
| Item | Check |
|---|---|
| Resistor | power rating, surface temperature, pulse rating |
| Regulator or transistor | power dissipation and thermal resistance |
| Wire or trace | current capacity and temperature rise |
| Battery | discharge current, temperature, and protection |
| Connector | contact current and derating |
Heat is often the real failure mechanism
When a component dissipates power, it gets hotter. If the heat cannot escape fast enough, temperature rises until the part drifts, degrades, or fails.
A practical derating rule
Many designs aim to use a component at roughly 50% to 70% of its nominal continuous power rating unless there is a specific thermal analysis showing that higher utilization is acceptable.
A resistor marked `1 W` may only survive that continuously at a specified ambient temperature and with a certain amount of airflow or lead length. Real enclosure temperature can reduce safe dissipation significantly.
Power in common systems
| System | Useful power question |
|---|---|
| Microcontroller board | How much current can the regulator dissipate before overheating? |
| LED string | What resistor power rating is required at worst-case supply voltage? |
| Motor driver | How much heat is lost in MOSFETs and winding resistance? |
| Battery pack | How long will the load run at average power draw? |
| Mains appliance | What fuse, wire, and enclosure temperatures are required? |
AC note: use RMS for resistive loads
For a sinusoidal voltage across a resistor, average heating depends on RMS values:
$$
P = V_{rms}I_{rms}
$$
for a purely resistive load. More advanced AC power topics such as apparent power, reactive power, and power factor come later.
Safety guidance
Low voltage does not automatically mean low hazard. A low-voltage source can still deliver very high current. High voltage can be dangerous even at modest current.
Before building hardware, check source limits, fuse strategy, wire gauge, connector ratings, discharge paths, and accessible surface temperatures.
Common mistakes
- Treating power and energy as the same quantity.
- Using
P = VIwithout checking the current reference direction. - Selecting a resistor whose nominal power rating exactly matches the calculated dissipation.
- Forgetting startup, stall, or fault current when estimating worst-case power.
- Assuming high efficiency means zero heat.
Summary
- Power is the rate of electrical energy transfer.
- The core equations are
P = VI,P = I^2R, andP = V^2/R. - Sign convention tells you whether a component absorbs or delivers power.
- Energy adds a time dimension:
E = Pt. - In practical electronics, power calculations are inseparable from thermal design and safety margins.
Next: Kirchhoff's Current and Voltage Laws (KCL, KVL).