The direct answer for DC or steady-state resistive circuits is P = V × I. However, in the time domain for alternating or transient signals, the instantaneous power formula is expressed as p(t) = v(t) × i(t). This calculates the exact rate of energy transfer at any specific microsecond, rather than the averaged real power your utility meter bills you for.
The Core Instantaneous Power Formula and Symbol Definitions
In circuit theory, power is the rate at which electrical energy is transferred by a circuit. The general time-domain instantaneous power formula is derived directly from the definitions of voltage (energy per unit charge) and current (charge per unit time). When you multiply them, the charge units cancel out, leaving energy per unit time (Watts).
For time-varying signals (AC, transients, PWM):
p(t) = v(t) × i(t)
For DC or purely resistive steady-state circuits, the time variable drops out, yielding three interchangeable forms based on Ohm's Law substitutions:
P = V × I
P = I2 × R
P = V2 / R
| Symbol | Quantity | SI Unit | Unit Abbreviation |
|---|---|---|---|
p(t) |
Instantaneous Power (time-domain) | Watt | W |
v(t) |
Instantaneous Voltage | Volt | V |
i(t) |
Instantaneous Current | Ampere | A |
P |
Steady-State / DC Power | Watt | W |
V |
Steady-State / DC Voltage | Volt | V |
I |
Steady-State / DC Current | Ampere | A |
R |
Resistance | Ohm | Ω |
t |
Time | Second | s |
Rearranged Forms: Solving for Voltage, Current, and Resistance
On the bench, you rarely have all variables. Here is the rearranged forms list solving for each unknown, assuming a linear resistive load. According to Georgia State University HyperPhysics, these algebraic manipulations are foundational for sizing components and tracing faults.
- Solving for Voltage (V):
- Given P and I:
V = P / I - Given P and R:
V = √(P × R)
- Given P and I:
- Solving for Current (I):
- Given P and V:
I = P / V - Given P and R:
I = √(P / R)
- Given P and V:
- Solving for Resistance (R):
- Given V and P:
R = V2 / P - Given I and P:
R = P / I2
- Given V and P:
Worked Examples with Strict Unit Tracking
Abstract math leads to melted components. Here are two solved problems with explicit intermediate steps and unit tracking to demonstrate how the formula behaves in DC and AC domains.
Problem 1: DC Stall Current in a Motor (Resistive Model)
Scenario: You are testing a 12V DC scooter motor. The datasheet specifies a stall winding resistance (R) of 0.8 Ω. You need to find the instantaneous power dissipated as heat the exact moment the motor stalls (where back-EMF is zero and the coil acts as a pure resistor).
- Identify knowns:
V = 12.0 V,R = 0.8 Ω. - Select formula: Since we have V and R, use
P = V2 / R. - Substitute values with units:
P = (12.0 V)2 / 0.8 Ω - Expand and track units:
P = 144 V2 / 0.8 V/A(since Ω = V/A) - Calculate:
P = 180 V × A = 180 W
Problem 2: Time-Domain AC Instantaneous Power
Scenario: A European 230V RMS mains circuit feeds a purely resistive heater. The voltage is v(t) = 325 sin(100πt) V and the current is i(t) = 10 sin(100πt) A. Find the instantaneous power at exactly t = 5 ms (0.005 seconds).
- Calculate the phase angle at t = 0.005s:
θ = 100π × 0.005 = 0.5π radians(which equals 90°). - Evaluate instantaneous voltage v(0.005):
v(0.005) = 325 × sin(0.5π) = 325 × 1 = 325 V. - Evaluate instantaneous current i(0.005):
i(0.005) = 10 × sin(0.5π) = 10 × 1 = 10 A. - Apply the instantaneous power formula:
p(0.005) = v(0.005) × i(0.005)
p(0.005) = 325 V × 10 A = 3250 W.
Result: At the exact peak of the AC waveform (5ms into a 50Hz cycle), the instantaneous power spikes to 3250W. Note that the average real power over the full cycle is V_rms × I_rms = 230V × 7.07A ≈ 1626 W. As detailed in the All About Circuits AC power textbook, instantaneous power fluctuates wildly, while average power dictates your thermal design.
When the Formula Applies (and When Unit Mistakes Break It)
Assumptions and Boundary Conditions
The formula p(t) = v(t) × i(t) assumes the passive sign convention. This means current i(t) is defined as entering the positive terminal of the voltage drop v(t). If you are analyzing a power source (like a battery discharging or a solar panel generating), the current exits the positive terminal, and the calculated power will correctly yield a negative number, indicating power generation rather than dissipation.
Furthermore, the simplified DC forms (P = I2R) assume a strictly linear, ohmic load. If you apply P = V2/R to a non-linear load like a diode or a switching power supply, the effective resistance changes with voltage, rendering the static formula useless without calculus or empirical curve tracing.
Unit Mistakes That Break the Math
V = 5V and I = 20 mA, plugging them directly into P = V × I as 5 × 20 = 100 is wrong. The result is not 100 Watts; it is 100 milli-Watts (0.1 W). You must convert all prefixes to base SI units (Volts, Amperes, Ohms) before multiplying, or explicitly track the prefix through the calculation.
Realistic Answer Magnitudes
Knowing what a realistic answer looks like prevents catastrophic design flaws. Use this baseline:
- Signal/Logic Level: μW to low mW (e.g., an ESP32 drawing 80mA at 3.3V is ~264 mW).
- Appliance/Branch Circuit: 100W to 2000W (e.g., a 120V space heater drawing 12.5A is 1500W).
- Industrial/Feeder Level: kW to MW (e.g., a 480V 3-phase motor drawing 20A is roughly 16 kW).
Frequently Asked Questions
How does the instantaneous power formula differ from average power calculations?
The instantaneous power formula p(t) = v(t) × i(t) calculates the exact energy transfer rate at a single, infinitely small moment in time. In AC circuits, this value constantly swings between zero and the peak power. Average power (Real Power, measured in Watts) is the integral of the instantaneous power over one full cycle, divided by the period. For purely resistive AC loads, average power is exactly half of the peak instantaneous power.
Can the instantaneous power formula yield a negative value in AC circuits?
Yes. In circuits with reactive components (inductors or capacitors), the voltage and current waveforms are out of phase. During the parts of the AC cycle where v(t) and i(t) have opposite mathematical signs (one is positive, the other negative), their product p(t) becomes negative. This negative instantaneous power represents energy flowing back from the reactive component into the source, rather than being dissipated as heat.
How do you apply the instantaneous power formula to reactive components like capacitors?
You apply it exactly the same way: p(t) = v(t) × i(t). However, because current leads voltage by 90° in a capacitor, the math changes. If v(t) = V_peak sin(ωt), then i(t) = I_peak sin(ωt + 90°). Multiplying these using trigonometric identities yields p(t) = (V_peak × I_peak / 2) × sin(2ωt). Notice the frequency doubles, and the average power over a full cycle is exactly zero, proving ideal capacitors dissipate no real power.
Why does my multimeter reading not match the instantaneous power formula?
A standard digital multimeter (DMM) does not measure instantaneous values; it measures time-averaged RMS (Root Mean Square) voltage and current. If you multiply the RMS voltage and RMS current displayed on your DMM, you are calculating Apparent Power (measured in Volt-Amps, VA), not instantaneous power. To view true instantaneous power, you must use a digital storage oscilloscope (DSO) with math channels to multiply the captured voltage and current waveforms point-by-point in real time.






