Failure rate of a system at time 't'

francisg3
Messages
31
Reaction score
0
I need to solve the following problem for a school assignment.

Let λ(t) denote the failuer rate of a system at time 't'. The failure rate is simple the number of failures in unit time. For example, if the unit time is one day, then λ is the average of failures per day. Let μ(t) denote the total number of failures from the first release (time t=0) until the current time, 't'. Then we have

(1) λ= dμ/dt

(2) μ = ∫λ(T) where the limits of integration are T=0 (lower) and T=t (upper)

Two models are used for estimating λ and μ. In the forumlae below, λ0 is the failure rate at time t=0, and α and β are constants

λ=λ0(1-μ/α)

λ=λ0e^- β μ



Use (1) or (2) to find λ and μ as functions of time for each model.



...I just need some direction. Thanks!
 
Physics news on Phys.org
francisg3 said:
I need to solve the following problem for a school assignment.

Let λ(t) denote the failuer rate of a system at time 't'. The failure rate is simple the number of failures in unit time. For example, if the unit time is one day, then λ is the average of failures per day. Let μ(t) denote the total number of failures from the first release (time t=0) until the current time, 't'. Then we have

(1) λ= dμ/dt

(2) μ = ∫λ(T) where the limits of integration are T=0 (lower) and T=t (upper)

Two models are used for estimating λ and μ. In the forumlae below, λ0 is the failure rate at time t=0, and α and β are constants

λ=λ0(1-μ/α)

λ=λ0e^- β μ



Use (1) or (2) to find λ and μ as functions of time for each model.



...I just need some direction. Thanks!

Well, Assuming that your first equation reads as such:

\lambda = \lambda_0 \left(1-\frac{\mu}{\alpha}\right)

You should be able to substitute λ=dμ/dt and get a seperable differential equation in μ. Then you differentiate that equation to get λ.

So you just need to solve:

\frac{d\mu}{dt} = \lambda_0 \left(1-\frac{\mu}{\alpha}\right)
 
so i just differentiate with respect to μ?
 
so the resulting integration would be:

-α ln (μ -α) evaluated at 0 and 't' correct?
 
Well, don't EVALUATE it at those two points. Instead, set that equal to t+C.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top