22.3 Life-Cycle Costing, Maintainability, and System Availability
Key Takeaways
- Life-Cycle Cost (LCC) spans all expenditures from concept exploration through disposal; Operations & Support (O&S) typically constitutes 60% to 80% of total LCC in industrial and complex technical systems.
- The Cost Commitment Curve reveals that 70% to 80% of total lifecycle cost is locked in during early conceptual and preliminary design, while actual cash expenditures (incurrence) peak much later during production and operations.
- Maintainability engineering quantifies the ease and speed of restoring failed systems; Mean Time to Repair (MTTR) determines the active repair rate mu = 1 / MTTR, weighted across component failure rates.
- Inherent Availability (A_i = MTBF / (MTBF + MTTR)) reflects pure hardware design under ideal maintenance conditions, whereas Operational Availability (A_o = MUT / (MUT + MDT)) factors in preventive maintenance, administrative delays, and Mean Logistics Delay Time (MLDT).
- Because Mean Logistics Delay Time (MLDT) frequently dwarfs active wrench time (MTTR), supply chain logistics and spare parts provisioning dominate real-world operational availability.
22.3 Life-Cycle Costing, Maintainability, and System Availability
Engineers frequently make the mistake of evaluating competing system designs solely on initial acquisition (capital) cost. In practice, initial procurement represents only the tip of the economic iceberg. Over decades of operation, recurring maintenance labor, spare parts logistics, downtime losses, energy consumption, and final environmental disposal dominate total expenditures. Maximizing enterprise profitability requires optimizing Life-Cycle Cost (LCC), engineering high Maintainability, and achieving targeted System Availability. This section covers economic lifecycle curves, maintainability mathematics, maintenance paradigms, and the rigorous formulation of Inherent Availability ($A_i$) versus Operational Availability ($A_o$).
1. Life-Cycle Cost (LCC) Analysis & The Cost Commitment Paradox
Life-Cycle Cost (LCC) is the total cumulative expenditure incurred to conceive, design, develop, test, manufacture, operate, maintain, and decommission a system over its entire operational lifetime.
The Four Primary Life-Cycle Cost Categories
- Research & Development (R&D) / Design: Feasibility studies, systems architecture, detailed CAD design, prototyping, environmental qualification, and software development.
- Production & Acquisition (CapEx): Tooling fabrication, facilities preparation, raw materials, manufacturing labor, assembly, quality control testing, and initial spare parts procurement.
- Operations & Support (O&S / OpEx): Consumable energy/fuel, operator salaries, scheduled preventive maintenance (PM), unscheduled corrective maintenance (CM), supply chain inventory holding, depot overhauls, training, and technical documentation updates.
- Critical FE Exam Rule: In commercial production machinery, industrial facilities, and aerospace/defense systems, O&S costs typically represent 60% to 80% of total Life-Cycle Cost!
- Retirement & Disposal: Decommissioning, disassembly, hazardous material remediation, site decontamination, material recycling, and regulatory disposal.
The Life-Cycle Cost Iceberg
▲ Acquisition / Purchase Price (15% - 25% of Total LCC)
Waterline ══════┼════════════════════════════════════════════════════════
│ Operations & Support (O&S) Costs (60% - 80% of LCC)
│ • Operating Personnel & Consumable Power
│ • Scheduled Preventive Maintenance (PM)
▼ • Unscheduled Corrective Repairs & Spare Parts Inventory
• Depot Overhauls & Logistics Delay Losses
Retirement & Environmental Disposal (5% - 10% of LCC)
Cost Commitment Curve vs. Cost Incurrence Curve
A central principle of systems engineering economics is the cost commitment paradox:
- Cost Commitment Curve: Rises extremely steeply during the initial phases of the lifecycle. By the conclusion of the Conceptual Design phase, roughly $70%$ of total life-cycle cost is committed (locked in) by high-level architectural choices (e.g., selecting hydraulic vs. electric drives, choosing stainless steel vs. composites, or adopting modular vs. integral architectures). By the Preliminary Design Review (PDR), approximately $80%$ to $85%$ of total LCC is permanently committed.
- Cost Incurrence Curve: Represents actual cash expenditures paid out over time. During Conceptual and Preliminary design, actual expenditures are negligible—typically less than $5%$ to $10%$ of the total project budget. The vast majority of cash is spent years later during high-rate production and decades of operations.
Cost Commitment vs. Cost Incurrence Across System Life
100% ┌─────────────────────────────────────────────────────────────┐
│ Cost Commitment Curve │
80% │ /───────────────────────────────────────────────┤ (80-85% committed at PDR)
│ / │
60% │ / │
│ / │
40% │ / Cost Incurrence │
│ / /─────────────────────┤
20% │ / / │
│ / /───────────/ │
0% └─────┴──────────────────┴───────────┴────────────────────────┘
Concept Definition Detailed Production Operations &
& PDR Design Retirement
The Cost-to-Change Multiplier (Rule of Ten)
Because early decisions lock in future costs, correcting an error becomes exponentially more expensive as development proceeds:
A requirement modification that costs $$1,000$ to resolve on paper during concept definition costs upwards of $$1,000,000$ if resolved via a recall and structural rebuild after deployment.
2. Maintainability Engineering & Maintenance Philosophies
Maintainability is an intrinsic design characteristic that defines the ease, speed, accuracy, and safety with which a system can be restored to operational status following failure, or retained in operational status through preventive servicing.
Mathematically, maintainability is modeled as the probability that a failed system will be repaired within a specified downtime $t$:
Where:
- $\text{MTTR}$ is the Mean Time to Repair.
- $\mu$ is the Repair Rate, defined as $\mu = \frac{1}{\text{MTTR}}$.
Mean Time to Repair (MTTR) Formulation
For a system composed of $n$ independent components, each possessing a failure rate $\lambda_i$ and a component mean corrective repair time $M_i$:
NCEES Formula Trap: Never calculate MTTR as the simple arithmetic average of component repair times! Component repair times must be weighted by their failure rates ($\lambda_i$). Components that fail frequently exert a much larger influence on system MTTR than components that rarely fail.
Maintenance Paradigms
Industrial facilities implement three primary maintenance strategies:
- Corrective Maintenance (CM): Reactive, run-to-failure maintenance performed strictly after a functional failure occurs. Objectives: diagnose root cause, isolate failed component, replace or repair, and test. Disadvantages: Unplanned production halts, secondary collateral equipment damage, and high overtime costs.
- Preventive Maintenance (PM): Proactive, scheduled maintenance executed at predetermined calendar intervals or run-time thresholds (e.g., changing oil and replacing seals every $1,000$ operating hours). Objective: replace aging components prior to the onset of the wear-out phase of the bathtub curve. Disadvantage: Incurs labor and replacement part costs on components that may still possess substantial useful life.
- Condition-Based Maintenance (CBM) / Predictive Maintenance (PdM): Proactive maintenance triggered by real-time sensor monitoring of physical health indicators (e.g., vibration spectral analysis, infrared thermography, ultrasonic leak detection, lubricant spectrochemical debris analysis). Maintenance is scheduled only when physical degradation crosses a quantitative statistical threshold. Advantages: Eliminates unexpected failures while maximizing component service life.
3. System Availability Metrics ($A_i$ vs. $A_a$ vs. $A_o$)
Availability ($A$) is the probability that a repairable system is operating satisfactorily when called upon at an arbitrary calendar point in time. While reliability measures the duration of continuous failure-free operation ($P(\text{no failure up to time } t)$), availability accounts for both reliability (uptime) and maintainability/supportability (downtime). The FE exam tests three distinct levels of availability:
1. Inherent Availability ($A_i$)
Inherent availability measures system readiness from a pure design perspective under ideal maintenance conditions. It considers only corrective maintenance downtime and assumes:
- Tools, technicians, and spare parts are immediately on hand (zero delay).
- Scheduled preventive maintenance is excluded.
- Zero logistics or administrative delay times.
Where:
- $\text{MTBF}$ = Mean Time Between Failures = $\frac{1}{\lambda_{\text{sys}}}$.
- $\text{MTTR}$ = Mean Time to Repair (active corrective repair wrench time).
2. Achieved Availability ($A_a$)
Achieved availability incorporates both corrective maintenance and scheduled preventive maintenance, but still assumes ideal support conditions (zero logistics or administrative delay):
Where:
- $\text{MTBM}$ = Mean Time Between Maintenance (accounting for both failure events and scheduled PM events):
- $\bar{M}$ = Mean Active Maintenance Time (the weighted average of active corrective wrench time $\text{MTTR}$ and scheduled preventive maintenance wrench time $\bar{M}_{\text{pt}}$):
3. Operational Availability ($A_o$)
Operational availability reflects the real-world availability experienced by end-users in actual operating environments. It accounts for all causes of downtime, including active corrective repairs, scheduled preventive maintenance, technician travel time, administrative processing, and supply chain delays:
Where:
- $\text{MUT}$ = Mean Up Time.
- $\text{MDT}$ = Mean Down Time. MDT is composed of three additive elements:
- $\bar{M}$ = Mean Active Maintenance Time (direct wrench time for CM and PM).
- $\text{MLDT}$ = Mean Logistics Delay Time (waiting for spare parts procurement, shipping, customs clearance, and specialized test equipment delivery).
- $\text{ADT}$ = Administrative Delay Time (work order authorization, shift changes, technician dispatch).
Availability Metric Hierarchy
Inherent Availability (A_i) Achieved Availability (A_a) Operational Availability (A_o)
┌────────────────────────────┐ ┌────────────────────────────┐ ┌────────────────────────────┐
│ Uptime │ │ Uptime │ │ Uptime │
│ (MTBF) │ │ (MTBM) │ │ (MUT or MTBM) │
├────────────────────────────┤ ├────────────────────────────┤ ├────────────────────────────┤
│ Downtime: │ │ Downtime: │ │ Downtime: │
│ • Corrective Repair │ │ • Corrective Repair │ │ • Corrective Repair │
│ Wrench Time (MTTR) │ │ • Scheduled PM Wrench Time │ │ • Scheduled PM Wrench Time │
│ │ │ │ │ • Logistics Delay (MLDT) │
│ │ │ │ │ • Admin Delay (ADT) │
└────────────────────────────┘ └────────────────────────────┘ └────────────────────────────┘
A_i (Highest) > A_a > A_o (Realistic / Lowest)
| Feature | Inherent Availability ($A_i$) | Achieved Availability ($A_a$) | Operational Availability ($A_o$) |
|---|---|---|---|
| Downtime Considered | Corrective maintenance only | Corrective + Preventive | Corrective + Preventive + Logistics + Admin |
| Support Environment | Ideal (zero delay) | Ideal (zero delay) | Real-world field environment |
| Governing Formula | $\frac{\text{MTBF}}{\text{MTBF} + \text{MTTR}}$ | $\frac{\text{MTBM}}{\text{MTBM} + \bar{M}}$ | $\frac{\text{MUT}}{\text{MUT} + \text{MDT}}$ |
| Primary Driver | Pure hardware reliability & physical maintainability | Hardware design + PM maintenance schedule | Supply chain logistics, spares holding, repair depot |
4. Step-by-Step Worked Engineering Calculations
Worked Example 22.3.1: Life-Cycle Cost (LCC) Present Worth Analysis
Problem: A manufacturing plant evaluates two competing automated CNC machine cells for an 8-year production contract. The corporate discount rate (cost of capital) is $i = 8%$ compounded annually.
- Machine Alpha (Low CapEx):
- Initial Acquisition Cost: $$160,000$
- Annual Operations & Support Cost: $$48,000/\text{year}$
- Net Salvage Value at Year 8: $$20,000$
- Machine Beta (High Reliability / Quick-Change Modular Design):
- Initial Acquisition Cost: $$260,000$
- Annual Operations & Support Cost: $$26,000/\text{year}$
- Net Salvage Value at Year 8: $$35,000$
- Calculate the uniform series present worth factor $(P/A, 8%, 8)$ and single-payment present worth factor $(P/F, 8%, 8)$.
- Compute the total Present Worth Life-Cycle Cost ($PW_{\text{LCC}}$) for Machine Alpha and Machine Beta.
- Determine the net life-cycle savings achieved by selecting the superior machine.
Solution:
Step 1: Compute Engineering Economics Interest Factors
- Uniform Series Present Worth Factor:
- Single-Payment Present Worth Factor:
Step 2: Compute Total Present Worth Life-Cycle Cost
-
For Machine Alpha:
-
For Machine Beta:
Step 3: Life-Cycle Savings Comparison
Engineering Conclusion: Despite Machine Beta requiring a $$100,000$ ($+62.5%$) higher initial acquisition cost, its superior reliability and maintainability reduce annual O&S costs sufficiently to generate $$34,530.12 in net life-cycle savings in present value terms.
Worked Example 22.3.2: Multi-Component MTTR and Inherent Availability ($A_i$)
Problem: An automated high-speed parcel induction conveyor consists of three critical subsystems in a reliability series configuration:
-
Conveyor Drive Roller Assembly: $\lambda_1 = 0.00035\text{ failures/hr}$, Mean corrective repair time $M_1 = 4.0\text{ hours}$
-
Optical Line Scanner: $\lambda_2 = 0.00045\text{ failures/hr}$, Mean corrective repair time $M_2 = 1.2\text{ hours}$
-
Pneumatic Diverter Gate: $\lambda_3 = 0.00120\text{ failures/hr}$, Mean corrective repair time $M_3 = 0.5\text{ hours}$
-
Calculate the overall system failure rate ($\lambda_{\text{sys}}$) and Mean Time Between Failures ($\text{MTBF}$).
-
Calculate the system-level weighted Mean Time to Repair ($\text{MTTR}$) and repair rate ($\mu$).
-
Determine the system Inherent Availability ($A_i$).
Solution:
Step 1: Compute System Failure Rate and MTBF
For a series reliability system:
Step 2: Compute Weighted MTTR and Repair Rate ($\mu$)
Step 3: Compute Inherent Availability ($A_i$)
Worked Example 22.3.3: Inherent vs. Operational Availability with Supply Logistics Delays
Problem: Consider the parcel induction conveyor from Worked Example 22.3.2 ($\text{MTBF} = 500\text{ hours}$, active repair wrench time $\text{MTTR} = 1.27\text{ hours}$).
The facility operates under actual field conditions:
- Scheduled preventive maintenance (PM) is performed every $250\text{ hours}$ ($f_{\text{PM}} = 0.004\text{ events/hr}$) requiring $\bar{M}_{\text{pt}} = 1.5\text{ hours}$ of active wrench time.
- Due to vendor central warehousing, the Mean Logistics Delay Time (MLDT) for corrective repair spare parts delivery is $14.5\text{ hours}$.
- Administrative Delay Time (ADT) for maintenance ticketing and technician dispatch averages $1.5\text{ hours}$.
- PM activities are planned in advance, incurring zero logistics delay.
- Calculate the total Mean Down Time for corrective maintenance ($\text{MDT}{\text{CM}}$) and preventive maintenance ($\text{MDT}{\text{PM}}$).
- Compute the overall Mean Down Time ($\text{MDT}$) across all maintenance events.
- Compute the Mean Time Between Maintenance ($\text{MTBM}$).
- Calculate the Operational Availability ($A_o$) and compare it directly to Inherent Availability ($A_i = 99.75%$).
Solution:
Step 1: Compute Down Times per Maintenance Category
- Corrective Maintenance Down Time:
- Preventive Maintenance Down Time:
Step 2: Compute Overall System Mean Down Time ($\text{MDT}$)
Total maintenance event frequency:
Step 3: Compute Mean Time Between Maintenance ($\text{MTBM}$)
Step 4: Compute Operational Availability ($A_o$)
- Comparison and Engineering Insight: Total annual downtime under $A_i$ ($8,760\text{ hrs/yr}$) is $8,760(1 - 0.9975) = 21.9\text{ hours/year}$. Total annual downtime under $A_o$ is $8,760(1 - 0.9610) = 341.6\text{ hours/year}$! Takeaway: In the real world, logistics delay (waiting for spare parts) causes over $90%$ of all system downtime, proving that stocking critical on-site spares has a far greater impact on operational availability than simply training technicians to turn wrenches faster.
5. NCEES Reference Handbook Tips & Realistic Exam Traps
- The Cost Commitment Trap: Exam questions frequently ask: "In which lifecycle phase is the largest portion of total system life-cycle cost committed?" The answer is always Conceptual Design / Preliminary Design (where $70%$ to $80%$ is locked in), NOT during manufacturing or operations, even though actual money is spent during operations.
- Availability Denominator Confusion:
- $A_i$ uses purely active repair time: $\text{MTBF} / (\text{MTBF} + \text{MTTR})$.
- $A_o$ uses total downtime: $\text{MUT} / (\text{MUT} + \text{MDT})$, where $\text{MDT} = \text{Active Wrench Time} + \text{Logistics Delay} + \text{Admin Delay}$.
- Never substitute Mean Down Time (MDT) into the Inherent Availability formula!
- Unweighted MTTR Error: When given multiple components with different failure rates and repair times, never take the simple average $(M_1 + M_2 + \dots + M_n)/n$. Always compute the failure-rate-weighted average: $\text{MTTR} = (\sum \lambda_i M_i) / (\sum \lambda_i)$.
A financial director reviews a capital expenditure proposal for a fleet of automated guided vehicles. The director argues that engineering should select the lowest-bid vendor because acquisition cost is the primary financial driver of capital equipment. According to systems engineering Life-Cycle Cost (LCC) principles, why is the director's assertion fundamentally flawed, and what is the relationship between cost commitment and cost incurrence?
An industrial manufacturing cell operates with a Mean Time Between Failures (MTBF) of 400 operating hours and an active corrective Mean Time to Repair (MTTR) of 2.0 hours. When deployed in the field, maintenance technicians experience an average Mean Logistics Delay Time (MLDT) of 16.0 hours waiting for replacement parts from a regional distribution warehouse, and Administrative Delay Time (ADT) of 2.0 hours. Assuming scheduled preventive maintenance is negligible, what are the Inherent Availability (A_i) and Operational Availability (A_o) of the cell?
A precision robotic assembly cell incorporates three series subsystems with the following reliability and maintainability parameters: • Vision Camera: Failure rate lambda_1 = 0.0005 failures/hr, MTTR_1 = 1.0 hr • Articulated Arm: Failure rate lambda_2 = 0.0010 failures/hr, MTTR_2 = 3.0 hr • End-Effector Gripper: Failure rate lambda_3 = 0.0025 failures/hr, MTTR_3 = 0.6 hr What is the overall system-level Mean Time to Repair (MTTR) and the corresponding system repair rate (mu)?