The straight line through (1, 2) and (3, 8) interpolates the data. What value does it give at x equal 2?
Answer: ______________
Three data points have distinct x values zero, one and two. What is the largest degree the interpolating polynomial can have?
Three data points have distinct x values 0, 1 and 2. What is the largest degree the interpolating polynomial can have?
Using more and more equally spaced points always makes the worst interpolation error smaller.
Circle one: True False
Which formula gives the linear interpolation error at distinct nodes x0 and x1?
For distinct nodes x0 and x1, which formula gives the linear interpolation error?
For the data points (0, 1) and (2, 9), what is the first divided difference of f over these nodes?
For the points (0, 1) and (2, 9), what is the first divided difference?
With nodes 0, 1 and 2, the first Lagrange basis piece is (x - 1)(x - 2) / 2. What is its value at x = 0.5?
Answer: ______________
Two different polynomials, each of degree at most 2, pass through the same three points with distinct x coordinates. Is that possible?
Circle one: True False