Tolerance Stack-Up: Worst-Case and RSS

Worst-case tolerance = sum of the half-widths; statistical RSS = sqrt(sum of squares), always tighter.

Run the calculator

Example

You enter

You get

Details, formula, and sources

Three dims at +/-0.005 -> +/-0.015 worst-case, +/-0.00866 RSS; a 0.020 gap fits 0.005-0.035 (WC) or 0.0113-0.0287 (RSS). The RSS benefit widens as the chain grows. A design aid; the drawing tolerances govern.

tol_wc = sum(|tol_i|); tol_rss = sqrt(sum(tol_i^2)); gap = nominal +/- tol.

Worst-case and RSS (root-sum-square) tolerance stack-up, standard mechanical-design / GD&T practice, by name.

The worst-case sum and the RSS square-root-of-sum-of-squares are public tolerance-analysis results.

Estimate. AHJ and licensed professional govern.

Field names used by the API: nominal_gap_in, tolerances, tol_wc, tol_rss

Related tools