Consider the sequence : $ (a_{n})_{n\in \mathbb{N}} $ , $ a_{0}=-1 $ , $a_{n+1}=2+\int_{a_{n}}^{1} e^{-x^2}dx$ , $ n = 0,1,....$
Which of the following statement is true?
$a)$ $ (a_{n+1}-a_{n})(a_{n}-a_{n-1}) \leq 0 $ , $ \forall n\in \mathbb{N}^* $
$b)$ $ a_{n} \geq 2 $ , $ \forall n\in \mathbb{N}^* $
$c)$ $ a_{n} \leq 2 $ , $ \forall n\in \mathbb{N}^* $
$d)$ $ (a_{n})_{n\in \mathbb{N}} $ is ascending
$e)$ $ (a_{n})_{n\in \mathbb{N}} $ is decreasing
As a high-scooler it's quite weird to approach this, because I can't actually integrate $e^{-x^2}$
The correct answer should be $a)$
Don't worry about integrating $e^{-x^2}$; that's a famous problem beyond what you need here. All you need is this fact: since the integrand is positive, the integral is positive when the lower limit is less than the upper limit, or negative if the reverse is true.
Clearly $a_1>2>1$ and $a_2<2$, ruling out b and c. Then $a_1>a_0$ and $a_2<a_1$, ruling out d and e.
If you want to prove a, I'll leave that as an exercise.