I found the following example problem in page 178 of the book "Nonlinear System" by Hassan K. Khalil, Third Edition. The objective of this problem is to show whether a system is input-to-state stable (ISS). There is one specific part of the solution given to the example problem, which I am not getting.
Show the following system \begin{equation}\tag{1} \dot{x}_{1} =-x_{1}+x^{2}_{2},\\ \dot{x}_{2} =-x_{2}+u \end{equation} is ISS. They consider a Lyapunov function $V(x)=\dfrac{1}{2}x^{2}_{1}+\dfrac{1}{4}x^{4}_{2}$ which is a positive definite function, ofcourse. Next, they evaluate $\dot{V}(x)$ along the trajectories of the system in Eq. (1) and they attempt to find conditions for which $\dot{V}(x)<0$. Then, it will be straightforward to determine the bounds on $\|x(t)\|$ and the system (1) is ISS.
$\dot{V}(x)$ along the system trajectories in Eq. (1) become $\dot{V}(x)\leq -\dfrac{1}{2}(1-\theta)(x^{2}_{1}+x^{4}_{2})-\dfrac{1}{2}\theta(x^{2}_{1}+x^{4}_{2})+|x_{2}|^3u,\ 0\leq{\theta}\leq{1}$.
$\dot{V}(x)\leq{0}$ if $|x_{2}|\geq\dfrac{2|u|}{\theta}$ or $|x_{2}|\leq\dfrac{2|u|}{\theta}$ and $|x_{1}|\geq\left(\dfrac{2|u|}{\theta}\right)^2$.
This condition is implied by \begin{equation}\tag{2} \max\{|x_{1}|,|x_2|\}\geq\max\left\{\dfrac{2|u|}{\theta},\left(\dfrac{2|u|}{\theta}\right)^2\right\} \end{equation}
My question is : how does author arrive at Eq. (2) from the conditions satisfying $\dot{V}(x)\leq{0}$? In other words, how both of the conditions obtained from $\dot{V}(x)\leq{0}$ are captured in Eq. (2)?
Any suggestions in this regard are greatly appreciated.
Suppose $(2)$ holds. Separate cases according to whether $|x_{2}|\geq\dfrac{2|u|}{\theta}$ or not.
If $|x_{2}|\ge \dfrac{2|u|}{\theta}$,then we know $\dot{V}(x)\leq{0}$.
If $|x_{2}|< \dfrac{2|u|}{\theta}$, then (2) implies that $$ |x_{1}| \geq\max\left\{\dfrac{2|u|}{\theta},\left(\dfrac{2|u|}{\theta}\right)^2\right\}$$ which again yields that $\dot{V}(x)\leq{0}$.