Suppose that $x_0$ is sufficiently close to $3$. Which of the following iteration $x_{n+1}$ = $g(x_n)$ will converges to the fixed point $x = 3$ ?
$x_{n+1} = -16 +6x_n +\dfrac{3}{x_n}$
$x_{n+1} = \sqrt{3+2x_n}$
$x_{n+1} = \dfrac{3}{x_n - 2}$
$x_{n+1} = \dfrac{x_n ^2 - 2}{2}$
I am confused what iteration method should be used