Reliability Measures Flashcards

1
Q

The time until a component fails is a lifetime T. The probability for lifetime T to be equal to t is given by a PDF f(t). What should this PDF satisfy?

A

f(t) >= 0, t>=0 and int[0 to inf]f(t)dt = 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How is the cumulative distribution function F(t) defined And what does it represents?

A

F(t) = Prob{T <= t}

probability that the component fails at some point between 0

and t:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How is the reliability function R(t) defined And what does it represents?

A

R(t) = Prob{T >= t} = 1 - F(t) It represents the probability that a component survives at least until T.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the Mean time to failure and how is it defined?

A

The MTTF is the expected value of the life time T. It represents the average run time of a component until it fails. MTTF = E[T] = int[0 to inf]R(t)dt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the failure rate and how is it defined?

A

The failure rate gives the rate of components that are expected to die at time t. It is defined as : f(t)/(1 - F(t))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Explain the phases of the bathtub curve

A

Early life - infant mortality due to manufacturing tests. Constant failure period Wear-out phase - failure rate grows due to aging affects

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Definition of availability

A

A(t) = MTTF/(MTTF + MTTR) = MTTF/MTBF Average fraction of time over the interval [0, t] that a component is up.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Definition of MTBF

A

Mean time between failures : MTBF = MTTF + MTTR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

For systems that need high availability, it is desirable to design the system such that some tasks can be executed quickly. Which are these tasks? They are the components of a time to repair a system MTTR.

A

Fault detection, diagnosis, replacement and validation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

If we assume a constant failure rate, then the reliability R(t) has an exponential distribution. Why is that so?

A

I understand.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Why can the Weibull distribution be used to represent the lifetime of a component in the early phase and the wear-out phase.

A

The Weibull has two parameters: lamda and beta. failure rate is defined as: l.b.t^(b-1).

If b < 1 fail rate decreases

b=1 failure rate constant

b > 1 failure rate increases.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

The reliability of a component i in a series system is given by: Ri(t).

The reliability of the system is?

A

Rs(t) = prod[i = 0 to N]Ri(t)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

A parallel system is operational if at least one of its components is operational.

The reliability of a parallel system Rp(t) is given by?

Each component has reliability Ri(t)

A

Rp(t) = 1 - prod[i = 1 to N] (1 - Ri(t))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How is the reliability of complex structures calculated?

A

Reliability is calculated by expandign the system about a single module i: Rsys = Ri . Prob{System works | i is faulty free} + (1-Ri) . Prob{System Works | i is faulty}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly