I have a doubt about the following question:
For the differential equation with constant coefficients $$y'' + by' + cy = 0 $$
the general solution $y(x)$ approaches zero as $x$ approaches $\infty$ if
(a) $b \gt 0, c \gt 0 $
(b) $b \gt 0, c \lt 0 $
(c) $b \lt 0, c \gt 0 $
(d) $b \lt 0, c \lt 0 $
Doubt: On solving the differential equation by forming the auxiliary equation, I get the general solution (assuming $\sqrt{b^2-4c} \gt 0$) as: $$y=c_{1}e^{x{\frac{-b + \sqrt{b^2 - 4c}}{2}}} + c_{2}e^{x{\frac{-b - \sqrt{b^2 - 4c}}{2}}}$$
I tried doing $\lim\limits_{x \to \infty} y$, which equated to zero (I might be stupid by doing so). But I have no idea on answering the actual question. I would appreciate if someone could help me and let me know if I am missing anything out.
Edit 1: The solution according to the answer key is (a).
The general solution to your differential equation is $$y= C_1e^{\lambda_1x}+ C_2e^{\lambda_2x}$$ where $\lambda _1$ and $\lambda_2$ are roots of $$\lambda ^2 +b\lambda +c =0$$
Note that the sum of your eigenvalues is $\lambda _1+ \lambda _2=-b$ and the product is $\lambda _1\lambda _2=c$
For both eigenvalues to be negative you need $b>0$ and $c>0$ that is case (a)