Exponential Approximation












1














I was recently reading a text book on random walk. In the proof of a local central limit theorem the book used the following step: $e^{-2k^2/(n+k)} = e^{-2k^2/n} space exp{frac{2k^3}{n^2} +O(frac{k^4}{n^3})}$. And similarly, there is: $(1-frac{k^2}{n^2})^{-1/2} = exp{O(frac{1}{n}+frac{k^4}{n^3})}$, and the latter case is deduced using the fact that $k^2/n^2 leq max{(1/n),(k^4/n^3)}$. I think the expanding of complex logarithm with power series is used in both cases, but I'm still quite confused how these equalities are deduced.

Could anyone help me with it?



The big O notation above is defined as follows:"write $f(n,x) = g(n,x) +O(h(n))$ to mean that there exists a constant c such that for all n $|f(n,x)-g(n,x)| leq c|h(n)|$, where c denotes a positive constant depending on the increment distribution"










share|cite|improve this question





























    1














    I was recently reading a text book on random walk. In the proof of a local central limit theorem the book used the following step: $e^{-2k^2/(n+k)} = e^{-2k^2/n} space exp{frac{2k^3}{n^2} +O(frac{k^4}{n^3})}$. And similarly, there is: $(1-frac{k^2}{n^2})^{-1/2} = exp{O(frac{1}{n}+frac{k^4}{n^3})}$, and the latter case is deduced using the fact that $k^2/n^2 leq max{(1/n),(k^4/n^3)}$. I think the expanding of complex logarithm with power series is used in both cases, but I'm still quite confused how these equalities are deduced.

    Could anyone help me with it?



    The big O notation above is defined as follows:"write $f(n,x) = g(n,x) +O(h(n))$ to mean that there exists a constant c such that for all n $|f(n,x)-g(n,x)| leq c|h(n)|$, where c denotes a positive constant depending on the increment distribution"










    share|cite|improve this question



























      1












      1








      1







      I was recently reading a text book on random walk. In the proof of a local central limit theorem the book used the following step: $e^{-2k^2/(n+k)} = e^{-2k^2/n} space exp{frac{2k^3}{n^2} +O(frac{k^4}{n^3})}$. And similarly, there is: $(1-frac{k^2}{n^2})^{-1/2} = exp{O(frac{1}{n}+frac{k^4}{n^3})}$, and the latter case is deduced using the fact that $k^2/n^2 leq max{(1/n),(k^4/n^3)}$. I think the expanding of complex logarithm with power series is used in both cases, but I'm still quite confused how these equalities are deduced.

      Could anyone help me with it?



      The big O notation above is defined as follows:"write $f(n,x) = g(n,x) +O(h(n))$ to mean that there exists a constant c such that for all n $|f(n,x)-g(n,x)| leq c|h(n)|$, where c denotes a positive constant depending on the increment distribution"










      share|cite|improve this question















      I was recently reading a text book on random walk. In the proof of a local central limit theorem the book used the following step: $e^{-2k^2/(n+k)} = e^{-2k^2/n} space exp{frac{2k^3}{n^2} +O(frac{k^4}{n^3})}$. And similarly, there is: $(1-frac{k^2}{n^2})^{-1/2} = exp{O(frac{1}{n}+frac{k^4}{n^3})}$, and the latter case is deduced using the fact that $k^2/n^2 leq max{(1/n),(k^4/n^3)}$. I think the expanding of complex logarithm with power series is used in both cases, but I'm still quite confused how these equalities are deduced.

      Could anyone help me with it?



      The big O notation above is defined as follows:"write $f(n,x) = g(n,x) +O(h(n))$ to mean that there exists a constant c such that for all n $|f(n,x)-g(n,x)| leq c|h(n)|$, where c denotes a positive constant depending on the increment distribution"







      complex-analysis logarithms power-series taylor-expansion random-walk






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Nov 24 at 1:47

























      asked Nov 24 at 1:40









      Homeomorphism

      83




      83






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Consider $$a_n=e^{-frac{2 k^2}{k+n}}implies log(a_n)=-frac{2 k^2}{k+n}$$ Now, if $n gg k$, use Taylor expansion
          $$log(a_n)=-frac{2 k^2}{n}+frac{2 k^3}{n^2}+Oleft(frac{1}{n^3}right)$$ Exponentiate to get
          $$a_n=e^{-frac{2 k^2}{n}}expleft(frac{2 k^3}{n^2}+Oleft(frac{1}{n^3}right) right)$$






          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%2f3011075%2fexponential-approximation%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









            0














            Consider $$a_n=e^{-frac{2 k^2}{k+n}}implies log(a_n)=-frac{2 k^2}{k+n}$$ Now, if $n gg k$, use Taylor expansion
            $$log(a_n)=-frac{2 k^2}{n}+frac{2 k^3}{n^2}+Oleft(frac{1}{n^3}right)$$ Exponentiate to get
            $$a_n=e^{-frac{2 k^2}{n}}expleft(frac{2 k^3}{n^2}+Oleft(frac{1}{n^3}right) right)$$






            share|cite|improve this answer


























              0














              Consider $$a_n=e^{-frac{2 k^2}{k+n}}implies log(a_n)=-frac{2 k^2}{k+n}$$ Now, if $n gg k$, use Taylor expansion
              $$log(a_n)=-frac{2 k^2}{n}+frac{2 k^3}{n^2}+Oleft(frac{1}{n^3}right)$$ Exponentiate to get
              $$a_n=e^{-frac{2 k^2}{n}}expleft(frac{2 k^3}{n^2}+Oleft(frac{1}{n^3}right) right)$$






              share|cite|improve this answer
























                0












                0








                0






                Consider $$a_n=e^{-frac{2 k^2}{k+n}}implies log(a_n)=-frac{2 k^2}{k+n}$$ Now, if $n gg k$, use Taylor expansion
                $$log(a_n)=-frac{2 k^2}{n}+frac{2 k^3}{n^2}+Oleft(frac{1}{n^3}right)$$ Exponentiate to get
                $$a_n=e^{-frac{2 k^2}{n}}expleft(frac{2 k^3}{n^2}+Oleft(frac{1}{n^3}right) right)$$






                share|cite|improve this answer












                Consider $$a_n=e^{-frac{2 k^2}{k+n}}implies log(a_n)=-frac{2 k^2}{k+n}$$ Now, if $n gg k$, use Taylor expansion
                $$log(a_n)=-frac{2 k^2}{n}+frac{2 k^3}{n^2}+Oleft(frac{1}{n^3}right)$$ Exponentiate to get
                $$a_n=e^{-frac{2 k^2}{n}}expleft(frac{2 k^3}{n^2}+Oleft(frac{1}{n^3}right) right)$$







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Nov 26 at 10:19









                Claude Leibovici

                118k1156132




                118k1156132






























                    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%2f3011075%2fexponential-approximation%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

                    Quarter-circle Tiles

                    build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

                    Mont Emei