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

  • Thread starter Thread starter stanli121
  • Start date Start date
  • Tags Tags
    Ode
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
4 replies · 1K views
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.
 
on Phys.org
You can solve the complementary homogeneous equation and then the nonhomogeneous equation.

[itex]y''+9y'=0\Rightarrow m^2+9m=0\Rightarrow m(m+9)=0[/itex] [itex]m=0,-9[/itex]

[tex]y_c=C_1+C_2e^{-9t}[/tex]

Now to form the [itex]y_p[/itex] 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.

[itex]y''+9y'=0\Rightarrow m^2+9m=0\Rightarrow m(m+9)=0[/itex] [itex]m=0,-9[/itex]

[tex]y_c=C_1+C_2e^{-9t}[/tex]

Now to form the [itex]y_p[/itex] 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.