The Root Mean Square (RMS), also known as the quadratic mean, is a type of average used to measure the magnitude of a set of numbers, regardless of their sign (positive or negative). It is particularly useful for sets of values that include both positive and negative numbers, such as alternating current (AC) waveforms.
The name 'Root Mean Square' describes the calculation process itself:
The formula for the RMS of a set of n numbers (x₁, x₂, ..., xₙ) is:
RMS = √[(x₁² + x₂² + ... + xₙ²) / n]