3.6.31 · D5Spacecraft Structures & Systems Engineering

Question bank — Reliability — MTTF, MTBF, exponential failure model

1,474 words7 min readBack to topic

This is a thinking gym, not a calculator drill. Every item below is a question ::: answer reveal. Read the question, commit to an answer out loud with a reason, then reveal. If your reason was wrong even when your yes/no was right, you failed the trap — that's the point.

Prerequisites live in the parent topic. Related traps hide in Bathtub Curve, Series vs. Parallel System Reliability, Redundancy Design, and Availability vs. Reliability.


True or false — justify

Answer true/false, then give the reason. A right verdict with a wrong reason still counts as a miss.

A component with MTTF = 1000 h is guaranteed to run for about 1000 h before failing
False — MTTF is a population average; only of units survive that long, so 63% die before their own MTTF.
If failure rate is constant, then a component that has already survived 500 h is "worn in" and more likely to keep going than a fresh one
False — the exponential model is memoryless; a survivor's future looks statistically identical to a brand-new unit, because .
Doubling the failure rate halves the reliability at a fixed time
False — is exponential in , not linear; doubling squares , since , which is a much harsher drop than halving.
For an exponential model, MTBF and MTTF have the same numerical value
True — both equal when repair time is negligible; the labels differ only in intent (MTTF for non-repairable, MTBF for repairable), not in arithmetic.
Reliability can equal exactly 1 for some under the exponential model
False — only at (or the trivial , meaning "never fails"); for any real and , strictly.
Adding a redundant parallel unit lowers the system failure rate to a new constant value
False — a parallel system's failure rate is not constant; it starts near zero and rises over time, so the neat " const" exponential form is lost even if each unit is exponential.
MTBF includes repair time, so MTBF is always larger than MTTF
True in the strict definition , but for spacecraft we usually set MTTR to zero (can't repair in orbit), collapsing MTBF back to MTTF.
A higher MTTF always means higher reliability for a given mission
True for the exponential model at fixed — larger MTTF means smaller , so is larger; the two move together monotonically.

Spot the error

Each statement contains one flawed step. Name it.

"Two parallel units, each , so the system has ."
The error is adding for parallel redundancy — that rule is for series; parallel reliability is , which improves reliability, not worsens it.
" where is in hours, so at h the exponent is 1000."
The exponent must be dimensionless; carries units of 1/hours, so failures/hour × hours cancels — you forgot to multiply by .
"The solar array MTTF is 20000 h, and the mission is 43830 h, so reliability is ."
Reliability is never a ratio of times; use , far below the naive 46%.
"Failure rate is negative because reliability decreases, so ."
; the minus sign cancels the negative slope , leaving — a rate is always positive.
" is the reliability, so at reliability equals ."
is the failure density (a PDF), not reliability; reliability is , while describes how fast probability mass leaves at the start.
"Since MTTF diverges (t goes to infinity), MTTF is infinite."
The integrand decays fast enough that the exponential kills the linear growth; the integral converges to the finite value .
"Parallel redundancy makes reliability 100%, since it can't fail if there's a backup."
Both units can still fail; parallel reliability is — redundancy raises reliability but never reaches certainty.

Why questions

Explain the reason, not just the fact.

Why does the exponential model appear in the flat middle of the bathtub curve but not the ends?
Only the middle "useful life" region has a roughly constant ; infant mortality (falling ) and wear-out (rising ) need the Weibull Distribution since a constant rate can't bend.
Why does look identical to radioactive decay?
Both obey — a quantity whose loss rate is proportional to how much remains — and that single differential equation forces an exponential solution regardless of physical context.
Why do engineers design missions to run well below the MTTF rather than up to it?
At reliability is only ; to reach 90% survival you need , i.e. about one-tenth of the MTTF.
Why does taking a logarithm appear when solving for from a target reliability?
The unknown sits inside an exponential (); the natural log is the exact inverse operation that "unwraps" to expose .
Why is the failure rate defined as and not simply ?
Dividing by normalizes against the surviving population — it asks "what fraction of those still alive fail per unit time," which is what an engineer replacing parts actually cares about.
Why does adding a second parallel unit help even when each unit is more likely to fail than survive?
System death requires both to fail, and multiplying two sub-one probabilities gives a smaller number: , so joint failure is rarer than single failure.
Why can't we describe a series system's overall reliability by its worst single component alone?
A series system fails if any link fails, so reliabilities multiply: , which is always the smallest — every weak part drags the whole chain down further. See Series vs. Parallel System Reliability.

Edge cases

Push the model to its limits and see what survives.

What is when ?
for all — a hypothetical component that never fails; MTTF becomes infinite, consistent with "immortal."
What happens to reliability as for any ?
— given infinite time every real component eventually fails, so long-term survival probability drains to zero no matter how small is.
What is the reliability at exactly ?
— a fixed universal number for any exponential system, independent of the specific .
If MTTR (repair time) is not negligible, does MTBF still equal ?
No — then , and the gap between uptime and cycle-time matters for Availability vs. Reliability.
For a parallel system, what is the reliability at ?
— every unit starts working, so the system starts perfectly reliable, exactly like a single unit at launch.
What does MTTF mean for a truly non-repairable, single-use item like a pyrotechnic bolt?
It's the average time-to-failure over a batch; there's no "between failures" because the item fires once and is done, so MTBF is meaningless and only MTTF applies.
If two parallel units are not independent (a shared power bus can kill both), is still valid?
No — that formula assumes independence; a common-cause failure correlates the two, so real is lower, which is exactly what Fault Tree Analysis is built to catch.

Recall Fast self-check before you close this page

One-line answers; force yourself before revealing. Survivor fraction at MTTF? ::: About 37% (). Series reliability rule? ::: Multiply: . Parallel reliability rule? ::: . Is exponential constant or time-varying? ::: Constant — that's the whole assumption. What property makes "already survived" irrelevant? ::: Memorylessness.