altegron
- 14
- 2
Homework Statement
Consider a population of individuals with a disease. Suppose that t is the number of years since the onset of the disease. The death density function, f(t) = cte^{-kt}, approximates the fraction of the sick individuals who die in the time interval [t, t+Δt] as follows:
Fraction who die: f(t)\Delta t = cte^{-kt} \Delta t
where c and k are positive constants whose values depend on the particular disease.
(a) Find the value of c in terms of k.
(b) Express the cumulative death distribution function in the form below. Your answer will be in terms of k.
<br /> C(t)=\left\{\begin{array}{cc}A(t),& t < 0\\<br /> B(t), & t \geq 0\end{array}\right<br />
Homework Equations
P(t) = \int_{-\inf}^t p(x) dx
The Attempt at a Solution
To solve part a, I know that \lim_{t\rightarrow\infty} P(t) = 1. So c and k must have values so that it equals one. So I integrate f(t) with the relevant equations to get:
<br /> \frac{-(kt+1) \cdot e^{-kt} \cdot c}{k^2}<br />
from negative infinity to t.
The problem is that this diverges to negative infinity and doesn't give me a meaningful answer. So what do I do?
Also, how do I get the the bar with a superscript and subscript for 'from a to b' in tex?