I have a summarized solution but it's starts with proving that the sequence is bounded from above by c+d. How can I know that this sequence is bounded by c+d? I understand the proof by induction but how do I actually realize that fact?
I know how to prove that the sequence is monotonically increasing and to find it's limit after we've established that the sequence is converging.
Hint: If you already managed to prove that the sequence is increasing, you have that the sequence is either divergent to $+\infty$ or converging to some limit $l>0$. In the second case, such a number must fulfill $l=\sqrt{c+dl}$, hence: $$ l=\frac{d+\sqrt{4c+d^2}}{2}. $$ On the other hand, $\{a_n\}_{n\geq 1}$ is bounded: $$ a_{n+1}^2 \leq (c+d)\,a_n\quad\Longrightarrow\quad \left(\frac{a_{n+1}^2}{a_n}\right)\cdot\left(\frac{a_{n}^2}{a_{n-1}}\right)^{1/2}\cdot\ldots\cdot\left(\frac{a_{2}^2}{a_1}\right)^{2/2^n}\leq (c+d)^2$$ from which it follows that $a_n\leq(c+d)$ for any $n\geq 1$.