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 is a field with at least elements. Suppose are distinct elements of . Suppose . Define the polynomial:

.

Then, is the only polynomial satisfying these two conditions:

  • The degree of is at most .
  • .

Facts used

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

Proof

Given: A field with at least elements. are distinct elements of . . Define:

.

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

  • The degree of is at most .
  • .

Proof:

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