Second order ODEs- P.Integral for e^xsinx

  • Thread starter Thread starter Smith987
  • Start date Start date
  • Tags Tags
    Odes Second order
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 · 3K views
Smith987
Messages
6
Reaction score
0
Hi guys, I really have no idea how to approach finding the particular integral for, say:

f'' + 5f' + f= e^x sinx

Could anyone help me? And for future reference how do you go about finding the PI for any combination of polynomials/exponentials/sinusoidals?

Thanks in advance for the help!
 
Physics news on Phys.org
Smith987 said:
Hi guys, I really have no idea how to approach finding the particular integral for, say:

f'' + 5f' + f= e^x sinx

Could anyone help me? And for future reference how do you go about finding the PI for any combination of polynomials/exponentials/sinusoidals?

Thanks in advance for the help!

Have you ever heard of the "Method of Undetermined Coefficients"? It is covered in introductory differential equations textbooks.

You might try setting

[tex]f = A e^x sin(x) + B e^x cos(x)[/tex]

and substituting it into your DE. Then collect like terms and see what values A and B have to be in order to make the resulting expression true. ( Hint: the combination of coefficients in front of the cosine terms will have to equal zero.)
 
Aha thanks for the help guys :)