Limit of function with Euler's Number in unfamiliar form












1














I calculated the derivative of $frac{x}{7}*e^{-2x^2}$ and got $frac{1}{7}e^{-2x^2}(1-4x^2)$ (I included it cause if I got that wrong calculating the rest is pointless)



I don't know how to find the limit of this function:
$$frac{1}{7}e^{-2x^2}(1-4x^2)$$ I tried splitting it into two but I still don't know how to handle this$$lim_{x to infty} frac{1}{7}e^{-2x^2}+lim_{x to infty} frac{1}{7}xe^{-2x^2}*(-4x) $$










share|cite|improve this question


















  • 2




    Exponential growth is more powerful than polynomial growth. $e^{-2x^2}$ goes to $0$ more powerfully than $(1-4x^2)$ goes to $-infty$. Their product goes to $0.$
    – Doug M
    1 hour ago


















1














I calculated the derivative of $frac{x}{7}*e^{-2x^2}$ and got $frac{1}{7}e^{-2x^2}(1-4x^2)$ (I included it cause if I got that wrong calculating the rest is pointless)



I don't know how to find the limit of this function:
$$frac{1}{7}e^{-2x^2}(1-4x^2)$$ I tried splitting it into two but I still don't know how to handle this$$lim_{x to infty} frac{1}{7}e^{-2x^2}+lim_{x to infty} frac{1}{7}xe^{-2x^2}*(-4x) $$










share|cite|improve this question


















  • 2




    Exponential growth is more powerful than polynomial growth. $e^{-2x^2}$ goes to $0$ more powerfully than $(1-4x^2)$ goes to $-infty$. Their product goes to $0.$
    – Doug M
    1 hour ago
















1












1








1







I calculated the derivative of $frac{x}{7}*e^{-2x^2}$ and got $frac{1}{7}e^{-2x^2}(1-4x^2)$ (I included it cause if I got that wrong calculating the rest is pointless)



I don't know how to find the limit of this function:
$$frac{1}{7}e^{-2x^2}(1-4x^2)$$ I tried splitting it into two but I still don't know how to handle this$$lim_{x to infty} frac{1}{7}e^{-2x^2}+lim_{x to infty} frac{1}{7}xe^{-2x^2}*(-4x) $$










share|cite|improve this question













I calculated the derivative of $frac{x}{7}*e^{-2x^2}$ and got $frac{1}{7}e^{-2x^2}(1-4x^2)$ (I included it cause if I got that wrong calculating the rest is pointless)



I don't know how to find the limit of this function:
$$frac{1}{7}e^{-2x^2}(1-4x^2)$$ I tried splitting it into two but I still don't know how to handle this$$lim_{x to infty} frac{1}{7}e^{-2x^2}+lim_{x to infty} frac{1}{7}xe^{-2x^2}*(-4x) $$







limits exponential-function






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked 2 hours ago









B. Czostek

366




366








  • 2




    Exponential growth is more powerful than polynomial growth. $e^{-2x^2}$ goes to $0$ more powerfully than $(1-4x^2)$ goes to $-infty$. Their product goes to $0.$
    – Doug M
    1 hour ago
















  • 2




    Exponential growth is more powerful than polynomial growth. $e^{-2x^2}$ goes to $0$ more powerfully than $(1-4x^2)$ goes to $-infty$. Their product goes to $0.$
    – Doug M
    1 hour ago










2




2




Exponential growth is more powerful than polynomial growth. $e^{-2x^2}$ goes to $0$ more powerfully than $(1-4x^2)$ goes to $-infty$. Their product goes to $0.$
– Doug M
1 hour ago






Exponential growth is more powerful than polynomial growth. $e^{-2x^2}$ goes to $0$ more powerfully than $(1-4x^2)$ goes to $-infty$. Their product goes to $0.$
– Doug M
1 hour ago












4 Answers
4






active

oldest

votes


















3














Using L'Hôpital's rule , we get
begin{align}
lim_{xto infty}frac{1-4x^2}{7e^{2x^2}}&=lim_{xto infty}frac{-8x}{28cdot xe^{2x^2}}\
&=lim_{xto infty}frac{-8}{28e^{2x^2}}=0
end{align}
.






