The differential equation$$y′′′′+ay′′′+by′′+cy′+dy=0$$ has solution $$ y=−3te^{2t}+2e^{−2t}\sin(5t)$$
Find $a, b, c$ and $d$.
I've tried looking online for problems similar to this but had no luck. From what I imagine since there is only 2 and -2 in exponents, we can write $$(r - 2)(r + 2) = r^2 - 4$$
Does that mean $a = 0, b = 1, c = 0, d = -4$?
Let D be the differential operator, that is, Dy = y'. The first term y1 in your equation for y satisfies (D-2)^2 y1 = 0. (The square takes care of the factor t.)
The second term y2 satisfies (D+2) y2 = 0.
The third term y3 satisfies (D^2+25) y3 = 0.
The sum y of all three terms satisfies
(D-2)^2 (D+2) (D^2+25) y = 0.
Multiply this out to get your answer.
Note: This is of order 5, not 4. I believe this is an error in the question. For example, if the second term were e^2t and not e^-2t then one would not need the D+2 factor.