image

As there are 2n-1-1image such partitions (there are 2n-2image ways of choosing a nonempty proper subset Ximage and, as the partition X,Xcimage is the same as Xc,Ximage, we must divide by 2) there are therefore this number of minimal cut sets.

To determine the minimal path sets, we must characterize a minimal set of arcs that results in a connected graph. The graph in Figure 9.13 is connected but it would remain connected if any one of the arcs from the cycle shown in Figure 9.14 were removed. In fact it is not difficult to see that the minimal path sets are exactly those sets of arcs that result in a graph being connected but not having any cycles (a cycle being a path from a node to itself). Such sets of arcs are called spanning trees (Figure 9.15). It is easily verified that any spanning tree contains exactly n-1image arcs, and it is a famous result in graph theory (due to Cayley) that there are exactly nn-2image of these minimal path sets.

Because of the large number of minimal path and minimal cut sets (nn-2image and 2n-1-1image, respectively), it is difficult to obtain any useful bounds without making further restrictions. So, let us assume that all the Pijimage equal the common value pimage. That is, we suppose that each of the possible arcs exists, independently, with the same probability pimage. We shall start by deriving a recursive formula for the probability that the graph is connected, which is computationally useful when nimage is not too large, and then we shall present an asymptotic formula for this probability when nimage is large.

Let us denote by Pnimage the probability that the random graph having nimage nodes is connected. To derive a recursive formula for Pnimage we first concentrate attention on a single node—say, node 1—and try to determine the probability that node 1 will be part of a component of size kimage in the resultant graph. Now, for a given set of k-1image other nodes these nodes along with node 1 will form a component if

(i) there are no arcs connecting any of these kimage nodes with any of the remaining n-kimage nodes;

(ii) the random graph restricted to these kimage nodes (and k2image potential arcs—each independently appearing with probability pimage) is connected.

The probability that (i) and (ii) both occur is

qk(n-k)Pk

image

where q=1-pimage. As there are n-1k-1image ways of choosing k-1image other nodes (to form along with node 1 a component of size kimage) we see that

P{node1ispartofacomponentofsizek}=n-1k-1qk(n-k)Pk,k=1,2,,n

image

Now, since the sum of the foregoing probabilities as kimage ranges from 1 through nimage clearly must equal 1, and as the graph is connected if and only if node 1 is part of a component of size nimage, we see that

Pn=1-k=1n-1n-1k-1qk(n-k)Pk,n=2,3, (9.9)

image (9.9)

Starting with P1=1,P2=pimage, Equation (9.9) can be used to determine Pnimage recursively when nimage is not too large. It is particularly suited for numerical computation.

To determine an asymptotic formula for Pnimage when nimage is large, first note from Equation (9.9) that since Pk1image, we have

1-Pnk=1n-1n-1k-1qk(n-k)

image

As it can be shown that for q<1image and nimage sufficiently large,

k=1n-1n-1k-1qk(n-k)(n+1)qn-1

image

we have that for nimage large

1-Pn(n+1)qn-1 (9.10)

image (9.10)

To obtain a bound in the other direction, we concentrate our attention on a particular type of minimal cut set—namely, those that separate one node from all others in the graph. Specifically, define the minimal cut set Ciimage as

Ci={(i,j):ji}

image

and define Fiimage to be the event that all arcs in Ciimage are not working (and thus, node iimage is isolated from the other nodes). Now,

1-Pn=P(graphisnotconnected)PiFi

image

since, if any of the events Fiimage occur, then the graph will be disconnected. By the inclusion–exclusion bounds, we have

PiFiiP(Fi)-i<jP(FiFj)

image

As P(Fi)image and P(FiFj)image are just the respective probabilities that a given set of n1image arcs and a given set of 2n-3image arcs are not in the graph (why?), it follows that

P(Fi)=qn-1,P(FiFj)=q2n-3,ij

image

and so

1-Pnnqn-1-n2q2n-3

image

Combining this with Equation (9.10) yields that for nimage sufficiently large,

nqn-1-n2q2n-31-Pn(n+1)qn-1

image

and as

n2q2n-3nqn-10

image

as nimage, we see that, for large nimage,

1-Pnnqn-1

image

Thus, for instance, when n=20image and p=12image, the probability that the random graph will be connected is approximately given by

P201-201219=0.99998

image
image
Figure 9.12
image
Figure 9.13
image
Figure 9.14

