1.
For each equation, find the general solution of the corresponding homogeneous equation, then write the form of a particular solution $y_p(t)$. Do not solve for the coefficients.
(a) $y'' + 3y' + 2y = 5e^{4t}$
Characteristic equation: $r^2 + 3r + 2 = (r+1)(r+2) = 0$, so $r = -1, -2$.
Homogeneous solution: $y_c = c_1 e^{-t} + c_2 e^{-2t}$.
The forcing is $5e^{4t}$. Since $r = 4$ is not a root of the characteristic equation, there is no overlap.
(b) $y'' + y' - 6y = 2t^2 + 1$
Characteristic equation: $r^2 + r - 6 = (r+3)(r-2) = 0$, so $r = -3, 2$.
Homogeneous solution: $y_c = c_1 e^{-3t} + c_2 e^{2t}$.
The forcing is a polynomial of degree 2. Since $r = 0$ is not a root, there is no overlap.
(c) $y'' + 4y = 3\cos(5t)$
Characteristic equation: $r^2 + 4 = 0$, so $r = \pm 2i$.
Homogeneous solution: $y_c = c_1 \cos(2t) + c_2 \sin(2t)$.
The forcing involves $\cos(5t)$. Since $\pm 5i$ are not roots, there is no overlap.
(d) $y'' - 5y' + 6y = 3e^{2t}$
Characteristic equation: $r^2 - 5r + 6 = (r-2)(r-3) = 0$, so $r = 2, 3$.
Homogeneous solution: $y_c = c_1 e^{2t} + c_2 e^{3t}$.
The forcing is $3e^{2t}$. Since $r = 2$ is a simple root, $Ae^{2t}$ duplicates $y_c$. Multiply by $t$ ($s = 1$).
(e) $y'' - 4y' + 4y = 5e^{2t}$
Characteristic equation: $r^2 - 4r + 4 = (r-2)^2 = 0$, so $r = 2$ (repeated).
Homogeneous solution: $y_c = c_1 e^{2t} + c_2\,te^{2t}$.
The forcing is $5e^{2t}$. Since $r = 2$ is a repeated root (multiplicity 2), both $Ae^{2t}$ and $Ate^{2t}$ duplicate $y_c$. Multiply by $t^2$ ($s = 2$).
(f) $y'' + 9y = \cos(3t)$
Characteristic equation: $r^2 + 9 = 0$, so $r = \pm 3i$.
Homogeneous solution: $y_c = c_1 \cos(3t) + c_2 \sin(3t)$.
The forcing involves $\cos(3t)$. Since $\pm 3i$ are roots, $A\cos(3t) + B\sin(3t)$ duplicates $y_c$. Multiply by $t$ ($s = 1$).
(g) $y'' + y' - 2y = 3t^2 - 1 + 4e^{-2t}$
Characteristic equation: $r^2 + r - 2 = (r+2)(r-1) = 0$, so $r = -2, 1$.
Homogeneous solution: $y_c = c_1 e^{-2t} + c_2 e^{t}$.
Split the forcing into two parts and apply superposition:
• For $3t^2 - 1$ (polynomial, degree 2): $r = 0$ is not a root, so use $At^2 + Bt + C$.
• For $4e^{-2t}$: $r = -2$ is a simple root, so $De^{-2t}$ duplicates $y_c$. Multiply by $t$ ($s = 1$): $Dte^{-2t}$.
(h) $y'' - y = te^{t}$
Characteristic equation: $r^2 - 1 = (r-1)(r+1) = 0$, so $r = 1, -1$.
Homogeneous solution: $y_c = c_1 e^{t} + c_2 e^{-t}$.
The forcing is $te^t$. Without duplication we would try $(At + B)e^t$. But $r = 1$ is a simple root, so $e^t$ terms duplicate $y_c$. Multiply the entire trial by $t$ ($s = 1$):
(i) $y'' + 4y = t\sin(2t)$
Characteristic equation: $r^2 + 4 = 0$, so $r = \pm 2i$.
Homogeneous solution: $y_c = c_1 \cos(2t) + c_2 \sin(2t)$.
The forcing is $t\sin(2t)$. Without duplication we would try $(At + B)\cos(2t) + (Ct + D)\sin(2t)$. But $r = \pm 2i$ are roots, so $\cos(2t)$ and $\sin(2t)$ terms duplicate $y_c$. Multiply by $t$ ($s = 1$):

