Example 1.   Form the Newton polynomials of degree  n = 1,2, 3, 4, and 5  for the function  [Graphics:Images/NewtonPolyMod_gr_109.gif]  over the interval  [Graphics:Images/NewtonPolyMod_gr_110.gif]  using equally spaced nodes selected from the following list  
[Graphics:Images/NewtonPolyMod_gr_111.gif]  
Solution 1 (g).

Comparison with the Lagrange polynomial.

    When we constructed the Lagrange polynomial of degree n = 5 through the six equally spaced nodes we obtained  

        [Graphics:../Images/NewtonPolyMod_gr_220.gif]

which involves 30 multiplications and  possibly 35 additions or subtractions (for this example 30 because the first node was 0).

 

     The Newton polynomial is
  
        [Graphics:../Images/NewtonPolyMod_gr_221.gif]

and it involves 15 multiplications and possibly 20 additions or subtractions (for this example 15 because the first node was 0).

 

     The Newton polynomial is
  
        [Graphics:../Images/NewtonPolyMod_gr_222.gif]

and it involves 15 multiplications and possibly 20 additions or subtractions (for this example 15 because the first node was 0).

 

    The nested Newton polynomial obtained with Mathematica's InterpolatingPolynomial procedure is

        [Graphics:../Images/NewtonPolyMod_gr_223.gif]

and it involves 5 multiplications and possibly 10 additions or subtractions ( for this example 9 because the first node was 0).

In general the nth degree Lagrange polynomial requires  [Graphics:../Images/NewtonPolyMod_gr_224.gif]  multiplications and  [Graphics:../Images/NewtonPolyMod_gr_225.gif] additions and subtractions.

The nth degree Newton polynomial requires  [Graphics:../Images/NewtonPolyMod_gr_226.gif]  multiplications and  [Graphics:../Images/NewtonPolyMod_gr_227.gif] additions and subtractions.

And the nth degree Mathematica InterpolatingPolynomial requires [Graphics:../Images/NewtonPolyMod_gr_228.gif] multiplications and  [Graphics:../Images/NewtonPolyMod_gr_229.gif] additions and subtractions.

 

Observation.  Consider the Newton polynomial  [Graphics:../Images/NewtonPolyMod_gr_230.gif]  and Lagrange polynomial of degree 5 that use six equally spaced nodes in the interval  [0,1].  Are they the same ?  The answer is "yes"  even though there were two "routes" for constructing the polynomial.  It is a fact that the polynomial of degree n that passes through n+1 points is "unique."  

 

Return to the Newton Polynomial Module

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

(c) John H. Mathews 2004