Convergence acceleration of successions with logarithms
$begingroup$
I have a numerical question regarding acceleration of a succession.
A preliminary: suppose that I have a succession $a_g$ that, for high $g$, asymptotically goes as
$$
a_g=s_0+frac{s_1}g+frac{s_2}{g^2}+...=sum_{k=0}^infty frac{s_k}{g^k}.
$$
I am interested in computing the coefficients $s_k$, but in particular I am interested in computing the leading coefficient $s_0$ (that would also be the limit of the succession as $gtoinfty$). A way to accelerate this convergence is given by the Richardson transform: by defining the succession
$$
a_g^{(N)}=sum_{n=0}^N(-1)^{n+N}frac{(g+n)^N}{n!(N-n)!}a_{g+n},
$$
it can be proven that $a_g^{(N)}$ goes to the same limit as $a_g$, but the succession is accelerated as the asymptotic behavior is
$$
a_g^{(N)}simeq s_0+sum_{k=N+1}^infty frac{d_k}{g^k}.
$$
This works nicely and gives very good numerical results in the examples I've used.
The problem is that I'm now working with more general successions, of the form
$$
b_g=sum_{t=0}^Tleft(sum_{k=0}^infty frac{s_{(k,t)}}{g^k}right)frac{1}{(log g)^t}
$$
$T$ is a finite integer, the logarithm powers are finite. The coefficients $s_{(k,t)}$ are arbitrary coefficients, in principle not related to one another. As an example, the succession for $T=2$ would be
$$
sum_{k=0}^inftyfrac{s_{(k,0)}}{g^k}+frac{1}{log g}sum_{k=0}^inftyfrac{s_{(k,1)}}{g^k}+frac{1}{(log g)^2}sum_{k=0}^inftyfrac{s_{(k,2)}}{g^k}.
$$
Now convergence is way slower: as an example, for $T=1$, terms with no $1/g$ powers attached ($k=0$) are
$$
s_{(0,0)}+frac{s_{(0,1)}}{log g}.
$$
If I want to compute $s_{(0,0)}$ by computing $b_g$ for high $g$, I get very slow convergence, as $(log g)^{-1}$ goes to zero very slowly. The standard Richardson transform does not really work here.
The question: is there a generalization of this Richardson transform to successions like the $b_g$ succession?
Thanks everybody!
P.s.: this is a crossposting from https://mathoverflow.net/questions/316816/convergence-acceleration-of-successions-with-logarithms
numerical-methods convergence-acceleration
$endgroup$
add a comment |
$begingroup$
I have a numerical question regarding acceleration of a succession.
A preliminary: suppose that I have a succession $a_g$ that, for high $g$, asymptotically goes as
$$
a_g=s_0+frac{s_1}g+frac{s_2}{g^2}+...=sum_{k=0}^infty frac{s_k}{g^k}.
$$
I am interested in computing the coefficients $s_k$, but in particular I am interested in computing the leading coefficient $s_0$ (that would also be the limit of the succession as $gtoinfty$). A way to accelerate this convergence is given by the Richardson transform: by defining the succession
$$
a_g^{(N)}=sum_{n=0}^N(-1)^{n+N}frac{(g+n)^N}{n!(N-n)!}a_{g+n},
$$
it can be proven that $a_g^{(N)}$ goes to the same limit as $a_g$, but the succession is accelerated as the asymptotic behavior is
$$
a_g^{(N)}simeq s_0+sum_{k=N+1}^infty frac{d_k}{g^k}.
$$
This works nicely and gives very good numerical results in the examples I've used.
The problem is that I'm now working with more general successions, of the form
$$
b_g=sum_{t=0}^Tleft(sum_{k=0}^infty frac{s_{(k,t)}}{g^k}right)frac{1}{(log g)^t}
$$
$T$ is a finite integer, the logarithm powers are finite. The coefficients $s_{(k,t)}$ are arbitrary coefficients, in principle not related to one another. As an example, the succession for $T=2$ would be
$$
sum_{k=0}^inftyfrac{s_{(k,0)}}{g^k}+frac{1}{log g}sum_{k=0}^inftyfrac{s_{(k,1)}}{g^k}+frac{1}{(log g)^2}sum_{k=0}^inftyfrac{s_{(k,2)}}{g^k}.
$$
Now convergence is way slower: as an example, for $T=1$, terms with no $1/g$ powers attached ($k=0$) are
$$
s_{(0,0)}+frac{s_{(0,1)}}{log g}.
$$
If I want to compute $s_{(0,0)}$ by computing $b_g$ for high $g$, I get very slow convergence, as $(log g)^{-1}$ goes to zero very slowly. The standard Richardson transform does not really work here.
The question: is there a generalization of this Richardson transform to successions like the $b_g$ succession?
Thanks everybody!
P.s.: this is a crossposting from https://mathoverflow.net/questions/316816/convergence-acceleration-of-successions-with-logarithms
numerical-methods convergence-acceleration
$endgroup$
add a comment |
$begingroup$
I have a numerical question regarding acceleration of a succession.
A preliminary: suppose that I have a succession $a_g$ that, for high $g$, asymptotically goes as
$$
a_g=s_0+frac{s_1}g+frac{s_2}{g^2}+...=sum_{k=0}^infty frac{s_k}{g^k}.
$$
I am interested in computing the coefficients $s_k$, but in particular I am interested in computing the leading coefficient $s_0$ (that would also be the limit of the succession as $gtoinfty$). A way to accelerate this convergence is given by the Richardson transform: by defining the succession
$$
a_g^{(N)}=sum_{n=0}^N(-1)^{n+N}frac{(g+n)^N}{n!(N-n)!}a_{g+n},
$$
it can be proven that $a_g^{(N)}$ goes to the same limit as $a_g$, but the succession is accelerated as the asymptotic behavior is
$$
a_g^{(N)}simeq s_0+sum_{k=N+1}^infty frac{d_k}{g^k}.
$$
This works nicely and gives very good numerical results in the examples I've used.
The problem is that I'm now working with more general successions, of the form
$$
b_g=sum_{t=0}^Tleft(sum_{k=0}^infty frac{s_{(k,t)}}{g^k}right)frac{1}{(log g)^t}
$$
$T$ is a finite integer, the logarithm powers are finite. The coefficients $s_{(k,t)}$ are arbitrary coefficients, in principle not related to one another. As an example, the succession for $T=2$ would be
$$
sum_{k=0}^inftyfrac{s_{(k,0)}}{g^k}+frac{1}{log g}sum_{k=0}^inftyfrac{s_{(k,1)}}{g^k}+frac{1}{(log g)^2}sum_{k=0}^inftyfrac{s_{(k,2)}}{g^k}.
$$
Now convergence is way slower: as an example, for $T=1$, terms with no $1/g$ powers attached ($k=0$) are
$$
s_{(0,0)}+frac{s_{(0,1)}}{log g}.
$$
If I want to compute $s_{(0,0)}$ by computing $b_g$ for high $g$, I get very slow convergence, as $(log g)^{-1}$ goes to zero very slowly. The standard Richardson transform does not really work here.
The question: is there a generalization of this Richardson transform to successions like the $b_g$ succession?
Thanks everybody!
P.s.: this is a crossposting from https://mathoverflow.net/questions/316816/convergence-acceleration-of-successions-with-logarithms
numerical-methods convergence-acceleration
$endgroup$
I have a numerical question regarding acceleration of a succession.
A preliminary: suppose that I have a succession $a_g$ that, for high $g$, asymptotically goes as
$$
a_g=s_0+frac{s_1}g+frac{s_2}{g^2}+...=sum_{k=0}^infty frac{s_k}{g^k}.
$$
I am interested in computing the coefficients $s_k$, but in particular I am interested in computing the leading coefficient $s_0$ (that would also be the limit of the succession as $gtoinfty$). A way to accelerate this convergence is given by the Richardson transform: by defining the succession
$$
a_g^{(N)}=sum_{n=0}^N(-1)^{n+N}frac{(g+n)^N}{n!(N-n)!}a_{g+n},
$$
it can be proven that $a_g^{(N)}$ goes to the same limit as $a_g$, but the succession is accelerated as the asymptotic behavior is
$$
a_g^{(N)}simeq s_0+sum_{k=N+1}^infty frac{d_k}{g^k}.
$$
This works nicely and gives very good numerical results in the examples I've used.
The problem is that I'm now working with more general successions, of the form
$$
b_g=sum_{t=0}^Tleft(sum_{k=0}^infty frac{s_{(k,t)}}{g^k}right)frac{1}{(log g)^t}
$$
$T$ is a finite integer, the logarithm powers are finite. The coefficients $s_{(k,t)}$ are arbitrary coefficients, in principle not related to one another. As an example, the succession for $T=2$ would be
$$
sum_{k=0}^inftyfrac{s_{(k,0)}}{g^k}+frac{1}{log g}sum_{k=0}^inftyfrac{s_{(k,1)}}{g^k}+frac{1}{(log g)^2}sum_{k=0}^inftyfrac{s_{(k,2)}}{g^k}.
$$
Now convergence is way slower: as an example, for $T=1$, terms with no $1/g$ powers attached ($k=0$) are
$$
s_{(0,0)}+frac{s_{(0,1)}}{log g}.
$$
If I want to compute $s_{(0,0)}$ by computing $b_g$ for high $g$, I get very slow convergence, as $(log g)^{-1}$ goes to zero very slowly. The standard Richardson transform does not really work here.
The question: is there a generalization of this Richardson transform to successions like the $b_g$ succession?
Thanks everybody!
P.s.: this is a crossposting from https://mathoverflow.net/questions/316816/convergence-acceleration-of-successions-with-logarithms
numerical-methods convergence-acceleration
numerical-methods convergence-acceleration
asked Dec 7 '18 at 11:48
Salvatore BaldinoSalvatore Baldino
210212
210212
add a comment |
add a comment |
0
active
oldest
votes
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
});
}
});
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%2f3029818%2fconvergence-acceleration-of-successions-with-logarithms%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
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%2f3029818%2fconvergence-acceleration-of-successions-with-logarithms%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