Let the three points be (x1,y1),(x2,y2),(x3,y3) . Since x1,x2,x3 are all distinct, we want to show that there exists a unique set of constants a0,a1,a2 such that the quadratic curve y=a0+a1x+a2x2 passes through these three points. This means we have the following system of equations:
The matrix A is a Vandermonde matrix. The determinant of A is given by
det(A)=(x2−x1)(x3−x1)(x3−x2)
Since x1,x2,x3 are all distinct, det(A)=0 . Thus, the matrix A is invertible, and there is a unique solution for x=A−1b . This means there is a unique set of constants a0,a1,a2 such that the quadratic curve y=a0+a1x+a2x2 passes through the three points (x1,y1),(x2,y2),(x3,y3) .