Question about differential equations?(nonhomogeneous)

  • Thread starter Thread starter hard_assteel
  • Start date Start date
  • Tags Tags
    Differential
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 y_P=A\sin(9t)+B\cos(9t). Plug it into your differential equation and solve for A and B.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top