The Newton-Raphson method is used to find the root of
\[
f(x) \equiv x^2 - x - 1 = 0
\]
Starting with an initial guess \( x_0 = 1 \), the second iterate \( x_2 \) is _______ (rounded off to 2 decimal places).
Show Hint
The Newton-Raphson method converges quickly for well-behaved functions. Always check if the function and its derivative are well-defined and continuous.