sasquatch said:
3. You can then repeatedly press [=] to give the most accurate approximation for the root.. and if you test it out it gets really close and in several of instances exact.
For this you end up getting 0.999994021, so taking it to 4 decimal places you get 1.
1) Newton's formula is a contraction mapping on the metric space
R1 with the standard metric for appropriate functions and
carefully chosen initial value inputs.
- It will
never give you an
exact root, unless your intial input
is the root.
2) Taking 0.999994021 to be 1 as a root (or even worse, an 'exact' root) is based on the
assumption that the fixed point of the contraction mapping is 1 - i.e. that the infinite sequence of continual approximations converges to 1.
In most instances (e.g. exams), these assumptions are fine. But in the case where the limit of the approximation sequence is some transcendental numbers very close to 1, or some other rationals, then clearly taking x = 1 as a root is incorrect (it's becomes worse when the actual root is so close to 1 that even a calculator has to round it to 1).
But these far-fetched situations obviously will never happen in exams, so for those who only care about passing exams, continue doing what you're doing.