Average Product of Sawtooth Functions

 

Beginning from a non-failed state at time t = 0, a component with a constant failure rate λ has probability P(t) = 1 – e−λt of being failed at time t. If λt is much less than 1 (as is often the case for highly reliable components), this is closely approximated by P(t) = λt. Hereafter we focus on this case. If we inspect and repair the component every T hours, then the probability of being failed at any time t is a sawtooth function that repeats every T hours as depicted below.

 

 

The average value of this sawtooth function is just the average over any single cycle, so we have

 

 

Since the maximum value is Pmax = λT, this shows that for a single component we have Pave/Pmax = 1/2.

 

For N components, with constant failure rates λ1, λ2, …, λN respectively, the joint probability of all N being failed at time t (assuming no repairs) is the product

 

 

If all the components are inspected and repaired (synchronously) every T hours, then the joint probability has a periodic shape with maximum value Pmax = Pprod(T). This is illustrated for the case N=3 in the figure below.

 

 

The average of the product is (again) the average over any single cycle, so we have

 

 

For a less trivial case, suppose the individual components are inspected and repaired at different intervals. Consider the case of two components, with failure rates λ1 and λ2, and suppose they are inspected/repaired at intervals of T and n1T hours, respectively (beginning from a common initial time) for some integer n1. In this case the maximum probability is Pmax =  P1(T)P2(n1T). Of course, if we make P1 periodic with interval T, this is formally equivalent to Pmax = Pprod(n1T), but we typically calculate using the continuous basic functions. The resulting joint probability given by the product of these two sawtooth functions is shown below for the case n1 = 2.

 

 

The average of the function equals the average over the full cycle from t = 0 to n1T, and we can evaluate this by noting that the product over the first segment of length T is P1(t)P2(t) as t ranges from 0 to T, and over the second segment it is P1(t)P2(t+T) as t ranges from 0 to T, and over the third segment it is P1(t)P2(t+2T) as t ranges from 0 to T, and so on, up to the (n1)th segment with P1(t)P2(t+(N−1)T) as t ranges from 0 to T. Thus the average is

 

 

Dividing by Pmax = (λ1T)(λ2 n1T) gives the result for N=2 components

 

 

With n1 = 1 we have equal inspection intervals and this equation gives the ratio 1/3 as we saw previously for N=2 components. As the value of n1 increases, the ratio asymptotically approaches 1/4.

 

Now consider the case of N=3 components with inspection/repair intervals of T, n1T, and n1n2T respectively. We could proceed in the simple ad hoc manner as above, but to generalize to higher cases it’s useful to establish a more systematic approach. In this case we need to integrate n1n2 terms that can be written in the form

 

 

where k1 cycles from 0 to n1−1 and k2 consists of n2 blocks of n1 numbers, and the numbers in the first block are all 0, and in the second block are all n1, and in the third are all 2n1, and so on, up to (n2−1)n1. For example, with n1 = 3 and n2 = 4 we have the k1 values 0,1,2,0,1,2,0,1,2,0,1,2 and the k2 values 0,0,0,3,3,3,6,6,6,9,9,9 respectively

 

We want to integrate the sum of the n1n2 terms of the above form, and to determine the coefficients of t3, etc., we need to determine the sum of (1), and the sum of the values of k1, and the sum of the values of k2, and the sum of the values of k12, and the sum of the values of k1k2. In general we have

 

 

Inserting these expressions we can evaluate the average probability as

 

 

Recalling that in this case the maximum value of the product function is

 

 

we have the result for N=3 components

 

 

As expected, with n1 = n2 = 1 this ratio is 1/4, in agreement with the formula for equal intervals with N=3. On the other hand, if either n1 or n2 is 1 and the other is increased, the ratio asymptotically approaches 1/6, and if both n1 and n2 are large the ratio asymptotically approaches 1/8. This ratio happens to be symmetrical in n1 and n2, but Pmax is not, so neither is Pave.

 

Now consider the case of N=4 components with inspection/repair intervals of T, n1T, n1n2T, and n1n2n3T respectively. In this case we need to integrate n1n2n3 terms that can be written in the form

 

 

where

 

The values of k1 cycle from 0 to n1−1 and k2 consists of n2 blocks of n1 numbers, and the numbers in the first block are all 0, and in the second block are all n1, and in the third are all 2n1, and so on, up to (n2−1)n1. The values of k3 consist of n3 blocks of n1n2 numbers, and the numbers in the first block are 0, and in the second are n1n2, and in the third are 2n1n2, and so on, up to (n3−1)n1n2.

 

We want to integrate the sum of the n1n2n3 terms of the above form, and to determine the coefficients of t3, etc., we need to determine the sum of (1), and the sum of the products of the kj values. In general we have

 

 

with the stipulation that 00 = 1. Thus if αj = 0 the corresponding summation is simply nj. For example, the coefficient of t4 is n1n2n3. We can express each summation in closed form using the sum of powers identities

 

 

Making use of these expressions we can evaluate the average probability as

 

 

Recalling that, in this case, the maximum value of the product function is

 

 

we have the result for N=4 components

 

 

As expected, with n1 = n2 = n3 = 1 this ratio is 1/5, in agreement with the formula for equal intervals with N=4. On the other hand, for large values of n1, n2, and n3 the ratio asymptotically approaches 1/16.

 

The ratio can also be written in the equivalent form

 

 

The first term on the right side in parentheses is half the ratio for N=3, and the value of n3 appears only in the denominator of the second term on the right, so that terms approaches zero for sufficiently large n3. This is as expected, since the 4th component would just be uniformly ramping up from zero to its maximum value as the other three components proceed as in the N=3 case, resulting is a simple factor of 1/2. Likewise we can write the lower order solutions as

 

 

Thus each of the ratios splits naturally into a sum of half the lower order ratio and a quantity inversely proportional to the highest-order time factor.

 

Return to MathPages Main Menu