Kök ortalama karesi neden ortalama güç hesaplanırken kullanılır, sadece voltaj / akımın ortalaması değil?


28

P=Ieff2×R
where Ieff is the effective current. For power to be average I must be average current, so I am surmising that the effective current is the average current.

In that case, why is Ieff not simply

Ieff=1t0t|i|dt

Instead it is defined like so:

Ieff=1t0ti2dt

Thus, using these two expressions to calculate P results in different answers.

Why is this so? It makes no sense to me. I can only guess that I am misinterpreting the effective current is the average current. If this is not the case, however, I do not see how P can be the average power when Ieff is not the average current.


50
For AC, the average voltage/current is zero.
Roger Rowland

9
Power is proportional to current squared, not current magnitude.
Chu

26
Because if you want the average power, you have to compute the power and average it, not something that isn't the power.
Neil_UK

4
"For power to be average $I$ must be average current" - that is where you are wrong.
user253751

6
@drobertson "Root mean square" = root of mean of square, which is not the same as mean of root of square, and therefore not the same as mean of absolute value.
user253751

Yanıtlar:


56

Take a simple example where the sums are trivial. I have a voltage that is on 50% of the time and off 50% of the time. It is 10V when it is on. The average voltage is thus 5V. If I connect a resistor of 1 ohm across it, it will dissipate 100W when it is on and 0W when it is off. The average power is thus 50W.

Now leave the voltage on all the time but make it 5V. Average voltage is still 5V, but the average power is only 25W. Oops.

Or suppose I have the voltage only on 10% of the time, but it is 50V. The average voltage is 5V again, but the power is 2500W when on, and 0W when off, so 250W average.


In reality to calculate power in general you have to integrate (instantaneous voltage) * (instantaneous current) over a period of the waveform to get the average (or from 0 to some time t as in your example to find the power over some interval).

