1. Introduction to Reliability Engineering
Reliability engineering is the discipline of ensuring that systems and components perform their intended functions over a specified period under stated conditions. It integrates probability theory, statistics, and engineering to predict, analyze, and improve product performance over time.
Key applications include:
- Product Design: Designing for durability and longevity
- Manufacturing: Quality control and process optimization
- Maintenance: Preventive maintenance scheduling
- Warranty: Cost prediction and policy design
- Safety: Risk assessment and mitigation
2. Basic Reliability Concepts
Definitions
Reliability: The probability that a system will perform its intended function for a specified time period under stated conditions.
Failure: The termination of the ability of an item to perform its required function.
Life Data: Observations of times-to-failure or times-to-event.
Key Metrics
3. Reliability Functions
Reliability Function R(t)
Cumulative Distribution Function F(t)
Probability Density Function f(t)
Hazard Function h(t)
Cumulative Hazard Function
4. Exponential Distribution
The exponential distribution is the simplest lifetime distribution, characterized by a constant failure rate. It represents the "memoryless" property: the probability of failure in the next interval is independent of age.
R(t) = e-λt
h(t) = λ (constant)
MTTF = 1/λ
When to Use Exponential
- Electronic components during useful life
- Complex systems with many components
- Situations with random failures (no wear-out)
5. Weibull Distribution
The Weibull distribution is the most widely used distribution in reliability engineering due to its flexibility in modeling various failure patterns.
R(t) = exp[-(t/η)β]
h(t) = (β/η)(t/η)β-1
η = scale parameter (characteristic life, R(η) = 0.368)
Interpretation of Shape Parameter β
| β Value | Hazard Pattern | Failure Mode |
|---|---|---|
| β < 1 | Decreasing | Early-life failures ("infant mortality") |
| β = 1 | Constant | Random failures (exponential) |
| 1 < β < 4 | Increasing | Wear-out failures |
| β ≈ 3.5 | Increasing | Approximates normal distribution |
| β > 4 | Rapidly increasing | Rapid wear-out |
Three-Parameter Weibull
Example: Bearing Failure Analysis
Analysis of 50 bearing failures yields Weibull parameters:
- β = 2.1 (increasing hazard, wear-out)
- η = 15,000 hours
Calculate reliability at 10,000 hours:
R(10,000) = exp[-(10,000/15,000)2.1] = exp[-(0.667)2.1] = exp[-0.417] = 0.659
65.9% of bearings survive to 10,000 hours.
6. Lognormal Distribution
The lognormal distribution is appropriate when the logarithm of failure times is normally distributed. Common for failure modes involving fatigue, corrosion, and material degradation.
σ = standard deviation of ln(T)
Median = eμ
7. Parameter Estimation
Maximum Likelihood Estimation (MLE)
MLE finds parameters that maximize the probability of observing the collected data.
Probability Plotting
Graphical method using linearized CDF. For Weibull:
Median Ranks
For plotting positions with n items:
8. Handling Censored Data
Censored observations occur when the exact failure time is unknown. Types include:
- Right Censoring: Item has not failed by end of observation (most common)
- Left Censoring: Failure occurred before observation began
- Interval Censoring: Failure occurred within a time interval
MLE with Right Censoring
9. Kaplan-Meier Estimator
The Kaplan-Meier (product-limit) estimator provides a non-parametric estimate of the survival function, handling censored data.
di = number of failures at ti
ni = number at risk just before ti
Confidence Intervals
Greenwood's formula for variance:
10. System Reliability
Series Systems
System fails if any component fails:
Parallel Systems
System fails only if all components fail:
k-out-of-n Systems
System operates if at least k of n components work:
11. Reliability Testing
Test Types
- Life Testing: Operating items until failure
- Accelerated Life Testing: Higher stress to accelerate failures
- Demonstration Testing: Verify reliability meets specification
Sample Size Determination
For demonstration testing with zero failures:
R0 = reliability to demonstrate
Example: To demonstrate R=0.90 at 95% confidence: n ≥ ln(0.05)/ln(0.90) = 28.4 ≈ 29
References and Further Reading
- Meeker, W.Q., Escobar, L.A., & Pascual, F.G. (2022). Statistical Methods for Reliability Data, 2nd Edition. Wiley.
- Nelson, W. (2004). Accelerated Testing: Statistical Models, Test Plans, and Data Analysis. Wiley.
- Abernethy, R.B. (2006). The New Weibull Handbook, 5th Edition.
- O'Connor, P. & Kleyner, A. (2012). Practical Reliability Engineering, 5th Edition. Wiley.
- Kaplan, E.L. & Meier, P. (1958). "Nonparametric Estimation from Incomplete Observations." JASA, 53, 457-481.