Suppose k is a constant. Show that if we apply Newton's method to equation x1−k=0, we get the iterative formula xn+1=2xn−kxn2 for finding reciprocals without dividing.
So with that, I got these (correct me if wrong, maybe it's one of the reasons I'm not getting it).
f(x)=x1−k
f′(x)=−x21−1
And the formula:
xn+1=xn−−xn21−1xn1−k
So I assumed that I just try to simplify it to get it to arrive at the formula xn+1=2xn−kxn2, but no matter what I always ended up with a fraction somewhere.
Last edited: