A problem asks the following
Compute $\sqrt{4321} - \sqrt{4318}$ using 4 decimal digit arithmetic.
This comes out to $0.02,$ when the exact result should be $0.02282...$. It then asks the following,
Reformulate the expression $\sqrt{x} - \sqrt{y}$ with $x, y \in \Bbb{Z}$ very similar in size such that the answer produced is more accurate than in the above computation.
I'm unsure of what is even being asked here. Am I to do some analysis on the function $f(x,y) = \sqrt{x} - \sqrt{y}$ or am I missing something?
Thanks for any pointers.