I understand that The force of mortality $ \mu (x)$ can be interpreted as the conditional density of failure at age x given survival to age x, while f(x) is the unconditional density of failure at age x.
I also understand that $\mu_x=\frac {-S'(x)}{S(x)}$
I know that mathematically we can easily find $S_X(x)=e^{-\int_0^x \mu_y dy}$ but I can't find the intuition behind the formula ( wich is very impotant to me to be able to learn ).
In fact, it's especially the bounds of integration that intrigue me. Why is it from 0 to x and not from x to $\infty$ while the survival function is for (X>x)? The second thing is why the exponential function keeps showing up in everything related to a force. (Force of mortality, force of interest...).
My questions may seem a little bit out of nowhere but I'm asking perhaps someone can give an explanation that will also improve my understanding of the exponential function.
Thank you
Think of it this way: the force of mortality $\mu_y$ is roughly a measure of the fraction of people between age $y$ and $y+dy$ that will die. If you integrate this up to age $x$ you have
$$\int_0^{x}\mu_y \; dy \; ,$$
the fraction of people between age $0$ and age $x$ that will die. So, these people will not contribute to the number of people that will survive, so you have
$$S(x) \approx 1 - \int_0^{x}\mu_y \; dy \; .$$
And indeed $\exp(-x)\approx 1-x + O(x)$.