Need help with integration by substitution for $int_x^{x+1}left(sin t^2right)dt$












1












$begingroup$


I am doing exer 13 of baby Rudin Ch 6. I learned integration by substitution and by parts only recently, hence having trouble doing it.




Exercise: Define $$f(x)=int_x^{x+1}left(sin t^2right)dt .$$ Prove that $|f(x)|<frac{1}{x}$ if $x>0.$




Hint says to substitute $t^2=u$, which, I think means that substitute $t=sqrt u$ or $t=-sqrt u$. Which one should I substitute, and why?



Also, the solution I have says that $|f(x)|<frac1x$ is obvious for $0<xle 1$. I do not see how it is obvious, or why we have to consider this as separate case.










share|cite|improve this question









$endgroup$












  • $begingroup$
    HINT: en.wikipedia.org/wiki/Fresnel_integral
    $endgroup$
    – user150203
    Dec 26 '18 at 8:13
















1












$begingroup$


I am doing exer 13 of baby Rudin Ch 6. I learned integration by substitution and by parts only recently, hence having trouble doing it.




Exercise: Define $$f(x)=int_x^{x+1}left(sin t^2right)dt .$$ Prove that $|f(x)|<frac{1}{x}$ if $x>0.$




Hint says to substitute $t^2=u$, which, I think means that substitute $t=sqrt u$ or $t=-sqrt u$. Which one should I substitute, and why?



Also, the solution I have says that $|f(x)|<frac1x$ is obvious for $0<xle 1$. I do not see how it is obvious, or why we have to consider this as separate case.










share|cite|improve this question









$endgroup$












  • $begingroup$
    HINT: en.wikipedia.org/wiki/Fresnel_integral
    $endgroup$
    – user150203
    Dec 26 '18 at 8:13














1












1








1


1



$begingroup$


I am doing exer 13 of baby Rudin Ch 6. I learned integration by substitution and by parts only recently, hence having trouble doing it.




Exercise: Define $$f(x)=int_x^{x+1}left(sin t^2right)dt .$$ Prove that $|f(x)|<frac{1}{x}$ if $x>0.$




Hint says to substitute $t^2=u$, which, I think means that substitute $t=sqrt u$ or $t=-sqrt u$. Which one should I substitute, and why?



Also, the solution I have says that $|f(x)|<frac1x$ is obvious for $0<xle 1$. I do not see how it is obvious, or why we have to consider this as separate case.










share|cite|improve this question









$endgroup$




I am doing exer 13 of baby Rudin Ch 6. I learned integration by substitution and by parts only recently, hence having trouble doing it.




Exercise: Define $$f(x)=int_x^{x+1}left(sin t^2right)dt .$$ Prove that $|f(x)|<frac{1}{x}$ if $x>0.$




Hint says to substitute $t^2=u$, which, I think means that substitute $t=sqrt u$ or $t=-sqrt u$. Which one should I substitute, and why?



Also, the solution I have says that $|f(x)|<frac1x$ is obvious for $0<xle 1$. I do not see how it is obvious, or why we have to consider this as separate case.







real-analysis integration inequality






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Dec 26 '18 at 8:02









SilentSilent

2,90032152




2,90032152












  • $begingroup$
    HINT: en.wikipedia.org/wiki/Fresnel_integral
    $endgroup$
    – user150203
    Dec 26 '18 at 8:13


















  • $begingroup$
    HINT: en.wikipedia.org/wiki/Fresnel_integral
    $endgroup$
    – user150203
    Dec 26 '18 at 8:13
















$begingroup$
HINT: en.wikipedia.org/wiki/Fresnel_integral
$endgroup$
– user150203
Dec 26 '18 at 8:13




$begingroup$
HINT: en.wikipedia.org/wiki/Fresnel_integral
$endgroup$
– user150203
Dec 26 '18 at 8:13










2 Answers
2






active

oldest

votes


















3












$begingroup$

