Questions: Interpolation Error Analysis

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You are interpolating f(x) = 1/(1 + 25x²) on [−1, 1] using a degree-20 polynomial with 21 equally spaced nodes. You add 10 more equally spaced nodes to get a degree-30 polynomial. What most likely happens to the interpolation error near the endpoints?

AThe error decreases uniformly because more nodes always improve accuracy
BThe error near the endpoints increases dramatically due to the large values of |ω(x)| there for equally spaced nodes
CThe error stays roughly the same because both polynomials have the same function f
DThe error decreases near the endpoints but increases near the center
Question 2 Multiple Choice

In the interpolation error bound |E(x)| ≤ M/(n+1)! · |ω(x)|, which factor can a numerical analyst directly control by design choices?

AM = max|f^{(n+1)}|, by choosing a smoother function f
B|ω(x)| = |∏(x − xᵢ)|, by choosing where to place the interpolation nodes
CBoth M and |ω(x)| equally, since both depend on the polynomial degree
DNeither factor — both are determined entirely by the function f
Question 3 True / False

Replacing equally spaced nodes with Chebyshev nodes on [−1, 1] reduces the maximum value of |ω(x)| exponentially in n.

TTrue
FFalse
Question 4 True / False

Adding more interpolation nodes typically reduces the interpolation error for any function.

TTrue
FFalse
Question 5 Short Answer

The interpolation error bound |E(x)| ≤ M/(n+1)! · |ω(x)| separates into two factors. What distinct insight does each factor provide, and why does that separation matter practically?

Think about your answer, then reveal below.