Accendo Reliability

Your Reliability Engineering Professional Development Site

  • Home
  • About
    • Contributors
    • About Us
    • Colophon
    • Survey
  • Reliability.fm
  • Articles
    • CRE Preparation Notes
    • NoMTBF
    • on Leadership & Career
      • Advanced Engineering Culture
      • ASQR&R
      • Engineering Leadership
      • Managing in the 2000s
      • Product Development and Process Improvement
    • on Maintenance Reliability
      • Aasan Asset Management
      • AI & Predictive Maintenance
      • Asset Management in the Mining Industry
      • CMMS and Maintenance Management
      • CMMS and Reliability
      • Conscious Asset
      • EAM & CMMS
      • Everyday RCM
      • History of Maintenance Management
      • Life Cycle Asset Management
      • Maintenance and Reliability
      • Maintenance Management
      • Plant Maintenance
      • Process Plant Reliability Engineering
      • RCM Blitz®
      • ReliabilityXperience
      • Rob’s Reliability Project
      • The Intelligent Transformer Blog
      • The People Side of Maintenance
      • The Reliability Mindset
    • on Product Reliability
      • Accelerated Reliability
      • Achieving the Benefits of Reliability
      • Apex Ridge
      • Field Reliability Data Analysis
      • Metals Engineering and Product Reliability
      • Musings on Reliability and Maintenance Topics
      • Product Validation
      • Reliability by Design
      • Reliability Competence
      • Reliability Engineering Insights
      • Reliability in Emerging Technology
      • Reliability Knowledge
    • on Risk & Safety
      • CERM® Risk Insights
      • Equipment Risk and Reliability in Downhole Applications
      • Operational Risk Process Safety
    • on Systems Thinking
      • Communicating with FINESSE
      • The RCA
    • on Tools & Techniques
      • Big Data & Analytics
      • Experimental Design for NPD
      • Innovative Thinking in Reliability and Durability
      • Inside and Beyond HALT
      • Inside FMEA
      • Institute of Quality & Reliability
      • Integral Concepts
      • Learning from Failures
      • Progress in Field Reliability?
      • R for Engineering
      • Reliability Engineering Using Python
      • Reliability Reflections
      • Statistical Methods for Failure-Time Data
      • Testing 1 2 3
      • The Manufacturing Academy
  • eBooks
  • Resources
    • Accendo Authors
    • FMEA Resources
    • Glossary
    • Feed Forward Publications
    • Openings
    • Books
    • Webinar Sources
    • Podcasts
  • Courses
    • Your Courses
    • Live Courses
      • Introduction to Reliability Engineering & Accelerated Testings Course Landing Page
      • Advanced Accelerated Testing Course Landing Page
    • Integral Concepts Courses
      • Reliability Analysis Methods Course Landing Page
      • Applied Reliability Analysis Course Landing Page
      • Statistics, Hypothesis Testing, & Regression Modeling Course Landing Page
      • Measurement System Assessment Course Landing Page
      • SPC & Process Capability Course Landing Page
      • Design of Experiments Course Landing Page
    • The Manufacturing Academy Courses
      • An Introduction to Reliability Engineering
      • Reliability Engineering Statistics
      • An Introduction to Quality Engineering
      • Quality Engineering Statistics
      • FMEA in Practice
      • Process Capability Analysis course
      • Root Cause Analysis and the 8D Corrective Action Process course
      • Return on Investment online course
    • Industrial Metallurgist Courses
    • FMEA courses Powered by The Luminous Group
    • Foundations of RCM online course
    • Reliability Engineering for Heavy Industry
    • How to be an Online Student
    • Quondam Courses
  • Calendar
    • Call for Papers Listing
    • Upcoming Webinars
    • Webinar Calendar
  • Login
    • Member Home
  • Barringer Process Reliability Introduction Course Landing Page
  • Upcoming Live Events
You are here: Home / Articles / Solving a Reliability Optimization Example

by Fred Schenkelberg Leave a Comment

Solving a Reliability Optimization Example

Solving a Reliability Optimization Example

