Estimate approximation error of a function The Next CEO of Stack OverflowWhat is the...

Why did the Drakh emissary look so blurred in S04:E11 "Lines of Communication"?

How can a day be of 24 hours?

How exploitable/balanced is this homebrew spell: Spell Permanency?

Find the majority element, which appears more than half the time

Planeswalker Ability and Death Timing

Is it OK to decorate a log book cover?

Calculate the Mean mean of two numbers

Traveling with my 5 year old daughter (as the father) without the mother from Germany to Mexico

What is the difference between 'contrib' and 'non-free' packages repositories?

Is a distribution that is normal, but highly skewed, considered Gaussian?

Can I cast Thunderwave and be at the center of its bottom face, but not be affected by it?

How seriously should I take size and weight limits of hand luggage?

Why did early computer designers eschew integers?

How to find if SQL server backup is encrypted with TDE without restoring the backup

Does int main() need a declaration on C++?

Cannot restore registry to default in Windows 10?

A hang glider, sudden unexpected lift to 25,000 feet altitude, what could do this?

Physiological effects of huge anime eyes

Avoiding the "not like other girls" trope?

What day is it again?

How can I replace x-axis labels with pre-determined symbols?

How to show a landlord what we have in savings?

Mathematica command that allows it to read my intentions

Could you use a laser beam as a modulated carrier wave for radio signal?



Estimate approximation error of a function



The Next CEO of Stack OverflowWhat is the motivation for this theorem on Polynomial Interpolation Error?Why does the interpolation error go to zero if we increase the number of sampling points?Cubic polynomial interpolationError formula when using a polynomial interpolationError of Lagrange Interpolating polynomial is zero for polynomials of low degree$g$ ($h$) interpolates $f$ at $x_0,ldots x_{n-1}$ ($x_{1},ldots,x_n$), then $g(x)+frac{x_0-x}{x_n-x_0}[g(x)-h(x)]$ interpolates $f$Upper bounding polynomial interpolation errorHow does one find a polynomial approximation of a non-analytic function?Minimize interpolation error for sin$(x)$ on $[0,pi]$Error estimate in the approximation of Incomplete Beta Function












0












$begingroup$


It is supposed to approximate a function $f$ on the interval $[a, b]$ by a function $p$ that fits piecewise a polynom of degree $n$.



I've noted the following steps:




  1. Decompose $[a, b]$ into $N$ subintervals $[t_j, t_{j+1}], j = 0,.. , N - 1$, the length $h = frac{b-a}{N}$ with $t_j = a + jh$.


  2. In each subinterval $[t_j, t_{j + 1}]$ select the interpolation points $x_{i, j}: = t_j + frac{1}{n}ih, i = 0,... , n$ and approximate $f$ to $[t_j, t_{j + 1}]$ by using the polynom that interpolates in the points $x_{i, j}, i = 0,..., n$.



    That's how we get one Function $p$, which is a polynomial of degree $n$ on every subinterval.




Now I have to show that $||f-p||_{infty, [a,b]} leq frac{1}{(n+1)!}h^{n+1}||f^{(n+1)}||_{infty, [a,b]}$



I found a formula that says: $||f-p||_{infty, [a,b]} leq frac{1}{(n+1)!}* ||w_{n+1}||_{infty, [a,b]}*||f^{(n+1)}||_{infty, [a,b]}$ where $w_{n+1}$ is defined as $(x-x_0)...(x-x_n)$



So how can I prove that $h^{n+1} = (frac{b-a}{N})^{n+1} $ is bigger or equals $w_{n+1} = (x-x_0)...(x-x_n)$. Because in this case I can just use this formula to prove the given relation?










share|cite|improve this question











