Propagate measurement uncertainties through mathematical operations based on the law of propagation of uncertainty (ISO/IEC Guide 98-3/GUM).
The law of propagation of uncertainty (LPU) is the cornerstone of metrology, formalized by the Joint Committee for Guides in Metrology (JCGM). It enables scientists and engineers to estimate the combined standard uncertainty of an output quantity when input measurements have known standard uncertainties. This tool implements LPU for independent input quantities, assuming negligible covariance – a standard first‑order approximation.
General formula (Taylor series method):
\( u_c^2(z) = \sum_{i=1}^{N} \left( \frac{\partial f}{\partial x_i} \right)^2 u^2(x_i) \)
where u(xᵢ) are standard uncertainties and partial derivatives (sensitivity coefficients) evaluated at the nominal values.
Each selection automatically applies the correct sensitivity coefficients. The calculator shows the exact analytical formula used for your specific case.
Measuring gravitational acceleration using a simple pendulum: L = 0.75 ± 0.01 m, T = 1.74 ± 0.02 s. Propagation via multiplication/division and power law yields g = 9.78 m/s² with u(g) ≈ 0.23 m/s². Use the "division" operation for L/T², then combine with constant 4π² (which has zero uncertainty).
Interpretation: The relative uncertainty in T² dominates final uncertainty; precise timing improves accuracy.
Voltage V = 12.0 ± 0.2 V, resistance R = 100 ± 2 Ω. Using power law and division combination we compute P = 1.44 W with u(P) ≈ 0.048 W (3.3% relative). Engineering design tolerances often require such propagation to guarantee safe operation.
In spectrophotometry, total concentration Ctot = 0.8·C₁ + 1.2·C₂ (coefficients). Given C₁ = 2.0 ± 0.05, C₂ = 1.5 ± 0.03, the linear combination tool gives u(Ctot) = √[(0.8²·0.05²)+(1.2²·0.03²)] = 0.047, ensuring compliance with USP guidelines.
Example: Volume of a cylinder V = π r² h. For radius r = 2.0 ± 0.05 cm, h = 10.0 ± 0.1 cm. Using power and product rules:
Our product/division mode implements exactly this logic.