In the previous article, What is Reliability Optimization, we defined the concept. One of the elements of optimization is identifying which elements of a system to focus improvement efforts on.

Simply improving every element of a design may provide an overall improvement of reliability performance.

Given constraints such as time or funding, selecting the specific few elements that would provide the most improvement is key.

Now, let’s explore a couple of examples.

Simple Series System Example

Let’s day you’re working on a computer system and there are three elements which have the possibility of purchasing higher reliability solutions.

The hard drive, power supply, and CPU suppliers each have higher reliability solutions available for a price. Give the overall design of the computer the three elements are in series and are the three least reliability elements.

Currently, the reliability of the hard drive, Rhd, is 97% and an improvement would cost $5 per unit and increase the hard drive reliability to 98%.

The power supply, Rps, improvement would cost $4 and improve the performance from 90% to  95%.

The CPU, Rcpu, also has a higher reliability solution available at a cost of $10 and would change the  CPU reliability from 98% to 99%.

The remaining elements collectively have a reliability of 99.99%, denoted as Relse.

The reliability probabilities are for consumer computer systems in North American with an expected duration of use of 2 years.

You’re not able to afford the cost for all three upgrades. Which improvement option(s) do you select in order to achieve a system goal of at least 90% over two years, Rsys?

The reliability model for this series system is:

Rsys = Rhd x Rps x Rcpu x Relse  = 0.97 x 0.90 x 0.98 x 0.9999 = 0.855

Which is below the desired target of 90% reliable over 2 years?

How much improvement does the least reliable element have to incur to make the goal? We can set Rsys to the goal of 0.90 and solve for the minimum necessary R’ps value given the others remain at the current value.

R’ps = 0.90 / ( 0.97 x 0.98 x 0.9999 ) = 0.946

Thus if the power supply reliability is at least 94.6% or higher the overall system would meet the goal of 90%. We only need the additional $4 per unit improved power supplies to meet the goal. Of course, if the power supply improvement was not enough to meet the goal, we could explore with of the other solutions would make sense.

A Series to Parallel Example

Now let’s say none of the vendors offered an improved reliability solution. Given the example system described above, how should we proceed? An option is to add an element in parallel.

Starting with the weakest element in the system, the power supply, what is the system reliability benefit of adding a second power supply in parallel to the existing one?

The reliability model would become a bit more complex:

Rsys = Rhd x (1-(1-Rps)x(1-Rps)) x RCPU x Relse  = 0.97 x (1-(1-0.90)x(1-0.9)) x 0.98 x 0.9999 = 0.94

This more than meets the goal yet does add the complexity of a second power supply, the cost, the weight, and space to the system. It may be worth further analysis of the cost of the various options along with the lifecycle cost advantages of meeting or exceeding the reliability goal before selecting a solution.


Related:

Reliability Apportionment (article)

RBD and Design Process (article)

Reliability Block Diagrams Overview and Value (article)

 

Filed Under: Articles, CRE Preparation Notes, Reliability in Design and Development

About Fred Schenkelberg

I am the reliability expert at FMS Reliability, a reliability engineering and management consulting firm I founded in 2004. I left Hewlett Packard (HP)’s Reliability Team, where I helped create a culture of reliability across the corporation, to assist other organizations.

« Design Reviews with Reliability Matter
Are You Tracking and Reporting Field Failures Well? »

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

CRE Preparation Notes

Article by Fred Schenkelberg

Join Accendo

Join our members-only community for full access to exclusive eBooks, webinars, training, and more.

It’s free and only takes a minute.

Get Full Site Access

Not ready to join?
Stay current on new articles, podcasts, webinars, courses and more added to the Accendo Reliability website each week.
No membership required to subscribe.

[popup type="" link_text="Get Weekly Email Updates" link_class="button" ][display_form id=266][/popup]

  • CRE Preparation Notes
  • CRE Prep
  • Reliability Management
  • Probability and Statistics for Reliability
  • Reliability in Design and Development
  • Reliability Modeling and Predictions
  • Reliability Testing
  • Maintainability and Availability
  • Data Collection and Use

© 2025 FMS Reliability · Privacy Policy · Terms of Service · Cookies Policy