Given some differential equations, ie. "a", or "b":
a. $$Y'''+Y''+2Y'+KY=0$$
b. $$Y'''+KY''+3KY'+2Y=0$$
How do I get the $K$ values that make the solution stable?
I know that for "a", it should be $0 < K <2$ and that for "b" the solution is $K>(\frac2{3})^{1/2}$ but I didn't figure that out by myself.