Accendo Reliability

Your Reliability Engineering Professional Development Site

  • Home
  • About
    • Contributors
    • About Us
    • Colophon
    • Survey
  • Reliability.fm
    • Speaking Of Reliability
    • Rooted in Reliability: The Plant Performance Podcast
    • Quality during Design
    • CMMSradio
    • Way of the Quality Warrior
    • Critical Talks
    • Asset Performance
    • Dare to Know
    • Maintenance Disrupted
    • Metal Conversations
    • The Leadership Connection
    • Practical Reliability Podcast
    • Reliability Matters
    • Reliability it Matters
    • Maintenance Mavericks Podcast
    • Women in Maintenance
    • Accendo Reliability Webinar Series
  • 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
      • FMEA Introduction
      • AIAG & VDA FMEA Methodology
    • Barringer Process Reliability Introduction
      • Barringer Process Reliability Introduction Course Landing Page
    • Fault Tree Analysis (FTA)
    • 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
  • Upcoming Live Events
  • Accendo Reliability Webinar Series
You are here: Home / Articles / Reliability from Hazard Step Function

by Fred Schenkelberg 4 Comments

Reliability from Hazard Step Function

Reliability from Hazard Step Function

Received a sample problem from someone preparing for the CRE exam saying it was a tricky one. 

The hazard rate function for a device is given by

0.001 if t ≤ 10 hours  and 0.01 if t > 10 hours

What is the reliability of this device at 12 hours?

I first draw the hazard function

hazard-function-step

Recall that the area of the box is the probability of failure. Thus we can multiply the duration and corresponding hazard rate to find the probability of failure.

0.001 × 10 = 0.01 probability of failure over the ten hours, and

0.01 × 2 = 0.02 probability of failure over the remaining two hours.

Convert to reliability by recalling that the 1 – probability of failure = reliability. The CDF is the compliment of Reliability, 1- F(t) = R(t). This results in the reliability over the first ten hours of 0.99, and over the next two hours as 0.98.

Now multiply the two to get the reliability over 12 hours, 0.99 × 0.98 = 0.9702. Therefore the answer is A.

How about those other possible answers.

B is just the reliability of the last two hours 1 – (0.01 × 2) = 0.98

C is all twelve hours at the lower hazard rate, 1 – (0.001 × 12) = 0.988

D is just the reliability of the first 1en hours 1 – (0.001 × 10) = 0.99

Thoughts? Is there a better way to solve this one?


Related:

Hazard to Reliability Functions (article)

The Exponential Distribution (article)

Reliability Function (article)

 

Filed Under: Articles, CRE Preparation Notes, Probability and Statistics for Reliability Tagged With: Statistics distributions and functions

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.

« Exponential Reliability
Common Formulas »

Comments

  1. Steve Larson says

    February 25, 2013 at 10:44 AM

    One way to think about this: if R(t) = exp{- integral from 0 to t of h(t)dt} the integral can be simply computed from the area of the curves as 10*(0.001)+2*(0.01) or 0.03. This results in R(t) = exp(-0.03) or 0.9704.

    Reply
    • Fred Schenkelberg says

      February 25, 2013 at 10:48 AM

      Excellent thanks Steve

      Reply
  2. SPYROS says

    June 12, 2016 at 7:58 AM

    R(@ t=12) = R(@ t=10) x R(@ t=2)

    R(@ t=10) = e^(-0.01) = 0.990
    R(@ t=2) = e^(-0.02) = 0.980

    R(@ t=12) = 0.990 x 0.980 = 0.970

    Reply
    • Fred Schenkelberg says

      June 12, 2016 at 8:35 AM

      Hi Spyros – using the exponential reliability function. That worked in this case yet I caution it may not work in other cases where the hazard or probability density function are provided.

      While the exponential reliability function is useful, it really only works when the PDF also is exponential.

      Cheers,

      Fred

      Reply

Leave a Reply to Fred Schenkelberg 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" ]

[/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