By using D operator or otherwise find y in term of x if: $$\frac{d^2y} {dx^2}+\frac{dy}{dx}-6y=12+50sinx$$
Using the D operator, I translated the equation into $$y(D^2+D-6)=12+50sinx$$ $$y(D+3)(D-2)=12+50sinx$$
Hence, our characteristic equation is:
$$y_c(x)=c_1e^{-3x}+c_2e^{2x}$$
Do I have to use the method of undetermined coefficients for the right-hand side $(12+50sinx)$to find our particular solution?
Is it $Acosx+Bsinx$ ?
How do I proceed from here?