In circuit analysis it is stated that the RMS (Root Mean Square) value of a waveform which consists of a sum of sinusoids of different frequencies, is equal to the square root of the sum of the squares of the RMS values of each sinusoid. Therefore, if
$$i(t)=I_0+I_1\cos(w_1t+\theta_1)+I_2\cos(w_2t+\theta_2)+....+I_n\cos(w_nt+\theta_n)$$
then the RMS value of i(t) is equal to
$$I_{RMS}=\sqrt{I_{0\;RMS}^2+I_{1\;RMS}^2+....+I_{n\;RMS}^2}$$
However, a proof is not given and the RMS formula is:
$$I_{RMS}=\sqrt{\frac{1}{T}\int_{-T/2}^{T/2}i^2(t)dt}$$
According to Period of sum of sinusoids if frequency ratios are irrational the period may become infinite. Here is what I have done considering this fact (just for two terms):
$$I_{RMS}^2=\lim_{T \to \infty}\frac{1}{T}\int_{-T/2}^{T/2}(I_1\cos(w_1t+\theta_1)+I_2\cos(w_2t+\theta_2))^2dt$$
$$I_{RMS}^2=\lim_{T \to \infty}\left( \frac{I_1^2}{2}\cos(2\theta_1)\frac{\sin(w_1T)}{w_1T}+\frac{I_1^2}{2}+\frac{I_2^2}{2}\cos(2\theta_2)\frac{\sin(w_2T)}{w_2T}+\frac{I_2^2}{2} \right)=\frac{I_1^2}{2}+\frac{I_2^2}{2}$$
Since $I_{1\;RMS}=I_1/\sqrt2$, $I_{2\;RMS}=I_2/\sqrt2$.... the result is as expected:
$$I_{RMS}^2=I_{1\;RMS}^2+I_{2\;RMS}^2$$
However, my solution is based on the assumption that the total period is infinite. How can we show above statement is true when all the frequencies are integer multiples of each other? In this case total period should be finite.
$$\int_0^T \left[ \cos(2\omega_it + 2\theta_i ) + \cos( 0) \right] dt = \frac{\sin(2w_iT)\cos(2\theta_i)+\sin(2\theta_i)\cos(2w_iT)}{2w_i}+T-\frac{\sin(2\theta_i)}{2w_i}$$
Since $2w_iT=\frac{4\pi}{p_iT_0}T$ and $\frac{T}{p_iT_0}$ is an integer $k_i$ the result becomes:
$$=\frac{\sin(2\theta_i)}{2w_i}+T-\frac{\sin(2\theta_i)}{2w_i}=T$$
Thanks a lot.
– Oct 20 '14 at 07:45