Find area of a curved surface within a condition

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











up vote
1
down vote

favorite













Curved surface r given by $mathbfr=(u+v,u-v,uv)^T$. Calculate
area of a part of the curved surface that satisfies $u^2 + v^2 leq 1$




Here what I have done:



$mathbfr_u=fracpartial mathbfrpartial u= (1, 1, v)^T$



$mathbfr_v=fracpartial mathbfrpartial u= (1, 1, v)^T$



Hence
$mathbfr_u times mathbfr_v = (u + v, -u + v, -2)^T$



And
$|mathbfr_u times mathbfr_v| = sqrt(2(u^2 + v^2 + 2)$



Then the area should be



$$S = iint_D|mathbfr_u times mathbfr_v|dudv=iint_Dsqrt(2(u^2 + v^2 + 2)dudv$$



Let $u = rcostheta$, $v = rsintheta$ then $r^2 = u^2 + v^2$,
$u^2 + v^2 leq 1$ give $-1leq rleq 1$.



Thus



$$S =iint_Dsqrt(2(u^2 + v^2 + 2)dudv = int_0^2pidthetaint_-1^1sqrt(2(r^2 + 2)rdr=0 (!?)$$



Anything wrong with my calculation?







share|cite|improve this question























    up vote
    1
    down vote

    favorite













    Curved surface r given by $mathbfr=(u+v,u-v,uv)^T$. Calculate
    area of a part of the curved surface that satisfies $u^2 + v^2 leq 1$




    Here what I have done:



    $mathbfr_u=fracpartial mathbfrpartial u= (1, 1, v)^T$



    $mathbfr_v=fracpartial mathbfrpartial u= (1, 1, v)^T$



    Hence
    $mathbfr_u times mathbfr_v = (u + v, -u + v, -2)^T$



    And
    $|mathbfr_u times mathbfr_v| = sqrt(2(u^2 + v^2 + 2)$



    Then the area should be



    $$S = iint_D|mathbfr_u times mathbfr_v|dudv=iint_Dsqrt(2(u^2 + v^2 + 2)dudv$$



    Let $u = rcostheta$, $v = rsintheta$ then $r^2 = u^2 + v^2$,
    $u^2 + v^2 leq 1$ give $-1leq rleq 1$.



    Thus



    $$S =iint_Dsqrt(2(u^2 + v^2 + 2)dudv = int_0^2pidthetaint_-1^1sqrt(2(r^2 + 2)rdr=0 (!?)$$



    Anything wrong with my calculation?







    share|cite|improve this question





















      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite












      Curved surface r given by $mathbfr=(u+v,u-v,uv)^T$. Calculate
      area of a part of the curved surface that satisfies $u^2 + v^2 leq 1$




      Here what I have done:



      $mathbfr_u=fracpartial mathbfrpartial u= (1, 1, v)^T$



      $mathbfr_v=fracpartial mathbfrpartial u= (1, 1, v)^T$



      Hence
      $mathbfr_u times mathbfr_v = (u + v, -u + v, -2)^T$



      And
      $|mathbfr_u times mathbfr_v| = sqrt(2(u^2 + v^2 + 2)$



      Then the area should be



      $$S = iint_D|mathbfr_u times mathbfr_v|dudv=iint_Dsqrt(2(u^2 + v^2 + 2)dudv$$



      Let $u = rcostheta$, $v = rsintheta$ then $r^2 = u^2 + v^2$,
      $u^2 + v^2 leq 1$ give $-1leq rleq 1$.



      Thus



      $$S =iint_Dsqrt(2(u^2 + v^2 + 2)dudv = int_0^2pidthetaint_-1^1sqrt(2(r^2 + 2)rdr=0 (!?)$$



      Anything wrong with my calculation?







      share|cite|improve this question












      Curved surface r given by $mathbfr=(u+v,u-v,uv)^T$. Calculate
      area of a part of the curved surface that satisfies $u^2 + v^2 leq 1$




      Here what I have done:



      $mathbfr_u=fracpartial mathbfrpartial u= (1, 1, v)^T$



      $mathbfr_v=fracpartial mathbfrpartial u= (1, 1, v)^T$



      Hence
      $mathbfr_u times mathbfr_v = (u + v, -u + v, -2)^T$



      And
      $|mathbfr_u times mathbfr_v| = sqrt(2(u^2 + v^2 + 2)$



      Then the area should be



      $$S = iint_D|mathbfr_u times mathbfr_v|dudv=iint_Dsqrt(2(u^2 + v^2 + 2)dudv$$



      Let $u = rcostheta$, $v = rsintheta$ then $r^2 = u^2 + v^2$,
      $u^2 + v^2 leq 1$ give $-1leq rleq 1$.



      Thus



      $$S =iint_Dsqrt(2(u^2 + v^2 + 2)dudv = int_0^2pidthetaint_-1^1sqrt(2(r^2 + 2)rdr=0 (!?)$$



      Anything wrong with my calculation?









      share|cite|improve this question










      share|cite|improve this question




      share|cite|improve this question









      asked Jul 15 at 1:34









      nghia95

      274




      274




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          The limits for $r$ should be from 0 to 1 rather than from $-1$ to 1.
          $$S=int_0^1int_0^2pirsqrt2(r^2+2),dtheta,dr$$
          $$=int_0^12pi rsqrt2(r^2+2),dr$$
          $$=fracpi2int_0^14rsqrt2(r^2+2),dr$$
          $$=fracpi2left[frac23(2(r^2+2))^3/2right]_0^1=pileft(2sqrt6-frac83right)=7.013dots$$






          share|cite|improve this answer























          • Why? Because r have to be positive?
            – nghia95
            Jul 15 at 11:32










          • @nghia95 Yes, this is polar coordinates!
            – Parcly Taxel
            Jul 15 at 12:03










          • Oh really? I didn't know that. Thank you so much!
            – nghia95
            Jul 15 at 12:45










          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%2f2852109%2ffind-area-of-a-curved-surface-within-a-condition%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
          0
          down vote



          accepted










          The limits for $r$ should be from 0 to 1 rather than from $-1$ to 1.
          $$S=int_0^1int_0^2pirsqrt2(r^2+2),dtheta,dr$$
          $$=int_0^12pi rsqrt2(r^2+2),dr$$
          $$=fracpi2int_0^14rsqrt2(r^2+2),dr$$
          $$=fracpi2left[frac23(2(r^2+2))^3/2right]_0^1=pileft(2sqrt6-frac83right)=7.013dots$$






          share|cite|improve this answer























          • Why? Because r have to be positive?
            – nghia95
            Jul 15 at 11:32










          • @nghia95 Yes, this is polar coordinates!
            – Parcly Taxel
            Jul 15 at 12:03










          • Oh really? I didn't know that. Thank you so much!
            – nghia95
            Jul 15 at 12:45














          up vote
          0
          down vote



          accepted










          The limits for $r$ should be from 0 to 1 rather than from $-1$ to 1.
          $$S=int_0^1int_0^2pirsqrt2(r^2+2),dtheta,dr$$
          $$=int_0^12pi rsqrt2(r^2+2),dr$$
          $$=fracpi2int_0^14rsqrt2(r^2+2),dr$$
          $$=fracpi2left[frac23(2(r^2+2))^3/2right]_0^1=pileft(2sqrt6-frac83right)=7.013dots$$






          share|cite|improve this answer























          • Why? Because r have to be positive?
            – nghia95
            Jul 15 at 11:32










          • @nghia95 Yes, this is polar coordinates!
            – Parcly Taxel
            Jul 15 at 12:03










          • Oh really? I didn't know that. Thank you so much!
            – nghia95
            Jul 15 at 12:45












          up vote
          0
          down vote



          accepted







          up vote
          0
          down vote



          accepted






          The limits for $r$ should be from 0 to 1 rather than from $-1$ to 1.
          $$S=int_0^1int_0^2pirsqrt2(r^2+2),dtheta,dr$$
          $$=int_0^12pi rsqrt2(r^2+2),dr$$
          $$=fracpi2int_0^14rsqrt2(r^2+2),dr$$
          $$=fracpi2left[frac23(2(r^2+2))^3/2right]_0^1=pileft(2sqrt6-frac83right)=7.013dots$$






          share|cite|improve this answer















          The limits for $r$ should be from 0 to 1 rather than from $-1$ to 1.
          $$S=int_0^1int_0^2pirsqrt2(r^2+2),dtheta,dr$$
          $$=int_0^12pi rsqrt2(r^2+2),dr$$
          $$=fracpi2int_0^14rsqrt2(r^2+2),dr$$
          $$=fracpi2left[frac23(2(r^2+2))^3/2right]_0^1=pileft(2sqrt6-frac83right)=7.013dots$$







          share|cite|improve this answer















          share|cite|improve this answer



          share|cite|improve this answer








          edited Jul 15 at 2:39


























          answered Jul 15 at 2:31









          Parcly Taxel

          33.6k136588




          33.6k136588











          • Why? Because r have to be positive?
            – nghia95
            Jul 15 at 11:32










          • @nghia95 Yes, this is polar coordinates!
            – Parcly Taxel
            Jul 15 at 12:03










          • Oh really? I didn't know that. Thank you so much!
            – nghia95
            Jul 15 at 12:45
















          • Why? Because r have to be positive?
            – nghia95
            Jul 15 at 11:32










          • @nghia95 Yes, this is polar coordinates!
            – Parcly Taxel
            Jul 15 at 12:03










          • Oh really? I didn't know that. Thank you so much!
            – nghia95
            Jul 15 at 12:45















          Why? Because r have to be positive?
          – nghia95
          Jul 15 at 11:32




          Why? Because r have to be positive?
          – nghia95
          Jul 15 at 11:32












          @nghia95 Yes, this is polar coordinates!
          – Parcly Taxel
          Jul 15 at 12:03




          @nghia95 Yes, this is polar coordinates!
          – Parcly Taxel
          Jul 15 at 12:03












          Oh really? I didn't know that. Thank you so much!
          – nghia95
          Jul 15 at 12:45




          Oh really? I didn't know that. Thank you so much!
          – nghia95
          Jul 15 at 12:45












           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2852109%2ffind-area-of-a-curved-surface-within-a-condition%23new-answer', 'question_page');

          );

          Post as a guest













































































          Comments

          Popular posts from this blog

          Color the edges and diagonals of a regular polygon

          Relationship between determinant of matrix and determinant of adjoint?

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