5 questions to test your understanding
You have 5 distinct data points. What is the maximum degree of the Lagrange interpolating polynomial that passes through all of them?
What is the defining property of the Lagrange basis polynomial L_i(x)?
Given n+1 distinct data points, there exists exactly one polynomial of degree ≤ n that passes through all of them.
The Lagrange basis polynomial L_i(x) equals 1 at nearly every interpolation node x_j in the data set.
Why does the Lagrange form become computationally inconvenient when a new data point is added to an existing interpolation set?