Loading…

Error Propagation Calculator

Physics Classical Mechanics • Measurements

View all topics

Enter measured values with their uncertainties, choose the operation, and the calculator will report the propagated absolute uncertainty and relative uncertainty. It supports the standard quadrature rule and an optional linear-sum estimate for rough conservative checks.

Accepted numeric input includes expressions such as 1e-3, pi, sqrt(2), sin(0.2), log(100), and abs(-3). For multiplication and division, the calculator reports relative uncertainty. For addition and subtraction, it reports absolute uncertainty. For powers, it uses the derivative rule.

Ready
Enter values and click “Calculate”.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

What is the standard rule for uncertainty in addition and subtraction?

For independent uncertainties, the standard rule is Δz = sqrt((Δx)^2 + (Δy)^2). This propagates the absolute uncertainties in quadrature.

What is the standard rule for multiplication and division?

For products and quotients, the standard rule is relative propagation in quadrature: Δz/|z| = sqrt((Δx/x)^2 + (Δy/y)^2). The absolute uncertainty is then Δz = |z| times that relative uncertainty.

How is uncertainty propagated for a power z = x^n?

A first-order derivative rule gives Δz ≈ |n x^(n-1)| Δx. When x is nonzero, this is equivalent to the relative form Δz/|z| = |n| Δx/|x|.

Why does the calculator offer a linear-sum mode?

Some courses and quick estimate workflows use a linear sum of uncertainty contributions as a conservative upper-bound style estimate. The calculator includes it so you can compare it with the standard quadrature result.

Why is the reported result rounded differently from the raw result?

In measurement reporting, the uncertainty is usually rounded first and then the central value is rounded to the same decimal place. This makes the final reported form easier to read and consistent with the stated uncertainty.