I just began studying for the SOA LTAM exam. There are 2 methods shown in the text for calculating $S_x(t)$, the survival function for a life age x to survive until at least time t:
Method 1:
$S_x(t) = \frac{S_o(x+t)}{S_o(x)}$
Method 2:
$$Sx(t) e^{\int_{0}^{t}{Ux+s} \space ds}$$,
where $$Ux+s =
\frac{\frac{d}{ds} (S_o(x+s))}{S_o(x+s)}$$
For the function $S_o(x) = (1-\frac{x}{120})^{\frac{1}{6}}$
applying method 1: $$\frac{S_o(x+t)}{S_o(x)}= \frac{(1-\frac{(x+t)}{120})^{\frac{1}{6}}}{(1-\frac{x}{120})^{\frac{1}{6}}} = (1-\frac{t}{(120-x)})^{\frac{1}{6}}$$
applying method 2, I get $$Sx(t) =(1-\frac{t}{(120-x)})^{\frac{120}{(720-x)}}$$
so they only give the same result when $x=0$, but I thought they should be the same result for all $x$?