Calculadora de Media Cuadrática Gratis

Calcula la raíz de la media cuadrática (RMS) de un conjunto de valores. Usada en ingeniería y física.

Root Mean Square

4.082483

Arithmetic Mean (for comparison)4.000000
Mean of Squares16.666667

Root Mean Square vs Value 1

Fórmula

## How to Calculate the Root Mean Square ### Formula **RMS = sqrt( (v1^2 + v2^2 + ... + vn^2) / n )** 1. Square each value 2. Compute the arithmetic mean of the squares 3. Take the square root The RMS is always greater than or equal to the absolute value of the arithmetic mean. In electrical engineering, RMS voltage represents the equivalent DC voltage that delivers the same power.

Ejemplo Resuelto

Compute the RMS of 3, 4, 5.

  1. 01Squares: 9, 16, 25
  2. 02Mean of squares = (9 + 16 + 25) / 3 = 50 / 3 ≈ 16.6667
  3. 03RMS = sqrt(16.6667) ≈ 4.0825
  4. 04Compare: Arithmetic mean = (3 + 4 + 5) / 3 = 4

Preguntas Frecuentes

Why is RMS used instead of the regular average?

RMS gives more weight to larger values and accounts for sign (since squaring removes negatives). It is the correct measure of magnitude for alternating signals and error measurements.

Is RMS always larger than the arithmetic mean?

For non-negative values that are not all identical, yes. The inequality RMS >= AM follows from the power mean inequality. They are equal only when all values are the same.

Where is RMS used in practice?

RMS is used for AC voltage and current, audio signal levels (dBFS), RMSE in regression analysis, and molecular speeds in kinetic theory of gases.

Aprender

Understanding the Normal Distribution

Calculadoras Relacionadas