Solve the differential equation $$y'' + 2y' = 100$$
I know the solution should be the homogeneous equation + the particular solution. I got the homogeneous equation to be $y_h= C_1+C_2e^{-2t}$ but I can't figure out the particular solution. When I tried it, the $y''$ and $2y'$ both were 0 making it $0 = 100$ which is wrong, so I'm not sure where to go. I saw that the particular solution online was $50t$ but I'm not sure how they got that. The initial conditions are $y(0)=1$ and $y'(0)=2$ if they help.
Solve the differential equation $y'' + 2y' = 100$ For the particular solution simply try $y'_p=A$ or if you prefer $y_p=At+B$. You get $A=50$ as expected. So that $y_p=50t+B$. And the constant B is absorbed by the constant you already have $C_1$. Finally you get $y(t)=C_1+C_2e^{-2t}+50t$