Exponential Approximation
up vote
1
down vote
favorite
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
add a comment |
up vote
1
down vote
favorite
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
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
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
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
complex-analysis logarithms power-series taylor-expansion random-walk
edited Nov 24 at 1:47
asked Nov 24 at 1:40
Homeomorphism
83
83
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
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)$$
add a comment |
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: 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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
up vote
0
down vote
accepted
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)$$
add a comment |
up vote
0
down vote
accepted
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)$$
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
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)$$
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)$$
answered Nov 26 at 10:19
Claude Leibovici
118k1156131
118k1156131
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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