
Brooks C. answered 08/07/21
Applied Physicist | AI Expert | Master Tutor
a) If we integrate over the entire distribution and set it equal to one, we can solve for C as follows:
-∞ → +∞∫f(t)dt = 1 = 0→∞∫f(t)dt
which just means we can ignore the part where x < 0 since f(x) = 0 there. Solving for C gives
C = 0.4
-------------------------------------------------------------------------------------------------------------------------------------
b) Integrating the pdf from x = 0 to x = 1 gives a probability of roughly 33%
--------------------------------------------------------------------------------------------------------------------------------------
c) The formula to find the mean time is
μt = -∞ → +∞ ∫ t f(t) dt = 1 / 0.4 = 2.5
-------------------------------------------------------------------------------------------------------------------------------------
d) The formula to find the standard deviation σtσ is
σt2 = -∞ → +∞ ∫(t - μt)2 f(t) dt = 6.25
⇒ σt = 2.5
-------------------------------------------------------------------------------------------------------------------------------------
e) The cdf is found by integrating the pdf from 0 to x as follows:
0 → x ∫ f(t) dt = { 1 - e-0.4t, t > 0
{ 0 , t < 0
----------------------------------------------------------------------------------------------------------------------------------------
f) The probability that x is within two standard deviations of the mean can be found by integrating the pdf with the lower bound μt - 2σt = -2.5 to the upper bound μt + 2σt = 7.5 to find
μt - 2σt → μt + 2σt ∫ f(t) dt = 0 → 7.5 ∫ f(t) dt
since the lower bound is less than zero, and the pdf is identically zero when x < 0. The integral evaluates to
95.0213%.
It is good to note that by statistical definitions, the probability that x lies within two standard deviations has a well known value, which is about 95%, so this is consistent with our understanding of statistics.