The root mean square calculator is designed to compute the quadratic mean (RMS) of a given set of numbers.
The quadratic mean (RMS) is calculated using the following formula:
RMS = | √ |
|
Where,
x1, x2, ..., xi = Values in the data set,
n = Number of values in the data set.
Let's take an example:
Compute the RMS for the data set: [5, 14, 23, 6].
Step 1: Square each data point.
52 = 25
142 = 196
232 = 529
62 = 36
Step 2: Find the average (mean) of the squared values.
Mean = |
|
Mean = |
|
Mean = 196.5
Step 3: Find the square root of the mean.
RMS = √196.5
RMS = 14.0178.