Preliminary properties: Let the state vector $x(t)=[x_1(t),\dots,x_n(t)]^T\in\mathbb{R}^n$ be constrained to the dynamical system $$ \dot{x} = Ax + \begin{bmatrix} \phi_1(x_1) \\ \vdots \\ \phi_n(x_1) \\ \end{bmatrix}, \ \ \ \ x(0) = x_0 $$ where $A$ is defined by: $$ A = \begin{bmatrix} \lambda_1 & 1 & 0 &\cdots& 0\\ 0 & \lambda_2 & 1 &\ddots&\vdots\\ \vdots&\ddots&\ddots&\ddots&0\\ 0&\cdots&0&\lambda_{n-1}& 1\\ 0&\cdots&0&0&\lambda_n \end{bmatrix} $$ with $\lambda_i>0$, and $\phi_i(x_1) = \beta_i |x_1|^{\alpha_i}\text{sign}(x_1), \beta_i>0$, $0<\alpha_i<1$.
Question: Is it possible to show that for any initial condition $x_0\neq 0$, the solution $x(t)$ either converge to the origin, or $ \lim_{t\to\infty}\|x(t)\| = +\infty $, but cannot remain in a bounded trajectory different from staying at the origin?
Concretelly, what additional structure or conditions on the system or the initial condition do we require to show this?
In case you find this useful, here are my attempts to understand/solve the problem.
Attempt 1: I was trying to use results such as the ones from here which can conclude what I want, but require to find a Lyapunov-like function (not necesarilly positive definite) for which $\ddot{V}\neq 0, x\neq 0$. However, I haven't been able to come up with a suitable such function.
Attempt 2: The differential equation have "explicit" solution (not precisely explicit but can be expressed as) $$ x(t) = e^{At}x_0 + e^{At}\int_0^se^{-As}\Phi(x_1(s))ds $$ where $\Phi(x_1) = [\phi_1(x_1),\dots,\phi_n(x_1)]^T$. So I wanted to proceed by contradiction: assume that there exists $b,B>0$ and $T>0$ such that $b\leq \|x(t)\|\leq B$ for all $t\geq T$. Hence, $$ b\leq \left\|e^{At}x_0 + e^{At}\int_0^se^{-As}\Phi(x_1(s))ds\right\|\leq B $$ And noticing that in this case there should be $c,C>0$ such that $0<c\leq\|\Phi(x_1(t))\|\leq C $, for all $t\geq T$. Thus, try to obtain a contradiction, for example by using $C\geq\|\Phi(x_1(t))\|$ to show that $B\leq\|x(t)\|$. But unfortunately I haven't obtained anything positive in this direction neither.
Attempt 3: Can Bendixon's/Dulac criterion (see Theorem 11 here) be used to conclude something for this system? It is easy to verify that if we write this system as $\dot{x} = f(x)$, we obtain $\nabla\cdot f(x)>0$.
I know that neither my attempts nor my exposition here are perfect. However, I'm looking for suggestions/references or any idea which might help me understand more this problem.