Equivalent DC-current of an AC-Current

  • Thread starter Thread starter Marvin94
  • Start date Start date
  • Tags Tags
    Equivalent
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 5K views
Marvin94
Messages
41
Reaction score
0
One has to calculate the equivalent DC-current in order to provide the same power on a load like a sine, triangular and square wave current do in average.

I know the general formula for the average power of an AC-current is:
[itex]p_{average} = \frac{R}{T} \int_0^T i(t)^2 \, dx[/itex]

For the sine current, the integral goes from 0 to 2pi/w (as expected).
Now, I don't understand why in the solution of this tasks the integral referring to the triangular function goes from 0 to T/4, and for the square wave function from 0 to T/2? Why simply to T?
 
Last edited:
Engineering news on Phys.org
Marvin94 said:
One has to calculate the equivalent DC-current in order to provide the same power on a load like a sine, triangular and square wave current do in average.

I know the general formula for the average power of an AC-current is:
[itex]p_{average} = \frac{R}{T} \int_0^T i(t)^2 \, dx[/itex]

For the sine current, the integral goes from 0 to 2pi/w (as expected).
Now, I don't understand why in the solution of this tasks the integral referring to the triangular function goes from 0 to T/4, and for the square wave function from 0 to T/2? Why simply to T?

I'm not sure that I understand your question here...

Average AC power is... [itex]P_{average} = V*I*PF[/itex] (forgive this poor quality...it's my first time using latex)
 
I think you are saying that when you look up the standard solution for the problem, they integrate from 0 to T/4 and 0 to T/2 -- and you are thinking they should be going 0 to T?

If that is the point of your question - it is because the waveforms are discontinuous and symmetrical. - i.e. you only have to do 1/2 of a complete square wave or 1/4 of a triangle wave to get the correct result.
 
Looking to your title, are you wondering how to acquire the DC equivalence of an AC circuit so you don't have to use Diff Eq. to solve circuits? If so... [itex]L_{DC equivalence} = jwL[/itex] and [itex]C_{DC equivalence} = jwC^{-1}[/itex]

Your source will change to use only the magnitude (in rms) of the value given and the phase angle of said source.
[itex]V_{source} = V_{rms}sin(\omega t- \varphi)[/itex] will turn to [itex]V_{source} = V_{rms}\angle -\varphi[/itex]

Once you transfer everything over to the frequency domain, you can once again use DC analysis methods to find whatever it is you're trying to find.
 
Last edited:
Windadct said:
I think you are saying that when you look up the standard solution for the problem, they integrate from 0 to T/4 and 0 to T/2 -- and you are thinking they should be going 0 to T?

If that is the point of your question - it is because the waveforms are discontinuous and symmetrical. - i.e. you only have to do 1/2 of a complete square wave or 1/4 of a triangle wave to get the correct result.

You have understood what is my problem. I don't get why I "only have to do 1/2 of a complete square wave or 1/4 of a triangle wave to get the correct result". Can you make this point clear to me?
 
anorlunda said:
I think you want RMS root mean square. ... RMS works for any wave shape. Based on the original question, that is what you need.
I think the formula OP uses IS to calculate the mean power by finding the mean of the square of the current.
Because it is mean power being calculated, there is no root - P = R( I^2 ) or (V^2)/R
RMS voltage and current (not squared) are calculated from the root of the mean power.

Marvin94 said:
You have understood what is my problem. I don't get why I "only have to do 1/2 of a complete square wave or 1/4 of a triangle wave to get the correct result". Can you make this point clear to me?
With your AC wave, the instantaneous power in the resistance is varying as the voltage and current are varying - peak power when voltage or current are peak and zero power when they are zero. To find the DC equivalent - which is a constant voltage and current - we need to average over the whole cycle. Each complete cycle will be the same, because the variations in voltage and current are the same in each cycle.

So the general rule is to integrate the square of the voltage or current over one complete cycle. This will work for any wave shape. The squaring ensures that the positive and negative parts of the cycle do not cancel each other. Since power is proportional to the square of the current or voltage, we just divide by the length of the cycle to get the average power. And if you want the equivalent DC current or voltage, you need to take the square root of that average (mean) - what people call the root mean square or RMS value.

Now for waves with symmetry you MAY integrate over less than the whole cycle and average that.
##(\int_0^{360} \! sin^2(x) \, \mathrm{d}x)/1 = ## ##(\int_0^{180} \! sin^2(x) \, \mathrm{d}x)/2 = ## ##(\int_0^{90} \! sin^2(x) \, \mathrm{d}x)/4 ##

In fact you can do 1/4 cycle of sine, square or triangle wave and the average of the squared values is the same as over a complete cycle. So for these 3 waves it does not matter whether you use 1/4 , 1/2 or a complete cycle *provided* you start at the beginning of a cycle (or any 1/4 cycle) and the wave is symmetric with no DC component. This would not be true for less symmetric waves, such as a sawtooth or a mixture of harmonics.
 
Last edited:
  • Like
Likes   Reactions: Marvin94