3.6 Reliability & Maintainability Concepts
Key Takeaways
- Reliability R(t) is the probability that a component or system performs its intended function without failure for a specified operating period t under stated environmental conditions.
- For constant failure rate systems (lambda = constant), reliability follows the exponential distribution R(t) = exp(-lambda * t) = exp(-t / MTBF), where MTBF = 1 / lambda.
- Mean Time To Failure (MTTF) applies strictly to non-repairable components, whereas Mean Time Between Failures (MTBF) applies to repairable systems.
- The Bathtub Curve hazard function lambda(t) models three product life phases: Infant Mortality (decreasing hazard rate), Useful Life (constant hazard rate), and Wear-out (increasing hazard rate).
- Operational Availability (A) quantifies system uptime readiness and is calculated as A = MTBF / (MTBF + MTTR), where MTTR is the Mean Time To Repair.
Section 3.6: Reliability & Maintainability Concepts
Reliability is a quantitative measure of performance over time. Formally, reliability $R(t)$ is defined as the probability that a product, component, or system will perform its intended function satisfactorily for a specified operating period ($t$) under stated environmental and operational conditions.
Mathematically, if $T$ is the continuous random variable representing time-to-failure, the reliability function $R(t)$ is the complement of the cumulative distribution function (unreliability $F(t)$):
Where $f(t)$ is the failure probability density function (PDF).
Key Reliability Metrics
Quality and reliability engineers utilize specific metrics depending on whether an item is repairable or non-repairable:
| Metric | Full Name | Application | Mathematical Definition | Typical Units |
|---|---|---|---|---|
| MTTF | Mean Time To Failure | Non-repairable items (e.g., microchips, lightbulbs, fuses) | $\text{MTTF} = \int_{0}^{\infty} R(t) dt$ | Operating Hours |
| MTBF | Mean Time Between Failures | Repairable systems (e.g., pumps, CNC machines, vehicles) | $\text{MTBF} = \frac{\text{Total Operating Hours}}{\text{Total Number of Failures}}$ | Operating Hours |
| $\lambda$ | Failure Rate / Hazard Rate | All components | $\lambda(t) = \frac{f(t)}{R(t)}$ | Failures / Hour or FITs |
| MTTR | Mean Time To Repair | Repairable systems | $\text{MTTR} = \frac{\text{Total Maintenance Downtime}}{\text{Total Number of Repairs}}$ | Maintenance Hours |
Note on FITs: One FIT (Failure In Time) is defined as $1 \text{ failure per } 10^9 \text{ operating hours}$.
Constant Failure Rate & The Exponential Distribution Model
When a component operates during its useful life phase, its failure rate $\lambda(t)$ remains constant over time (i.e., $\lambda(t) = \lambda$). Under the constant failure rate assumption, time-to-failure follows the exponential distribution.
Reliability & Hazard Formulas
Critical Statistical Property: The Benchmark at $t = \text{MTBF}$
Setting operating time $t = \text{MTBF}$ yields:
Exam Tip: Operating a system for a duration equal to its MTBF does not guarantee $100%$ or $50%$ survival. In a constant failure rate model, there is only a $36.8%$ probability that a component will survive to its MTBF; $63.2%$ of units will fail prior to reaching MTBF.
Practical Calculation Example: Industrial Compressor
An industrial plant operates a cooling compressor with a documented MTBF of $4,000\text{ operating hours}$.
-
Calculate the failure rate $\lambda$:
-
Calculate the probability of surviving a 1,000-hour mission ($R(1000)$):
-
Calculate expected field survivals: If 500 compressors are deployed across various plant facilities for 1,000 operating hours, the expected number of surviving units is $500 \times 0.7788 = 389.4 \approx 389\text{ units}$.
The Bathtub Curve Hazard Function
The lifetime hazard rate $\lambda(t)$ of a population of electromechanical hardware follows the classic Bathtub Curve, which consists of three distinct chronological phases:
Hazard Rate lambda(t)
^
| Infant Mortality | Useful Life (Random Failures) | Wear-Out Phase
| (Burn-in Phase) | Constant Hazard Rate lambda | Increasing Hazard
|\ | | /
| \ | | /
| \__________________|___________________________________|__________________/
+----------------------------------------------------------------------------------> Time (t)
Phase 1: dlambda/dt < 0 Phase 2: dlambda/dt = 0 Phase 3: dlambda/dt > 0
1. Phase 1: Infant Mortality / Burn-in Phase ($d\lambda/dt < 0$)
- Characteristics: High initial failure rate that rapidly decreases over early operating time.
- Root Causes: Manufacturing defects, assembly errors, flawed soldering, substandard materials, or contaminated semiconductor wafers.
- Engineering Mitigation: Burn-in testing or Environmental Stress Screening (ESS) (e.g., thermal cycling, random vibration) prior to customer shipment to trigger and purge early failures in the factory.
2. Phase 2: Useful Life Phase ($d\lambda/dt = 0$)
- Characteristics: Low, constant failure rate ($\lambda(t) = \lambda$). Failures occur randomly due to unpredictable external stress spikes.
- Root Causes: Lightning strikes, unexpected operator abuse, extreme pressure surges, random environmental shock.
- Mathematical Model: Exponential distribution ($R(t) = e^{-\lambda t}$).
3. Phase 3: Wear-out Phase ($d\lambda/dt > 0$)
- Characteristics: Failure rate increases rapidly with age.
- Root Causes: Mechanical friction, fatigue cracking, insulation breakdown, chemical oxidation, corrosion, polymer degradation.
- Engineering Mitigation: Implement Preventive Maintenance (PM) and scheduled replacement before components enter the steep wear-out region.
Maintainability & Operational Availability
While reliability measures the probability of avoiding failure, maintainability $M(t)$ measures the ease and speed with which a failed system can be restored to operational status.
Where $\mu = \frac{1}{\text{MTTR}}$ is the repair rate.
Operational Availability ($A$)
Availability ($A$) combines reliability and maintainability into a unified performance metric representing the probability that a system is operating satisfactorily at any random point in time.
Comprehensive Calculation Example
A automated assembly line operates for $2,400\text{ hours}$ in a quarter. During this period, the line experiences $6\text{ unscheduled breakdown events}$. Total downtime accumulated during repair, part fetching, and re-commissioning is $48\text{ hours}$.
-
Calculate MTBF:
-
Calculate Failure Rate $\lambda$:
-
Calculate MTTR:
-
Calculate Operational Availability $A$:
Improving availability can be accomplished either by increasing MTBF (design for reliability) or by reducing MTTR (design for maintainability, quick-change modules, standardized diagnostic tools).
A semiconductor manufacturing robot has a constant failure rate lambda = 0.0005 failures per operating hour. What is the probability that this robot will operate continuously for 2,000 hours without experiencing a failure?
During which phase of the classic Bathtub Curve hazard function is Environmental Stress Screening (ESS) or factory burn-in testing primarily deployed to eliminate early failures?
A CNC milling center operates for 1,800 hours during a production run. It experiences 9 failures, and total repair downtime across all 9 events is 100 hours. What is the operational availability (A) of the milling center?