The given sequence comes from the recursion formula of Newton method
$x_{n+1}=x_n-\frac{f(x_n)}{f'(x_n)}$ I am given $x_0=1, x_{n+1}=x_n-\frac{x^2_{n}-2}{2x_n}$
I need to show the value to which it converges . I have no idea how to proceed . Please provide some hints.
I only can understand that the function generating this sequence is $x^2-2$. I don't know how to proceed after that.