Questions: Runge's Phenomenon

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A student interpolates f(x) = 1/(1+25x²) on [−1, 1] with 15 equally spaced nodes and observes large oscillations near x = ±1. She adds 10 more equally spaced nodes hoping to fix the problem. What will most likely happen?

AThe oscillations near the endpoints will decrease as the polynomial better fits the smooth function
BThe oscillations near the endpoints will get worse — adding more equally spaced nodes increases the maximum of the node product near the endpoints
CThe oscillations will disappear because 25 nodes are always sufficient for any smooth function
DThe error will decrease uniformly across the whole interval
Question 2 Multiple Choice

What is the fundamental reason that Chebyshev nodes reduce interpolation error compared to equally spaced nodes?

AChebyshev nodes avoid placing points near the endpoints where the function may be undefined or have large values
BChebyshev nodes minimize the maximum value of the node product |ω_{n+1}(x)| over the interval by clustering nodes near the endpoints where the product would otherwise be largest
CChebyshev nodes are computed using a numerically stable algorithm that equally spaced nodes lack
DChebyshev nodes are optimal only for polynomials with no complex singularities
Question 3 True / False

Runge's phenomenon can occur even for functions that are infinitely differentiable and have no singularities on the real interval being interpolated.

TTrue
FFalse
Question 4 True / False

Increasing the degree of a polynomial interpolant by adding more equally spaced nodes is typically a reliable strategy for improving approximation accuracy over the entire interval.

TTrue
FFalse
Question 5 Short Answer

Why does the placement of interpolation nodes matter as much as their number, and how does the node product |ω_{n+1}(x)| explain why equally spaced nodes cause oscillations near the endpoints of the interval?

Think about your answer, then reveal below.