Lagrange interpolation formula

From Commalg
Revision as of 02:31, 6 February 2009 by Vipul (talk | contribs) (New page: ==Statement== Suppose <math>k</math> is a field with at least <math>n + 1</math> elements. Suppose <math>x_0, x_1, \dots, x_n</math> are ''distinct'' elements of <math>k</math>. Suppo...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Statement

Suppose k is a field with at least n+1 elements. Suppose x0,x1,,xn are distinct elements of k. Suppose (y0,y1,,yn)kn+1. Define the polynomial:

f(x)=i=0nyijixxixjxi.

Then, f is the only polynomial satisfying these two conditions:

  • The degree of f is at most n.
  • f(xr)=yr,0rn.

Facts used

  1. Degree of polynomial over a field bounds the number of roots

Proof

Given: A field k with at least n+1 elements. x0,x1,,xn are distinct elements of k. (y0,y1,,yn)kn+1. Define:

f(x)=i=0nyijixxjxixj.

To prove: f is the only polynomial satisfying these two conditions:

  • The degree of f is at most n.
  • f(xr)=yr,0rn.

Proof:

  1. The fact that the degree of f is at most n follows from the fact that f is a sum of polynomials, each of which is a product of n linear polynomials (multipled by some constant).
  2. The fact that f(xr)=yr follows by just substituting x=xi in the expression. Notice that for ir, the product is zero, since the factor for j=r is zero. Thus, the only product that survives is the one for i=r, and in this case, the expression simplifies to yi.
  3. The fact that it is the unique polynomial follows from the fact that if f1 is another polynomial of degree at most n with f1(xi)=yi, the polynomial ff1 has each xi as a root. Hence, ff1 is a polynomial of degree at most n with n+1 distinct roots. This is a contradiction to fact (1).