For a second order ODE
y''+10y'+ 21y=0
which was reduced to this quadratic expression x^2+10x+21=0
- is there any way to tell whether the expression is bounded that is y(x) is either periodic or has a limit 0 as x tends to infinity?
*Does periodic means having only complex solutions?
You only need to calculate the discriminant, that is $\Delta=b^2-4ac$, if $\Delta >0$ the equation has two dinstinct real solutions, if $\Delta=0$ then it has a repeated real solution and if $\Delta<0$ then it has no real solutions. Note that a quadratic with real coefficents cannot have a complex and a real solution.