Worst-Case vs. RSS Tolerance Analysis: When to Use Each Method
Choosing between worst-case (WC) and root sum of squares (RSS) analysis affects your part costs, assembly yield, and safety margins. This guide explains both methods and helps you decide which is right for your application.
Worst-Case (WC)
Conservative. Assumes all tolerances at their limits simultaneously.
Root Sum Squares (RSS)
Statistical. Assumes tolerances follow normal distribution.
The Core Difference
Worst-case analysis asks: "What happens if every single dimension lands at its worst limit?" This is physically possible but statistically unlikely. If your WC stack passes, 100% of assemblies will work.
RSS analysis asks: "What's the probable range of assembled dimensions?" It uses statistical mathematics to predict that most parts will be closer to nominal, so tolerances partially cancel out. RSS gives tighter predicted ranges but accepts some small percentage of assemblies may fall outside.
When to Use Worst-Case Analysis
Choose worst-case when:
- Safety is critical — Aircraft, medical devices, automotive safety systems
- Low production volume — Prototype or custom builds where statistical averaging doesn't apply
- 100% interchangeability required — Field-replaceable parts with no sorting or matching
- Process capability is unknown — New suppliers or processes without Cpk data
- Assembly cannot be inspected — Sealed units or inaccessible interfaces
⚠️ The WC Trade-off
Worst-case tolerances are often 2-3× tighter than RSS. This means more expensive parts, tighter process controls, and potentially infeasible manufacturing. If WC analysis fails, consider whether RSS is acceptable before redesigning.
When to Use RSS Analysis
Choose RSS when:
- High production volume — Thousands of units where statistics apply
- Processes are in control — Demonstrated Cpk ≥ 1.33 on contributing dimensions
- Cost reduction needed — WC tolerances would require expensive precision
- Some fallout is acceptable — You can inspect and scrap the rare failures
- Parts are from multiple suppliers — Variation sources are independent
The Math Behind Each Method
Worst-Case Calculation
Simply add up all the tolerance magnitudes:
Example with three tolerances: ±0.05, ±0.10, ±0.08
WC = 0.05 + 0.10 + 0.08 = ±0.23
RSS Calculation
Square each tolerance, sum them, take the square root:
Same tolerances: ±0.05, ±0.10, ±0.08
RSS = √(0.05² + 0.10² + 0.08²)
RSS = √(0.0025 + 0.0100 + 0.0064)
RSS = √0.0189 = ±0.137
Notice RSS (±0.137) is about 40% smaller than WC (±0.23). This difference grows with more dimensions in the stack.
Comparing Results: A Real Example
Consider a 6-dimension stack with ±0.05mm on each dimension:
| Method | Calculation | Result |
|---|---|---|
| Worst-Case | 6 × 0.05 | ±0.30mm |
| RSS | √(6 × 0.05²) | ±0.122mm |
RSS predicts 59% less variation. If your assembly can tolerate ±0.20mm but WC gives ±0.30mm, RSS analysis might justify using cheaper, looser tolerances.
Running Both: The Engineering Approach
Smart engineers run both analyses and compare:
- Calculate WC first — If it passes, you're done. Design is robust.
- If WC fails, calculate RSS — See if statistical approach saves the design.
- Document both — Show reviewers you considered the trade-off.
- Make an explicit decision — State which method applies and why.
Common Mistakes
Using RSS Without Justification
Don't default to RSS just because it gives better numbers. Document why statistical analysis applies: volume, process capability, acceptable fallout rate.
Mixing Methods Mid-Stack
Don't use WC for some dimensions and RSS for others in the same stack. Pick one method for the entire analysis.
Ignoring Process Capability
RSS assumes tolerances follow a normal distribution with Cpk ≥ 1.0. If your supplier can't hold that, RSS predictions are optimistic.
Industry Standards Reference
These standards discuss tolerance analysis methods:
- ASME Y14.5 — GD&T fundamentals
- ISO 8015 — Fundamental tolerancing principle
- SAE AS9103 — Variation management (aerospace)
- AIAG Core Tools — Measurement system analysis
Summary: Decision Matrix
| Factor | Use WC | Use RSS |
|---|---|---|
| Production Volume | Low (<100) | High (>1000) |
| Safety Criticality | High | Low/Medium |
| Cost Sensitivity | Low | High |
| Process Capability | Unknown | Cpk ≥ 1.33 |
| Fallout Acceptable? | No | Yes (sortable) |