Since $vertsin t^2vertle 1$ you always have that $vert f(x)vertleint_x^{x+1}1,dt=1$. To get strict inequality, take any $t_0in (x,x+1)$ such that $vertsin t^2_0vert<1$. Then by continuity you can find that $vertsin t^2vert<1-varepsilon$ in a small interval $(t_0-delta,t_0+delta)$ contained in $(x,x+1)$. So now
begin{align}vert f(x)vert&leint_x^{x+1}vert sin t^2vert,dt
=int_{(t_0-delta,t_0+delta)}vert sin t^2vert,dt+int_{(x,x+1)setminus(t_0-delta,t_0+delta)}vert sin t^2vert,dt\&le (1-varepsilon)int_{(t_0-delta,t_0+delta)} 1,dt+int_{(x,x+1)setminus(t_0-delta,t_0+delta)}1,dt<1.
end{align}

So if $0<xle 1$ you have $1le frac1x$.
As for the change of variables, either one is admissible, but the one with the plus is simpler.






share|cite|improve this answer









$endgroup$





















    2












    $begingroup$


    Which one should I substitute, and why?




    Whichever is convenient. It'll work out either way; it just changes a few signs around in a way that makes no net difference.



    I wouldn't follow the hint myself; I'd go with an integration by parts instead - or, if I followed the hint, I'd probably follow up with an integration by parts. The key to this integral is that the rapid oscillation will lead to things mostly canceling out. We need to get a handle on that, either with something like an alternating series estimate or by converting it into an absolutely convergent form.




    ... that $|f(x)|<frac1x$ is obvious for $0<xle 1$. I do not see how it is obvious, or why we have to consider this as separate case.




    Just estimate that $sin$ by $1$:
    $$|f(x)|le int_x^{x+1} 1,dt = 1 le frac1x$$
    As for why we'd have to treat that case separately? The suggested substitution introduces a factor of $frac1{sqrt{u}}$ which blows up if $x$ is too small. Similarly, my integration by parts introduces a factor of $frac1t$. The inequalities we want to use to estimate $f$ elsewhere fail for small $x$, so we use a different method to estimate it there.






    share|cite|improve this answer









    $endgroup$













    • $begingroup$
      Thank you very much for this explanation.
      $endgroup$
      – Silent
      Dec 26 '18 at 9:16












    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%2f3052725%2fneed-help-with-integration-by-substitution-for-int-xx1-left-sin-t2-righ%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









    3












    $begingroup$

    Since $vertsin t^2vertle 1$ you always have that $vert f(x)vertleint_x^{x+1}1,dt=1$. To get strict inequality, take any $t_0in (x,x+1)$ such that $vertsin t^2_0vert<1$. Then by continuity you can find that $vertsin t^2vert<1-varepsilon$ in a small interval $(t_0-delta,t_0+delta)$ contained in $(x,x+1)$. So now
    begin{align}vert f(x)vert&leint_x^{x+1}vert sin t^2vert,dt
    =int_{(t_0-delta,t_0+delta)}vert sin t^2vert,dt+int_{(x,x+1)setminus(t_0-delta,t_0+delta)}vert sin t^2vert,dt\&le (1-varepsilon)int_{(t_0-delta,t_0+delta)} 1,dt+int_{(x,x+1)setminus(t_0-delta,t_0+delta)}1,dt<1.
    end{align}

    So if $0<xle 1$ you have $1le frac1x$.
    As for the change of variables, either one is admissible, but the one with the plus is simpler.






    share|cite|improve this answer









    $endgroup$


















      3












      $begingroup$

      Since $vertsin t^2vertle 1$ you always have that $vert f(x)vertleint_x^{x+1}1,dt=1$. To get strict inequality, take any $t_0in (x,x+1)$ such that $vertsin t^2_0vert<1$. Then by continuity you can find that $vertsin t^2vert<1-varepsilon$ in a small interval $(t_0-delta,t_0+delta)$ contained in $(x,x+1)$. So now
      begin{align}vert f(x)vert&leint_x^{x+1}vert sin t^2vert,dt
      =int_{(t_0-delta,t_0+delta)}vert sin t^2vert,dt+int_{(x,x+1)setminus(t_0-delta,t_0+delta)}vert sin t^2vert,dt\&le (1-varepsilon)int_{(t_0-delta,t_0+delta)} 1,dt+int_{(x,x+1)setminus(t_0-delta,t_0+delta)}1,dt<1.
      end{align}

      So if $0<xle 1$ you have $1le frac1x$.
      As for the change of variables, either one is admissible, but the one with the plus is simpler.






      share|cite|improve this answer









      $endgroup$
















        3












        3








        3





        $begingroup$

        Since $vertsin t^2vertle 1$ you always have that $vert f(x)vertleint_x^{x+1}1,dt=1$. To get strict inequality, take any $t_0in (x,x+1)$ such that $vertsin t^2_0vert<1$. Then by continuity you can find that $vertsin t^2vert<1-varepsilon$ in a small interval $(t_0-delta,t_0+delta)$ contained in $(x,x+1)$. So now
        begin{align}vert f(x)vert&leint_x^{x+1}vert sin t^2vert,dt
        =int_{(t_0-delta,t_0+delta)}vert sin t^2vert,dt+int_{(x,x+1)setminus(t_0-delta,t_0+delta)}vert sin t^2vert,dt\&le (1-varepsilon)int_{(t_0-delta,t_0+delta)} 1,dt+int_{(x,x+1)setminus(t_0-delta,t_0+delta)}1,dt<1.
        end{align}

        So if $0<xle 1$ you have $1le frac1x$.
        As for the change of variables, either one is admissible, but the one with the plus is simpler.






        share|cite|improve this answer









        $endgroup$



        Since $vertsin t^2vertle 1$ you always have that $vert f(x)vertleint_x^{x+1}1,dt=1$. To get strict inequality, take any $t_0in (x,x+1)$ such that $vertsin t^2_0vert<1$. Then by continuity you can find that $vertsin t^2vert<1-varepsilon$ in a small interval $(t_0-delta,t_0+delta)$ contained in $(x,x+1)$. So now
        begin{align}vert f(x)vert&leint_x^{x+1}vert sin t^2vert,dt
        =int_{(t_0-delta,t_0+delta)}vert sin t^2vert,dt+int_{(x,x+1)setminus(t_0-delta,t_0+delta)}vert sin t^2vert,dt\&le (1-varepsilon)int_{(t_0-delta,t_0+delta)} 1,dt+int_{(x,x+1)setminus(t_0-delta,t_0+delta)}1,dt<1.
        end{align}

        So if $0<xle 1$ you have $1le frac1x$.
        As for the change of variables, either one is admissible, but the one with the plus is simpler.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Dec 26 '18 at 8:18









        Gio67Gio67

        12.8k1627




        12.8k1627























            2












            $begingroup$


            Which one should I substitute, and why?




            Whichever is convenient. It'll work out either way; it just changes a few signs around in a way that makes no net difference.



            I wouldn't follow the hint myself; I'd go with an integration by parts instead - or, if I followed the hint, I'd probably follow up with an integration by parts. The key to this integral is that the rapid oscillation will lead to things mostly canceling out. We need to get a handle on that, either with something like an alternating series estimate or by converting it into an absolutely convergent form.




            ... that $|f(x)|<frac1x$ is obvious for $0<xle 1$. I do not see how it is obvious, or why we have to consider this as separate case.




            Just estimate that $sin$ by $1$:
            $$|f(x)|le int_x^{x+1} 1,dt = 1 le frac1x$$
            As for why we'd have to treat that case separately? The suggested substitution introduces a factor of $frac1{sqrt{u}}$ which blows up if $x$ is too small. Similarly, my integration by parts introduces a factor of $frac1t$. The inequalities we want to use to estimate $f$ elsewhere fail for small $x$, so we use a different method to estimate it there.






            share|cite|improve this answer









            $endgroup$













            • $begingroup$
              Thank you very much for this explanation.
              $endgroup$
              – Silent
              Dec 26 '18 at 9:16
















            2












            $begingroup$


            Which one should I substitute, and why?




            Whichever is convenient. It'll work out either way; it just changes a few signs around in a way that makes no net difference.



            I wouldn't follow the hint myself; I'd go with an integration by parts instead - or, if I followed the hint, I'd probably follow up with an integration by parts. The key to this integral is that the rapid oscillation will lead to things mostly canceling out. We need to get a handle on that, either with something like an alternating series estimate or by converting it into an absolutely convergent form.




            ... that $|f(x)|<frac1x$ is obvious for $0<xle 1$. I do not see how it is obvious, or why we have to consider this as separate case.




            Just estimate that $sin$ by $1$:
            $$|f(x)|le int_x^{x+1} 1,dt = 1 le frac1x$$
            As for why we'd have to treat that case separately? The suggested substitution introduces a factor of $frac1{sqrt{u}}$ which blows up if $x$ is too small. Similarly, my integration by parts introduces a factor of $frac1t$. The inequalities we want to use to estimate $f$ elsewhere fail for small $x$, so we use a different method to estimate it there.






            share|cite|improve this answer









            $endgroup$













            • $begingroup$
              Thank you very much for this explanation.
              $endgroup$
              – Silent
              Dec 26 '18 at 9:16














            2












            2








            2





            $begingroup$


            Which one should I substitute, and why?




            Whichever is convenient. It'll work out either way; it just changes a few signs around in a way that makes no net difference.



            I wouldn't follow the hint myself; I'd go with an integration by parts instead - or, if I followed the hint, I'd probably follow up with an integration by parts. The key to this integral is that the rapid oscillation will lead to things mostly canceling out. We need to get a handle on that, either with something like an alternating series estimate or by converting it into an absolutely convergent form.




            ... that $|f(x)|<frac1x$ is obvious for $0<xle 1$. I do not see how it is obvious, or why we have to consider this as separate case.




            Just estimate that $sin$ by $1$:
            $$|f(x)|le int_x^{x+1} 1,dt = 1 le frac1x$$
            As for why we'd have to treat that case separately? The suggested substitution introduces a factor of $frac1{sqrt{u}}$ which blows up if $x$ is too small. Similarly, my integration by parts introduces a factor of $frac1t$. The inequalities we want to use to estimate $f$ elsewhere fail for small $x$, so we use a different method to estimate it there.






            share|cite|improve this answer









            $endgroup$




            Which one should I substitute, and why?




            Whichever is convenient. It'll work out either way; it just changes a few signs around in a way that makes no net difference.



            I wouldn't follow the hint myself; I'd go with an integration by parts instead - or, if I followed the hint, I'd probably follow up with an integration by parts. The key to this integral is that the rapid oscillation will lead to things mostly canceling out. We need to get a handle on that, either with something like an alternating series estimate or by converting it into an absolutely convergent form.




            ... that $|f(x)|<frac1x$ is obvious for $0<xle 1$. I do not see how it is obvious, or why we have to consider this as separate case.




            Just estimate that $sin$ by $1$:
            $$|f(x)|le int_x^{x+1} 1,dt = 1 le frac1x$$
            As for why we'd have to treat that case separately? The suggested substitution introduces a factor of $frac1{sqrt{u}}$ which blows up if $x$ is too small. Similarly, my integration by parts introduces a factor of $frac1t$. The inequalities we want to use to estimate $f$ elsewhere fail for small $x$, so we use a different method to estimate it there.







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Dec 26 '18 at 8:18









            jmerryjmerry

            17k11633




            17k11633












            • $begingroup$
              Thank you very much for this explanation.
              $endgroup$
              – Silent
              Dec 26 '18 at 9:16


















            • $begingroup$
              Thank you very much for this explanation.
              $endgroup$
              – Silent
              Dec 26 '18 at 9:16
















            $begingroup$
            Thank you very much for this explanation.
            $endgroup$
            – Silent
            Dec 26 '18 at 9:16




            $begingroup$
            Thank you very much for this explanation.
            $endgroup$
            – Silent
            Dec 26 '18 at 9:16


















            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3052725%2fneed-help-with-integration-by-substitution-for-int-xx1-left-sin-t2-righ%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

            Le Mesnil-Réaume

            Ida-Boy-Ed-Garten

            web3.py web3.isConnected() returns false always