RMS of Fullwave rectified sine wave.

pooface
Messages
207
Reaction score
0

Homework Statement


Determine the RMS value of fullwave rectified sine wave.

Homework Equations


RMS = \sqrt{({1}/{b-a})\int^{b}_{a}[(fx)]^{2}dx}

The Attempt at a Solution



Notes: The Period of a full wave rectified sine wave is pi.

a=0
b=pi

Let's do square root at the end.

=1/pi \int^{pi}_{0}sin^{2}xdx

=1/pi [pi/2 - [sin(2pi)]/4] - 1/pi [pi/2 - [sin(2pi)]/4]

=1/2 - 1/2 ? ? ? ? ? ?

Where am i going wrong? Sorry I am not good with latex code, even with the reference.
 
Last edited:
Physics news on Phys.org
So you used the double angle identity.

sin^2(x) =\frac{1}{2}(1-cos(2x))

\int_0^{\pi} \frac{1}{2}(1-cos(2x)) = \frac{\pi}{2} - \left[sin(2x)/4 \right]^{x=\pi}_{x=0}

\int_0^{\pi} \frac{1}{2}(1-cos(2x)) = \frac{\pi}{2}-(0)

I'm not sure what you were doing.
 
I used integral of sin^2(u) du is = u/2 - [sin(2u)]/4 + C

When i sub pi in the term sin2u , then this becomes sin2pi which is 0.
 
Right so you have

\sqrt{\frac{1}{\pi}\frac{\pi}{2}}

RMS = 1/√2
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top