Polynomial Interpolation
Vandermonde Matrix
For
is called the Vandermonde matrix
Determinant of the Vandermonde Matrix
Let
Let
If
If any of
Polynomial Data Points
Recall for a line, we had
Example Problem: Finding the Polynomial
Find a cubic polynomial
Let
This is a linear system, and we can write is as the matrix-vector product or an augmented matrix:
recall that these two are equivalent.
We have 3 options:
- Solve the system with Gaussian Elimination or Gauss-Jordan Elimination. The coefficient matrix will be our solution to
- Use the matrix inversion algorithm to calculate the inverse of the Vandermonde matrix, then left multiply the matrix to create the identity matrix on the left side, and the vector multiplied by the inverted matrix on the right.
- Use the relation between the determinant and matrix invertibility to calculate the matrix inversion, and do the same as above.
Solving the system gives
Example Problem: Word Problem
A car manufacturing company uses a wind tunnel to test the force due to air resistance experienced by the car windshield. The following data was collected:
| Air velocity (m/s) | |||
|---|---|---|---|
| Force on windshield (N) |
Construct a quadratic polynomial to model this data, and use it to predict the force due to air resistance from a wind speed of 40m/s.
Let
Now we can solve the system using the three methods specified above.
The result is:
Thus
When
Therefore, when the air velocity is