6. Fixed Point Iteration
6. Fixed Point Iteration
A fixed point for a function is a number at which the value of the function does not
change when the function is applied.
Definition: The number p is a fixed point for a function g if g(p) = p.
Example: Determine any fixed points of
𝑔(𝑥) = 𝑥 2 − 2.
Solution: A fixed point p for g has property
𝑥 = 𝑔(𝑥) = 𝑥 2 − 2.
A fixed point for g occurs
when graph of y = g(x) intersects y = x.
So g has two fixed points,
p = −1 and p = 2 as
−1 = 𝑔(−1) and 2 = 𝑔(2).
Why we are finding fixed point here?
An important application of a fixed point is that if we write an equation 𝑓(𝑥) = 0
in the fixed-point form x = g(x) using simple algebraic manipulation, same x will
also be the solution of the equation 𝑓(𝑥) = 0 = 𝑥 − 𝑔(𝑥) . It means above
calculated fixed points are also the solutions of equation 𝑥 2 − 𝑥 − 2 = 0.
The following theorem gives sufficient conditions for the existence and uniqueness
of a fixed point.
Theorem: (i) If g ∈ C[a, b] and g(x) ∈ [a, b] for all x ∈ [a, b], then g has at least
one fixed point in [a, b].
(ii) If, in addition, 𝑔′ (𝑥) exists on (a, b) and a positive constant k < 1 exists with
|𝑔′ (𝑥)| ≤ k, for all x ∈ (a, b), then there is exactly one fixed point in [a, b].
1
4𝑥 2 = 10 − 𝑥 3 ⇒ (𝑏) 𝑥 = √10 − 𝑥 3
2
10
𝑥 2 (𝑥 + 4) = 10 ⇒ (𝑐) 𝑥 = √
4+𝑥
𝑥 3 +4𝑥 2 −10
and by some other means (𝑑) 𝑥 = 𝑥 −
3𝑥 2 +8𝑥
To start the sequence for each function, let us take 𝑝0 = 1.5 from [1, 2].
We have summarized these four sequences in the form of a table as:
n (a) (b) (c) (d)
10 𝟏 𝟏𝟎 𝒙𝟑 +𝟒𝒙𝟐 −𝟏𝟎
𝑥 = √ 𝑥 − 4𝑥 𝒙= √10 − 𝑥 3 𝒙 = √4+𝒙 𝒙=𝑥− 3𝒙𝟐 +8𝑥
2
5 1.36009 1.365226
6 1.36785 1.36523
7 1.36389
8 1.36592
9 1.36488
10 1.36541
11 1.36514
12 1.36528