Defination of the lagrange interpolation method is that the number of points which are different can fit the polynomial curve. As we all know that the stright line can be fitted with two different points. So the defination is reasonable intuitively. Let us proof it.
Ploynomial curve Ln(x) can be presented as follow:
Ln(x)=a0+a1∗x+a2∗x2+a3∗x3+...+an∗xn
Taking into account the different points on the polynomial curve:
A is denoted the vandermonde determinant which has an important property,
det(A)=det(AT)=0≤i<j≤n∏n(xj−xi)
the det is not equal to zero beacuse that all valriables are different each other. As mentioned above, We can say that n+1 different points can determine an unique n order polynomial curve.
To be honisted, whatever you had many points about any curve, it it is believed that always contains the error between the ploynomial and the real part. And then we can define the error by,
Rn(x)=f(x)−Ln(x)(2)
where Ln(x) is the ploynomial curve , f(x) is the real part of the curve and Rn(x) is the remainder of the curve.It seems very reasonable to define the error function. And the formation of the error function is determined,