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

  • Thread starter Thread starter mariask
  • Start date Start date
  • Tags Tags
    Ode
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
Do you know how to do the method of undetermined coefficients? Please let us know what you've done.

-Dan
 
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 hav -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:
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top