9.4.2 Second Method for Obtaining Bounds on r(p)

Our second approach to obtaining bounds on r(p)image is based on expressing the desired probability as the probability of the intersection of events. To do so, let A1,A2,,Asimage denote the minimal path sets as before, and define the events, Di,i=1,,simage by

Di={atleastonecomponentinAihasfailed}

image

Now since the system will have failed if and only if at least one component in each of the minimal path sets has failed we have

1-r(p)=P(D1D2Ds)=P(D1)P(D2D1)P(DsD1D2Ds-1) (9.11)

image (9.11)

Now it is quite intuitive that the information that at least one component of A1image is down can only increase the probability that at least one component of A2image is down (or else leave the probability unchanged if A1image and A2image do not overlap). Hence, intuitively

P(D2D1)P(D2)

image

To prove this inequality, we write

P(D2)=P(D2D1)P(D1)+P(D2D1c)(1-P(D1)) (9.12)

image (9.12)

and note that

P(D2D1c)=P{at least one failed inA2all functioning inA1}=1-jA2jA1pj1-jA2pj=P(D2)

image

Hence, from Equation (9.12) we see that

P(D2)P(D2D1)P(D1)+P(D2)(1-P(D1))

image

or

P(D2D1)P(D2)

image

By the same reasoning, it also follows that

P(DiD1Di-1)P(Di)

image

and so from Equation (9.11) we have

1-r(p)iP(Di)

image

or, equivalently,

r(p)1-i1-jAipj

image

To obtain a bound in the other direction, let C1,,Crimage denote the minimal cut sets and define the events U1,,Urimage by

Ui={at least one component inCiis functioning}

image

Then, since the system will function if and only if all of the events Uiimage occur, we have

r(p)=P(U1U2Ur)=P(U1)P(U2U1)P(UrU1Ur-1)iP(Ui)

image

where the last inequality is established in exactly the same manner as for the Diimage. Hence,

r(p)i1-jCi(1-pj)

image

and we thus have the following bounds for the reliability function:

i1-jCi(1-pj)r(p)1-i1-jAipj (9.13)

image (9.13)

It is to be expected that the upper bound should be close to the actual r(p)image if there is not too much overlap in the minimal path sets, and the lower bound to be close if there is not too much overlap in the minimal cut sets.

Example 9.19

For the three-out-of-four system the minimal path sets are A1={1,2,3},A2={1,2,4},A3={1,3,4}image, and A4={2,3,4}image; and the minimal cut sets are C1={1,2}image, C2={1,3},C3={1,4},C4={2,3},C5={2,4}image, and C6={3,4}image. Hence, by Equation (9.13) we have

(1-q1q2)(1-q1q3)(1-q1q4)(1-q2q3)(1-q2q4)(1-q3q4)r(p)1-(1-p1p2p3)(1-p1p2p4)(1-p1p3p4)(1-p2p3p4)

image

where qi1-piimage. For instance, if pi=12image for all iimage, then the preceding yields

0.18r12,,120.59

image

The exact value for this structure is easily computed to be

r12,,12=516=0.31

image

9.5 System Life as a Function of Component Lives

For a random variable having distribution function Gimage, we define G¯(a)1-G(a)image to be the probability that the random variable is greater than aimage.

Consider a system in which the iimageth component functions for a random length of time having distribution Fiimage and then fails. Once failed it remains in that state forever. Assuming that the individual component lifetimes are independent, how can we express the distribution of system lifetime as a function of the system reliability function r(p)image and the individual component lifetime distributions Fi,i=1,,nimage?

To answer this we first note that the system will function for a length of time timage or greater if and only if it is still functioning at time timage. That is, letting Fimage denote the distribution of system lifetime, we have

F¯(t)=P{systemlife>t}=P{system is functioning at timet}

image

But, by the definition of r(p)image we have

P{system is functioning at timet}=r(P1(t),,Pn(t))

image

where

Pi(t)=P{componentiis functioning att}=P{lifetimeofi>t}=F¯i(t)

image

Hence, we see that

F¯(t)=r(F¯1(t),,F¯n(t)) (9.14)

image (9.14)

Example 9.20

In a series system, r(p)=1npiimage and so from Equation (9.14)

F¯(t)=1nF¯i(t)

image

which is, of course, quite obvious since for a series system the system life is equal to the minimum of the component lives and so will be greater than timage if and only if all component lives are greater than timage. ■

Example 9.21

In a parallel system r(p)=1-1n(1-pi)image and so

F¯(t)=1-1nFi(t)

image

The preceding is also easily derived by noting that, in the case of a parallel system, the system life is equal to the maximum of the component lives. ■

For a continuous distribution Gimage, we define λ(t)image, the failure rate function of Gimage, by

λ(t)=g(t)G¯(t)

image

where g(t)=d/dtG(t)image. In Section 5.2.2, it is shown that if Gimage is the distribution of the lifetime of an item, then λ(t)image represents the probability intensity that a timage-year-old item will fail. We say that Gimage is an increasing failure rate (IFR) distribution if λ(t)image is an increasing function of timage. Similarly, we say that Gimage is a decreasing failure rate (DFR) distribution if λ(t)image is a decreasing function of timage.

Example 9.22

The Weibull Distribution

A random variable is said to have the Weibull distribution if its distribution is given, for some λ>0,α>0image, by

G(t)=1-e-(λt)α,t0

image

The failure rate function for a Weibull distribution equals

λ(t)=e-(λt)αα(λt)α-1λe-(λt)α=αλ(λt)α-1

image

Thus, the Weibull distribution is IFR when α1image, and DFR when 0<α1image; when α=1,G(t)=1-e-λtimage, the exponential distribution, which is both IFR and DFR. ■

Example 9.23

The Gamma Distribution

A random variable is said to have a gamma distribution if its density is given, for some λ>0,α>0image, by

g(t)=λe-λt(λt)α-1Γ(α)fort0

image

where

Γ(α)0e-ttα-1dt

image

For the gamma distribution,

1λ(t)=G¯(t)g(t)=tλe-λx(λx)α-1dxλe-λt(λt)α-1=te-λ(x-t)xtα-1dx

image

With the change of variables u=x-timage, we obtain

1λ(t)=0e-λu1+utα-1du

image

Hence, Gimage is IFR when α1image and is DFR when 0<α1image. ■

Suppose that the lifetime distribution of each component in a monotone system is IFR. Does this imply that the system lifetime is also IFR? To answer this, let us at first suppose that each component has the same lifetime distribution, which we denote by Gimage. That is, Fi(t)=G(t),i=1,,nimage. To determine whether the system lifetime is IFR, we must compute λF(t)image, the failure rate function of Fimage. Now, by definition,

λF(t)=(d/dt)F(t)F¯(t)=(d/dt)[1-r(G¯(t))]r(G¯(t))

image

where

r(G¯(t))r(G¯(t),,G¯(t))

image

Hence,

λF(t)=r(G¯(t))r(G¯(t))G(t)=G¯(t)r(G¯(t))r(G¯(t))G(t)G¯(t)=λG(t)pr(p)r(p)p=G¯(t) (9.15)

image (9.15)

Since G¯(t)image is a decreasing function of timage, it follows from Equation (9.15) that if each component of a coherent system has the same IFR lifetime distribution, then the distribution of system lifetime will be IFR if pr(p)/r(p)imageis a decreasing function of p image.

Example 9.24

The kimage-out-of-nimage System with Identical Components

Consider the kimage-out-of-nimage system, which will function if and only if kimage or more components function. When each component has the same probability pimage of functioning, the number of functioning components will have a binomial distribution with parameters nimage and pimage. Hence,

r(p)=i=knnipi(1-p)n-i

image

which, by continual integration by parts, can be shown to be equal to

r(p)=n!(k-1)!(n-k)!0pxk-1(1-x)n-kdx

image

Upon differentiation, we obtain

r(p)=n!(k-1)!(n-k)!pk-1(1-p)n-k

image

Therefore,

pr(p)r(p)=r(p)pr(p)-1=1p0pxpk-11-x1-pn-kdx-1

image

Letting y=x/pimage yields

pr(p)r(p)=01yk-11-yp1-pn-kdy-1

image

Since (1-yp)/(1-p)image is increasing in pimage, it follows that pr(p)/r(p)image is decreasing in pimage. Thus, if a kimage-out-of-nimage system is composed of independent, like components having an increasing failure rate, the system itself has an increasing failure rate. ■

It turns out, however, that for a kimage-out-of-nimage system, in which the independent components have different IFR lifetime distributions, the system lifetime need not be IFR. Consider the following example of a two-out-of-two (that is, a parallel) system.

