The formula: $f(x)=\sqrt {x-1} - \sqrt{x-2}$ is used to compute a function $f$. Suggest a more accurate way to compute the same function.
I simply do not know how to start with this question... I made the attempt employing the fixed-point iteration, I cannot see how the fixed-point iteration may help at all.
$$\sqrt{x-1}-\sqrt{x-2}=\left(\sqrt{x-1}-\sqrt{x-2}\right)\left(\frac{\sqrt{x-1}+\sqrt{x-2}}{\sqrt{x-1}+\sqrt{x-2}}\right)=\frac{1}{\sqrt{x-1}+\sqrt{x-2}}$$
– Mark Viola Oct 27 '15 at 03:52