So I'm given a sequence $a_n^∞$ that is defined in a recursive formula as follows: $$a_{n+1}=-1-a_n^{2},\qquad a_1=1$$ and they're asking prove/disprove that this sequence converges, so I'm thinking it diverges because as you plug in numbers you go further into negative values. The question is how to disprove it.. like I want to try contradiction but I don't know how to contradict this.
Every help is appreciated!
Let $b_n = -a_n$ for $n\ge 2$ and $b_1=1$.
Then $b_{n+1}=b^2_n+1 \ge 2b_n$, because $b_n^2-2b_n+1=(b_n-1)^2 \ge 0$.
Therefore, $b_n \ge 2^{n-1} b_1 = 2^{n-1}$ and so $a_n \le - 2^{n-1}$ and $a_n$ diverges to $-\infty$.