share|cite|improve this answer































    3














    Hint: Rewrite the expression as



    $$frac{1}{7}e^{-2x^2}left(1-4x^2right) = frac{1-4x^2}{7e^{2x^2}}$$



    Now, notice the growth of the numerator and denominator. Which grows more quickly?






    share|cite|improve this answer































      2














      You pretty much have the solution. The following limit: $$frac{1}{7}lim_{xto infty}frac{1}{e^{2x^2}}=0.$$



      I do not believe that was your problem. The last bit is what you were probably having trouble with. I would try u substitution. Let $u=x^2$ then we have the following:
      $$-frac{4}{7} lim_{utoinfty}frac{u}{e^{2u}}=0 $$by L'Hopitals Rule.






      share|cite|improve this answer





















      • Thank you I completely forgot the L'Hopitals Rule
        – B. Czostek
        1 hour ago



















      1














      Your derivative is correct.



      Then arrange it as:



      $$frac{1-4x^2}{7e^{2x^2}}$$



      Use that, due to exponentiation having a much greater effect than indices, $e^{2x^2}>>4x^2$ for sufficiently large $x$, to show this limit is very clearly $0$






      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%2f3060673%2flimit-of-function-with-eulers-number-in-unfamiliar-form%23new-answer', 'question_page');
        }
        );

        Post as a guest















        Required, but never shown

























        4 Answers
        4






        active

        oldest

        votes








        4 Answers
        4






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        3














        Using L'Hôpital's rule , we get
        begin{align}
        lim_{xto infty}frac{1-4x^2}{7e^{2x^2}}&=lim_{xto infty}frac{-8x}{28cdot xe^{2x^2}}\
        &=lim_{xto infty}frac{-8}{28e^{2x^2}}=0
        end{align}
        .






        share|cite|improve this answer




























          3














          Using L'Hôpital's rule , we get
          begin{align}
          lim_{xto infty}frac{1-4x^2}{7e^{2x^2}}&=lim_{xto infty}frac{-8x}{28cdot xe^{2x^2}}\
          &=lim_{xto infty}frac{-8}{28e^{2x^2}}=0
          end{align}
          .






          share|cite|improve this answer


























            3












            3








            3






            Using L'Hôpital's rule , we get
            begin{align}
            lim_{xto infty}frac{1-4x^2}{7e^{2x^2}}&=lim_{xto infty}frac{-8x}{28cdot xe^{2x^2}}\
            &=lim_{xto infty}frac{-8}{28e^{2x^2}}=0
            end{align}
            .






            share|cite|improve this answer














            Using L'Hôpital's rule , we get
            begin{align}
            lim_{xto infty}frac{1-4x^2}{7e^{2x^2}}&=lim_{xto infty}frac{-8x}{28cdot xe^{2x^2}}\
            &=lim_{xto infty}frac{-8}{28e^{2x^2}}=0
            end{align}
            .







            share|cite|improve this answer














            share|cite|improve this answer



            share|cite|improve this answer








            edited 2 hours ago

























            answered 2 hours ago









            Thomas Shelby

            1,617216




            1,617216























                3














                Hint: Rewrite the expression as



                $$frac{1}{7}e^{-2x^2}left(1-4x^2right) = frac{1-4x^2}{7e^{2x^2}}$$



                Now, notice the growth of the numerator and denominator. Which grows more quickly?






                share|cite|improve this answer




























                  3














                  Hint: Rewrite the expression as



                  $$frac{1}{7}e^{-2x^2}left(1-4x^2right) = frac{1-4x^2}{7e^{2x^2}}$$



                  Now, notice the growth of the numerator and denominator. Which grows more quickly?






                  share|cite|improve this answer


























                    3












                    3








                    3






                    Hint: Rewrite the expression as



                    $$frac{1}{7}e^{-2x^2}left(1-4x^2right) = frac{1-4x^2}{7e^{2x^2}}$$



                    Now, notice the growth of the numerator and denominator. Which grows more quickly?






                    share|cite|improve this answer














                    Hint: Rewrite the expression as



                    $$frac{1}{7}e^{-2x^2}left(1-4x^2right) = frac{1-4x^2}{7e^{2x^2}}$$



                    Now, notice the growth of the numerator and denominator. Which grows more quickly?







                    share|cite|improve this answer














                    share|cite|improve this answer



                    share|cite|improve this answer








                    edited 24 mins ago

























                    answered 1 hour ago









                    KM101

                    5,0791423




                    5,0791423























                        2














                        You pretty much have the solution. The following limit: $$frac{1}{7}lim_{xto infty}frac{1}{e^{2x^2}}=0.$$



                        I do not believe that was your problem. The last bit is what you were probably having trouble with. I would try u substitution. Let $u=x^2$ then we have the following:
                        $$-frac{4}{7} lim_{utoinfty}frac{u}{e^{2u}}=0 $$by L'Hopitals Rule.






                        share|cite|improve this answer





















                        • Thank you I completely forgot the L'Hopitals Rule
                          – B. Czostek
                          1 hour ago
















                        2














                        You pretty much have the solution. The following limit: $$frac{1}{7}lim_{xto infty}frac{1}{e^{2x^2}}=0.$$



                        I do not believe that was your problem. The last bit is what you were probably having trouble with. I would try u substitution. Let $u=x^2$ then we have the following:
                        $$-frac{4}{7} lim_{utoinfty}frac{u}{e^{2u}}=0 $$by L'Hopitals Rule.






                        share|cite|improve this answer





















                        • Thank you I completely forgot the L'Hopitals Rule
                          – B. Czostek
                          1 hour ago














                        2












                        2








                        2






                        You pretty much have the solution. The following limit: $$frac{1}{7}lim_{xto infty}frac{1}{e^{2x^2}}=0.$$



                        I do not believe that was your problem. The last bit is what you were probably having trouble with. I would try u substitution. Let $u=x^2$ then we have the following:
                        $$-frac{4}{7} lim_{utoinfty}frac{u}{e^{2u}}=0 $$by L'Hopitals Rule.






                        share|cite|improve this answer












                        You pretty much have the solution. The following limit: $$frac{1}{7}lim_{xto infty}frac{1}{e^{2x^2}}=0.$$



                        I do not believe that was your problem. The last bit is what you were probably having trouble with. I would try u substitution. Let $u=x^2$ then we have the following:
                        $$-frac{4}{7} lim_{utoinfty}frac{u}{e^{2u}}=0 $$by L'Hopitals Rule.







                        share|cite|improve this answer












                        share|cite|improve this answer



                        share|cite|improve this answer










                        answered 1 hour ago









                        Andrew

                        346115




                        346115












                        • Thank you I completely forgot the L'Hopitals Rule
                          – B. Czostek
                          1 hour ago


















                        • Thank you I completely forgot the L'Hopitals Rule
                          – B. Czostek
                          1 hour ago
















                        Thank you I completely forgot the L'Hopitals Rule
                        – B. Czostek
                        1 hour ago




                        Thank you I completely forgot the L'Hopitals Rule
                        – B. Czostek
                        1 hour ago











                        1














                        Your derivative is correct.



                        Then arrange it as:



                        $$frac{1-4x^2}{7e^{2x^2}}$$



                        Use that, due to exponentiation having a much greater effect than indices, $e^{2x^2}>>4x^2$ for sufficiently large $x$, to show this limit is very clearly $0$






                        share|cite|improve this answer


























                          1














                          Your derivative is correct.



                          Then arrange it as:



                          $$frac{1-4x^2}{7e^{2x^2}}$$



                          Use that, due to exponentiation having a much greater effect than indices, $e^{2x^2}>>4x^2$ for sufficiently large $x$, to show this limit is very clearly $0$






                          share|cite|improve this answer
























                            1












                            1








                            1






                            Your derivative is correct.



                            Then arrange it as:



                            $$frac{1-4x^2}{7e^{2x^2}}$$



                            Use that, due to exponentiation having a much greater effect than indices, $e^{2x^2}>>4x^2$ for sufficiently large $x$, to show this limit is very clearly $0$






                            share|cite|improve this answer












                            Your derivative is correct.



                            Then arrange it as:



                            $$frac{1-4x^2}{7e^{2x^2}}$$



                            Use that, due to exponentiation having a much greater effect than indices, $e^{2x^2}>>4x^2$ for sufficiently large $x$, to show this limit is very clearly $0$







                            share|cite|improve this answer












                            share|cite|improve this answer



                            share|cite|improve this answer










                            answered 52 mins ago









                            Rhys Hughes

                            4,8261427




                            4,8261427






























                                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%2f3060673%2flimit-of-function-with-eulers-number-in-unfamiliar-form%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

                                Understanding the information contained in the Deep Space Network XML data?

                                Ross-on-Wye

                                Eastern Orthodox Church