2nd order DE: finding particular solution

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
zyferion
Messages
2
Reaction score
0

Homework Statement


Find the general solution of the following differential equation:
y" + 3y' + 2y = sin ex


Homework Equations


y = yh + yp

homogeneous solution: (found by solving characteristic eq)
yh = Ae-2x + Be^-x

The Attempt at a Solution


from my table if r(x) = ksin(wx)
then choice for yp = Kcos(wx) + Msin(wx)

i tried using y_p = Kcos(ex) + Msin(ex)
and found y' and y" using chain and product rule but it ended up messy and i couldn't cancel things out in the end.
if you've come across something like this please help me find the general form?
[
 
Physics news on Phys.org
Are you sure the problem doesn't have a typo in it? That forcing function isn't typical of homework problems.
 
Blegh don't read off of a table. If the inhomogeneous problem was on that table you could have just as well guessed the solution immediately. I'm pretty sure this can be done via Green's functions or variation of parameters or whatever it's called, as it's the tool you turn to when you can't guess easily.
 
snipez90 said:
Blegh don't read off of a table. If the inhomogeneous problem was on that table you could have just as well guessed the solution immediately. I'm pretty sure this can be done via Green's functions or variation of parameters or whatever it's called, as it's the tool you turn to when you can't guess easily.

yeah i got it now, i used variation of parameters. For some reason i got stuck using "general form" thinking.