When given progression is: $$ {a_n}_{+1} = \frac{(a_n)^2}{4} + 1$$ $\forall n \in \mathbb{N}$ and $a_1 = 0$
2026-04-23 09:39:56.1776937196
How can I prove that $a_n \le 2$ with induction for given progression?
61 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
hint
For the step $n+1$ (assuming that $a_n \le 2$)
$$a_{n+1}=\frac{(a_n)^2}{4}+1\le \frac{(2)^2}{4}+1=2$$
Now you just have to show that is valid for $n=1$.