This applet demonstrates the Newton method, which is a rapidly converging root finding routine.
The text fields on the bottom of the window are used to
enter the function f(x), a
range for x : x min ... x max, # of points
at which the function is to be displayed and an
initial guess for a root : x initial.
The first derivative required by the Newton method is computed
The Plot
f button graphs the function on the specified domain.
After viewing the graph, the user can type in the initial guess.
Alternatively, she or he can use the fact that clicking the right mouse button
anywhere on the graph area inserts the x coordinate of the point under the
mouse pointer in the x initial field.
The Start button
Start and Next will also draw the tangent
from the current
Finally, recall that the convergence of the Newton method is guaranteed only when the initial guess is "sufficiently" close to the actual root.