Consider the following homogeneous linear ODE $$ a\cdot y'' +b\cdot y'+c\cdot y=0$$ where $a$,$b$,$c$ are constants and the characteristic equation $$ a\cdot r^{2}+b\cdot r+c=0$$ has 2 real roots $r_{1}$ and $r_{2}$.
The general solution is $$y=c_{1}\cdot e^{r_{1}t} + c_{2}\cdot e^{r_{2}t}$$
Case 1: $r_{1}>0$,$r_{2}>0$
As $t \rightarrow \infty$, $y \rightarrow +-\infty$, i.e $y$ becomes unbounded.
Case 2: $r_{1}<0$,$r_{2}<0$
As $t \rightarrow \infty$, $y \rightarrow 0$
Case 3: $r_{1}\cdot r_{2}<0$
My intuition is that it is similar to Case 1.
However, $y$ is neither unbounded nor tending to $0$.
$\text{ }$
A) I need a good explanation to understand Case 3.
B) How do we properly describe the behavior of $y$ in Case 3, i.e $r_{1}<0$,$r_{2}>0$ and $r_{1}>0$,$r_{2}<0$?