Ten thousand excellent parts in series give a system that fails almost two flights in three.
"Everything must work" is arithmetic, not attitude. Attack it by cutting part count, breaking series with
redundancy, and pushing each $R_i$ toward 1 with margin and testing.
The worked example (series vs. one redundant unit)
Step
Chain
System $R$
Mission-loss
No redundancy
$0.98 \times 0.90 \times 0.97$
0.8555
14.4%
Dual computer (weak link 0.90 → $1-0.1^2$ = 0.99)
$0.98 \times 0.99 \times 0.97$
0.9411
5.9%
One backup on the weakest link cut mission-loss by ~60%. Redundancy pays least on already-strong
components — always harden the weakest string first.
Definitions worth memorizing
Term
One-line meaning
Reliability
Probability of the function, under stated conditions, for a stated duration. A number in [0,1].
Redundancy
Two+ independent means to a function; parallel — fails only if all fail. Active vs. standby.
Single point of failure (SPOF)
A no-backup series element whose failure alone loses the mission.
Common-cause failure
One fault disabling several "redundant" units at once (shared software/power/environment). Breaks independence.
FMEA
Bottom-up: for each part → failure mode → cause → effect → detection → mitigation; score S × L.
Qualification testing
Over-stress a design beyond flight to prove margin; article usually not flown.
Acceptance testing
Screen each flight unit at flight levels for workmanship (infant mortality).
"Test like you fly"
Reproduce flight hardware/software/interfaces/sequence/environment; every gap is an untested assumption.
Root-cause analysis
Trace symptom → proximate cause → root cause (technical and organizational).
Decision aid — "which move do I use?"
Situation
Move
Function needs several parts, all must work
series: multiply, then attack the weakest link
A block is too unreliable and can be duplicated
add parallel redundancy: $1-(1-R)^n$
Redundant units share software/power/sensor
STOP — common-cause; use dissimilar, separated backups
Item cannot be duplicated (structure, heat shield, main engine)
margin + derating + qualification testing, and accept the SPOF
Need to rank many risks with limited budget
FMEA severity × likelihood; fix high-risk (esp. catastrophic) first
Limited mass for redundancy
rank by reliability gain per kilogram, add greedily
Case studies — root cause, not symptom
Failure
Symptom
Root cause
Lesson
Ariane 5 Flight 501 (1996)
nozzles hard over, breakup
reused Ariane-4 software assumption never re-validated; both SRIs identical → common-cause