I am trying to prove the limit of the following sequence is $\sqrt{x}$. I'm stuck on the hint. I don't how they got to the hint.
Problem
Suppose that $x>0$. Define a sequence $S_n$ by $s_1 = k$ and $s_{n+1} = \frac{s_n^2 + x}{2 s_n}$ for $n \in \mathbb{N}$.
Prove that for any $k>0$, $\lim_{n\to\infty} s_n = \sqrt{x}$.
The hint: Show that $(s_{n+1})^2 - x = \frac{(s_n^2 - x)^2} {4s_n^2} \ge 0$, so that $s_n \ge \sqrt{x}$ for $n \ge 2$.
What do I need to do to get to hint? It seems they squared both sides? But, there's an extra $-x$ on the left, and the $+x$ became $-x$ on the right. I am very confused.