If (and it's a big if) the load is a fixed resistor R you can say that v= i*R, so instantaneous power is i^2 * R and so then you can integrate i^2 over the period to get the "RMS current", and multiply by R later (since it's fixed it doesn't enter into the integral).


RMS current is not particularly useful if the load is something nonlinear like a diode. It can be useful in analyzing losses in something like a capacitor with a given ESR. The losses (and resulting heating effect which shortens the capacitor life) will be proportional to the RMS current, not the average.


34

For power to be average i must be average current, so I am surmising that the effective current is the average current.

In short, average voltage x average current only equals average power when the voltage and current are DC quantities. Think about the following example: -

If you applied 230 V AC from your utility power outlet to a heating element, it would get warm or even hot. It is taking power that you can be billed for. 230 V AC is a sine wave and all sine waves have an average value of zero. The resulting current flowing through the heating element is also a sine wave with an average value of zero.

So, using average voltage x average current produces zero average power and clearly that is wrong. It is RMS voltage x RMS current that is going to give a meaningful answer (irrespective of whether it's DC or AC).

You have to go back to basics and ask yourself what power is - it is voltage x current and these are instantaneous values multiplied together. This results in a power waveform like this: -

enter image description here

Because of the act of multiplication, the power waveform now has an average value that is non-zero. Taking this a step further, if the load resistor were 1 ohm then, the amplitude of current will equal the amplitude of the applied voltage so, the power becomes the average of v2.

This leads us to say that power is the mean of the square of voltage (or current) and, given that we have chosen 1 ohm in this example, we can also say that the effective voltage that produces this power is the square root of the mean of the voltage squared or the "RMS" value.

So, for a sine wave of peak amplitude vpk, the top of the power wave is vpk2 and, because the power wave produced by a sine wave squared is also a sine wave (at twice the frequency), the average (mean) value is: -

vpk22. Then taking the square root to get the effective voltage we get vpk22 or vpk2

In effect the RMS value of an AC voltage (or current) is the equivalent value of a DC voltage (or current) that produces the same heating effect in a resistive load.

So no, average voltage or average current is irrelevant but average power is king.


Good explanation
crowie

Note that average power equals RMS voltage times RMS current if and only if voltage and current are proportional.
Peter Green

Does this multiplication mean that non-resistive loads have a power curve that is sometimes negative? Does this mean that the naive average of the power is different from VRMS*IRMS? Is the difference related to the power factor?
Random832

1
@Random832 - it seems your comment should have come after mine but yes, I was careful with the words not to imply any power factor in order to avoid unnecessary complication in the answer. Power only equals Vrms x I rms in an ac circuit for loads that have a PF of 1.
Andy aka

1
@anhnha yes, the general case is always the product of instantaneous v and i. In fact power factor is never (a brave word to use) used to sensibly calculate power. I have left plenty of other answers on this subject that you may have seen.
Andy aka

16

The devil is in the details when you work out the math.

Given that instantaneous power Pinst=i2R, then the average power is:

Pavg=Pinst¯=i2R¯=i2¯R=1T0Ti2dtR

The effective DC current is that which dissipates the same average power

Pavg=Ieff2R
then it follows:
Ieff2=1T0Ti2 dt
Ieff=1T0Ti2 dt

If you look at average voltage/current and RMS voltage/current, they are different because of the properties of integrals. In other words,

abi2 dt[abi dt]2
If this property were true, then the squared could be pulled out of the integral and cancel with the square root.

Additionally, there is the issue of the 1T underneath the square root which would also cause issues.

In summary, it is because the math does not work out that way.


This is the more precise and correct answer, IMO.
hcabral

4

Average power is just the integral of work, over some finite time period, divided by that time period. For your case, each instant of work is:

dU=Ptdt=RtIt2dt

So, you integrate that to get total work for some finite period and then, to convert that into an average power value, you just divide it by the finite period. Or:

P¯=1t1t0t0t1RtIt2dt

If Rt is a constant over time, then:

P¯=R1t1t0t0t1It2dt

But if you want to now construct some kind of fictional effective current that fits the RIeff2 model, then by simple inspection of the above equation it must be the case that:

P¯=RIeff2=R1t1t0t0t1It2dt             Ieff2=1t1t0t0t1It2dt

It's just an equivalent substitution, right?

And then obviously:

Ieff=1t1t0t0t1It2dt

If you start things so that t0=0 and set t1=t then you get your own equation. It's that easy, really.


Nice clean answer. I am sure you would appreciate some digression into 2-norm of Hilbert's spaces too...
carloc

3

Imagine two currents flow simultaneously through your load:

  • DC current of 1A
  • AC current with 1A amplitude

The total current will look something like this:

enter image description here

Now, if we apply your formula for Ieff, we will get 1A, as if the AC component produced zero power. I hope you agree that this makes even less sense than the original formula.


2

Consider R=1Ω and and a current of 1A for one second and 10A for another second. What's the average power?

Obviously, it is

P¯=1s1A21Ω+1s10A21Ω2s=50.5W

Let's rewrite this:

P¯=1Ω(1s1A2+1s10A22s)=Ieff2

On the other hand, the average current is 5.5A, which gives an "average power" of 30.25W.

The point is, the power formula contains the square of the current, so the effective current is higher than just the average of the (absolute value of) the current.


2

Let me put this in more general terms: Instant power P(t) dissipated over a load is a product (in mathematical sense as multiplication) of V(t) and I(t). Or I(t)*I(t)/R for that matter. Average power is therefore an average[I(t)*I(t)]/R. The paradox is in the well-known mathematical theorem that an average of a product of variable functions is not equal to product of their averages,

[(V(t)I(t)] != [V(t)]*[I(t)];

equivalently,

[I(t)^2] != [I(t)]*[I(t)]

To illustrate this basic calculus problem to some extreme, assume that you have a resistor load of 1 Ohm, and the voltage is pulsed as 10V for 10% duty cycle, 10% up, 90% no voltage. The real dissipated power is 10V*10A = 100W for 10% of the duty cycle, and zero for the rest of duty cycle. So the average power dissipated by this resistor is 10W.

Now, if you take (or even measure!) the averages separately using separate meters, the average [V] of this pulsed waveform will come up as 1V, and the average of I will come as 1A. Multiplying the measured results one might come to a conclusion that the power consumed by this "device" is only 1W, which will be totally wrong by a factor of 10!!!.

This is a typical mistake in many disciplines and applications. For example this mistake is in the basis of many bogus claims of some magical water heaters that produce more output than the "consumed electricity" usually explained by "cold fusion", or some other BS. There are even patents granted on these "pulsed heaters".

Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.