Use Fubini's Theorem to calculate the integral $int_{0}^{pi/2}int_{y}^{pi/2}yfrac{sin x}{x}dx dy$












0














Here is my attempt:
As $[0,pi/2] times [0,pi/2]$ is a finite measure space(hence $sigma$ finite) and also its $x times y$ integrable therefore hypothesis of the fubini's theorem are satisfied and



By change of limit we get:



$int_{0}^{pi/2}int_{x}^{pi/2}yfrac{sin x}{x}dx dy$



$implies$ $frac{pi^2}{8}int_{0}^{pi/2}frac{sin x}{x}-int_{0}^{pi/2}frac{xsin x}{2}dx$



and then I don't know how to integrate the first integral $int_0^{pi/2}frac{sin x}{x}dx$.



Thanks for any help!!










share|cite|improve this question





























    0














    Here is my attempt:
    As $[0,pi/2] times [0,pi/2]$ is a finite measure space(hence $sigma$ finite) and also its $x times y$ integrable therefore hypothesis of the fubini's theorem are satisfied and



    By change of limit we get:



    $int_{0}^{pi/2}int_{x}^{pi/2}yfrac{sin x}{x}dx dy$



    $implies$ $frac{pi^2}{8}int_{0}^{pi/2}frac{sin x}{x}-int_{0}^{pi/2}frac{xsin x}{2}dx$



    and then I don't know how to integrate the first integral $int_0^{pi/2}frac{sin x}{x}dx$.



    Thanks for any help!!










    share|cite|improve this question



























      0












      0








      0







      Here is my attempt:
      As $[0,pi/2] times [0,pi/2]$ is a finite measure space(hence $sigma$ finite) and also its $x times y$ integrable therefore hypothesis of the fubini's theorem are satisfied and



      By change of limit we get:



      $int_{0}^{pi/2}int_{x}^{pi/2}yfrac{sin x}{x}dx dy$



      $implies$ $frac{pi^2}{8}int_{0}^{pi/2}frac{sin x}{x}-int_{0}^{pi/2}frac{xsin x}{2}dx$



      and then I don't know how to integrate the first integral $int_0^{pi/2}frac{sin x}{x}dx$.



      Thanks for any help!!










      share|cite|improve this question















      Here is my attempt:
      As $[0,pi/2] times [0,pi/2]$ is a finite measure space(hence $sigma$ finite) and also its $x times y$ integrable therefore hypothesis of the fubini's theorem are satisfied and



      By change of limit we get:



      $int_{0}^{pi/2}int_{x}^{pi/2}yfrac{sin x}{x}dx dy$



      $implies$ $frac{pi^2}{8}int_{0}^{pi/2}frac{sin x}{x}-int_{0}^{pi/2}frac{xsin x}{2}dx$



      and then I don't know how to integrate the first integral $int_0^{pi/2}frac{sin x}{x}dx$.



      Thanks for any help!!







      real-analysis measure-theory lebesgue-integral






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Dec 31 '18 at 10:57









      Davide Giraudo

      125k16150261




      125k16150261










      asked Dec 29 '18 at 1:04









      InfinityInfinity

      312112




      312112






















          1 Answer
          1






          active

          oldest

          votes


















          2














          I think you messed up the change of order. In the first integral, we have $0leq y leq frac pi 2$. Then, in the second integral, we have $y leq x leq fracpi 2$. In total, this gives us:



          $$0 leq y leq x leq frac pi 2$$



          Now, if we want to switch the order, we need to remember abide by this. First, $0leq xleq fracpi 2$, which determines the limits of the new outer integral. Then, we have $0leq y leq x$, which determines the limits of the new inner integral. Thus, the new integral becomes:



          $$int_0^{frac pi 2}int_0^x yfrac{sin x}{x}dydx$$



          Now, we can take $frac{sin x}{x}$ out of the inner integral since it has nothing to do with $y$, so we get:



          $$int_0^{frac pi 2}frac{sin x}{x}int_0^x ydydx$$



          $int_0^x ydy=frac{x^2}{2}$, so when we substitute back in and multiply it with $frac{sin x}{x}$, we get:



          $$int_0^{frac pi 2}frac{xsin x}{2}dx$$



          I will leave the final integration by parts for you to do.






          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%2f3055436%2fuse-fubinis-theorem-to-calculate-the-integral-int-0-pi-2-int-y-pi-2%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            2














            I think you messed up the change of order. In the first integral, we have $0leq y leq frac pi 2$. Then, in the second integral, we have $y leq x leq fracpi 2$. In total, this gives us:



            $$0 leq y leq x leq frac pi 2$$



            Now, if we want to switch the order, we need to remember abide by this. First, $0leq xleq fracpi 2$, which determines the limits of the new outer integral. Then, we have $0leq y leq x$, which determines the limits of the new inner integral. Thus, the new integral becomes:



            $$int_0^{frac pi 2}int_0^x yfrac{sin x}{x}dydx$$



            Now, we can take $frac{sin x}{x}$ out of the inner integral since it has nothing to do with $y$, so we get:



            $$int_0^{frac pi 2}frac{sin x}{x}int_0^x ydydx$$



            $int_0^x ydy=frac{x^2}{2}$, so when we substitute back in and multiply it with $frac{sin x}{x}$, we get:



            $$int_0^{frac pi 2}frac{xsin x}{2}dx$$



            I will leave the final integration by parts for you to do.






            share|cite|improve this answer




























              2














              I think you messed up the change of order. In the first integral, we have $0leq y leq frac pi 2$. Then, in the second integral, we have $y leq x leq fracpi 2$. In total, this gives us:



              $$0 leq y leq x leq frac pi 2$$



              Now, if we want to switch the order, we need to remember abide by this. First, $0leq xleq fracpi 2$, which determines the limits of the new outer integral. Then, we have $0leq y leq x$, which determines the limits of the new inner integral. Thus, the new integral becomes:



              $$int_0^{frac pi 2}int_0^x yfrac{sin x}{x}dydx$$



              Now, we can take $frac{sin x}{x}$ out of the inner integral since it has nothing to do with $y$, so we get:



              $$int_0^{frac pi 2}frac{sin x}{x}int_0^x ydydx$$



              $int_0^x ydy=frac{x^2}{2}$, so when we substitute back in and multiply it with $frac{sin x}{x}$, we get:



              $$int_0^{frac pi 2}frac{xsin x}{2}dx$$



              I will leave the final integration by parts for you to do.






              share|cite|improve this answer


























                2












                2








                2






                I think you messed up the change of order. In the first integral, we have $0leq y leq frac pi 2$. Then, in the second integral, we have $y leq x leq fracpi 2$. In total, this gives us:



                $$0 leq y leq x leq frac pi 2$$



                Now, if we want to switch the order, we need to remember abide by this. First, $0leq xleq fracpi 2$, which determines the limits of the new outer integral. Then, we have $0leq y leq x$, which determines the limits of the new inner integral. Thus, the new integral becomes:



                $$int_0^{frac pi 2}int_0^x yfrac{sin x}{x}dydx$$



                Now, we can take $frac{sin x}{x}$ out of the inner integral since it has nothing to do with $y$, so we get:



                $$int_0^{frac pi 2}frac{sin x}{x}int_0^x ydydx$$



                $int_0^x ydy=frac{x^2}{2}$, so when we substitute back in and multiply it with $frac{sin x}{x}$, we get:



                $$int_0^{frac pi 2}frac{xsin x}{2}dx$$



                I will leave the final integration by parts for you to do.






                share|cite|improve this answer














                I think you messed up the change of order. In the first integral, we have $0leq y leq frac pi 2$. Then, in the second integral, we have $y leq x leq fracpi 2$. In total, this gives us:



                $$0 leq y leq x leq frac pi 2$$



                Now, if we want to switch the order, we need to remember abide by this. First, $0leq xleq fracpi 2$, which determines the limits of the new outer integral. Then, we have $0leq y leq x$, which determines the limits of the new inner integral. Thus, the new integral becomes:



                $$int_0^{frac pi 2}int_0^x yfrac{sin x}{x}dydx$$



                Now, we can take $frac{sin x}{x}$ out of the inner integral since it has nothing to do with $y$, so we get:



                $$int_0^{frac pi 2}frac{sin x}{x}int_0^x ydydx$$



                $int_0^x ydy=frac{x^2}{2}$, so when we substitute back in and multiply it with $frac{sin x}{x}$, we get:



                $$int_0^{frac pi 2}frac{xsin x}{2}dx$$



                I will leave the final integration by parts for you to do.







                share|cite|improve this answer














                share|cite|improve this answer



                share|cite|improve this answer








                edited Dec 29 '18 at 14:51

























                answered Dec 29 '18 at 1:12









                Noble MushtakNoble Mushtak

                15.2k1735




                15.2k1735






























                    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%2f3055436%2fuse-fubinis-theorem-to-calculate-the-integral-int-0-pi-2-int-y-pi-2%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

                    Human spaceflight

                    Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?

                    File:DeusFollowingSea.jpg