Algebraic and Transcendental Equations - Bisection Method
Algebraic and Transcendental Equations - Bisection Method
Algebraic and Transcendental Equations - Bisection Method
*
algebraic and transcendental
Numerical solution of equations.
Consider the expression
a,x" a,n"" (*)
f(x) = +
+... +
an, x an + -
nth
degree.
flu) contains other functions,
↑ If some
namely, Argonometric,
logarithmic, exponential, etc.,then the
equation flus to is
Examples:
*
0;x" x(1 + 2n)
Algebraic equations: n 3x+
+
2 = =
Transcendental
*
equations:e"=x; +
10g,4 6 0;2x 0sa 1 0.
= -
a
+
- =
*
Properties ofPolynomial Equations:
a root off(x) = 0.
is same as its
degree.
3. If f(x) a,x" a,n""= +
+ ...
an x + an have roofs a, cy...,ah,
then the
following hold:
2 ai
a
=
j(,2ixj
0
=
;π1Xi 11) =
In
solving algebraic equations, thatis, finding its roots, one uses
the methods
direct
only
ifthe
degree ofequation is four or lower.
Thereis no direct
method available for
solving higher order
the method
improves
this solution until it is
improved to acceptable
accuracy.
*
Intermediate Value Theorem:
Assumptions:
and to sufficient
~ f(x) is continuous
continuously differentiable up
number oftimes.
vfcns =0 has no multiple roots, thatis, if a is a real root of
f(x) 0, = then f(x) 0.
=
%3-ti n y xx
=
root
f(a)
value <t(a,b)
Any can be taken as an initial
approximation to the root.
the root lies is bisected each time until the obtained root has
achieved the desired level of
accuracy.
Bisection method
* is used to find the root between a and b to the
or f(x) < 0.
the interval
(3) Bisect which the root lies and continue the process
in
at
a
nz
=>
re
This
provides the number ofiterations required for
achieving
5.
accuracy
an
Examples:
real root of
the
(1) Find the positive equation us-sn
=
lying between
1 and I correct to three decimal places the bisection method.
using
Soln:Let f(x) x3 =
-
3x + 1.
a b
approximation
+
is x, =
z
b 1
=
5 1.75
=
Now, f(1.15) = 11094> 0. We have f (1.5) 20. So, the root lies
between
a =1.5 and b 115.
=
Third approximation is x,
a
=
b 1115 =
1625
=
The
process
is
repeated until the desired
accuracy
and the calcul-
ation of successive
approximation is
given
below:
Iteration a b xi a
= b +
f(xi)
flas<0 f(b) > 0 z
↓
&
I 2 1.5 -
0.125
000339
8. 1/
1.53907 1.53516 0.01246
9. 1/
1.53516 1.53321 0.00454
00014 |
It is observed that
20= x1 1.532 correct
to
places of
=
a
decimals.
decimal
required root,
to
correct
Therefore, the a
places is, x 1.532.
=
(2) Find a root of re-cosc 0
= correct to two decimal places
Disection method.
using
Soln.:Lat
f(x) =
x-cosc
f( -
1) 1
=
1 -
105( 1) 11-
=
-
0.5403 -
= 1.5403<0
f (0) 0
= -
10 (0) =
-
120
f(x) 1 -cos(1)
=
1.05403 0.4597>0
=
=
First approximation is x, =0
1
=0.5
f(0.5) -0.37750.
=
Also f(1)>0, so the root lies between
and
0.5 1.
0=
second approximation is m
=
0.75
f (0.75) 0.0183
=
> 0. Also f (0.5) 10, so the root lies between
and 0.75.
0.5
0.5 0.75
+
0.75 0.6875
Fourth 0.625
+
approximation is xp = =
f(06875) = -
008534<0
The
process is
repeated until desired follows:
accuracy
as
Iteration a +b
b
(i) flaico f(b) >8
xi= z
f(xi)
I o I 0.5 -
0.3775
we observe that
x 10 x9
= =
0.74
=
correct to two decimal
places.
Therefore, the
required root is 0.24.