Solve 2nd Order ODE y'' + 9y' = cot(3t)

  • Thread starter Thread starter stanli121
  • Start date Start date
  • Tags Tags
    Ode
stanli121
Messages
11
Reaction score
0

Homework Statement



y'' + 9y' = cot(3t)

Homework Equations





The Attempt at a Solution



This is a linear second order ODE where y(t) and that's what I'm solving for. Can this be solved via an integrating factor or does the cot(3t) part make that invalid? Any help is appreciated.
 
Physics news on Phys.org
You can solve the complementary homogeneous equation and then the nonhomogeneous equation.

y''+9y'=0\Rightarrow m^2+9m=0\Rightarrow m(m+9)=0 m=0,-9

y_c=C_1+C_2e^{-9t}

Now to form the y_p equation, you need to identify what annihilates cos(3t). Do you know what does?
 
Dustinsfl said:
You can solve the complementary homogeneous equation and then the nonhomogeneous equation.

y''+9y'=0\Rightarrow m^2+9m=0\Rightarrow m(m+9)=0 m=0,-9

y_c=C_1+C_2e^{-9t}

Now to form the y_p equation, you need to identify what annihilates cos(3t). Do you know what does?

Good luck on that, that's a cotangent, not a cosine. I would suggest variation of parameters.
 
I don't really know how to solve this equation. My first (and only) attempt at the solution is an integrating factor and that doesn't work. I'm not well versed in differential equations because I haven't gotten there yet in the math sequence.
 
stanli121 said:
I don't really know how to solve this equation. My first (and only) attempt at the solution is an integrating factor and that doesn't work. I'm not well versed in differential equations because I haven't gotten there yet in the math sequence.

You are probably getting a bit ahead of yourself. Integrating factors are used in the first order equations. Your equation is second order and is solved by methods in the "Constant Coefficient" section of your text. There you will learn about solutions to the homogeneous equation and how to find particular solutions to the non-homogeneous equation.
 
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