Root-Mean-Square (RMS)

You probably already encounter words like V_{RMS} and I_{RMS} or expressions like \frac{V_{max}}{\sqrt{2}} when dealing with AC waveforms in circuits analysis. Let's explore where this is coming from.

Let's consider the following DC circuit: a 5V dc power supply connected to a 100Ω resistor. Applying ohm's law the current that flows in the circuit is I=\frac{5}{100}=50mA.

The power dissipated by the resistor is also trivial to find out: P=V*I, which in this case is equal to 0.25W.

If you look at the plot of the resistor's current (yellow line) and voltage (green line), with no surprise, we see a constant voltage and constant current over time.

In DC, the concept of average voltage and instantaneous voltage is the same. Notice that if you take the average voltage over time (which is equal to 5V) is going to be equal to picking a random point and measure the voltage at that specific point in time (5V).

Let's now consider the same circuit, but let's substitute the DC voltage source with an AC voltage source (sinusoidal waveform). I am going to make a claim and state that this AC circuit is equivalent to the DC circuit. We will understand this claim later, for now let's go with this.

Note: I adjusted the V_{max} to 7.07V instead of 5V on purpose. This is to make sure that when we go over the math on the sections below we can understand the results and related the circuits accordingly. For now, just accept the 7.07V, things will make sense at the end.

What is the power dissipated by the resistor now? Which value of voltage and current are we going to choose to calculate the power?

One thing that we know for sure is that the concept of average and instantaneous (voltage, current or power) is not the same for an AC circuit.

Instantaneous values can easily be taken at any instance of time but how do we calculate the average value of a periodic waveform in a way that is meaningful for circuit analysis?

There are different types of periodic waveforms and the main idea described in this article. applies to any periodic waveform. However, we will be focusing on the sinusoidal waveform because that is the one most common in circuits.

Let's start by exploring the average value for a full cycle.

Consider f(t)=V_p*sin(t). In the graph below we can visually see that the average value of f(t) is zero.

Mathematically we can calculate the average value for a full cycle using the following formula: V_{avg}=\frac{Area}{time}=\frac{\int_{0}^{2\pi}f(t)}{2\pi-0}.

The average value in this form is not that useful. We need to find a different way to calculate the average value for periodic signals.

Since the positive part of a sinusoidal waveform is equal to the negative part, let's focus on calculating the average value of half a cycle using the same formula as in the previous section but changing the limits of integration accordingly.

V_{avg}=\frac{Area}{time}=\frac{\int_{0}^{\pi}f(t)}{\pi-0}

Let's include the other half cycle by multiplying the result by 2.

Note: I am calling it V_{mean} so we can distinguish it from V_{avg}, but in this context means the same thing.

AC Power Calculations

Let's try to use the V_{mean} expression on the AC circuit from the motivation section to calculate the power dissipated by the resistor.

Measured values from Falstad simulation (Link):

  • V_{max}=7.07V
  • I_{max}=70.7mA

The average voltage is V_{avg}=0.637*7.07=4.5V and the average current is I_{avg}=0.637*70.7=45mA, which gives a power equal to P_{avg}=4.5*0.045=0.2025W.

In the motivation section, I made a claim and stated that the AC circuit and the DC circuit where equivalent. For that to be true, the power dissipated by the resistor needs to be the same for both circuits.

It is clear that using the average value (half a cycle) to calculate the power is not giving the same result (0.25W (DC circuit) \neq 0.2025W (AC circuit)).

We need to approach this problem differently.

Instead of calculating the average value (half a cycle) of voltage and current and plug those values into P_{avg}=V_{avg}*I_{avg}, let's instead rewrite the equation to P=R*I^2 and work with the following average power equation: P_{avg}=\frac{Area}{time}=\frac{\int_{}^{}f(t)}{t}

Note: we can also work with P=\frac{V^2}{R}, which will give P_{avg}=\frac{1}{R}*\frac{\int_{}^{}V^2}{t}. The idea is the same and will give the same answer.

The question that now rises is, what is this new expression \frac{\int_{}^{}V^2}{t} or \frac{\int_{}^{}I^2}{t}?

In statistics there are different types of averages also called measures of central tendency. The most common types of averages are the mean, median and mode. However, inside the mean category, there are more options available.

It is outside of the scope of this article to cover statistics. If you want to read more about this subject you can check [REF2] [REF3] [REF4].

Equations (discrete form) for the different types of mean:

A particular interest relation to pay attention to, is between the arithmetic and the quadratic mean. Notice that the quadratic mean squares all the numbers, then takes the usual average, and then takes the square root.

Since we tried the arithmetic mean during the average power (half cycle), it would be interesting to explore if there is a way to apply the quadratic mean and see the results that we get. The cool part about this is that without too much effort the quadratic mean is already present in our new expression of the average power. Let's see how...

The continuous form representation of the quadratic mean is:

Relating the quadratic mean with the new average power equation, P_{avg}=\frac{1}{R}*\frac{\int_{}^{}V^2}{t}, we can see that this new approach of expression the average power uses the quadratic mean of voltages or currents.

In fact, the quadratic mean is also called root-mean-square (RMS).

We have a new expression for the average power: P_{avg}=\frac{V_{RMS}^2}{R}

With this new finding, let's calculate the average power using the V_{RMS}^2 value of a sinusoidal waveform.

AC Power Calculations

Let's now use this V_{RMS} on the AC circuit again from the motivation section and calculate the power dissipated by the resistor.

The measured values from Falstad simulation are the same (Link):

  • V_{max}=7.07V
  • I_{max}=70.7mA

The RMS voltage is V_{RMS}=0.707*7.07=4.999V which gives a power equal to P_{avg}=\frac{4.99^2}{100}=0.25W.

We can apply the same process using the RMS current, I_{RMS}=0.707*70.7=49.99mA which gives a power equal to P_{avg}=100*0.04999^2=0.25W.

It is clear that using the RMS values to calculate the power gives the same result (0.25W (DC circuit) = 0.25W (RMS AC circuit)).

If we go back to the AC circuit from the motivation section, we can fix the measurement tools (voltmeter and ammeter) to reflect the RMS value of the circuit.

We are also in better shape now to understand why at the beginning I fixed the maximum voltage from 5V to 7.07V. If we simulate the circuit with a maximum voltage of 5V we don't get the equivalent AC circuit. We need to raise the maximum voltage of the AC voltage source to get the equivalent DC heating effect in the resistor.

(Falstad Simulation Link)

Despite the fact that the average value (half a cycle) of an AC circuit doesn't correlate with the DC circuit at first glance, it is still an important parameter to calculate.

The relationship between the average value and the RMS value is called form factor: k=\frac{V_{RMS}}{V_{avg}}. The table below shows the RMS, AVG, and respective form factor for different types of periodic waveforms.

Why is form factor important?

AC measuring instruments are often built with specific waveforms in mind. For example, many multimeters on their AC ranges are specifically scaled to display the RMS value of a sine wave. Since the RMS calculation can be difficult to achieve digitally, the absolute average is calculate instead and the result is multiplied by the form factor of a sinusoid.

You are probably already guessing that if the sinusoidal waveform is not pure, using the average and the form factor to get the RMS is not going to be accurate.

This dictates the difference between when to use regular multimeters or true RMS multimeters. Topic for another article.

Leave a Reply

Your email address will not be published.

Index