Example 9.25

A Parallel System That Is Not IFR

The life distribution of a parallel system of two independent components, the iimageth component having an exponential distribution with mean 1/i,i=1,2image, is given by

F¯(t)=1-(1-e-t)(1-e-2t)=e-2t+e-t-e-3t

image

Therefore,

λ(t)=f(t)F¯(t)=2e-2t+e-t-3e-3te-2t+e-t-e-3t

image

It easily follows upon differentiation that the sign of λ(t)image is determined by e-5t-e-3t+3e-4timage, which is positive for small values and negative for large values of timage. Therefore, λ(t)image is initially strictly increasing, and then strictly decreasing. Hence, Fimage is not IFR. ■

Remark

The result of the preceding example is quite surprising at first glance. To obtain a better feel for it we need the concept of a mixture of distribution functions. The distribution function Gimage is said to be a mixture of the distributions G1image and G2image if for some p,0<p<1image,

G(x)=pG1(x)+(1-p)G2(x) (9.16)

image (9.16)

Mixtures occur when we sample from a population made up of two distinct groups. For example, suppose we have a stockpile of items of which the fraction pimage are type 1 and the fraction 1-pimage are type 2. Suppose that the lifetime distribution of type 1 items is G1image and of type 2 items is G2image. If we choose an item at random from the stockpile, then its life distribution is as given by Equation (9.16).

Consider now a mixture of two exponential distributions having rates λ1image and λ2image where λ1<λ2image. We are interested in determining whether or not this mixture distribution is IFR. To do so, we note that if the item selected has survived up to time timage, then its distribution of remaining life is still a mixture of the two exponential distributions. This is so since its remaining life will still be exponential with rate λ1image if it is type 1 or with rate λ2image if it is a type 2 item. However, the probability that it is a type 1 item is no longer the (prior) probability pimage but is now a conditional probability given that it has survived to time timage. In fact, its probability of being a type 1 is

P{type 1life>t}=P{type1,life>t}P{life>t}=pe-λ1tpe-λ1t+(1-p)e-λ2t

image

As the preceding is increasing in timage, it follows that the larger timage is, the more likely it is that the item in use is a type 1 (the better one, since λ1<λ2image). Hence, the older the item is, the less likely it is to fail, and thus the mixture of exponentials far from being IFR is, in fact, DFR.

Now, let us return to the parallel system of two exponential components having respective rates λ1image and λ2image. The lifetime of such a system can be expressed as the sum of two independent random variables, namely,

systemlife=Exp(λ1+λ2)+Exp(λ1)withprobabilityλ2λ1+λ2Exp(λ2)withprobabilityλ1λ1+λ2

image

The first random variable whose distribution is exponential with rate λ1+λ2image represents the time until one of the components fails, and the second, which is a mixture of exponentials, is the additional time until the other component fails. (Why are these two random variables independent?)

Now, given that the system has survived a time timage, it is very unlikely when timage is large that both components are still functioning, but instead it is far more likely that one of the components has failed. Hence, for large timage, the distribution of remaining life is basically a mixture of two exponentials—and so as timage becomes even larger its failure rate should decrease (as indeed occurs). ■

Recall that the failure rate function of a distribution F(t)image having density f(t)=F(t)image is defined by

λ(t)=f(t)1-F(t)

image

By integrating both sides, we obtain

0tλ(s)ds=0tf(s)1-F(s)ds=-logF¯(t)

image

Hence,

F¯(t)=e-Λ(t) (9.17)

image (9.17)

where

Λ(t)=0tλ(s)ds

image

The function Λ(t)image is called the hazard function of the distribution Fimage.

Definition 9.1

A distribution Fimage is said to have increasing failure on the average (IFRA) if

Λ(t)t=0tλ(s)dst (9.18)

image (9.18)

increases in timage for t0image.

In other words, Equation (9.18) states that the average failure rate up to time timage increases as timage increases. It is not difficult to show that if Fimage is IFR, then Fimage is IFRA; but the reverse need not be true.

Note that Fimage is IFRA if Λ(s)/sΛ(t)/timage whenever 0stimage, which is equivalent to

Λ(αt)αtΛ(t)tfor0α1,allt0

image

But by Equation (9.17) we see that Λ(t)=-logF¯(t)image, and so the preceding is equivalent to

