How to evaluate the integrals in the cylindrical coordinates

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











up vote
3
down vote

favorite













Evaluate the following integral in cylindrical coordinates
$$int^1_-1int^sqrt1-x^2_0int^2_0dfrac11+x^2+y^2dzdydx$$




My try:



I first took the boundaries as $$-1le xle1\0le ylesqrt1-x^2\0le zle2$$
and I know the formula that $$D=(r,theta,z):g(theta)le rle h(theta),alphalethetalebeta,G(x,y)le zle H(x,y)$$$$int^_int^_Dint^_f(r,theta,z)dV=int^beta_alphaint^h(theta)_g(theta)int^H(rcosalpha,rsintheta)_G(rcostheta,rsintheta)f(r,theta,z)dzdrdtheta$$



But how to apply this formula and change the boundaries of the integrals?



Can anyone please explain this.










share|cite|improve this question







New contributor




user982787 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.























    up vote
    3
    down vote

    favorite













    Evaluate the following integral in cylindrical coordinates
    $$int^1_-1int^sqrt1-x^2_0int^2_0dfrac11+x^2+y^2dzdydx$$




    My try:



    I first took the boundaries as $$-1le xle1\0le ylesqrt1-x^2\0le zle2$$
    and I know the formula that $$D=(r,theta,z):g(theta)le rle h(theta),alphalethetalebeta,G(x,y)le zle H(x,y)$$$$int^_int^_Dint^_f(r,theta,z)dV=int^beta_alphaint^h(theta)_g(theta)int^H(rcosalpha,rsintheta)_G(rcostheta,rsintheta)f(r,theta,z)dzdrdtheta$$



    But how to apply this formula and change the boundaries of the integrals?



    Can anyone please explain this.










    share|cite|improve this question







    New contributor




    user982787 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      up vote
      3
      down vote

      favorite









      up vote
      3
      down vote

      favorite












      Evaluate the following integral in cylindrical coordinates
      $$int^1_-1int^sqrt1-x^2_0int^2_0dfrac11+x^2+y^2dzdydx$$




      My try:



      I first took the boundaries as $$-1le xle1\0le ylesqrt1-x^2\0le zle2$$
      and I know the formula that $$D=(r,theta,z):g(theta)le rle h(theta),alphalethetalebeta,G(x,y)le zle H(x,y)$$$$int^_int^_Dint^_f(r,theta,z)dV=int^beta_alphaint^h(theta)_g(theta)int^H(rcosalpha,rsintheta)_G(rcostheta,rsintheta)f(r,theta,z)dzdrdtheta$$



      But how to apply this formula and change the boundaries of the integrals?



      Can anyone please explain this.










      share|cite|improve this question







      New contributor




      user982787 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      Evaluate the following integral in cylindrical coordinates
      $$int^1_-1int^sqrt1-x^2_0int^2_0dfrac11+x^2+y^2dzdydx$$




      My try:



      I first took the boundaries as $$-1le xle1\0le ylesqrt1-x^2\0le zle2$$
      and I know the formula that $$D=(r,theta,z):g(theta)le rle h(theta),alphalethetalebeta,G(x,y)le zle H(x,y)$$$$int^_int^_Dint^_f(r,theta,z)dV=int^beta_alphaint^h(theta)_g(theta)int^H(rcosalpha,rsintheta)_G(rcostheta,rsintheta)f(r,theta,z)dzdrdtheta$$



      But how to apply this formula and change the boundaries of the integrals?



      Can anyone please explain this.







      calculus integration multivariable-calculus definite-integrals cylindrical-coordinates






      share|cite|improve this question







      New contributor




      user982787 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|cite|improve this question







      New contributor




      user982787 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|cite|improve this question




      share|cite|improve this question






      New contributor




      user982787 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 6 hours ago









      user982787

      304




      304




      New contributor




      user982787 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      user982787 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      user982787 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          3 Answers
          3






          active

          oldest

          votes

















          up vote
          2
          down vote













          First of all, your $z$ goes from $0$ to $2$ so we just have to look at the $xy$ plane. In the $xy$ plane, you have the upper half circle with radius $1$. So $0le thetale pi$ and $0le rle 1$.



          So:



          $$int_0^piint_0^1int_0^2frac11+r^2rdzdrdtheta$$



          This integral should be easy enough, use a $u$ sub for the $r$ part.






          share|cite|improve this answer








          New contributor




          Zachary Selk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.

















          • Can you explain how you got the intervals $0lethetalepi$ and $0le rle1$ with the help of diagram if possible.
            – user982787
            4 hours ago

















          up vote
          2
          down vote













          I think your primary confusion here arises from the fact that you think you must "apply" that formula. What I believe that formula is telling you is the general form for a cylindrical variable transformation.



          Side note: I believe the argument of the integral requires an additional $r$ in it; i.e. it should say $$iiint_D f(r,theta,z)rdzdrdtheta$$



          The main takeaway from your formula should be that after your transformation, the $z$ bounds will depend on $r$ and $theta$, the $r$ bounds will depend on $theta$, and the $theta$ bounds will be constants.



          In order to determine the specific bounds for your problem, you should try to picture what the domain $D$ of this integral looks like. Here, it is just a half-cylinder of height 2, so all of your bounds will be constants, as Zachary has already pointed out.






          share|cite|improve this answer




















          • Can you explain in Zachary's answer about how he got the intervals $0≤θ≤π$ and $0≤r≤1$ with the help of diagram if possible.
            – user982787
            3 hours ago

















          up vote
          0
          down vote













          Since we see that the limits of $z$ are independent of $x$ and $y$, we can rewrite the given integral as:$$int^2_0 left( int^1_-1int^sqrt1-x^2_0dfrac11+x^2+y^2dydxright)dz$$
          Let $$I=int^1_-1int^sqrt1-x^2_0dfrac11+x^2+y^2dydx$$



          Now, observing the limits of $x$ and $y$ it can be seen that they span over the area of a semicircle (as shown in the image below):



          enter image description here



          Therefore, to evaluate $I$ we'll convert the integral into polar cooordinates (which are cylindrical coordinates in this case).



          We substitute $x=rcostheta$ and $y=rsintheta$ so that $x^2+y^2=r^2$



          Now we have to find $dA=dxdy$ in these coordinates. In polar coordinates let us consider a strip of width $dr$ in radial direction $dtheta$ in angular direction. Thus the length of small differential element is $rdtheta$ and therefore differential area element is $rdrdtheta$.That is, $$dA = dxdy = rdrdtheta$$
          enter image description here



          We can see that the limits for $r$ and $theta$ for the semicircle will be,



          $$0le rle1\0le thetalepi$$



          Therefore,
          $$I=int^1_-1int^sqrt1-x^2_0dfrac11+x^2+y^2dydx$$
          $$I=int^1_0int^pi_0dfrac11+r^2rdrdtheta$$






          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
            );



            );






            user982787 is a new contributor. Be nice, and check out our Code of Conduct.









             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2974178%2fhow-to-evaluate-the-integrals-in-the-cylindrical-coordinates%23new-answer', 'question_page');

            );

            Post as a guest






























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            2
            down vote













            First of all, your $z$ goes from $0$ to $2$ so we just have to look at the $xy$ plane. In the $xy$ plane, you have the upper half circle with radius $1$. So $0le thetale pi$ and $0le rle 1$.



            So:



            $$int_0^piint_0^1int_0^2frac11+r^2rdzdrdtheta$$



            This integral should be easy enough, use a $u$ sub for the $r$ part.






            share|cite|improve this answer








            New contributor




            Zachary Selk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.

















            • Can you explain how you got the intervals $0lethetalepi$ and $0le rle1$ with the help of diagram if possible.
              – user982787
              4 hours ago














            up vote
            2
            down vote













            First of all, your $z$ goes from $0$ to $2$ so we just have to look at the $xy$ plane. In the $xy$ plane, you have the upper half circle with radius $1$. So $0le thetale pi$ and $0le rle 1$.



            So:



            $$int_0^piint_0^1int_0^2frac11+r^2rdzdrdtheta$$



            This integral should be easy enough, use a $u$ sub for the $r$ part.






            share|cite|improve this answer








            New contributor




            Zachary Selk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.

















            • Can you explain how you got the intervals $0lethetalepi$ and $0le rle1$ with the help of diagram if possible.
              – user982787
              4 hours ago












            up vote
            2
            down vote










            up vote
            2
            down vote









            First of all, your $z$ goes from $0$ to $2$ so we just have to look at the $xy$ plane. In the $xy$ plane, you have the upper half circle with radius $1$. So $0le thetale pi$ and $0le rle 1$.



            So:



            $$int_0^piint_0^1int_0^2frac11+r^2rdzdrdtheta$$



            This integral should be easy enough, use a $u$ sub for the $r$ part.






            share|cite|improve this answer








            New contributor




            Zachary Selk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.









            First of all, your $z$ goes from $0$ to $2$ so we just have to look at the $xy$ plane. In the $xy$ plane, you have the upper half circle with radius $1$. So $0le thetale pi$ and $0le rle 1$.



            So:



            $$int_0^piint_0^1int_0^2frac11+r^2rdzdrdtheta$$



            This integral should be easy enough, use a $u$ sub for the $r$ part.







            share|cite|improve this answer








            New contributor




            Zachary Selk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.









            share|cite|improve this answer



            share|cite|improve this answer






            New contributor




            Zachary Selk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.









            answered 5 hours ago









            Zachary Selk

            178110




            178110




            New contributor




            Zachary Selk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.





            New contributor





            Zachary Selk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.






            Zachary Selk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.











            • Can you explain how you got the intervals $0lethetalepi$ and $0le rle1$ with the help of diagram if possible.
              – user982787
              4 hours ago
















            • Can you explain how you got the intervals $0lethetalepi$ and $0le rle1$ with the help of diagram if possible.
              – user982787
              4 hours ago















            Can you explain how you got the intervals $0lethetalepi$ and $0le rle1$ with the help of diagram if possible.
            – user982787
            4 hours ago




            Can you explain how you got the intervals $0lethetalepi$ and $0le rle1$ with the help of diagram if possible.
            – user982787
            4 hours ago










            up vote
            2
            down vote













            I think your primary confusion here arises from the fact that you think you must "apply" that formula. What I believe that formula is telling you is the general form for a cylindrical variable transformation.



            Side note: I believe the argument of the integral requires an additional $r$ in it; i.e. it should say $$iiint_D f(r,theta,z)rdzdrdtheta$$



            The main takeaway from your formula should be that after your transformation, the $z$ bounds will depend on $r$ and $theta$, the $r$ bounds will depend on $theta$, and the $theta$ bounds will be constants.



            In order to determine the specific bounds for your problem, you should try to picture what the domain $D$ of this integral looks like. Here, it is just a half-cylinder of height 2, so all of your bounds will be constants, as Zachary has already pointed out.






            share|cite|improve this answer




















            • Can you explain in Zachary's answer about how he got the intervals $0≤θ≤π$ and $0≤r≤1$ with the help of diagram if possible.
              – user982787
              3 hours ago














            up vote
            2
            down vote













            I think your primary confusion here arises from the fact that you think you must "apply" that formula. What I believe that formula is telling you is the general form for a cylindrical variable transformation.



            Side note: I believe the argument of the integral requires an additional $r$ in it; i.e. it should say $$iiint_D f(r,theta,z)rdzdrdtheta$$



            The main takeaway from your formula should be that after your transformation, the $z$ bounds will depend on $r$ and $theta$, the $r$ bounds will depend on $theta$, and the $theta$ bounds will be constants.



            In order to determine the specific bounds for your problem, you should try to picture what the domain $D$ of this integral looks like. Here, it is just a half-cylinder of height 2, so all of your bounds will be constants, as Zachary has already pointed out.






            share|cite|improve this answer




















            • Can you explain in Zachary's answer about how he got the intervals $0≤θ≤π$ and $0≤r≤1$ with the help of diagram if possible.
              – user982787
              3 hours ago












            up vote
            2
            down vote










            up vote
            2
            down vote









            I think your primary confusion here arises from the fact that you think you must "apply" that formula. What I believe that formula is telling you is the general form for a cylindrical variable transformation.



            Side note: I believe the argument of the integral requires an additional $r$ in it; i.e. it should say $$iiint_D f(r,theta,z)rdzdrdtheta$$



            The main takeaway from your formula should be that after your transformation, the $z$ bounds will depend on $r$ and $theta$, the $r$ bounds will depend on $theta$, and the $theta$ bounds will be constants.



            In order to determine the specific bounds for your problem, you should try to picture what the domain $D$ of this integral looks like. Here, it is just a half-cylinder of height 2, so all of your bounds will be constants, as Zachary has already pointed out.






            share|cite|improve this answer












            I think your primary confusion here arises from the fact that you think you must "apply" that formula. What I believe that formula is telling you is the general form for a cylindrical variable transformation.



            Side note: I believe the argument of the integral requires an additional $r$ in it; i.e. it should say $$iiint_D f(r,theta,z)rdzdrdtheta$$



            The main takeaway from your formula should be that after your transformation, the $z$ bounds will depend on $r$ and $theta$, the $r$ bounds will depend on $theta$, and the $theta$ bounds will be constants.



            In order to determine the specific bounds for your problem, you should try to picture what the domain $D$ of this integral looks like. Here, it is just a half-cylinder of height 2, so all of your bounds will be constants, as Zachary has already pointed out.







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered 4 hours ago









            BSplitter

            443215




            443215











            • Can you explain in Zachary's answer about how he got the intervals $0≤θ≤π$ and $0≤r≤1$ with the help of diagram if possible.
              – user982787
              3 hours ago
















            • Can you explain in Zachary's answer about how he got the intervals $0≤θ≤π$ and $0≤r≤1$ with the help of diagram if possible.
              – user982787
              3 hours ago















            Can you explain in Zachary's answer about how he got the intervals $0≤θ≤π$ and $0≤r≤1$ with the help of diagram if possible.
            – user982787
            3 hours ago




            Can you explain in Zachary's answer about how he got the intervals $0≤θ≤π$ and $0≤r≤1$ with the help of diagram if possible.
            – user982787
            3 hours ago










            up vote
            0
            down vote













            Since we see that the limits of $z$ are independent of $x$ and $y$, we can rewrite the given integral as:$$int^2_0 left( int^1_-1int^sqrt1-x^2_0dfrac11+x^2+y^2dydxright)dz$$
            Let $$I=int^1_-1int^sqrt1-x^2_0dfrac11+x^2+y^2dydx$$



            Now, observing the limits of $x$ and $y$ it can be seen that they span over the area of a semicircle (as shown in the image below):



            enter image description here



            Therefore, to evaluate $I$ we'll convert the integral into polar cooordinates (which are cylindrical coordinates in this case).



            We substitute $x=rcostheta$ and $y=rsintheta$ so that $x^2+y^2=r^2$



            Now we have to find $dA=dxdy$ in these coordinates. In polar coordinates let us consider a strip of width $dr$ in radial direction $dtheta$ in angular direction. Thus the length of small differential element is $rdtheta$ and therefore differential area element is $rdrdtheta$.That is, $$dA = dxdy = rdrdtheta$$
            enter image description here



            We can see that the limits for $r$ and $theta$ for the semicircle will be,



            $$0le rle1\0le thetalepi$$



            Therefore,
            $$I=int^1_-1int^sqrt1-x^2_0dfrac11+x^2+y^2dydx$$
            $$I=int^1_0int^pi_0dfrac11+r^2rdrdtheta$$






            share|cite|improve this answer


























              up vote
              0
              down vote













              Since we see that the limits of $z$ are independent of $x$ and $y$, we can rewrite the given integral as:$$int^2_0 left( int^1_-1int^sqrt1-x^2_0dfrac11+x^2+y^2dydxright)dz$$
              Let $$I=int^1_-1int^sqrt1-x^2_0dfrac11+x^2+y^2dydx$$



              Now, observing the limits of $x$ and $y$ it can be seen that they span over the area of a semicircle (as shown in the image below):



              enter image description here



              Therefore, to evaluate $I$ we'll convert the integral into polar cooordinates (which are cylindrical coordinates in this case).



              We substitute $x=rcostheta$ and $y=rsintheta$ so that $x^2+y^2=r^2$



              Now we have to find $dA=dxdy$ in these coordinates. In polar coordinates let us consider a strip of width $dr$ in radial direction $dtheta$ in angular direction. Thus the length of small differential element is $rdtheta$ and therefore differential area element is $rdrdtheta$.That is, $$dA = dxdy = rdrdtheta$$
              enter image description here



              We can see that the limits for $r$ and $theta$ for the semicircle will be,



              $$0le rle1\0le thetalepi$$



              Therefore,
              $$I=int^1_-1int^sqrt1-x^2_0dfrac11+x^2+y^2dydx$$
              $$I=int^1_0int^pi_0dfrac11+r^2rdrdtheta$$






              share|cite|improve this answer
























                up vote
                0
                down vote










                up vote
                0
                down vote









                Since we see that the limits of $z$ are independent of $x$ and $y$, we can rewrite the given integral as:$$int^2_0 left( int^1_-1int^sqrt1-x^2_0dfrac11+x^2+y^2dydxright)dz$$
                Let $$I=int^1_-1int^sqrt1-x^2_0dfrac11+x^2+y^2dydx$$



                Now, observing the limits of $x$ and $y$ it can be seen that they span over the area of a semicircle (as shown in the image below):



                enter image description here



                Therefore, to evaluate $I$ we'll convert the integral into polar cooordinates (which are cylindrical coordinates in this case).



                We substitute $x=rcostheta$ and $y=rsintheta$ so that $x^2+y^2=r^2$



                Now we have to find $dA=dxdy$ in these coordinates. In polar coordinates let us consider a strip of width $dr$ in radial direction $dtheta$ in angular direction. Thus the length of small differential element is $rdtheta$ and therefore differential area element is $rdrdtheta$.That is, $$dA = dxdy = rdrdtheta$$
                enter image description here



                We can see that the limits for $r$ and $theta$ for the semicircle will be,



                $$0le rle1\0le thetalepi$$



                Therefore,
                $$I=int^1_-1int^sqrt1-x^2_0dfrac11+x^2+y^2dydx$$
                $$I=int^1_0int^pi_0dfrac11+r^2rdrdtheta$$






                share|cite|improve this answer














                Since we see that the limits of $z$ are independent of $x$ and $y$, we can rewrite the given integral as:$$int^2_0 left( int^1_-1int^sqrt1-x^2_0dfrac11+x^2+y^2dydxright)dz$$
                Let $$I=int^1_-1int^sqrt1-x^2_0dfrac11+x^2+y^2dydx$$



                Now, observing the limits of $x$ and $y$ it can be seen that they span over the area of a semicircle (as shown in the image below):



                enter image description here



                Therefore, to evaluate $I$ we'll convert the integral into polar cooordinates (which are cylindrical coordinates in this case).



                We substitute $x=rcostheta$ and $y=rsintheta$ so that $x^2+y^2=r^2$



                Now we have to find $dA=dxdy$ in these coordinates. In polar coordinates let us consider a strip of width $dr$ in radial direction $dtheta$ in angular direction. Thus the length of small differential element is $rdtheta$ and therefore differential area element is $rdrdtheta$.That is, $$dA = dxdy = rdrdtheta$$
                enter image description here



                We can see that the limits for $r$ and $theta$ for the semicircle will be,



                $$0le rle1\0le thetalepi$$



                Therefore,
                $$I=int^1_-1int^sqrt1-x^2_0dfrac11+x^2+y^2dydx$$
                $$I=int^1_0int^pi_0dfrac11+r^2rdrdtheta$$







                share|cite|improve this answer














                share|cite|improve this answer



                share|cite|improve this answer








                edited 1 hour ago

























                answered 1 hour ago









                yathish

                217111




                217111




















                    user982787 is a new contributor. Be nice, and check out our Code of Conduct.









                     

                    draft saved


                    draft discarded


















                    user982787 is a new contributor. Be nice, and check out our Code of Conduct.












                    user982787 is a new contributor. Be nice, and check out our Code of Conduct.











                    user982787 is a new contributor. Be nice, and check out our Code of Conduct.













                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2974178%2fhow-to-evaluate-the-integrals-in-the-cylindrical-coordinates%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Comments

                    Popular posts from this blog

                    What does second last employer means? [closed]

                    List of Gilmore Girls characters

                    Confectionery