Graphical Application of Horner's Method

Initializing live version
Download to Desktop

Requires a Wolfram Notebook System

Interact on desktop, mobile and cloud with the free Wolfram Player or other Wolfram Language products.

This Demonstration shows Horner's method for calculating the value of a polynomial at a given value of .

[more]

Horner's method reduces the number of multiplications and results in greater numerical stability by potentially avoiding the subtraction of large numbers. It is based on successive factorization to eliminate powers of greater than 1.

Suppose ; then the method rewrites .

To compute , you calculate the numbers , , …, , , :

,

,

…,

,

.

Then .

Factor out from to get .

You can select the degree of the polynomial ; the value ; and the number of steps in which is replaced by . The table shows the new coefficients after each step.

To carry out Horner's method graphically, put the points , , … , on the axis, where .

The ordinates of the blue points are calculated by a formula given for the second point from the top:

.

Suppose that the ordinates of the blue points are , ..., ; then the green points have ordinates ,..., , .

The following equalities hold:

,

,

…,

,

…,

,

.

Finally, using induction, .

[less]

Contributed by: Izidor Hafner (August 2017)
Open content licensed under CC BY-NC-SA


Snapshots


Details

Reference

[1] D. Kurepa, Higher Algebra, Book 1 (in Croatian), Zagreb: Skolska knjiga, 1965 pp. 1070–1071.



Feedback (field required)
Email (field required) Name
Occupation Organization
Note: Your message & contact information may be shared with the author of any specific Demonstration for which you give feedback.
Send