0

This is from reading a book on probabilities.

How is (3) developed?

The text reads:

From

$$(+Δ)−()=−()()Δ\tag{1}$$

We take limits

$$\frac{()}{}=−()()\tag{2}$$

Thus we have

$$()=^{−\int_0^t\lambda(\tau)(\tau)}\tag{3}$$

Steve
  • 115

1 Answers1

1

You can either use an integrating factor (since this is a first order linear ODE), as other comments suggested, or you could notice that $$(\ln y)'=\frac{y'}{y}$$So in this example, $$\frac{V'(t)}{V(t)}=-\lambda(t)\Rightarrow \ln\left|V(t)\right|=-\int \lambda(t)\, dt+c$$ and depending on your constraints and your initial conditions, $$V(t)=\exp\left(-\int \lambda(t)\, dt\right)$$