Template:System failure rate analytical

From ReliaWiki
Revision as of 18:49, 19 January 2012 by Nicolette Young (talk | contribs) (Created page with '====System Failure Rate==== Once the distribution of the system has been determined, the failure rate can also be obtained by dividing the <math>pdf</math> by the reliability f…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

System Failure Rate

Once the distribution of the system has been determined, the failure rate can also be obtained by dividing the [math]\displaystyle{ pdf }[/math] by the reliability function:


[math]\displaystyle{ {{\lambda }_{s}}\left( t \right)=\frac{{{f}_{s}}\left( t \right)}{{{R}_{s}}\left( t \right)} }[/math]



For the system in Figure Ch5fig2:

[math]\displaystyle{ \begin{align} {{\lambda }_{s}}\left( t \right)= & \frac{-\tfrac{d}{dt}\left( {{e}^{-\tfrac{1}{10,000}t}}\cdot {{e}^{-{{\left( \tfrac{t}{10,000} \right)}^{6}}}} \right)}{{{e}^{-\tfrac{1}{10,000}t}}\cdot {{e}^{-{{\left( \tfrac{t}{10,000} \right)}^{6}}}}} \\ = & \frac{-\tfrac{d}{dt}\left( {{e}^{-\tfrac{1}{10,000}t}} \right)}{{{e}^{-\tfrac{1}{10,000}t}}}+\frac{-\tfrac{d}{dt}\left( {{e}^{-{{\left( \tfrac{t}{10,000} \right)}^{6}}}} \right)}{{{e}^{-{{\left( \tfrac{t}{10,000} \right)}^{6}}}}} \\ = & \frac{{{f}_{1}}}{{{R}_{1}}}+\frac{{{f}_{2}}}{{{R}_{2}}} \\ = & {{\lambda }_{1}}+{{\lambda }_{2}} \end{align} }[/math]


Figure 5.4 shows a plot of Eqn. (9).

BlockSim uses numerical methods to estimate the failure rate. It should be pointed out that as [math]\displaystyle{ t\to \infty }[/math] , numerical evaluation of Eqn. (system failure rate) is constrained by machine numerical precision. That is, there are limits as to how large [math]\displaystyle{ t }[/math] can get before floating point problems arise. For example, at [math]\displaystyle{ t=5,000,000 }[/math] both numerator and denominator will tend to zero (e.g. [math]\displaystyle{ {{e}^{-\tfrac{5,000,000}{10,000}}}=7.1245\times {{10}^{-218}} }[/math] ). As these numbers become very small they will start looking like a zero to the computer, or cause a floating point error, resulting in a [math]\displaystyle{ \tfrac{0}{0} }[/math] or [math]\displaystyle{ \tfrac{X}{0} }[/math] operation. In these cases, BlockSim will return a value of " [math]\displaystyle{ N/A }[/math] " for the result. Obviously, this does not create any practical constraints.