Suppose \(\displaystyle k\) is a constant. Show that if we apply Newton's method to equation \(\displaystyle \dfrac {1} {x}-k=0\), we get the iterative formula \(\displaystyle x_{n+1}=2x_{n}-kx_{n}^{2}\) 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).
\(\displaystyle f\left( x\right) = \dfrac {1} {x}-k\)
\(\displaystyle f^\prime\left( x\right) = -\dfrac {1} {x^{2}}-1\)
And the formula:
\(\displaystyle x_{n+1}=x_{n}-\dfrac {\dfrac {1} {x_{n}}-k} {-\dfrac {1} {x_n^{2}}-1}\)
So I assumed that I just try to simplify it to get it to arrive at the formula \(\displaystyle x_{n+1}=2x_{n}-kx_{n}^{2}\), but no matter what I always ended up with a fraction somewhere.
Last edited: