As mentioned earlier, Newton’s method is a type of iterative process. We now look at an example of a different type of iterative process.
Consider a function [latex]F[/latex] and an initial number [latex]x_0[/latex]. Define the subsequent numbers [latex]x_n[/latex] by the formula [latex]x_n=F(x_{n-1})[/latex].
This process is an iterative process that creates a list of numbers [latex]x_0,x_1,x_2, \cdots ,x_n, \cdots[/latex]. This list of numbers may approach a finite number [latex]x^{*}[/latex] as [latex]n[/latex] gets larger, or it may not.
In the next example, we see an example of a function [latex]F[/latex] and an initial guess [latex]x_0[/latex] such that the resulting list of numbers approaches a finite value.
Let [latex]F(x)=\frac{1}{2}x+4[/latex] and let [latex]x_0=0[/latex]. For all [latex]n \ge 1[/latex], let [latex]x_n=F(x_{n-1})[/latex]. Find the values [latex]x_1,x_2,x_3,x_4,x_5[/latex]. Make a conjecture about what happens to this list of numbers [latex]x_1,x_2,x_3, \cdots,x_n, \cdots[/latex] as [latex]n\to \infty[/latex]. If the list of numbers [latex]x_1,x_2,x_3, \cdots[/latex] approaches a finite number [latex]x^*[/latex], then [latex]x^*[/latex] satisfies [latex]x^*=F(x^*)[/latex], and [latex]x^*[/latex] is called a fixed point of [latex]F[/latex].
From this list, we conjecture that the values [latex]x_n[/latex] approach 8.
Figure 6 provides a graphical argument that the values approach 8 as [latex]n\to \infty[/latex].
Figure 6. This iterative process approaches the value [latex]x^*=8[/latex].
Starting at the point [latex](x_0,x_0)[/latex], we draw a vertical line to the point [latex](x_0,F(x_0))[/latex]. The next number in our list is [latex]x_1=F(x_0)[/latex]. We use [latex]x_1[/latex] to calculate [latex]x_2[/latex]. Therefore, we draw a horizontal line connecting [latex](x_0,x_1)[/latex] to the point [latex](x_1,x_1)[/latex] on the line [latex]y=x[/latex], and then draw a vertical line connecting [latex](x_1,x_1)[/latex] to the point [latex](x_1,F(x_1))[/latex]. The output [latex]F(x_1)[/latex] becomes [latex]x_2[/latex].
Continuing in this way, we could create an infinite number of line segments. These line segments are trapped between the lines [latex]F(x)=\frac{x}{2}+4[/latex] and [latex]y=x[/latex]. The line segments get closer to the intersection point of these two lines, which occurs when [latex]x=F(x)[/latex].
Solving the equation [latex]x=\frac{x}{2}+4[/latex], we conclude they intersect at [latex]x=8[/latex]. Therefore, our graphical evidence agrees with our numerical evidence that the list of numbers [latex]x_0,x_1,x_2, \cdots[/latex] approaches [latex]x^*=8[/latex] as [latex]n\to \infty[/latex].
Watch the following video to see the worked solution to this example.
For closed captioning, open the video on its original page by clicking the Youtube logo in the lower right-hand corner of the video display. In YouTube, the video will begin at the same starting point as this clip, but will continue playing until the very end.
Consider the function [latex]F(x)=\frac{1}{3}x+6[/latex]. Let [latex]x_0=0[/latex] and let [latex]x_n=F(x_{n-1})[/latex] for [latex]n \ge 2[/latex]. Find [latex]x_1,x_2,x_3,x_4,x_5[/latex]. Make a conjecture about what happens to the list of numbers [latex]x_1,x_2,x_3, \cdots, x_n, \cdots[/latex] as [latex]n\to \infty[/latex].
Consider the point where the lines [latex]y=x[/latex] and [latex]y=F(x)[/latex] intersect.