Newton's Method

An applet to look at Newton's method for finding the root of a function.

Sorry, the GeoGebra Applet could not be started. Please make sure that Java 1.4.2 (or later) is installed and active in your browser (Click here to install Java now)
Min X = Max X = Min Y = Max Y =
  f(x) = B1 =
Newton's method finds approximations of a root of a function by starting with an initial guess for the value of the root of the function.  You then find the next approximation by finding where the tangent line intersects the x=Axis.  By increasing the number of steps, this applet lets you visualize the first 8 approximations.  Note that B1 is draggable.

Questions to explore:
  1. The roots of the loaded example, 2*x*cos(x)-0.84 are nice in the sense that if B1 starts close to a root, Newtons;s method will find the nearest root.  Find the region around each root visible on the screen where the method converges to the obvious root.
  2. If B1 starts close to a critical point, Newton's method gets sent for a trip.  What is the biggest root you can find with this method with a starting point in the viewing window.
  3. In first example from the example list x^4-2*x^3-x^2-2*x+2, the first guess needs to be close enough for the answer to converge by B8.  Find the region where the in the window where the precess does not converge that quickly.  Do you think it would converge with more steps.  Justify your answer.
  4. In the second example x^-3*x^3+x^2+2*x-2 we have a region where Newton's method fails.  Describe the feature of the graph that causes the failure.
  5. Describe what happens in the second example if we start with B1-0.
  6. In the last example, cbrt(x), Newton's method fails to find a root.  Describe the behavior in this case.  Describe the feature of the graph that causes this failure.  Test your description on cbrt(x)+1.

Created by Mike May, S.J., with GeoGebra
GeoGebra is a GNUed software package for mathematics visualization.  The home for the applications is  http://www.geogebra.at.
Return to the GeoGebra Applet page.
Return to the Applets for courses below calculus page.
Return to the Calculus Applet page.

Last updated By Mike May, S.J., November 17, 2007.