To solve the problem at hand, put
, f(x) =
x2 - 2 and observe that since f is continuous and f(1) < 0 < f(2) that
f(x) = 0 has a solution somewhere between 1 and 2. We find an equation
for the tangent line to y = f(x) at (2,2): y - 2 = 4(x-2). We do so
because we believe that for
the tangent line lies near the graph
of y = f(x).
We then find the x-intercept of the tangent line by solving 0-2 = 4(x-2)
for x, which yields x = 3/2, the same value as bisection. Now we repeat the
process replacing the point (2,2) with
. An
equation of the tangent line to y = f(x) at (3/2,1/4) is y - (1/4) =
3(x-(3/2)). The x-intercept of this line is
,while bisection gives x = 1.25. We may repeat this process as often as we
like, although after a short while, the values it yields will not appear any
different when represented as decimals and rounded to 8 places. In fact,
here is what is happening. Suppose we have arrived after N repetitions at a
value XN. We construct the tangent line at
. An equation for this tangent line is y - (XN2-2) =
2XN(x-XN). To find the x-intercept, set y=0 and solve -(XN2 -2) =
2(XN)(x-XN) for x to get
![]()

There was nothing special about solving x2 -2 = 0, x > 0 in this way except that every tangent line had a non-zero slope and all tangent lines were on the same side of the graph. If either of these conditions fail to exist, the method may fail by giving an equation where there is no x to solve for, or by not giving a sequence of approximations which get close to the true solution of the equation. Assuming that these problems do not plague us we can, by following the procedure above, get
![]()