Results 1 to 3 of 3

Thread: Differential equations know one solution

  1. #1
    Super Member dhiab's Avatar
    Joined
    May 2009
    From
    ALGERIA
    Posts
    521

    Differential equations know one solution

    1) Solve :

    y' = \cos (x) - y\sin (x) + y^2 <br />
    Know : y = \sin (x) is the solution.

    2 ) Solve :


    y' = 2 + \frac{1}{2}\left( {x - \frac{1}{x}} \right)y - \frac{1}{2}y^2 <br />

    Know :
    y = x + \frac{1}{x} is the solution.
    Follow Math Help Forum on Facebook and Google+

  2. #2
    Math Engineering Student
    Krizalid's Avatar
    Joined
    Mar 2007
    From
    Santiago, Chile
    Posts
    3,654
    Thanks
    5
    Ricatti's equations. There's no much here. What have you done?
    Follow Math Help Forum on Facebook and Google+

  3. #3
    Super Member
    Joined
    Aug 2008
    Posts
    903
    Quote Originally Posted by dhiab View Post
    1) Solve :

    y' = \cos (x) - y\sin (x) + y^2 <br />
    Know : y = \sin (x) is the solution.
    If we know a particular solution y_p to the Riccati equation:

    y'+Q(x)y+R(x)y^2=P(x)

    then we can obtain the general solution by making the substitution:

    y=\frac{1}{u}+y_p

    and obtain an easier first order equation:

    u'-(2Ry_p+Q)u=R

    Now, when I do that for the first one, I obtain the general solution for this equation:

    y(x)=\sin(x)+\left(c_1 e^{\cos(x)}-e^{\cos(x)}\int e^{-\cos(x)}\right)^{-1}.

    Now, the interesting part I think, is back-substituting that solution into the original Riccati and verifying that it satisfies it. Forgive me if I'm a little lazy and just used Mathematica:

    Code:
    In[61]:=
    y[x_] := Sin[x] + 1/(c1*Exp[Cos[x]] - 
          Exp[Cos[x]]*Integrate[Exp[-Cos[x]], 
            x]); 
    FullSimplify[D[y[x], x] + Sin[x]*y[x] - 
       y[x]^2]
    
    Out[62]= Cos[x]
    I'm sure you could do the second one now.
    Last edited by shawsend; December 17th 2009 at 08:04 AM.
    Follow Math Help Forum on Facebook and Google+

Similar Math Help Forum Discussions

  1. Finding particular solution from differential equations
    Posted in the Differential Equations Forum
    Replies: 7
    Last Post: August 16th 2011, 05:35 AM
  2. general solution of differential equations
    Posted in the Differential Equations Forum
    Replies: 10
    Last Post: April 6th 2011, 02:17 AM
  3. [SOLVED] Differential Equations General solution help.
    Posted in the Differential Equations Forum
    Replies: 5
    Last Post: November 5th 2010, 04:19 PM
  4. Differential Equations General Solution
    Posted in the Differential Equations Forum
    Replies: 9
    Last Post: May 22nd 2009, 05:30 AM
  5. Replies: 7
    Last Post: April 7th 2009, 05:57 PM

Search Tags


/mathhelpforum @mathhelpforum