Question about differential equations?(nonhomogeneous)

  • Thread starter Thread starter hard_assteel
  • Start date Start date
  • Tags Tags
    Differential
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
hard_assteel
Messages
12
Reaction score
0
For this problem I want to find the particular solution;
but i am not sure if it is right setup.


y''+9y'=162sin(9t)+1296cos(9t)

the roots for complementary function are 0,-9
so it has distinct roots.

my setup is;
[Asin(9t)+Bcos(9t)]+[Asin(9t)+Bcos(9t)]
Axsin(9t)+Bxcos(9t)

am I going about it the right way?

Thank You
 
Physics news on Phys.org
hard_assteel said:
For this problem I want to find the particular solution;
but i am not sure if it is right setup.


y''+9y'=162sin(9t)+1296cos(9t)

the roots for complementary function are 0,-9
so it has distinct roots.

my setup is;
[Asin(9t)+Bcos(9t)]+[Asin(9t)+Bcos(9t)]
Axsin(9t)+Bxcos(9t)

am I going about it the right way?

Thank You
No. Here's your particular solution: yp = Asin(9t)+Bcos(9t)
This would be your particular solution for a right hand side of any of the following:
c1sin(9t)
c2cos(9t)
c1sin(9t) + c2cos(9t)
 
hard_assteel said:
y''+9y'=162sin(9t)+1296cos(9t)

the roots for complementary function are 0,-9
so it has distinct roots.

That's true, but it's of no use in finding the particular solution.

my setup is;
[Asin(9t)+Bcos(9t)]+[Asin(9t)+Bcos(9t)]
Axsin(9t)+Bxcos(9t)

am I going about it the right way?

To be honest, I can't figure out what you're thinking. But no, what you have written is not right. All you need is [itex]y_P=A\sin(9t)+B\cos(9t)[/itex]. Plug it into your differential equation and solve for [itex]A[/itex] and [itex]B[/itex].