Solving an ODE: Seeking c so y'(0)=0

  • Context:
  • Thread starter Thread starter mariask
  • 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
2 replies · 2K views
mariask
Messages
1
Reaction score
0
so I am trying to solve this equation y'+5.6y=9.5cos(2x)+2.4sin(2x) . I want the c in order to y'(0)=0. I am really lost
 
Physics news on Phys.org
mariask said:
so I am trying to solve this equation y'+5.6y=9.5cos(2x)+2.4sin(2x) . I want the c in order to y'(0)=0. I am really lost
There is NO "c" in what you wrote! Do you mean the constant in the solution? It isn't necessarily called "c"!

The general solution to the associated homogenous equation, y'+5.6y= 0, is [math]y= Ce^{-5.6x}[/math]. To find a solution to the entire equation, let [math]y= Acos(2x)+ Bsin(2x)[/math]. Then [math]y'= -2Asin(2x)+ 2Bcos(2X)[/math] and the [math]y'+ 5.6y= -2Asin(2x)+ 2Bcos(2x)+ 5.6Acos(2x)+5.6Bsin(2x)= (-2A+ 5.6B)sin(2x)+ (2B+ 5.6A)cos(2x)= 2.4sin(2x)+ 9.5cos(2x)[/math].

Since this to be true for all x, we must have -2A+ 5.6B= 2.4 and 2B+ 5.6A= 9.5.

Solve those two equations for A and B. Then the solution to the entire equation is [math]y= Ce^{-5.6x}+ Acos(2x)+ Bsin(2x)[/math] for those A and B. Then [math]y'= -0.56Ce^{-5.6x}- 2Asin(2x)+ 2Bcos(2x)[/math] so that [math]y'(0)= -0.56C+ 2B= 0[/math]. [math]C= (2/0.56)B[/math] where B was found before.
 
Last edited: