is lagrange error bound always true? The Next CEO of Stack OverflowQuestion regarding upper bound of fixed-point functionHermite Interpolation of $e^x$. Strange behaviour when increasing the number of derivatives at interpolating points.Runge function error second factorFind the error boundPolynomial Interpolation and Error BoundLagrange Interpolating Polynomials - Error BoundError Bound for Lagrange InterpolatingError bound of Lagrange interpolatingError Expectations for Composite Simpson's RuleLagrange error bound
Physiological effects of huge anime eyes
How did Beeri the Hittite come up with naming his daughter Yehudit?
Does higher Oxidation/ reduction potential translate to higher energy storage in battery?
Can I board the first leg of the flight without having final country's visa?
Small nick on power cord from an electric alarm clock, and copper wiring exposed but intact
Is there a difference between "Fahrstuhl" and "Aufzug"?
How do I fit a non linear curve?
What happened in Rome, when the western empire "fell"?
Can Sneak Attack be used when hitting with an improvised weapon?
Strange use of "whether ... than ..." in official text
A question about free fall, velocity, and the height of an object.
Why is information "lost" when it got into a black hole?
IC has pull-down resistors on SMBus lines?
Can you teleport closer to a creature you are Frightened of?
Do I need to write [sic] when including a quotation with a number less than 10 that isn't written out?
How to find image of a complex function with given constraints?
Man transported from Alternate World into ours by a Neutrino Detector
TikZ: How to fill area with a special pattern?
Aggressive Under-Indexing and no data for missing index
Would a grinding machine be a simple and workable propulsion system for an interplanetary spacecraft?
Is there a way to save my career from absolute disaster?
Redefining symbol midway through a document
Spaces in which all closed sets are regular closed
What would be the main consequences for a country leaving the WTO?
is lagrange error bound always true?
The Next CEO of Stack OverflowQuestion regarding upper bound of fixed-point functionHermite Interpolation of $e^x$. Strange behaviour when increasing the number of derivatives at interpolating points.Runge function error second factorFind the error boundPolynomial Interpolation and Error BoundLagrange Interpolating Polynomials - Error BoundError Bound for Lagrange InterpolatingError bound of Lagrange interpolatingError Expectations for Composite Simpson's RuleLagrange error bound
$begingroup$
I am asking this question because I am currently working with the function $f$ defined by $f(x) = 1/(1+x^2)$ and interpolating it at $n+1$ for the interval $[-2,2]$. I have found that it theoretically is less.
My finding are as follow:
beginarrayc
hline
textValue of $n$ & textMaximum error (approximation) & textMaximum error (Theoretical) \
hline
2 & 0.305573 & 0.299488 \
hline
4 & 0.1618 & 0.0950007 \
hline
8 & 0.0992211 & 0.0167722 \
hline
18& 0.0717574 & 0.000890209 \
hline
endarray
Could there be cases where Lagrange bound is not satisfied?
numerical-methods
$endgroup$
add a comment |
$begingroup$
I am asking this question because I am currently working with the function $f$ defined by $f(x) = 1/(1+x^2)$ and interpolating it at $n+1$ for the interval $[-2,2]$. I have found that it theoretically is less.
My finding are as follow:
beginarrayc
hline
textValue of $n$ & textMaximum error (approximation) & textMaximum error (Theoretical) \
hline
2 & 0.305573 & 0.299488 \
hline
4 & 0.1618 & 0.0950007 \
hline
8 & 0.0992211 & 0.0167722 \
hline
18& 0.0717574 & 0.000890209 \
hline
endarray
Could there be cases where Lagrange bound is not satisfied?
numerical-methods
$endgroup$
$begingroup$
Would we be teaching it if it were not true? (humor)
$endgroup$
– Brian
Mar 28 at 2:04
$begingroup$
You do not say you are approximating with Taylor polynomials and do not explicitly say the center of your expansion, but you should. Also, the tag "lagrange-multiplier" does not apply to your question. Finally, since I find the maximum of the true error for $n = 2$ is $16/5$ (occurring at $x = 2$) and the maximum of the Lagrange error is a little less than $50$ for $n = 2$ (occurring at $x = 2$), perhaps you should show your work for the true error and the error bound for at least one value of $n$.
$endgroup$
– Eric Towers
Mar 28 at 2:09
add a comment |
$begingroup$
I am asking this question because I am currently working with the function $f$ defined by $f(x) = 1/(1+x^2)$ and interpolating it at $n+1$ for the interval $[-2,2]$. I have found that it theoretically is less.
My finding are as follow:
beginarrayc
hline
textValue of $n$ & textMaximum error (approximation) & textMaximum error (Theoretical) \
hline
2 & 0.305573 & 0.299488 \
hline
4 & 0.1618 & 0.0950007 \
hline
8 & 0.0992211 & 0.0167722 \
hline
18& 0.0717574 & 0.000890209 \
hline
endarray
Could there be cases where Lagrange bound is not satisfied?
numerical-methods
$endgroup$
I am asking this question because I am currently working with the function $f$ defined by $f(x) = 1/(1+x^2)$ and interpolating it at $n+1$ for the interval $[-2,2]$. I have found that it theoretically is less.
My finding are as follow:
beginarrayc
hline
textValue of $n$ & textMaximum error (approximation) & textMaximum error (Theoretical) \
hline
2 & 0.305573 & 0.299488 \
hline
4 & 0.1618 & 0.0950007 \
hline
8 & 0.0992211 & 0.0167722 \
hline
18& 0.0717574 & 0.000890209 \
hline
endarray
Could there be cases where Lagrange bound is not satisfied?
numerical-methods
numerical-methods
edited Mar 28 at 2:32
Brian
1,220116
1,220116
asked Mar 28 at 1:53
KbiirKbiir
556
556
$begingroup$
Would we be teaching it if it were not true? (humor)
$endgroup$
– Brian
Mar 28 at 2:04
$begingroup$
You do not say you are approximating with Taylor polynomials and do not explicitly say the center of your expansion, but you should. Also, the tag "lagrange-multiplier" does not apply to your question. Finally, since I find the maximum of the true error for $n = 2$ is $16/5$ (occurring at $x = 2$) and the maximum of the Lagrange error is a little less than $50$ for $n = 2$ (occurring at $x = 2$), perhaps you should show your work for the true error and the error bound for at least one value of $n$.
$endgroup$
– Eric Towers
Mar 28 at 2:09
add a comment |
$begingroup$
Would we be teaching it if it were not true? (humor)
$endgroup$
– Brian
Mar 28 at 2:04
$begingroup$
You do not say you are approximating with Taylor polynomials and do not explicitly say the center of your expansion, but you should. Also, the tag "lagrange-multiplier" does not apply to your question. Finally, since I find the maximum of the true error for $n = 2$ is $16/5$ (occurring at $x = 2$) and the maximum of the Lagrange error is a little less than $50$ for $n = 2$ (occurring at $x = 2$), perhaps you should show your work for the true error and the error bound for at least one value of $n$.
$endgroup$
– Eric Towers
Mar 28 at 2:09
$begingroup$
Would we be teaching it if it were not true? (humor)
$endgroup$
– Brian
Mar 28 at 2:04
$begingroup$
Would we be teaching it if it were not true? (humor)
$endgroup$
– Brian
Mar 28 at 2:04
$begingroup$
You do not say you are approximating with Taylor polynomials and do not explicitly say the center of your expansion, but you should. Also, the tag "lagrange-multiplier" does not apply to your question. Finally, since I find the maximum of the true error for $n = 2$ is $16/5$ (occurring at $x = 2$) and the maximum of the Lagrange error is a little less than $50$ for $n = 2$ (occurring at $x = 2$), perhaps you should show your work for the true error and the error bound for at least one value of $n$.
$endgroup$
– Eric Towers
Mar 28 at 2:09
$begingroup$
You do not say you are approximating with Taylor polynomials and do not explicitly say the center of your expansion, but you should. Also, the tag "lagrange-multiplier" does not apply to your question. Finally, since I find the maximum of the true error for $n = 2$ is $16/5$ (occurring at $x = 2$) and the maximum of the Lagrange error is a little less than $50$ for $n = 2$ (occurring at $x = 2$), perhaps you should show your work for the true error and the error bound for at least one value of $n$.
$endgroup$
– Eric Towers
Mar 28 at 2:09
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
It is important to mention the exact location of the interpolation nodes. The interpolation error using nodes $x_0, cdots, x_n in [-2,2]$ is given by
$$
e_n(x) = dfracf^(n+1)(xi)(n+1)!prod_i=0^n(x-x_i),
$$
So the error can be bounded by
$$
frac(n+1)!.
$$
Depending on the location of the nodes, the term $ | prod_i=0^n(x-x_i)|_infty$ can behave very differently (you should look into Runge's example and the use of Chebyshev nodes).
$endgroup$
add a comment |
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%2f3165379%2fis-lagrange-error-bound-always-true%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
$begingroup$
It is important to mention the exact location of the interpolation nodes. The interpolation error using nodes $x_0, cdots, x_n in [-2,2]$ is given by
$$
e_n(x) = dfracf^(n+1)(xi)(n+1)!prod_i=0^n(x-x_i),
$$
So the error can be bounded by
$$
frac(n+1)!.
$$
Depending on the location of the nodes, the term $ | prod_i=0^n(x-x_i)|_infty$ can behave very differently (you should look into Runge's example and the use of Chebyshev nodes).
$endgroup$
add a comment |
$begingroup$
It is important to mention the exact location of the interpolation nodes. The interpolation error using nodes $x_0, cdots, x_n in [-2,2]$ is given by
$$
e_n(x) = dfracf^(n+1)(xi)(n+1)!prod_i=0^n(x-x_i),
$$
So the error can be bounded by
$$
frac(n+1)!.
$$
Depending on the location of the nodes, the term $ | prod_i=0^n(x-x_i)|_infty$ can behave very differently (you should look into Runge's example and the use of Chebyshev nodes).
$endgroup$
add a comment |
$begingroup$
It is important to mention the exact location of the interpolation nodes. The interpolation error using nodes $x_0, cdots, x_n in [-2,2]$ is given by
$$
e_n(x) = dfracf^(n+1)(xi)(n+1)!prod_i=0^n(x-x_i),
$$
So the error can be bounded by
$$
frac(n+1)!.
$$
Depending on the location of the nodes, the term $ | prod_i=0^n(x-x_i)|_infty$ can behave very differently (you should look into Runge's example and the use of Chebyshev nodes).
$endgroup$
It is important to mention the exact location of the interpolation nodes. The interpolation error using nodes $x_0, cdots, x_n in [-2,2]$ is given by
$$
e_n(x) = dfracf^(n+1)(xi)(n+1)!prod_i=0^n(x-x_i),
$$
So the error can be bounded by
$$
frac(n+1)!.
$$
Depending on the location of the nodes, the term $ | prod_i=0^n(x-x_i)|_infty$ can behave very differently (you should look into Runge's example and the use of Chebyshev nodes).
answered Mar 28 at 8:55
PierreCarrePierreCarre
1,695212
1,695212
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.
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%2f3165379%2fis-lagrange-error-bound-always-true%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
$begingroup$
Would we be teaching it if it were not true? (humor)
$endgroup$
– Brian
Mar 28 at 2:04
$begingroup$
You do not say you are approximating with Taylor polynomials and do not explicitly say the center of your expansion, but you should. Also, the tag "lagrange-multiplier" does not apply to your question. Finally, since I find the maximum of the true error for $n = 2$ is $16/5$ (occurring at $x = 2$) and the maximum of the Lagrange error is a little less than $50$ for $n = 2$ (occurring at $x = 2$), perhaps you should show your work for the true error and the error bound for at least one value of $n$.
$endgroup$
– Eric Towers
Mar 28 at 2:09