So for this problem here, I have this mass-spring system which is modelled by this differential equation.
$y''+y'+ky=0$ with $m=1$, $\gamma=1$ and a spring constant of $k$.
and I'm asked for which values of $k > 0$ can a solution $y \neq 0$ of $y''+y'+ky=0$ vanish at both $x = 1$ and $x = 2$?
My approach was to solve the characteristic equation and then find the k values which correspond to a over damped, critically damped and under damped solution which happens to occur at $k > \frac{1}{4}$ , $k = \frac{1}{4}$ and $k < \frac{1}{4}$ respectively.
However, I am not really sure how to approach the question from here... Any guidance would be appreciated. Thanks!