Questions: Lagrange Polynomial Interpolation

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You have 5 distinct data points. What is the maximum degree of the Lagrange interpolating polynomial that passes through all of them?

A5
B4
C3
DIt depends on whether the y-values are linearly independent
Question 2 Multiple Choice

What is the defining property of the Lagrange basis polynomial L_i(x)?

AL_i(x_i) = 0 for every interpolation node x_i
BL_i(x_j) = 1 for all nodes x_j in the data set
CL_i(x_j) = 0 for j ≠ i and L_i(x_i) = 1
DL_i(x) is the derivative of the interpolating polynomial at x_i
Question 3 True / False

Given n+1 distinct data points, there exists exactly one polynomial of degree ≤ n that passes through all of them.

TTrue
FFalse
Question 4 True / False

The Lagrange basis polynomial L_i(x) equals 1 at nearly every interpolation node x_j in the data set.

TTrue
FFalse
Question 5 Short Answer

Why does the Lagrange form become computationally inconvenient when a new data point is added to an existing interpolation set?

Think about your answer, then reveal below.