2nd order DE: finding particular solution

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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
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.