Exercise 4.2.1

This exercise will study the Lagrange interpolation formula. Suppose that F is a field and that b 0 , , b d , c 0 , , c d F , where b 0 , , b d are distinct and d 1 . Then consider the polynomial

g ( x ) = i = 0 d c i j i x b j b i b j F [ x ] .

(a)
Explain why deg ( g ) d , and give an example for F = and d = 2 where deg ( g ) < 2 .
(b)
Show that g ( b i ) = c i for i = 0 , , d .
(c)
Let h be a polynomial in F [ x ] with deg ( h ) d such that h ( b i ) = c i for i = 0 , , d . Prove that h = g .

Answers

Proof. Let p i ( x ) = j i x b j b i b j , 0 i d . Then g ( x ) = i = 0 d c i p i ( x ) .

(a)
p i is product of d linear polynomials, thus deg ( p i ) = d . Consequently deg ( g ) max ( deg ( p 0 ) , , deg ( p d ) ) = d : deg ( g ) d .

This inequality can be a strict inequality: We show such an example for d = 2 .

( b 0 , c 0 ) = ( 0 , 0 ) , ( b 1 , c 1 ) = ( 1 , 1 ) , ( b 2 , c 2 ) = ( 2 , 2 ) .

Then p 0 ( x ) = 1 2 ( x 1 ) ( x 2 ) , p 1 ( x ) = x ( x 2 ) , p 2 ( x ) = 1 2 x ( x 1 ) . So

g ( x ) = 0 . p 0 ( x ) + 1 . p 1 ( x ) + 2 . p 2 ( x ) = x ( x 2 ) + x ( x 1 ) = x .

Here deg ( g ) = 1 < d = 2 .

(b)
p i ( b i ) = 1 and p i ( b j ) = 0 if j i , so p i ( b j ) = δ i , j . g ( b j ) = i = 0 d c i δ i , j = c j , j = 0 , , d .

The graph of the polynomial g with degree at most d contains the d + 1 points ( b 0 , c 0 ) , , ( b d , c d ) .

(c)
Suppose that the polynomial h F [ x ] satisfies the same conditions as g :

h ( b i ) = c i , 0 i d , with deg ( h ) d .

Let p = g h . Then deg ( p ) max ( deg ( g ) , deg ( h ) ) d , and p ( b i ) = g ( b i ) h ( b i ) = c i c i = 0 , i = 0 , , d .

p is a polynomial with degree at most d and has d + 1 roots, hence p = 0 , so

g = h .

Conclusion: There exists one and only one polynomial g with degree at most d such that g ( b i ) = c i , i = 0 , , d (where b 0 , , b d are distinct, d 1 )

User profile picture
2022-07-19 00:00
Comments