$endgroup$

















    0












    $begingroup$


    It is supposed to approximate a function $f$ on the interval $[a, b]$ by a function $p$ that fits piecewise a polynom of degree $n$.



    I've noted the following steps:




    1. Decompose $[a, b]$ into $N$ subintervals $[t_j, t_{j+1}], j = 0,.. , N - 1$, the length $h = frac{b-a}{N}$ with $t_j = a + jh$.


    2. In each subinterval $[t_j, t_{j + 1}]$ select the interpolation points $x_{i, j}: = t_j + frac{1}{n}ih, i = 0,... , n$ and approximate $f$ to $[t_j, t_{j + 1}]$ by using the polynom that interpolates in the points $x_{i, j}, i = 0,..., n$.



      That's how we get one Function $p$, which is a polynomial of degree $n$ on every subinterval.




    Now I have to show that $||f-p||_{infty, [a,b]} leq frac{1}{(n+1)!}h^{n+1}||f^{(n+1)}||_{infty, [a,b]}$



    I found a formula that says: $||f-p||_{infty, [a,b]} leq frac{1}{(n+1)!}* ||w_{n+1}||_{infty, [a,b]}*||f^{(n+1)}||_{infty, [a,b]}$ where $w_{n+1}$ is defined as $(x-x_0)...(x-x_n)$



    So how can I prove that $h^{n+1} = (frac{b-a}{N})^{n+1} $ is bigger or equals $w_{n+1} = (x-x_0)...(x-x_n)$. Because in this case I can just use this formula to prove the given relation?










    share|cite|improve this question











    $endgroup$















      0












      0








      0





      $begingroup$


      It is supposed to approximate a function $f$ on the interval $[a, b]$ by a function $p$ that fits piecewise a polynom of degree $n$.



      I've noted the following steps:




      1. Decompose $[a, b]$ into $N$ subintervals $[t_j, t_{j+1}], j = 0,.. , N - 1$, the length $h = frac{b-a}{N}$ with $t_j = a + jh$.


      2. In each subinterval $[t_j, t_{j + 1}]$ select the interpolation points $x_{i, j}: = t_j + frac{1}{n}ih, i = 0,... , n$ and approximate $f$ to $[t_j, t_{j + 1}]$ by using the polynom that interpolates in the points $x_{i, j}, i = 0,..., n$.



        That's how we get one Function $p$, which is a polynomial of degree $n$ on every subinterval.




      Now I have to show that $||f-p||_{infty, [a,b]} leq frac{1}{(n+1)!}h^{n+1}||f^{(n+1)}||_{infty, [a,b]}$



      I found a formula that says: $||f-p||_{infty, [a,b]} leq frac{1}{(n+1)!}* ||w_{n+1}||_{infty, [a,b]}*||f^{(n+1)}||_{infty, [a,b]}$ where $w_{n+1}$ is defined as $(x-x_0)...(x-x_n)$



      So how can I prove that $h^{n+1} = (frac{b-a}{N})^{n+1} $ is bigger or equals $w_{n+1} = (x-x_0)...(x-x_n)$. Because in this case I can just use this formula to prove the given relation?










      share|cite|improve this question











      $endgroup$




      It is supposed to approximate a function $f$ on the interval $[a, b]$ by a function $p$ that fits piecewise a polynom of degree $n$.



      I've noted the following steps:




      1. Decompose $[a, b]$ into $N$ subintervals $[t_j, t_{j+1}], j = 0,.. , N - 1$, the length $h = frac{b-a}{N}$ with $t_j = a + jh$.


      2. In each subinterval $[t_j, t_{j + 1}]$ select the interpolation points $x_{i, j}: = t_j + frac{1}{n}ih, i = 0,... , n$ and approximate $f$ to $[t_j, t_{j + 1}]$ by using the polynom that interpolates in the points $x_{i, j}, i = 0,..., n$.



        That's how we get one Function $p$, which is a polynomial of degree $n$ on every subinterval.




      Now I have to show that $||f-p||_{infty, [a,b]} leq frac{1}{(n+1)!}h^{n+1}||f^{(n+1)}||_{infty, [a,b]}$



      I found a formula that says: $||f-p||_{infty, [a,b]} leq frac{1}{(n+1)!}* ||w_{n+1}||_{infty, [a,b]}*||f^{(n+1)}||_{infty, [a,b]}$ where $w_{n+1}$ is defined as $(x-x_0)...(x-x_n)$



      So how can I prove that $h^{n+1} = (frac{b-a}{N})^{n+1} $ is bigger or equals $w_{n+1} = (x-x_0)...(x-x_n)$. Because in this case I can just use this formula to prove the given relation?







      functional-analysis polynomials approximation error-propagation






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Mar 18 at 20:43







      mrs fourier

















      asked Mar 18 at 1:07









      mrs fouriermrs fourier

      9011




      9011






















          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
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3152286%2festimate-approximation-error-of-a-function%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
















          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.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3152286%2festimate-approximation-error-of-a-function%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

          Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

          Fil:Tokke komm.svg

          Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?