Newton's Method finds Zeros of Functions

Newton's method helps you find “zeros” of a function – the points where the function's value becomes zero. For example, the polynomial

has only one zero, located at x=1. This is easy to see from the from the graph below or from the equation (plug in x=1; the first term becomes zero).

Newton's method gives yet another way to find the zeros of a function – one that is especially useful for computers and calculators.

Why Find Zeros?

In algebra class we spent a lot of time finding zeros of lines and polynomials and other functions. We sometimes call these zeros the “roots” of the function, implying that they somehow ground and characterize the function. Why do we care so much about finding zeros? What's special about the points where the function crosses the axis? Go ahead and think about that for a moment, then scroll down to see what we thought.


|

S

C

R

O

L

L

|

D

O

W

N

|

|

\/


Since so many other problems may be reduced to the simpler “find-the-zeros” problem, we'd like to have several good ways to do so.

prev: Index next: Newton's Method - Graphical Form