I was researching about the Newton-Raphson method and came across http://www.sosmath.com/calculus/diff/der07/der07.html. On the third line of the page near the end of the line it told us to consider $2/x_1$:
Consequently $3/2>\sqrt{2}$. If we now consider $2/x_1=4/3$, its square $16/9$ is of course smaller than $2$, so $2/x_1<\sqrt{2}$.
Why is that? Why did they divide $2$ by $x_1$ and not divide $1$ by $x_1$?
If $x > \sqrt{2}$ then $\dfrac1x < \dfrac{1}{\sqrt{2}}$. See the problem? $\dfrac{1}{\sqrt{2}}$ is not $\sqrt{2}$ but $\dfrac{2}{\sqrt{2}}$ is.