RMS Voltage: What it is? (Formula And How To Calculate It)

what is rms voltage
💡
Key learnings:
  • RMS Voltage Definition: RMS voltage is defined as the square root of the mean of the squares of the instantaneous voltages over a cycle, showing the equivalent constant DC voltage for the same power consumption.
  • Calculation Methods: Two primary methods to calculate RMS voltage are the graphical method, suitable for non-symmetrical signals, and the analytical method, ideal for sinusoidal signals.
  • RMS Formula Application: The RMS voltage can be calculated from peak voltage by multiplying the peak voltage by approximately 0.7071. This illustrates the mathematical relationship between RMS and peak voltage values, helping to determine effective power usage in AC circuits.
  • Importance in AC Power: RMS voltage is critical in AC circuits because it provides a consistent measure of voltage that corresponds to power usage, unlike instantaneous voltage that varies.
  • Practical Usage: RMS voltage values are used in residential power supplies and by devices like multimeters to accurately measure AC voltage in electrical systems.

What is RMS Voltage?

RMS means root-mean-square. RMS voltage is the square root of the mean of the squares of the instantaneous values. That quadratic mean can also be written as an integral of v² over one period, then divided by the period, then square-rooted.

AC voltage changes from instant to instant. A single snapshot is not the heating value in a resistor. Steady DC is already a constant, so its RMS value is simply the DC magnitude.

Power in a resistor tracks v², so you use RMS (or an integral of v²) rather than one instant on the wave.

RMS voltage is the equivalent DC voltage that would deliver the same average power to the same resistor.

A 5 Ω load on 10 V DC dissipates P = V²/R = 100/5 = 20 W.

If the source is AC, voltage varies with time, as in the figure below.

sinusoidal waveform

Mains AC is usually a sinusoidal wave signal, as in that figure. Instantaneous voltage still cannot be dropped into P = V²/R for the average power.

If that AC is 10 Vrms into the same 5 Ω, average power is again 20 W.

Mains ratings such as 120 V or 230 V are RMS. Multimeters report an RMS-scaled reading on AC volts; cheap meters assume a sine wave unless they are true-RMS. A power system quotes line voltage as RMS as well.

How to Calculate RMS Voltage

RMS is defined for any waveform, including DC and non-sinusoidal AC.

You can find RMS for DC. For a constant voltage it equals the DC value, because the squares never change.

Two common classroom methods are:

  • Graphical Method
  • Analytical Method

Graphical Method

The graphical method samples a plotted waveform. It is useful when the wave is not a clean sine, or when you only have a sketch.

Accuracy improves when you take more equally spaced samples.

RMS is the square root of the mean of the squared samples. The sine below is the worked sketch.

Graphical RMS, step by step:

Step-1: Divide the wave into equal time slices. A half cycle is enough for a sine, because v² is the same in both halves. A full cycle works for any periodic wave.

Here the first half cycle is ten equal parts: V1, V2, …, V10.

graphical method
Graphical Method

Step-2: Square each sample.

    \[ V_1^2, V_2^2, V_3^2, …, V_{10}^2 \]

Step-3: Add the squares and divide by the number of samples.

    \[ \frac{V_1^2+V_2^2+V_3^2+V_4^2+V_5^2+V_6^2+V_7^2+V_8^2+V_9^2+V_{10}^2}{10} \]

Step-4 Take the square root of that mean.

    \[ V_{RMS} = \sqrt{\frac{V_1^2+V_2^2+V_3^2+V_4^2+V_5^2+V_6^2+V_7^2+V_8^2+V_9^2+V_{10}^2}{10}} \]

The same steps apply to other continuous periodic waves.

Triangle and square waves use the same sample-square-mean-root process.

Worked numerical example:

Find RMS for the sine in the figure below (peak 20 V).

example rms voltage
Example RMS Voltage

Step-1: The first half-cycle is ten equal parts. Sample voltages are those shown on the figure.

Step-2: Square each point.

6.211.816.219201916.211.86.20
38.44139.24262.44361400361262.44139.2438.440

Step-3: Average the squares.

    \[ \frac{38.44+139.24+262.44+361+400+361+262.44+139.24+38.44+0}{10} = 200.22 \]

Step-4: Take the square root.

    \[ \sqrt{200.22} = 14.15 \]

    \[ V_{RMS} = 14.15 V \]

Analytical Method

The analytical method integrates v² over a period. For a pure sine it gives an exact closed form.

Take a sine (here written VmCos(ωt)) with period T. A sine of the same peak has the same RMS.

Where:

Vm = peak (maximum) of the voltage wave

ω = angular frequency = 2π/T

