- #1
bremenfallturm
- 57
- 11
- TL;DR Summary
- I am looking to find a source that proves (or gives insight) that the error of an interpolating polynomial at a point ##x## can be approximated by the formula ##E \approx \left| p_{n+1}(x)-p_n(x)\right|## given ##n+2## datapoints.
Hello!
I took an introductory course in numerical analysis earlier this year. I feel like I did not get insight into all the material, especially the material about error approximation.
The lecture notes I saved from the course state that the (absolute) error of an interpolating polynomial over a set of datapoints can be approximated by fitting a polynomial of one degree higher. That's how I have always calculated the error - but I cannot find a source that provides a proof (or insight!) to this fact. I've looked through various sources online.
That is, what I'm looking for a proof of (or where I can find the proof):
I am (literally) in a cottage right now so I don't have access to pop by a library and browse through all the numerical analysis book, so thought I'd head online and ask where I can find the proof.
I took an introductory course in numerical analysis earlier this year. I feel like I did not get insight into all the material, especially the material about error approximation.
The lecture notes I saved from the course state that the (absolute) error of an interpolating polynomial over a set of datapoints can be approximated by fitting a polynomial of one degree higher. That's how I have always calculated the error - but I cannot find a source that provides a proof (or insight!) to this fact. I've looked through various sources online.
That is, what I'm looking for a proof of (or where I can find the proof):
The error of an interpolating polynomial at a point ##x## can be approximated by the formula ##E \approx \left| p_{n+1}(x)-p_n(x)\right|## (given ##n+2## datapoints)
I am (literally) in a cottage right now so I don't have access to pop by a library and browse through all the numerical analysis book, so thought I'd head online and ask where I can find the proof.