For which (constant) values $p$ and $q$, all the solutions of equation: $x''+px'+qx=0$ go to $0$ at $t \to +\infty$ ?
So I've found the solution of our 2nd order differential equation which is
$x(t) = C_1 e^{-\frac{1}{2} t \left(\sqrt{p^2 - 4 q} + p\right)} + C_2 e^{\frac12 t \left(\sqrt{p^2 - 4 q} - p\right)} $ .
Now I don't really know what to do with it. Do I have to calculate limits from $x(t)$ or something like that?
Any help will be highly appreciated.
P.S. Sorry for the title, I'm not sure how should I formulate it.
The corresponding characteristic equation is $$ r^2+pr+q=0. \tag{1}$$ Let roots of (1) be $r_{1,2}$.
Case 1: $p^2-4q>0$. Then $r_1,r_2$ are negative if $p>0, q>0$.
Case 2: $p^2-4q<0$. Then $r_1,r_2$ are complex and have negative real parts if $p>0$.
Case 3: $p^2-4q=0$ Then $r_1=r_2=-\frac{p}{2}<0$ if $p>0$. In this case, $q>0$ . Thus if $p>0, q>0$, (1) has roots with negative real part and hence $$ \lim_{t\to\infty}x(t)=0. $$