Suppose that $b_n^{2} \rightarrow4$. Prove that $b_n$ has a subsequence that converges to $2$ or $-2$.
I'm not really sure on the approach, I see that simply taking the root yields something similar, but doesn't say much about a subsequence and doesn't really seem like a proof.
If $b_n \ge 0$ then $$ |b_n^2 -4| = |b_n+2| \cdot |b_n-2| \ge 2 |b_n-2| \implies |b_n-2| \le \frac 12 |b_n^2 -4| $$ and if $b_n < 0$ then $$ |b_n^2 -4| = |b_n-2| \cdot |b_n+2| \ge 2 |b_n+2|\implies |b_n+2| \le \frac 12 |b_n^2 -4| \, . $$ At least one of these cases must occur infinitely often, i.e. there is a subsequence $(b_{n_k})$ of non-negative elements (which converges to $+2$) or there is a subsequence $(b_{n_k})$ of negative elements (which converges to $-2$).