-logF¯(αt)-αlogF¯(t)

image

or equivalently,

logF¯(αt)logF¯α(t)

image

which, since log ximage is a monotone function of ximage, shows that Fimage is IFRA if and only if

F¯(αt)F¯α(t)for0α1,allt0 (9.19)

image (9.19)

For a vector p=(p1,,pn)image we define pα=(p1α,,pnα)image. We shall need the following proposition.

Proposition 9.2

Any reliability function r(p)image satisfies

r(pα)[r(p)]α,0α1

image

Proof

We prove this by induction on nimage, the number of components in the system. If n=1image, then either r(p)0,r(p)1,orr(p)pimage. Hence, the proposition follows in this case.

Assume that Proposition 9.2 is valid for all monotone systems of n-1image components and consider a system of nimage components having structure function ϕimage. By conditioning upon whether or not the nimageth component is functioning, we obtain

r(pα)=pnαr(1n,pα)+(1-pnα)r(0n,pα) (9.20)

image (9.20)

Now consider a system of components 1 through n-1image having a structure function ϕ1(x)=ϕ(1n,x)image. The reliability function for this system is given by r1(p)=r(1n,p)image; hence, from the induction assumption (valid for all monotone systems of n-1image components), we have

r(1n,pα)[r(1n,p)]α

image

Similarly, by considering the system of components 1 through n-1image and structure function ϕ0(x)=ϕ(0n,x)image, we obtain

r(0n,pα)[r(0n,p)]α

image

Thus, from Equation (9.20), we obtain

r(pα)pnα[r(1n,p)]α+(1-pnα)[r(0n,p)]α

image

which, by using the lemma to follow (with λ=pn,x=r(1n,p)image, y=r(0n,p)image), implies that

r(pα)[pnr(1n,p)+(1-pn)r(0n,p)]α=[r(p)]α

image

which proves the result. ■

Lemma 9.3

If 0α1,0λ1image, then

h(y)=λαxα+(1-λα)yα-(λx+(1-λ)y)α0

image

for all 0yximage.

Proof

The proof is left as an exercise. ■

We are now ready to prove the following important theorem.

Theorem 9.2

For a monotone system of independent components, if each component has an IFRA lifetime distribution, then the distribution of system lifetime is itself IFRA.

Proof

The distribution of system lifetime Fimage is given by

F¯(αt)=r(F¯1(αt),,F¯n(αt))

image

Hence, since rimage is a monotone function, and since each of the component distributions F¯iimage is IFRA, we obtain from Equation (9.19)

F¯(αt)r(F¯1α(t),,F¯nα(t))[r(F¯1(t),,F¯n(t))]α=F¯α(t)

image

which by Equation (9.19) proves the theorem. The last inequality followed, of course, from Proposition 9.2. ■

9.6 Expected System Lifetime

In this section, we show how the mean lifetime of a system can be determined, at least in theory, from a knowledge of the reliability function r(p)image and the component lifetime distributions Fi,i=1,,nimage.

Since the system’s lifetime will be timage or larger if and only if the system is still functioning at time timage, we have

P{system life>t}=rF¯(t)

image

where F¯(t)=(F¯1(t),,F¯n(t))image. Hence, by a well-known formula that states that for any nonnegative random variable Ximage,

E[X]=0P{X>x}dx,

image

we see that*

E[system life]=0rF¯(t)dt (9.21)

image (9.21)

Example 9.26

A Series System of Uniformly Distributed Components

Consider a series system of three independent components each of which functions for an amount of time (in hours) uniformly distributed over (0,10image). Hence, r(p)=p1p2p3image and

Fi(t)=t/10,0t101,t>10i=1,2,3

image

Therefore,

rF¯(t)=10-t103,0t100,t>10

image

and so from Equation (9.21) we obtain

E[system life]=01010-t103dt=1001y3dy=52

image

Example 9.27

A Two-out-of-Three System

Consider a two-out-of-three system of independent components, in which each component’s lifetime is (in months) uniformly distributed over (0,1image). As was shown in Example 9.13, the reliability of such a system is given by

r(p)=p1p2+p1p3+p2p3-2p1p2p3

image

Since

Fi(t)=t,0t11,t>1

image

we see from Equation (9.21) that

E[system life]=01[3(1-t)2-2(1-t)3]dt=01(3y2-2y3)dy=1-12=12