1.
Solve the initial value problem $y'' + 3y' + 2y = 0$, $y(0) = 0$, $y'(0) = -1$.
The characteristic equation is $r^2 + 3r + 2 = (r+1)(r+2) = 0$, giving $r = -1, -2$.
General solution:
Applying initial conditions:
$y(0) = c_1 + c_2 = 0$
$y'(0) = -c_1 - 2c_2 = -1$
From the first equation: $c_1 = -c_2$. Substituting into the second: $c_2 - 2c_2 = -c_2 = -1$, so $c_2 = 1$ and $c_1 = -1$.