The RMS integral is then:

    \[ V_{RMS} = \sqrt{\frac{1}{T} \int_{0}^{T} V_m^2 cos^2(\omega t) dt} \]

    \[ V_{RMS} = \sqrt{\frac{V_m^2}{T} \int_{0}^{T} cos^2(\omega t) dt} \]

    \[ V_{RMS} = \sqrt{\frac{V_m^2}{T} \int_{0}^{T} \frac{1+cos(2 \omega t)}{2} dt} \]

    \[ V_{RMS} = \sqrt{\frac{V_m^2}{2T} \int_{0}^{T} 1+cos(2 \omega t) dt} \]

    \[ V_{RMS} = \sqrt{\frac{ V_m^2}{2T} \left[ t + \frac{sin(2 \omega t)}{2 \omega} \right ]_0^T \]

    \[ V_{RMS} = \sqrt{\frac{ V_m^2}{2T} \left[ (T-0) + (\frac{sin(2 \omega T)}{2 \omega} - \frac{sin 0}{2 \omega} ) \right ] \]

    \[ V_{RMS} = \sqrt{\frac{ V_m^2}{2T} \left[ T + \frac{sin(2 \omega T)}{2 \omega}  \right ] \]

    \[ V_{RMS} = \sqrt{\frac{ V_m^2}{2T} \left[ T + \frac{sin(2 \frac{2 \pi}{T} T)}{2 \frac{2 \pi}{T} }  \right ] \]

    \[ V_{RMS} = \sqrt{\frac{ V_m^2}{2T} \left[ T +\frac{sin(4 \pi)}{2 \frac{2 \pi}{T}} \right ] \]

    \[ V_{RMS} = \sqrt{\frac{ V_m^2}{2T} [T+0]} \]

    \[ V_{RMS} = \sqrt{\frac{ V_m^2}{2} \]

    \[ V_{RMS} = V_m \frac{1}{\sqrt{2}} \]

    \[ V_{RMS} = V_m 0.7071 \]

So a pure sine RMS follows from the peak: V_rms = V_m / √2 ≈ 0.7071 V_m.

In the graphical example the peak is 20 V. The ten-sample result 14.15 V sits close to 20/√2 ≈ 14.142 V. The last sample at 0 V slightly raises the discrete mean of squares.

    \[ V_{RMS} = 0.7071 \times 20 \]

    \[ V_{RMS} = 14.142 V \]

RMS Voltage Formula

For a sine, RMS also converts from peak, from peak-to-peak and from rectified average. The factors below are for a sine, not for every wave.

Sine-wave conversion formulas:

From peak voltage (VP):

    \[ V_{RMS} = \frac{1}{\sqrt{2}} V_P = 0.7071 V_P\]

From peak to peak voltage (VPP):

    \[ V_{RMS} = \frac{1}{2\sqrt{2}} V_{PP} = 0.353 V_{PP} \]

From average voltage (VAVG):

    \[ V_{RMS} = \frac{\pi}{2\sqrt{2}} V_{AVG} = 1.11 V_{AVG} \]

rms voltage
RMS Voltage

RMS Voltage vs Peak Voltage vs Peak-to-Peak Voltage vs Average Voltage

RMS is the heating value. Peak, peak-to-peak and (rectified) average are used for insulation, rectifier design and meter scales.

Peak Voltage

Peak voltage is the maximum of the waveform, measured from 0 to the highest point.

On a sine, voltage rises from 0 to the positive peak. That height is +V_p.

It then returns through 0 and reaches the negative peak −V_p.

peak voltage
Peak Voltage

For a sine, peak also converts from RMS, from peak-to-peak and from rectified average.

Peak Voltage From RMS Voltage

Peak from RMS (sine): multiply RMS by √2 ≈ 1.414.

    \[ V_{PEAK} = V_{RMS} \times \sqrt{2} = V_{RMS} \times 1.414 \]

Peak Voltage From Peak-to-Peak Voltage

Peak is half of peak-to-peak for a wave that is symmetric about 0.

    \[ V_{PEAK} = V_{PP} \times 0.5 \]

Peak Voltage From Average Voltage

Peak from rectified average (sine): multiply that average by π/2 ≈ 1.57. The stored formula then writes V_RMS × 1.57; that second factor should stay on V_AVG, not V_RMS.

    \[ V_{PEAK} = V_{AVG} \times \frac{\pi}{2} = V_{RMS} \times 1.57 \]

Peak-to-Peak Voltage

Peak-to-peak voltage is the span from the positive peak to the negative peak.

The sine peak-to-peak span is shown below.

peak to peak voltage
Peak-to-peak Voltage

For a sine, peak-to-peak also converts from RMS, from peak and from rectified average.

Peak-to-Peak Voltage From RMS Voltage

Peak-to-peak from RMS (sine): multiply RMS by 2√2 ≈ 2.828.

    \[ V_{PP} = V_{RMS} \times 2\sqrt{2} = V_{RMS} \times 2.8284 \]

Peak-to-Peak Voltage From Peak Voltage

Peak-to-peak is twice the peak when the wave is symmetric about 0.

    \[ V_{PP} = V_{PEAK} \times 2 \]

Peak-to-Peak Voltage From Average Voltage

Peak-to-peak from rectified average (sine) is π times that average, about 3.14. The heading above said RMS; the formula uses V_AVG.

    \[ V_{PP} = V_{AVG} \times \pi = V_{AVG} \times 3.14 \]

Average Voltage

Mean voltage uses the same samples without squaring or taking a square root. Over a full sine period the signed average is 0. The conversion factors on this page use the rectified (half-cycle) average 2V_p/π.

That rectified average is a positive level whose area matches the area of |v|: the mean of the absolute wave. The signed mean of a sine is zero.

average voltage
Average Voltage

For a sine, that rectified average also converts from RMS, from peak and from peak-to-peak.

Average Voltage From RMS Voltage

Rectified average from RMS (sine): about 0.9 × RMS (form factor √2 × 2/π).

    \[ V_{AVG} = 0.9 V_{RMS} \]

Average Voltage From Peak Voltage

Rectified average from peak (sine): 2/π ≈ 0.637 × peak.

    \[ V_{AVG} = V_{PEAK} \frac{2}{\pi} = 0.637 V_{PEAK} \]

Average Voltage From Peak-to-Peak Voltage

Rectified average from peak-to-peak (sine): 1/π ≈ 0.318 × V_pp.

    \[ V_{AVG} = 0.318 V_{PP} \]

Want To Learn Faster? 🎓
Get electrical articles delivered to your inbox every week.
No credit card required—it’s 100% free.

About Electrical4U

Electrical4U is dedicated to the teaching and sharing of all things related to electrical and electronics engineering.