Let $a,b\in\mathbb{R}^+$. Suppose that $\{x_n\}_{n=0}^\infty$ is a sequence satisfying $$|x_n|\leq a|x_{n-1}|+b|x_{n-1}|^2, $$ for all $n\in\mathbb{N}$. How can we bound $|x_n|$ with a number $M_n$ depending on $n$, $a$, $b$, and $x_0$?
That $|x_{n-1}|^2$ term is rather cumbersome to handle. Is there a combinatorial trick to overcome messy computations?
To make the problem a bit easier, I am going to assume that $$x_n=ax_{n-1}+bx_{n-1}^2.$$ This implies the above inequality. Based on the answer of this question, we can reduce the problem to $$\hat x_n=\hat x_{n-1}^2+c,$$ where $\hat x$ is some linear image of $x_n$ and $c$ is a constant depending on $a$ and $b$. Maybe this is easier to bound $\hat x_n$.