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.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top