Iteration method
To find the real root of an equation f (x)=0 ...(1)
Which can be expressed in the form x=๐(x) ......(2)
First we find an initial approximate value xโ for equation (1). The better approximation xโ for the root is obtained by replacing x by xโ in R.H.S of equation (2) i.e xโ = ๐(xโ)
A still better approximation xโ for the root is obtained by putting x=xโ in the R.H.S of equation (2). Thus xโ = ๐(xโ).
This procedure is continued and we get
xโ = ๐(xโ)
xโ = ๐(xโ)
.................
xโ = ๐(xโโโ)
If the sequence xโ,xโ,xโ,.......xโ of approximate roots converges to a limit ๐, then ๐ is taken as the root of the equation f(x)=0.
Remarks
The sufficient condition for convergence of iterations:
1) If I is the interval in which the root ๐ of the equation x=๐(x) lies, then |๐'(x)|< 1 for all x in the interval I.
2) The initial approximation xโ for the root lies in I.
Example: Find the real root of the equation xยณ+xยฒ-100=0, by iteration method.
Solution. Given f(x) = xยณ+xยฒ-100 = 0
f(1) = -98
f(2) = -88
f(3) = -64
f(4) = 64+16-100 = -20 (-ve)
f(5) = 125+25-100 = 50 (+ve)
f(4) and f(5) are of opposite sign.
So the root of equation lie between 4 and 5.
The given equation can be written as,
xยฒ(x+1) = 100
or x = 10/โ(x+1)
or x = ๐(x), where ๐(x) = 10/โ(x+1)
Therefore ๐'(x) = 10ร(-1/2)ร 1/(x+1)ยณโ ยฒ = -5/(x+1)ยณโ ยฒ
or |๐'(x)| = |-5/(x+1)ยณโ ยฒ| < 1 in the interval (4,5).
So, the iteration method can be applied.
Taking xโ = 4.2, then approximations are
xโ = ๐(xโ) = 10/โ(4.2+1) = 4.3852
xโ = ๐(xโ) = 10/โ (4.3852+1) = 4.3092
xโ = ๐(xโ) = 10/โ (4.3092+1) = 4.33995
xโ = ๐(xโ) = 10/โ (4.33995+1) = 4.32744
xโ
= ๐(xโ) = 10/โ (4.32744+1) = 4.33252
xโ= ๐(xโ
) = 10/โ (4.33252+1) = 4.33045
xโ = ๐(xโ) = 10/โ (4.33045+1) = 4.33129
xโ= ๐(xโ) = 10/โ (4.33129+1) = 4.33095
xโ = ๐(xโ) = 10/โ (4.33095+1) = 4.33109
xโโ = ๐(xโ) = 10/โ (4.33109+1) = 4.33103
Since xโ = xโโ = 4.3310 correct up to four decimal places.
Therefore, root is x = 4.3310 Ans.
Comments
Post a Comment