Electronic – Average Power Formulas

mathpower

I've becomes a bit confused with the average power formulas. These formulas can be found on Wikipedia here and here. Let's suppose V(t) = 1V (DC) and we have a square wave for the current that switches from -1A to 1A. If I look at the first equation, I'd get that \$P_\mathrm{ave}=0\$W because the average value of a square wave is 0; however, if I look at the second equation, I'd find that \$P_\mathrm{ave}=1\$W because the RMS voltage is 1V and the RMS current is 1A.

I don't understand which equation is correct. They seem to be calculating different averages. If someone asks for the average power, which do they mean? What am I missing?

$$
P_\mathrm{ave} = \frac{1}{T_2 – T_1} \int_{T_1}^{T_2} V(t) I(t) \, \mathrm{d}t
$$
$$
P_\mathrm{ave} = V_\mathrm{rms} I_\mathrm{rms} = \sqrt{\frac{1}{T_2 – T_1} \int_{T_1}^{T_2} V^2(t) \, \mathrm{d}t} \sqrt{\frac{1}{T_2 – T_1} \int_{T_1}^{T_2} I^2(t) \, \mathrm{d}t}
$$

Best Answer

If someone asked for the average power dissipated in a device, what would that mean?

The average power is the time average of the instantaneous power. In the case you describe, the instantaneous power is a 1W peak square wave and, as you point out, the average over a period is zero.

But, consider the case of (in phase) sinusoidal voltage and current:

$$v(t) = V \cos \omega t $$

$$i(t) = I \cos \omega t $$

The instantaneous and average power are:

$$p(t) = v(t) \cdot i(t) = V_m \cos\omega t \cdot I_m \cos\omega t = \dfrac{V_m \cdot I_m}{2}(1 + \cos2\omega t) $$

$$p_{avg} = \dfrac{V_m \cdot I_m}{2}$$

(since the time average of sinusoid over a period is zero.)

In the above, we evaluated the time average of the instantaneous power. This will always give the correct result.

You link to the Wiki article on AC power which is analyzed in the phasor domain. Phasor analysis assumes sinusoidal excitation so it would be a mistake to apply the AC power results to your square wave example.

The product of the rms phasor voltage \$\vec V \$ and current \$\vec I \$ gives the complex power S:

$$S = \vec V \cdot \vec I = P + jQ$$

where P, the real part of S, is the average power.

The rms phasor voltage and current for the time domain voltage and current above are:

$$\vec V = \dfrac{V_m}{\sqrt{2}} $$

$$\vec I = \dfrac{I_m}{\sqrt{2}} $$

The complex power is then:

$$S = \dfrac{V_m}{\sqrt{2}}\dfrac{I_m}{\sqrt{2}} = \dfrac{V_m \cdot I_m}{2}$$

Since, in this case, S is purely real, the average power is:

$$P = \dfrac{V_m \cdot I_m}{2}$$

which agrees with the time domain calculation.