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 / Parallel Systems

by Fred Schenkelberg 5 Comments

Parallel Systems

Parallel Systems

Speaking reliability-wise, parallel, means any of the elements in parallel structure permit the system to function. This does not mean they are physically parallel (in all cases), as capacitors in parallel provide a specific behavior in the circuit and if one capacitor fails that system might fail.
In this simple drawing, there are n components in parallel and any one component is needed for the system to function.

If component #2 fails, the others will permit the system to functions.

Simple. And, very useful. This construction permits the improvement of reliability overall, even above the reliability of the individual components. Unlike series system where the weakest component limits the reliability, here by adding redundancy the system reliability improves.

Consider a two component parallel system. If both components are both working, then the system is working. If either component 1 or 2 fails, the system is still working. If and only if both components fail, then the system fails. Unlike a series system where any one failure causes a system failure, in this simple example, two failure events have to occur before the system fails.

What is the chance of having two failures? The formula is based on the probability of component 1 or component 2 operating. Without doing the derivation, we can write the reliability of the 2 component parallel system as:

This get’s very complicated quickly with more than three components in parallel. Before exploring another way to calculate parallel systems, there is a special case situation to mention first.

When the components in parallel are the same (reliability wise), then the above simplifies to

Which should be obvious.

Often it’s easier to do parallel system calculations using the unreliability, or 1 – R(t). This is also the CDF or F(t). The math is now more like a series system with one correction. For the general case, the system reliability formula for a parallel system becomes

So, let’s say we have five components with Reliability at one year of use, R(1), at 90%, or 0.9. Calculate the system reliability.

Using the above formula and setting the reliability of each element at 0.9, we find

which is very reliable.

It’s expensive to add redundant parts to a system, yet in some cases, it is the right solution to create a system that meets the reliability requirements. Of course, actual systems have many variations and complications over simply setting components up in parallel. Load sharing, hot, warm, or cold standby, switching or voting systems, and many others can complicate the construction of a parallel system.

Using components in parallel is the only way to increase the system reliability over the limits of individual component reliability.


Related:

Reliability Block Diagrams Overview and Value (article)

Reliability Apportionment (article)

k out of n (article)

Filed Under: Articles, CRE Preparation Notes, Reliability Modeling and Predictions Tagged With: Reliability Block Diagram (RBD)

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.

« Value of CRE
Series System »

Comments

  1. Ahmet ÇETİN says

    March 21, 2019 at 12:12 PM

    Dear sir,

    I want to calculate total breakdown time and breakdown number between A and B points.
    There are 3 machines connected parallel.

    Reply
  2. Alain Bensoussan says

    July 17, 2019 at 4:19 AM

    Hi Fred,
    First of all I would like to thank you very much to share your knowledge.
    I have a question regarding the failure definition of n elements in a parallel system reliability. As a failure can be either open circuit of short circuit the element failure in a parallel scheme will have different impact: if a short circuit on one element and all other sounds, then the system is in short so considered fail; while the open fail of one element will not affect the overal system reliability. Can you clarify this point ?

    Complementary and second question: what if we are studying parametric drifts of a n parallel elements with a given failure criteria characterized by a WEIBULL law for each element (same law or different WEIBULL parameters for each one) ? Do you know some reference or book addressing this question for a serie or parallel systems reliability?

    Thank you for your advise. Alain.

    Reply
    • Fred Schenkelberg says

      July 17, 2019 at 1:42 PM

      Hi Alain,

      Yep, if the items in parallel and one has a short that provides a short past the parallel structure, then it’s a single point failure causing a system failure. It would take a bit more work to model this situation, yet possible to estimate the system availability if one could define the probability of shorting…

      And, I do not know of a good reference for the drift question – seems there may be good technical paper in that topic.

      Cheers,

      Fred

      Reply

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