Look at the difference $x_{n+1}-x_n$:
$$x_{n+1}-x_n=\frac{8-x_n^2}{2x_n}$$
If you can show that $$x_{n+1}-x_n\le 0$$ for all $n$ then you know that $x_n$ is monotonic. If you can further show that $x_n$ is bounded (i.e. has a lower limit), then you have proved convergence. Since $x_n$ is always positive it is sufficient to consider the difference $x_n^2-8$:
$$x_n^2-8 = \left( \frac{4}{x_{n-1}} + \frac{x_{n-1}}{2} \right)^2 - 8 =
\left( \frac{4}{x_{n-1}} - \frac{x_{n-1}}{2} \right)^2 \ge 0$$
This proves two things at once:
$x_{n+1}-x_n \le 0,\quad$ i.e. $x_n$ is monotonically decreasing
$x_n \ge \sqrt{8}=2\sqrt{2},\quad$ i.e. $x_n$ has a lower limit
Now you can simply find the limit $c=\lim\limits_{n\to\infty}x_n$ by solving
$$c = \frac{4}{c} + \frac{c}{2}$$
which gives $c=2\sqrt{2}$.