we are studying the chaotic Rössler system: $$ \begin{align} & \dot{x}_1 = - x_2 - x_3\\ & \dot{x}_2 = x_1 +\alpha x_2\\ & \dot{x}_3 = \beta + x_3(x_1-\gamma) \end{align} $$ With $\alpha = \beta = 0.1$ and $\gamma = 14$, and $x_3(0)>0$, such that $x_3>0$ $\forall$ $t\geq0$.
we have found that for the comparison function $W=x_1^2+x_2^2+2x_3$ the following inequality holds: $$ \dot{W} \leq 2\alpha W + 2\beta $$
This implies that the solutions of this system are well defined on the infinite time interval $[0,\infty)$, and implies that solutions can not escape to infinity in finite time.
However, we are not able to derive this last conclusion, if anyone could point us in the right direction, it would greatly be appreciated. Thank you!