I am give $a_{n+1}=\sqrt{a_{n}+12}$ and $a_{n}∈[-12, 4]$. I need to prove $0≤a_{n}≤4$ for all $n≥2$. I have that $a_{2}∈[0,4]$ so it works for the first case and $a_{3}∈[\sqrt{12},4]$ so it holds for that case as well, but how do I use induction to show it holds for all cases?
2026-05-05 19:35:58.1778009758
How do I prove this with induction?
49 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You make an induction hypothesis. Suppose that $a_n \in [0,4]$ for all $n \in \{2,3,\ldots, k\}$. Then we know $$12 \leq a_k+12 \leq 16$$ hence $$\sqrt{12} \leq \sqrt{a_k+12} \leq 4$$ and by definition $a_{k+1} = \sqrt{a_k+12}$. So the result holds for all $n \in \mathbb{N}$.