I'm trying to prove this sequence: $a_n = \sqrt{n}-\sqrt{n^2-1}$ to be divergent. How would I do this? I'm thinking of proving that it's not bounded below, but I'm not sure how to do that with induction, as I've only done that to prove it's bounded.
2026-03-29 03:02:23.1774753343
Proving a sequence to be divergent
97 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
$$ a_n = \sqrt{n} - \sqrt{n^2-1} = \sqrt{n} - n\sqrt{1-\frac{1}{n^2}} = \sqrt{n}\underbrace{\left( 1-\sqrt{n}\sqrt{1-\frac{1}{n^2}}\right)}_{b_n} $$ Now, $\sqrt{n}\xrightarrow[n\to\infty]{}\infty$; and $\sqrt{1-\frac{1}{n^2}}\xrightarrow[n\to\infty]{}1$, so $\sqrt{n}\sqrt{1-\frac{1}{n^2}}\xrightarrow[n\to\infty]{}+\infty$ and thus $b_n\xrightarrow[n\to\infty]{}-\infty$.
Finally, this implies that $a_n=\sqrt{n}b_n\xrightarrow[n\to\infty]{}-\infty$.