On the methods used to solve an O.D.E.

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











up vote
2
down vote

favorite
1












(I'm sorry for the format of the mathematical symbols in advance)



Take the differential equation dy/dx = x * y, for example, the process for solving it goes as follows.



1.) $dy = x * y * dx$



2.) $1/y * dy = x * dx$



3.) $∫ 1/y dy = ∫ x dx$



4.) $ln(y) = (x^2)/2$



5.) e^ln(y) = e^((x^2)/2)



6.) y = e^((x^2)/2)



Now my question is in regards to step 3. When we take the integral of both sides why do we not treat the infinitesimals dy and dx as part of the function that we are integrating? In other words, when taking the integrals why didn't we get $∫ 1/y dy dx = ∫ x dx dx$ instead? What happened to them?



P.S. I am currently taking the regular high school Calculus 2 course so please keep the "advanced" mathematics to a bare minimum when answering the question.







share|cite|improve this question

























    up vote
    2
    down vote

    favorite
    1












    (I'm sorry for the format of the mathematical symbols in advance)



    Take the differential equation dy/dx = x * y, for example, the process for solving it goes as follows.



    1.) $dy = x * y * dx$



    2.) $1/y * dy = x * dx$



    3.) $∫ 1/y dy = ∫ x dx$



    4.) $ln(y) = (x^2)/2$



    5.) e^ln(y) = e^((x^2)/2)



    6.) y = e^((x^2)/2)



    Now my question is in regards to step 3. When we take the integral of both sides why do we not treat the infinitesimals dy and dx as part of the function that we are integrating? In other words, when taking the integrals why didn't we get $∫ 1/y dy dx = ∫ x dx dx$ instead? What happened to them?



    P.S. I am currently taking the regular high school Calculus 2 course so please keep the "advanced" mathematics to a bare minimum when answering the question.







    share|cite|improve this question























      up vote
      2
      down vote

      favorite
      1









      up vote
      2
      down vote

      favorite
      1






      1





      (I'm sorry for the format of the mathematical symbols in advance)



      Take the differential equation dy/dx = x * y, for example, the process for solving it goes as follows.



      1.) $dy = x * y * dx$



      2.) $1/y * dy = x * dx$



      3.) $∫ 1/y dy = ∫ x dx$



      4.) $ln(y) = (x^2)/2$



      5.) e^ln(y) = e^((x^2)/2)



      6.) y = e^((x^2)/2)



      Now my question is in regards to step 3. When we take the integral of both sides why do we not treat the infinitesimals dy and dx as part of the function that we are integrating? In other words, when taking the integrals why didn't we get $∫ 1/y dy dx = ∫ x dx dx$ instead? What happened to them?



      P.S. I am currently taking the regular high school Calculus 2 course so please keep the "advanced" mathematics to a bare minimum when answering the question.







      share|cite|improve this question













      (I'm sorry for the format of the mathematical symbols in advance)



      Take the differential equation dy/dx = x * y, for example, the process for solving it goes as follows.



      1.) $dy = x * y * dx$



      2.) $1/y * dy = x * dx$



      3.) $∫ 1/y dy = ∫ x dx$



      4.) $ln(y) = (x^2)/2$



      5.) e^ln(y) = e^((x^2)/2)



      6.) y = e^((x^2)/2)



      Now my question is in regards to step 3. When we take the integral of both sides why do we not treat the infinitesimals dy and dx as part of the function that we are integrating? In other words, when taking the integrals why didn't we get $∫ 1/y dy dx = ∫ x dx dx$ instead? What happened to them?



      P.S. I am currently taking the regular high school Calculus 2 course so please keep the "advanced" mathematics to a bare minimum when answering the question.









      share|cite|improve this question












      share|cite|improve this question




      share|cite|improve this question








      edited Jul 21 at 13:44
























      asked Jul 21 at 13:20









      oypus

      397




      397




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          3
          down vote



          accepted










          $$ y'= xy $$
          $$ frac y'y= x $$
          Take inetgral now on both sides



          $$ colorredint frac y'y colorreddx=colorredint x colorreddx$$
          $$ colorredint frac 1y frac dydxcolorreddx=colorredint x colorreddx$$
          $$int frac dyy=int x dx$$




          I prefer this method
          $$frac y'y= x$$
          $$(ln(y))'= x$$
          Then i take integral on both sides
          $$colorredint (ln(y))'colorreddx= colorredint x colorreddx$$
          $$int frac d(ln(y))dxdx= int x dx$$
          $$int d(ln(y))= int x dx$$
          $$ln(y)= frac x^22 +K$$






          share|cite|improve this answer



















          • 1




            Thank you. This is so simple that I almost feel stupid for not seeing it. Good job.
            – oypus
            Jul 21 at 13:47










          • yw @oypus ...if it helped you thats great...
            – Isham
            Jul 21 at 13:48










          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%2f2858491%2fon-the-methods-used-to-solve-an-o-d-e%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          3
          down vote



          accepted










          $$ y'= xy $$
          $$ frac y'y= x $$
          Take inetgral now on both sides



          $$ colorredint frac y'y colorreddx=colorredint x colorreddx$$
          $$ colorredint frac 1y frac dydxcolorreddx=colorredint x colorreddx$$
          $$int frac dyy=int x dx$$




          I prefer this method
          $$frac y'y= x$$
          $$(ln(y))'= x$$
          Then i take integral on both sides
          $$colorredint (ln(y))'colorreddx= colorredint x colorreddx$$
          $$int frac d(ln(y))dxdx= int x dx$$
          $$int d(ln(y))= int x dx$$
          $$ln(y)= frac x^22 +K$$






          share|cite|improve this answer



















          • 1




            Thank you. This is so simple that I almost feel stupid for not seeing it. Good job.
            – oypus
            Jul 21 at 13:47










          • yw @oypus ...if it helped you thats great...
            – Isham
            Jul 21 at 13:48














          up vote
          3
          down vote



          accepted










          $$ y'= xy $$
          $$ frac y'y= x $$
          Take inetgral now on both sides



          $$ colorredint frac y'y colorreddx=colorredint x colorreddx$$
          $$ colorredint frac 1y frac dydxcolorreddx=colorredint x colorreddx$$
          $$int frac dyy=int x dx$$




          I prefer this method
          $$frac y'y= x$$
          $$(ln(y))'= x$$
          Then i take integral on both sides
          $$colorredint (ln(y))'colorreddx= colorredint x colorreddx$$
          $$int frac d(ln(y))dxdx= int x dx$$
          $$int d(ln(y))= int x dx$$
          $$ln(y)= frac x^22 +K$$






          share|cite|improve this answer



















          • 1




            Thank you. This is so simple that I almost feel stupid for not seeing it. Good job.
            – oypus
            Jul 21 at 13:47










          • yw @oypus ...if it helped you thats great...
            – Isham
            Jul 21 at 13:48












          up vote
          3
          down vote



          accepted







          up vote
          3
          down vote



          accepted






          $$ y'= xy $$
          $$ frac y'y= x $$
          Take inetgral now on both sides



          $$ colorredint frac y'y colorreddx=colorredint x colorreddx$$
          $$ colorredint frac 1y frac dydxcolorreddx=colorredint x colorreddx$$
          $$int frac dyy=int x dx$$




          I prefer this method
          $$frac y'y= x$$
          $$(ln(y))'= x$$
          Then i take integral on both sides
          $$colorredint (ln(y))'colorreddx= colorredint x colorreddx$$
          $$int frac d(ln(y))dxdx= int x dx$$
          $$int d(ln(y))= int x dx$$
          $$ln(y)= frac x^22 +K$$






          share|cite|improve this answer















          $$ y'= xy $$
          $$ frac y'y= x $$
          Take inetgral now on both sides



          $$ colorredint frac y'y colorreddx=colorredint x colorreddx$$
          $$ colorredint frac 1y frac dydxcolorreddx=colorredint x colorreddx$$
          $$int frac dyy=int x dx$$




          I prefer this method
          $$frac y'y= x$$
          $$(ln(y))'= x$$
          Then i take integral on both sides
          $$colorredint (ln(y))'colorreddx= colorredint x colorreddx$$
          $$int frac d(ln(y))dxdx= int x dx$$
          $$int d(ln(y))= int x dx$$
          $$ln(y)= frac x^22 +K$$







          share|cite|improve this answer















          share|cite|improve this answer



          share|cite|improve this answer








          edited Jul 21 at 13:41


























          answered Jul 21 at 13:26









          Isham

          10.6k3829




          10.6k3829







          • 1




            Thank you. This is so simple that I almost feel stupid for not seeing it. Good job.
            – oypus
            Jul 21 at 13:47










          • yw @oypus ...if it helped you thats great...
            – Isham
            Jul 21 at 13:48












          • 1




            Thank you. This is so simple that I almost feel stupid for not seeing it. Good job.
            – oypus
            Jul 21 at 13:47










          • yw @oypus ...if it helped you thats great...
            – Isham
            Jul 21 at 13:48







          1




          1




          Thank you. This is so simple that I almost feel stupid for not seeing it. Good job.
          – oypus
          Jul 21 at 13:47




          Thank you. This is so simple that I almost feel stupid for not seeing it. Good job.
          – oypus
          Jul 21 at 13:47












          yw @oypus ...if it helped you thats great...
          – Isham
          Jul 21 at 13:48




          yw @oypus ...if it helped you thats great...
          – Isham
          Jul 21 at 13:48












           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2858491%2fon-the-methods-used-to-solve-an-o-d-e%23new-answer', 'question_page');

          );

          Post as a guest













































































          Comments

          Popular posts from this blog

          What is the equation of a 3D cone with generalised tilt?

          Color the edges and diagonals of a regular polygon

          Relationship between determinant of matrix and determinant of adjoint?