Problems whit a exact differential eqution

Multi tool use
Multi tool use

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
2
down vote

favorite












Consider the following differential equation



$$
left(frac1x-fracy^2(x-y)^2right)dx=left(frac1y-fracx^2(x-y)^2right)dy
$$

I want to find its general solution. I get that this equation is exact but, I trying to solve it for this method and it seems not work. Can someone give me a hit?










share|cite|improve this question

























    up vote
    2
    down vote

    favorite












    Consider the following differential equation



    $$
    left(frac1x-fracy^2(x-y)^2right)dx=left(frac1y-fracx^2(x-y)^2right)dy
    $$

    I want to find its general solution. I get that this equation is exact but, I trying to solve it for this method and it seems not work. Can someone give me a hit?










    share|cite|improve this question























      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      Consider the following differential equation



      $$
      left(frac1x-fracy^2(x-y)^2right)dx=left(frac1y-fracx^2(x-y)^2right)dy
      $$

      I want to find its general solution. I get that this equation is exact but, I trying to solve it for this method and it seems not work. Can someone give me a hit?










      share|cite|improve this question













      Consider the following differential equation



      $$
      left(frac1x-fracy^2(x-y)^2right)dx=left(frac1y-fracx^2(x-y)^2right)dy
      $$

      I want to find its general solution. I get that this equation is exact but, I trying to solve it for this method and it seems not work. Can someone give me a hit?







      differential-equations






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked 3 hours ago









      Gödel

      1,201319




      1,201319




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          2
          down vote



          accepted










          We have an exact differential equation in the form $Mdx +Ndy = 0$, with
          $$M equiv frac1x - left(fracyx-yright)^2, N equiv left(fracxx-yright)^2 - frac1y.$$



          If we let the implicit solution be $F(x, y) = c$, since the equation is exact, it is known that $F_x = M, F_y = N.$



          $$F_x = M Rightarrow, F = int left ( frac1x - left(fracyx-yright)^2 right )dx,$$
          $$Rightarrow F = ln|x| + fracy^2x-y + phi(y),$$
          where $phi(y)$ is a function of y.



          $F_y = N,$
          $$Rightarrow fracy(2x-y)(x-y)^2 +phi'(y) = fracx^2(x-y)^2 - frac1y,$$
          $$Rightarrow phi'(y) = fracx^2-2xy + y^2(x-y)^2 - frac1y,$$
          $$Rightarrow phi'(y) = 1 - frac1y,$$
          $$phi(y) = y - ln|y|+C.$$



          Thus, the implicit solution is $$F(x, y) = lnleft|fracxyright| + fracxyx-y = c.$$






          share|cite|improve this answer





























            up vote
            1
            down vote













            The differential is indeed exact
            $$left(frac1x-fracy^2(x-y)^2right)dx-left(frac1y-fracx^2(x-y)^2right)dy=0$$



            Note that



            $$frac dxx=dln (x)$$
            $$frac dyy=dln (y)$$
            And also that
            $$
            beginalign
            E=&-fracy^2(x-y)^2dx+fracx^2(x-y)^2dy \
            E=&frac-y^2dx+x^2dy(x-y)^2\
            E=&frac-y^2dx+x^2dyx^2y^2frac (xy)^2(x-y)^2\
            E=&(d(frac 1x- frac 1y))frac (xy)^2(x-y)^2\
            E=&(frac xyy-x)^2d(frac y-xxy)  \
            endalign
            $$



            $$ text Since we have frac dvv^2=-dleft(frac 1v right ) implies E=-d(frac xyy-x)$$
            Therefore we have
            $$d ln x -d ln y +d(frac xyx-y)=0$$
            $$boxedln (frac xy)+frac xyx-y=K$$






            share|cite|improve this answer






















              Your Answer




              StackExchange.ifUsing("editor", function ()
              return StackExchange.using("mathjaxEditing", function ()
              StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
              StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
              );
              );
              , "mathjax-editing");

              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "69"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              convertImagesToLinks: true,
              noModals: false,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              noCode: true, onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );













               

              draft saved


              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2955435%2fproblems-whit-a-exact-differential-eqution%23new-answer', 'question_page');

              );

              Post as a guest






























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              2
              down vote



              accepted










              We have an exact differential equation in the form $Mdx +Ndy = 0$, with
              $$M equiv frac1x - left(fracyx-yright)^2, N equiv left(fracxx-yright)^2 - frac1y.$$



              If we let the implicit solution be $F(x, y) = c$, since the equation is exact, it is known that $F_x = M, F_y = N.$



              $$F_x = M Rightarrow, F = int left ( frac1x - left(fracyx-yright)^2 right )dx,$$
              $$Rightarrow F = ln|x| + fracy^2x-y + phi(y),$$
              where $phi(y)$ is a function of y.



              $F_y = N,$
              $$Rightarrow fracy(2x-y)(x-y)^2 +phi'(y) = fracx^2(x-y)^2 - frac1y,$$
              $$Rightarrow phi'(y) = fracx^2-2xy + y^2(x-y)^2 - frac1y,$$
              $$Rightarrow phi'(y) = 1 - frac1y,$$
              $$phi(y) = y - ln|y|+C.$$



              Thus, the implicit solution is $$F(x, y) = lnleft|fracxyright| + fracxyx-y = c.$$






              share|cite|improve this answer


























                up vote
                2
                down vote



                accepted










                We have an exact differential equation in the form $Mdx +Ndy = 0$, with
                $$M equiv frac1x - left(fracyx-yright)^2, N equiv left(fracxx-yright)^2 - frac1y.$$



                If we let the implicit solution be $F(x, y) = c$, since the equation is exact, it is known that $F_x = M, F_y = N.$



                $$F_x = M Rightarrow, F = int left ( frac1x - left(fracyx-yright)^2 right )dx,$$
                $$Rightarrow F = ln|x| + fracy^2x-y + phi(y),$$
                where $phi(y)$ is a function of y.



                $F_y = N,$
                $$Rightarrow fracy(2x-y)(x-y)^2 +phi'(y) = fracx^2(x-y)^2 - frac1y,$$
                $$Rightarrow phi'(y) = fracx^2-2xy + y^2(x-y)^2 - frac1y,$$
                $$Rightarrow phi'(y) = 1 - frac1y,$$
                $$phi(y) = y - ln|y|+C.$$



                Thus, the implicit solution is $$F(x, y) = lnleft|fracxyright| + fracxyx-y = c.$$






                share|cite|improve this answer
























                  up vote
                  2
                  down vote



                  accepted







                  up vote
                  2
                  down vote



                  accepted






                  We have an exact differential equation in the form $Mdx +Ndy = 0$, with
                  $$M equiv frac1x - left(fracyx-yright)^2, N equiv left(fracxx-yright)^2 - frac1y.$$



                  If we let the implicit solution be $F(x, y) = c$, since the equation is exact, it is known that $F_x = M, F_y = N.$



                  $$F_x = M Rightarrow, F = int left ( frac1x - left(fracyx-yright)^2 right )dx,$$
                  $$Rightarrow F = ln|x| + fracy^2x-y + phi(y),$$
                  where $phi(y)$ is a function of y.



                  $F_y = N,$
                  $$Rightarrow fracy(2x-y)(x-y)^2 +phi'(y) = fracx^2(x-y)^2 - frac1y,$$
                  $$Rightarrow phi'(y) = fracx^2-2xy + y^2(x-y)^2 - frac1y,$$
                  $$Rightarrow phi'(y) = 1 - frac1y,$$
                  $$phi(y) = y - ln|y|+C.$$



                  Thus, the implicit solution is $$F(x, y) = lnleft|fracxyright| + fracxyx-y = c.$$






                  share|cite|improve this answer














                  We have an exact differential equation in the form $Mdx +Ndy = 0$, with
                  $$M equiv frac1x - left(fracyx-yright)^2, N equiv left(fracxx-yright)^2 - frac1y.$$



                  If we let the implicit solution be $F(x, y) = c$, since the equation is exact, it is known that $F_x = M, F_y = N.$



                  $$F_x = M Rightarrow, F = int left ( frac1x - left(fracyx-yright)^2 right )dx,$$
                  $$Rightarrow F = ln|x| + fracy^2x-y + phi(y),$$
                  where $phi(y)$ is a function of y.



                  $F_y = N,$
                  $$Rightarrow fracy(2x-y)(x-y)^2 +phi'(y) = fracx^2(x-y)^2 - frac1y,$$
                  $$Rightarrow phi'(y) = fracx^2-2xy + y^2(x-y)^2 - frac1y,$$
                  $$Rightarrow phi'(y) = 1 - frac1y,$$
                  $$phi(y) = y - ln|y|+C.$$



                  Thus, the implicit solution is $$F(x, y) = lnleft|fracxyright| + fracxyx-y = c.$$







                  share|cite|improve this answer














                  share|cite|improve this answer



                  share|cite|improve this answer








                  edited 1 hour ago









                  Moo

                  4,8233920




                  4,8233920










                  answered 3 hours ago









                  math783625

                  637




                  637




















                      up vote
                      1
                      down vote













                      The differential is indeed exact
                      $$left(frac1x-fracy^2(x-y)^2right)dx-left(frac1y-fracx^2(x-y)^2right)dy=0$$



                      Note that



                      $$frac dxx=dln (x)$$
                      $$frac dyy=dln (y)$$
                      And also that
                      $$
                      beginalign
                      E=&-fracy^2(x-y)^2dx+fracx^2(x-y)^2dy \
                      E=&frac-y^2dx+x^2dy(x-y)^2\
                      E=&frac-y^2dx+x^2dyx^2y^2frac (xy)^2(x-y)^2\
                      E=&(d(frac 1x- frac 1y))frac (xy)^2(x-y)^2\
                      E=&(frac xyy-x)^2d(frac y-xxy)  \
                      endalign
                      $$



                      $$ text Since we have frac dvv^2=-dleft(frac 1v right ) implies E=-d(frac xyy-x)$$
                      Therefore we have
                      $$d ln x -d ln y +d(frac xyx-y)=0$$
                      $$boxedln (frac xy)+frac xyx-y=K$$






                      share|cite|improve this answer


























                        up vote
                        1
                        down vote













                        The differential is indeed exact
                        $$left(frac1x-fracy^2(x-y)^2right)dx-left(frac1y-fracx^2(x-y)^2right)dy=0$$



                        Note that



                        $$frac dxx=dln (x)$$
                        $$frac dyy=dln (y)$$
                        And also that
                        $$
                        beginalign
                        E=&-fracy^2(x-y)^2dx+fracx^2(x-y)^2dy \
                        E=&frac-y^2dx+x^2dy(x-y)^2\
                        E=&frac-y^2dx+x^2dyx^2y^2frac (xy)^2(x-y)^2\
                        E=&(d(frac 1x- frac 1y))frac (xy)^2(x-y)^2\
                        E=&(frac xyy-x)^2d(frac y-xxy)  \
                        endalign
                        $$



                        $$ text Since we have frac dvv^2=-dleft(frac 1v right ) implies E=-d(frac xyy-x)$$
                        Therefore we have
                        $$d ln x -d ln y +d(frac xyx-y)=0$$
                        $$boxedln (frac xy)+frac xyx-y=K$$






                        share|cite|improve this answer
























                          up vote
                          1
                          down vote










                          up vote
                          1
                          down vote









                          The differential is indeed exact
                          $$left(frac1x-fracy^2(x-y)^2right)dx-left(frac1y-fracx^2(x-y)^2right)dy=0$$



                          Note that



                          $$frac dxx=dln (x)$$
                          $$frac dyy=dln (y)$$
                          And also that
                          $$
                          beginalign
                          E=&-fracy^2(x-y)^2dx+fracx^2(x-y)^2dy \
                          E=&frac-y^2dx+x^2dy(x-y)^2\
                          E=&frac-y^2dx+x^2dyx^2y^2frac (xy)^2(x-y)^2\
                          E=&(d(frac 1x- frac 1y))frac (xy)^2(x-y)^2\
                          E=&(frac xyy-x)^2d(frac y-xxy)  \
                          endalign
                          $$



                          $$ text Since we have frac dvv^2=-dleft(frac 1v right ) implies E=-d(frac xyy-x)$$
                          Therefore we have
                          $$d ln x -d ln y +d(frac xyx-y)=0$$
                          $$boxedln (frac xy)+frac xyx-y=K$$






                          share|cite|improve this answer














                          The differential is indeed exact
                          $$left(frac1x-fracy^2(x-y)^2right)dx-left(frac1y-fracx^2(x-y)^2right)dy=0$$



                          Note that



                          $$frac dxx=dln (x)$$
                          $$frac dyy=dln (y)$$
                          And also that
                          $$
                          beginalign
                          E=&-fracy^2(x-y)^2dx+fracx^2(x-y)^2dy \
                          E=&frac-y^2dx+x^2dy(x-y)^2\
                          E=&frac-y^2dx+x^2dyx^2y^2frac (xy)^2(x-y)^2\
                          E=&(d(frac 1x- frac 1y))frac (xy)^2(x-y)^2\
                          E=&(frac xyy-x)^2d(frac y-xxy)  \
                          endalign
                          $$



                          $$ text Since we have frac dvv^2=-dleft(frac 1v right ) implies E=-d(frac xyy-x)$$
                          Therefore we have
                          $$d ln x -d ln y +d(frac xyx-y)=0$$
                          $$boxedln (frac xy)+frac xyx-y=K$$







                          share|cite|improve this answer














                          share|cite|improve this answer



                          share|cite|improve this answer








                          edited 2 hours ago

























                          answered 2 hours ago









                          Isham

                          11.7k3929




                          11.7k3929



























                               

                              draft saved


                              draft discarded















































                               


                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2955435%2fproblems-whit-a-exact-differential-eqution%23new-answer', 'question_page');

                              );

                              Post as a guest













































































                              xN6 agnyG3PUGgYxhm1,Ctu46lImLDH7irq78iSv,dDYOqS NAW7 fvjvhIt0
                              4ylptxU0s SZu9ATG63MPCfbbXn

                              Popular posts from this blog

                              How to check contact read email or not when send email to Individual?

                              How many registers does an x86_64 CPU actually have?

                              Displaying single band from multi-band raster using QGIS