RMS (root mean square) of sums of functions

AI Thread Summary
The discussion centers on calculating the RMS value of a voltage function composed of a DC component and two cosine terms. The RMS value is derived from the formula f_{rms}(t) = √(1/T ∫(0 to T) f(t)² dt), where integration over a common period (2π) allows for the summation of the individual RMS values of each component. It is noted that the integral of the product of different components equals zero due to their orthogonality, simplifying the calculation. The RMS of the DC component remains its actual value, while the RMS of the cosine terms is calculated as their amplitude divided by √2. Understanding these principles clarifies why the sum of squares approach is valid for determining the overall RMS value.
lynx1245
Messages
2
Reaction score
0

Homework Statement



The voltage across a resistor is given by:
<br /> v(t) = 5 + 3 \cos{(t + 10^o)} + \cos{(2 t + 30^o)} V<br />
Find the RMS value of the voltage

Homework Equations


For a periodic function, f(t), the rms value is given by:
<br /> f_{rms} (t) = \sqrt{\frac{1}{T} \int_{0}^{T} f(t)^2 dt}<br />
Where T is the period.

The Attempt at a Solution


I know that the solution is given by:
<br /> v_{rms} (t) = \sqrt{5^2 + (\frac{3}{\sqrt{2}})^2 + (\frac{1}{\sqrt{2}})^2} V<br />

It seems that you take the sum of the squares of the respective RMS value of each piece of the original voltage. I can't figure out why you do this though. I don't think applying the equation given will easily give you this answer. It's hard to even find a period to integrate over from the original voltage equation. Any insight into why the sum of squares works would be helpful.
 
Last edited:
Physics news on Phys.org
To calculate the integral, you must express all your angles in radians and use the formula for the sum of arcs. So
3cos(t + 10^o) = 3cos(t + 10\pi /180) = 3[cos t cos\pi/18 - sin t sin \pi/18]
The period of integration is 2 \pi, the period for the lower frequency 1 rad/s.
 
lynx1245 said:
It seems that you take the sum of the squares of the respective RMS value of each piece of the original voltage. I can't figure out why you do this though. I don't think applying the equation given will easily give you this answer. It's hard to even find a period to integrate over from the original voltage equation. Any insight into why the sum of squares works would be helpful.

First, you should take a look at why the RMS value of a cosinusoid is \frac{amplitude}{\sqrt{2}} :http://en.wikipedia.org/wiki/Root_mean_square

Now, in your particular case you have a voltage composed of a DC component and two cosinusoids. In the formula of the RMS value,
f_{rms} (t) = \sqrt{\frac{1}{T} \int_{0}^{T} f(t)^2 dt} you will have the integral of the sum of this components, which, because integration is a linear operation, equals the sum of the integral of each component. The integral of each component equals its RMS squared (and multiplied by T), and so the formula works.

The period of integration must be a common multiple of the periods of the individual components, because, any multiple of the main period of a signal is also a period. So you can take the period 2 \pi as SGT said. Also note that the RMS value of the DC component is it's actual value no matter what period you take since it's value doesn't vary over time.

EDIT: Also, I should have mentioned that the integral of the product of any two different components from your voltage over a period equals zero. The components are said to be orthogonal. You can verify this graphically, knowing that the integral is the sum of the signed areas between the function's graph and the abscise.
 
Last edited:
Thanks for the help guys. Here's how I did it.

I expanded v_{rms}(t)^2 to:
v_{rms}(t)^2 = 5^2 + 30 \cos{(t+10^o)} + 10 \cos{(2t+30^o)} +9 \cos^2{(t+10^o)} + 6 \cos{(t+10^o)} \cos{(2t+30^o)} + \cos^2{(t+10^o)}<br />

and using the product to sum identity:

<br /> \cos{x} \cos{y} = \frac{1}{2} (\cos{(x-y)} + \cos{(x+y)})<br />

Its easy to see that all the lone cosine terms and the product of the cosines will go away through the integration and all that will be left is the RMS of each respective term in the original equation.
 

Similar threads

Replies
4
Views
8K
Replies
7
Views
2K
Replies
2
Views
1K
Replies
20
Views
5K
Replies
8
Views
4K
Replies
9
Views
2K
Replies
11
Views
2K
Back
Top