Lagrange Interpolation:
This technique is rather useful for programming in digital computer. In this, a revised form of quadratic equation (known as the 2nd order Lagrange polynomial) is utilized. Here (x1, y1), (x2, y2) & (x3, y3) are the data points available to determine the three constants
That means y = f (x) = c1 (x - x2) (x - x3) + c2 (x - x1) (x - x3) + c3 (x - x1) (x - x2) By setting x = x1, x2 and x3, we get
The common form of the n - 1 degree Lagrangian polynomial is
Here the sign Π refers multiplication.