Integration of $(x)d(x^2)$, is my solution mathematically correct?











up vote
1
down vote

favorite












Just for my own understanding of how exactly integration works, are these steps correct:



$$begin{align}int x,d(x^2) qquad &implies x^2 = u \ & implies x= sqrt{u}end{align}$$



Thus, it becomes $$intsqrt{u},du = frac{2}{3}u^{3/2} implies {2over3}x^3$$










share|cite|improve this question




























    up vote
    1
    down vote

    favorite












    Just for my own understanding of how exactly integration works, are these steps correct:



    $$begin{align}int x,d(x^2) qquad &implies x^2 = u \ & implies x= sqrt{u}end{align}$$



    Thus, it becomes $$intsqrt{u},du = frac{2}{3}u^{3/2} implies {2over3}x^3$$










    share|cite|improve this question


























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      Just for my own understanding of how exactly integration works, are these steps correct:



      $$begin{align}int x,d(x^2) qquad &implies x^2 = u \ & implies x= sqrt{u}end{align}$$



      Thus, it becomes $$intsqrt{u},du = frac{2}{3}u^{3/2} implies {2over3}x^3$$










      share|cite|improve this question















      Just for my own understanding of how exactly integration works, are these steps correct:



      $$begin{align}int x,d(x^2) qquad &implies x^2 = u \ & implies x= sqrt{u}end{align}$$



      Thus, it becomes $$intsqrt{u},du = frac{2}{3}u^{3/2} implies {2over3}x^3$$







      integration






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Dec 6 at 2:03









      Decaf-Math

      3,154825




      3,154825










      asked Dec 6 at 1:53









      strateeg32

      1384




      1384






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          While fundamentally correct, aside from your lack of a $+C$ constant, notationally your work is a bit of a mess (before someone edited it for clarity's sake).



          First, we start with



          $$int x d(x^2)$$



          From here, we make the substitution $u = x^2$. This gives $x = sqrt{u}$. Thus,



          $$x d(x^2) = sqrt{u} du ;;; Rightarrow ;;; int xd(x^2) = int u^{1/2}du = frac{2}{3}u^{3/2} + C$$



          Reutilizing our substitution, we finally get our answer:



          $$frac{2}{3}u^{3/2} + C = frac{2}{3}x^3 +C$$



          Your errors make it hard to follow your thought process, because $sqrt{u} du neq frac{2}{3}u^{3/2}$, when you assert they're equal in your last line.



          As a note, this question was asked before: you might want to check more thoroughly next time. The original question.






          share|cite|improve this answer




























            up vote
            2
            down vote













            Yes, except for an integration on the LHS of the last line. Also make sure to keep track of your limits. You would get the same expression when you use $d(x^2) = 2x dx$






            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',
              autoActivateHeartbeat: false,
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              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%2f3027925%2fintegration-of-xdx2-is-my-solution-mathematically-correct%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              1
              down vote



              accepted










              While fundamentally correct, aside from your lack of a $+C$ constant, notationally your work is a bit of a mess (before someone edited it for clarity's sake).



              First, we start with



              $$int x d(x^2)$$



              From here, we make the substitution $u = x^2$. This gives $x = sqrt{u}$. Thus,



              $$x d(x^2) = sqrt{u} du ;;; Rightarrow ;;; int xd(x^2) = int u^{1/2}du = frac{2}{3}u^{3/2} + C$$



              Reutilizing our substitution, we finally get our answer:



              $$frac{2}{3}u^{3/2} + C = frac{2}{3}x^3 +C$$



              Your errors make it hard to follow your thought process, because $sqrt{u} du neq frac{2}{3}u^{3/2}$, when you assert they're equal in your last line.



              As a note, this question was asked before: you might want to check more thoroughly next time. The original question.






              share|cite|improve this answer

























                up vote
                1
                down vote



                accepted










                While fundamentally correct, aside from your lack of a $+C$ constant, notationally your work is a bit of a mess (before someone edited it for clarity's sake).



                First, we start with



                $$int x d(x^2)$$



                From here, we make the substitution $u = x^2$. This gives $x = sqrt{u}$. Thus,



                $$x d(x^2) = sqrt{u} du ;;; Rightarrow ;;; int xd(x^2) = int u^{1/2}du = frac{2}{3}u^{3/2} + C$$



                Reutilizing our substitution, we finally get our answer:



                $$frac{2}{3}u^{3/2} + C = frac{2}{3}x^3 +C$$



                Your errors make it hard to follow your thought process, because $sqrt{u} du neq frac{2}{3}u^{3/2}$, when you assert they're equal in your last line.



                As a note, this question was asked before: you might want to check more thoroughly next time. The original question.






                share|cite|improve this answer























                  up vote
                  1
                  down vote



                  accepted







                  up vote
                  1
                  down vote



                  accepted






                  While fundamentally correct, aside from your lack of a $+C$ constant, notationally your work is a bit of a mess (before someone edited it for clarity's sake).



                  First, we start with



                  $$int x d(x^2)$$



                  From here, we make the substitution $u = x^2$. This gives $x = sqrt{u}$. Thus,



                  $$x d(x^2) = sqrt{u} du ;;; Rightarrow ;;; int xd(x^2) = int u^{1/2}du = frac{2}{3}u^{3/2} + C$$



                  Reutilizing our substitution, we finally get our answer:



                  $$frac{2}{3}u^{3/2} + C = frac{2}{3}x^3 +C$$



                  Your errors make it hard to follow your thought process, because $sqrt{u} du neq frac{2}{3}u^{3/2}$, when you assert they're equal in your last line.



                  As a note, this question was asked before: you might want to check more thoroughly next time. The original question.






                  share|cite|improve this answer












                  While fundamentally correct, aside from your lack of a $+C$ constant, notationally your work is a bit of a mess (before someone edited it for clarity's sake).



                  First, we start with



                  $$int x d(x^2)$$



                  From here, we make the substitution $u = x^2$. This gives $x = sqrt{u}$. Thus,



                  $$x d(x^2) = sqrt{u} du ;;; Rightarrow ;;; int xd(x^2) = int u^{1/2}du = frac{2}{3}u^{3/2} + C$$



                  Reutilizing our substitution, we finally get our answer:



                  $$frac{2}{3}u^{3/2} + C = frac{2}{3}x^3 +C$$



                  Your errors make it hard to follow your thought process, because $sqrt{u} du neq frac{2}{3}u^{3/2}$, when you assert they're equal in your last line.



                  As a note, this question was asked before: you might want to check more thoroughly next time. The original question.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Dec 6 at 2:01









                  Eevee Trainer

                  3,370225




                  3,370225






















                      up vote
                      2
                      down vote













                      Yes, except for an integration on the LHS of the last line. Also make sure to keep track of your limits. You would get the same expression when you use $d(x^2) = 2x dx$






                      share|cite|improve this answer

























                        up vote
                        2
                        down vote













                        Yes, except for an integration on the LHS of the last line. Also make sure to keep track of your limits. You would get the same expression when you use $d(x^2) = 2x dx$






                        share|cite|improve this answer























                          up vote
                          2
                          down vote










                          up vote
                          2
                          down vote









                          Yes, except for an integration on the LHS of the last line. Also make sure to keep track of your limits. You would get the same expression when you use $d(x^2) = 2x dx$






                          share|cite|improve this answer












                          Yes, except for an integration on the LHS of the last line. Also make sure to keep track of your limits. You would get the same expression when you use $d(x^2) = 2x dx$







                          share|cite|improve this answer












                          share|cite|improve this answer



                          share|cite|improve this answer










                          answered Dec 6 at 2:03









                          zero

                          608




                          608






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Mathematics Stack Exchange!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              Use MathJax to format equations. MathJax reference.


                              To learn more, see our tips on writing great answers.





                              Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                              Please pay close attention to the following guidance:


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3027925%2fintegration-of-xdx2-is-my-solution-mathematically-correct%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Bressuire

                              Cabo Verde

                              Gyllenstierna