Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Lagrange Interpolation Theorem

ffImage
Last updated date: 25th Apr 2024
Total views: 423.6k
Views today: 9.23k
hightlight icon
highlight icon
highlight icon
share icon
copy icon

What is Lagrange Interpolation Theorem?

A polynomial is an algebraic expression that can have one or more terms. The meaning of “Poly” is “many” and “nominal” means “terms,” so, in other words, a polynomial is “many terms.” It can have constants, variables, and exponents. They all can be combined using mathematical operations like additions, subtraction, multiplication, and division except that a division by a variable is not allowed in a polynomial expression.


Example of a polynomial – 2xy2 + 4x – 6 –> This polynomial has 3 terms which are 2xy2, 4x, and 6


A polynomial can have one or more terms, but infinite numbers of terms are not allowed as well as the exponent can only be positive integers (0, 1, 2, …); hence 3xy-2 is not a polynomial.


Interpolation

Within a range of a discrete set of data points, interpolation is the method of finding new data points. It is a technique in which an estimate of a mathematical expression is found, taking any intermediate value for the independent variable. The main use of interpolation is to figure out what other data can exist outside of their collected data. Many professionals like photographers, scientists, mathematicians, or engineers use this method for their experiments. A common use is in the scaling of images when one interpolates the next position of a pixel based on the given positions of pixels in an image.


Lagrange Interpolation Theorem

This theorem is a means to construct a polynomial that goes through a desired set of points and takes certain values at arbitrary points. If a function f(x) is known at discrete points xi, i = 0, 1, 2,… then this theorem gives the approximation formula for nth degree polynomials to the function f(x). More so, it gives a constructive proof of the theorem below:


For a point p(2,4), how do we represent it as a polynomial?

P(x) = 3

P(1) = 3

Similarly for a sequence of points, (2,3), (4,5) how can we find a polynomial to represent it?

P(x) = (x-4)/(2-4) * 3 + (x-2)/(4-2) * 5

P(2) = 3 and P(4) = 5

Going by the above examples, the general form of Lagrange Interpolation theorem can be gives as:

P(x) = (x – x2) (x-x3)/(x1 – x2) (x1 – x3) * y1 + (x – x1) (x-x3)/(x2 – x1) (x2 – x3) * y2 + (x – x1) (x-x2)/(x3 – x1) (x3 – x2) * y3

Or P (x)= \[\sum_{i=1}^{3}\] \[P_{i}\](x) \[Y_{i}\]                    

The Theorem – For n real values which are distinct: x1, x2, x3, x4,..xn, and n real values (might not be distinct) y1, y2, y3, y4… yn, a unique polynomial exists with real coefficients which satisfies the formula:

P(xi) = yi, i ϵ (1, 2,3, …, n) so that deg(P) < n


Proof of Lagrange Theorem

Let us consider an nth degree polynomial which is given by the below expression:

F(x) = A0 (x-x1) (x-x2) (x-x3)….(x-xn) + A1 (x-x0) (x-x2) (x-x3)….(x-xn) + ……..+ An (x-x1) (x-x2) (x-x3)….(x-xn-1)

Now we substitute values of our observations i.e. xi and we obtain the values of Ai:

So we put x = x0 and we get A0 as below:

f(x0) = y0 = A0 (x0-x1) (x0-x2) (x0-x2)….(x0-xn), the other terms become 0

Hence A0 = y0/(x0-x1) (x0-x2) (x0-x3)….(x0-xn)

Similarly for x1 we would get 

f(x1) = y1 =  = A1 (x1-x0) (x1-x2) (x1-x3)….(x1-xn), the other terms become 0

Hence A1 = y1/(x1-x0) (x1-x2) (x1-x3)….(x1-xn)

In this way we can obtain all the values of As from A2, A3,… An

An = yn/(xn-x0) (xn-x2) (xn-x3)….(xn-xn-1)

Now if we substitute all the values of As in the main function, we get Lagrange’s interpolation theorem:

F(x) =  y0 * (x-x1) (x-x2) (x-x3)….(x-xn)/ (x0-x1) (x0-x2) (x0-x3)….(x0-xn) + y1 * (x-x0) (x-x2) (x-x3)….(x-xn)/ (x1-x0) (x1-x2) (x1-x3)….(x1-xn) + ……..+ yn (x-x1) (x-x2) (x-x3)….(x-xn-1)/ (xn-x0) (xn-x2) (xn-x3)….(xn-xn-1)

Note: Lagrange’s theorem applies to both equally and non-equally spaced points. This means that all the values of xs are not spaced equally.


Uses of Lagrange Interpolation Theorem – In science, a complicated function needs a lot of time and energy to be solved. This makes experiments difficult to run. In order to create a slightly less complex version of the original function, the interpolation method comes in use.


Conclusion 

The Lagrange theorem generalizes the well-established mathematical facts like a line is uniquely determined by 2 points, 3 points uniquely determine the graph of a quadratic polynomial, and so on. There is a caveat here i.e.; the points must have different x coordinates. The image enlargement technique uses principles of the Lagrange theorem in trying to describe the tendency of image data by using interpolation polynomials to estimate unknown data. This helps in image enlargement.


The theorem can be expressed in a mathematical formula as shown here: 

\[P (x) = \sum i = 1_{n}\sum i = 1_{n}P_{i}P_{i}(x)\]

Yi and it applies to all values of x, whether they are equally spaced or not.

FAQs on Lagrange Interpolation Theorem

1. When was the Lagrange formula first published?

The formula was first devised and published by Waring in 1779. It was discovered again by Euler in 1783 and Lagrange published in 1795. In the Wolfram Language, Lagrange interpolating polynomials have been implemented as InterpolatingPolynomialdata, var. Lagrange interpolating polynomials are generally used in the construction of Newton-Cotes formulas. There is a tradeoff between those that have a better fit and a smooth well-behaved fitting function while constructing interpolating polynomials. The more data points that are used in the interpolation, the higher the degree of the resulting polynomial, and hence the greater oscillation it will show between the data points. 

2. What is meant by interpolation and how is it different from extrapolation?

For a function f(x), if there are certain known values of the function then one can determine or estimate the function’s values at other data points. If we know that x0 <x1 <…. <xn and y0= f(x0), y1 = f(x1)….yn = f(xn) and also if the condition  x0 < x < xn is true then interpolation is the estimated value of f(x). The estimated value of f(x) when x < x0 or x > xn is called extrapolation. Interpolation is referred to as the process of evaluating a value between two points on a line or curve.

3. What is a polynomial, explain it with an example?

An expression consisting of one or more indeterminates or variables, constants, and non-negative integer exponents is a polynomial. The expressions are combined with mathematical operations like addition, subtraction, multiplication, and division. There cannot be any division by a variable, and exponents cannot be negative or fractions. An example of a polynomial is x2 + 6x – 8. Polynomials are actually types of expressions. We can consider polynomials as a dialect of mathematics. They are used in almost every field of mathematics to express numbers. They are considered very important in certain branches of mathematics, like Calculus.  

4. How can I get an explanation of the Lagrange Interpolation Theorem?

Students can get an explanation of Lagrange Interpolation Theorem for free from Vedantu which has been prepared by the mathematics experts who have a vast knowledge of mathematics and understand the question paper pattern of the board exam. Vedantu has explained the Lagrange Interpolation Theorem by featuring definition of polynomial, definition of Interpolation, Example of a polynomial, Proof of Lagrange Interpolation Theorem, Uses of Lagrange Interpolation Theorem, How to find Interpolation, Advantages and disadvantages of Lagrange Interpolation, Applications of Lagrange's interpolation formula, and FAQs.

5. Why should students do exam preparation for math with Vedantu?

Vedantu provides an ample range of study materials such as formulas, important questions, sample papers, previous years’ questions, revision notes, and much more to help students boost their math preparation level and get higher marks in math board exam as well as school exams. These study materials from Vedantu are accumulated by a panel of highly experienced mathematics experts at Vedantu taking into account question paper pattern and marking scheme. Our utmost precision in preparing these study materials will ultimately lead students to gain maximum marks in the math examination.