How Do You Solve a 2nd Order Inhomogeneous ODE with Given Initial Conditions?

  • Thread starter Thread starter andrey21
  • Start date Start date
  • Tags Tags
    2nd order Odes
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 · 2K views
andrey21
Messages
475
Reaction score
0
1. Using the complementary function and particular integral method find the solutio of the differential equation.

d2y/dx^2 + 3 dy/dx +2y = 20cos2x

Which satisfies y(0) = 1 y'(0) = 0



Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
there are different ways to solve this differential equation.
I know you can solve it with the method of undetermined coefficients OR Variation of Parameters.
 
I have already found the complementary function to be:

y = Ae^(-t) + Be(-2t)

Im just not sure how to find the particular integral!
 
Try yp = Ccos(2x) + Dsin(2x) for your particular solution.

Minor note: The independent variable should be x, not t, since x is the independent variable in your differential equation.