SlideShare a Scribd company logo
1 of 16
Download to read offline
Roots of the equation
Course- B.Tech
Semester-IV
Subject- ENGINEERING MATHEMATICS-IV
Unit- III
RAI UNIVERSITY, AHMEDABAD
Unit-III Roots of the equation
Rai University | Ahmedabad
2
Content
Zeroes of transcendental and polynomial equation using Bisection method, Rate of convergence
of Bisection method, Regula-falsi method, Rate of convergence of Regula-falsi method,
Newton-Raphson method, Rate of convergence of Newton-Raphson method
Unit-III Roots of the equation
Rai University | Ahmedabad
3
1.1 Introduction— In the Applied mathematics and engineering the problem of determining
the roots of an equation ( ) = 0 has a great importance.
If ( ) is a polynomial of degree two or more, we have formulae to find solution. But, if f(x) is
a transcendental function, we do not have formulae to obtain solutions. When such type of
equations are there, we have some methods like Bisection method, Newton-Raphson Method
and The method of false position. Those methods are solved by using a theorem in theory of
equations, i.e., “If f(x) is continuous in the interval ( , ) and if ( ) and ( ) are of opposite
signs, then the equation ( ) = 0 will have at least one real root between and ”.
1.2 Definition—
A number is a solution of ( ) = 0 if ( ) = 0 . Such a solution is a root of ( ) = 0.
1.3 Iterative Method— This method is based on the idea of successive approximation. i.e.
Starting with one or more initial approximations to the root, we obtain a sequence of
approximations or iterates { }, which in the limit converges to the root.
Definition—
A sequence of iterates { } is said to converge to the root , if—
lim ⟶ | − | = 0 ⟶ = .
1.4 Bisection Method—
Let us suppose we have an equation of the form ( ) = 0 in which solution lies between in the
range ( , ).
Also ( ) is continuous and it can be algebraic or transcendental. If ( ) and ( )are opposite
signs, then there exist at least one real root between and .
Let ( ) be positive and ( ) negative. Which implies at least one root exits between and .
We assume that root to be
=
( )
.
Check the sign of ( ). If ( )is negative, the root lies between a and xo. If ( )is positive,
the root lies between and b. Subsequently any one of this case occur.
= or =
Unit-III Roots of the equation
Rai University | Ahmedabad
4
When ( )is negative, the root lies between and and let the root be = .
Again ( )negative then the root lies between and , let = and so on.
Repeat the process , , , …Whose limit of convergence
is the exact root.
Steps—
1. Find a and b in which f(a) and f(b) are opposite signs for the given equation using trial
and error method.
2. Assume initial root as
=
( + )
2
3. If ( ) is negative, the root lies between a and . And takes the root as
=
( + )
2
4. If ( )is positive, then the root lies between and b.And takes the root as
=
( + )
2
5. If ( ) is negative, the root lies between and . And takes the root as
=
( + )
2
6. If ( ) is positive, the root lies between and . And takes the root as
=
( + )
2
7. Repeat the process until any two consecutive values are equal and hence the root.
This method is simple to use and the sequence of approximations always converges to the root
for any ( ) which is continuous in the interval that contains the root.
If the permissible error is , then the approximation number of iterative required may be
determined from the relation ≤ .
The minimum number of iterations required for converging to a root in the interval (0,1) for a
given are listed as
Number of iterations
10 10 10 10 10 10
n 7 10 14 17 20 24
Unit-III Roots of the equation
Rai University | Ahmedabad
5
The bisection method requires a large number of iterations to achieve a reasonable degree of
accuracy of the root. It requires one function at each iteration.
Advantages of bisection method—
a) The bisection method is always convergent. Since the method brackets the root, the
method is guaranteed to converge.
b) As iterations are conducted, the interval gets halved. So one can guarantee the error in
the solution of the equation.
Drawbacks of bisection method—
a) The convergence of the bisection method is slow as it is simply based on halving the
interval.
b) If one of the initial guesses is closer to the root, it will take larger number of iterations to
reach the root.
Example—Find the positive root of − = 1correct to four decimal places by bisection
method.
Solution— Let ( ) = − − 1
(0) = 0 − 0 − 1 = −1 = −
(1) = 1 − 1 − 1 = −1 = −
(2) = 2 − 2 − 1 = 5 = +
So the root lies between the 1 and 2.
We can take = = = 1.5 as initial root and proceed.
i.e., (1.5) = 0.8750 = +
and (1) = −1 = −
So the root lies between 1 and 1.5.
=
1 + 1.5
2
=
2.5
2
= 1.25
as initial root and proceed.
(1.25) = −0.2969
So the root lies between 1.25 and 1.5.
Now
=
1.25 + 1.5
2
=
2.75
2
= 1.3750
(1.375) = 0.2246 = +
Unit-III Roots of the equation
Rai University | Ahmedabad
6
So the root lies between 1.25 and 1.375.
Now
=
1.25 + 1.3750
2
=
2.6250
2
= 1.3125
(1.3125) = −0.051514 = −
Therefore, root lies between 1.375and 1.3125
Now
= ( 1.375 + 1.3125) / 2 = 1.3438
(1.3438) = 0.082832 = +
So root lies between 1.3125 and 1.3438
Now
= ( 1.3125 + 1.3438) / 2 = 1.3282
(1.3282) = 0.014898 = +
So root lies between 1.3125 and 1.3282
Now
= ( 1.3125 + 1.3282) / 2 = 1.3204
(1.3204) = −0.018340 = −
So root lies between 1.3204 and 1.3282
Now
= ( 1.3204 + 1.3282) / 2 = 1.3243
(1.3243) = −
So root liesbetween 1.3243and 1.3282
Now
= ( 1.3243 + 1.3282) / 2 = 1.3263
(1.3263) = +
So root lies between 1.3243 and 1.3263
Now
= ( 1.3243 + 1.3263) / 2 = 1.3253
(1.3253) = +
So root lies between 1.3243 and 1.3253
Now
= ( 1.3243 + 1.3253) / 2 = 1.3248
(1.3248) = +
So root lies between 1.3243 and 1.3248
Now
= ( 1.3243 + 1.3248) / 2 = 1.3246
(1.3246) = −
So root lies between 1.3248 and 1.3246
Unit-III Roots of the equation
Rai University | Ahmedabad
7
Now
= ( 1.3248 + 1.3246) / 2 = 1.3247
(1.3247) = −
So root lies between 1.3247 and 1.3248
Now
= ( 1.3247 + 1.3247) / 2 = 1.32475
Hence the approximate root is 1.32475 .
Example—Find the positive root of – = 0 by bisection method.
Solution—Let ( ) = – cos
(0) = 0 − (0) = 0 − 1 = −1 = −
(0.5) = 0.5 – (0.5) = −0.37758 = −
(1) = 1 – (1) = 0.42970 = +
So root lies between 0.5 and 1
Let
=
(0.5 + 1)
2
= 0.75
as initial root and proceed.
(0.75) = 0.75 – (0.75) = 0.018311 = +
So root lies between 0.5 and 0.75
= (0.5 + 0.75)/2 = 0.62
(0.625) = 0.625 – (0.625) = −0.18596
So root lies between 0.625 and 0.750
= (0.625 + 0.750) /2 = 0.6875
(0.6875) = −0.085335
So root lies between 0.6875 and 0.750
= (0.6875 + 0.750) /2 = 0.71875
(0.71875) = 0.71875 − (0.71875) = −0.033879
So root lies between 0.71875 and 0.750
= (0.71875 + 0.750) /2 = 0.73438
(0.73438) = −0.0078664 = −
So root lies between 0.73438 and 0.750
= 0.742190
(0.742190) = 0.0051999 = +
= (0.73438 + 0.742190) /2 = 0.73829
(0.73829) = −0.0013305
So root lies between 0.73829 and 0.74219
Unit-III Roots of the equation
Rai University | Ahmedabad
8
= (0.73829 + 0.74219) = 0.7402
(0.7402) = 0.7402
(0.7402) = 0.0018663
So root lies between 0.73829 and 0.7402
= 0.73925
(0.73925) = 0.00027593
= 0.7388
The root is 0.7388.
1.5 Newton-Raphson method (or Newton’s method)—
Suppose we have an equation of the form ( ) = 0, whose solution lies between the ranges
( , ). Also ( )is continuous and it can be algebraic or transcendental. If ( )and ( )are
opposite signs, then there exist at least one real root between and .
Let ( )be positive and ( )negative. Which implies at least one root exits in between and .
We assume that root to be either a or b, in which the value of
( )or ( ) is very close to zero. That number is assumed to be initial root. Then we iterate the
process by using the following formula until the value is converges.
= −
( )
( )
Steps—
1. Find and in which ( )and ( ) are opposite signs for the given equation using trial
and error method.
2. Assume initial root as = i.e., if ( )is very close to zero or = if ( )is very
close to zero.
3. Find by using the formula
= −
( )
( )
4. Find x by using the following formula
= −
( )
( )
5. Find x , x , . . . x until any two successive values are equal.
Unit-III Roots of the equation
Rai University | Ahmedabad
9
Advantages of Newton-Raphson method—
Fast convergence!
Disadvantages of Newton-Raphson method—
a) May not produce a root unless the starting value is close to the actual root of the
function.
b) May not produce a root if for instance the iterations get to a point such that
( ) = 0 . then the method is false.
Example —Find the positive root of ( ) = 2 3 − 3 − 6 = 0 by Newton – Raphson
method correct to five decimal places.
Solution— Let ( ) = 2 − 3 – 6 ;
′( ) = 6 – 3
Now,
= −
( )
( )
= −
–
–
=
( )– –
–
=
–
–
=
–
Again,
(1) = 2 − 3 − 6 = −7 = −
(2) = 16 – 6 − 6 = 4 = +
So, a root between 1 and 2 .
In which 4 is closer to 0. Hence we assume initial root as 2.
Consider = 2
So,
=
4 + 6
6 – 3
=
4 × 2 + 6
6 × 2 − 3
=
38
21
= 1.809524
= (4(1.809524) + 6)/(6(1.809524) − 3) = 29.700256/16.646263 = 1.784200
= (4(1.784200) + 6)/(6(1.784200) − 3) = 28.719072/16.100218 = 1.783769
= (4(1.783769) + 6)/(6(1.783769) − 3) = 28.702612/16.090991 = 1.783769
Since and are equal, hence root is 1.783769 .
Unit-III Roots of the equation
Rai University | Ahmedabad
10
Example —Using Newton’s method, find the root between 0 and 1 of = 6 – 4 correct to
5 decimal places.
Solution—Let ( ) = − 6 + 4
Since,
= −
( )
( )
= −
− 6 + 4
3 − 6
=
(3 − 6 ) − ( − 6 + 4)
3 − 6
=
3 − 6 − + 6 − 4
3 − 6
=
2 − 4
3 − 6
Again,
(0) = 4 = + ; (1) = −1 = −
So a root lies between 0 and 1
(1)is nearer to 0. Therefore we take initial root as = 1
=
2 − 4
3 − 6
=
2 × 1 − 4
3 × 1 − 6
=
2 − 4
3 − 6
=
−2
−3
= 0.66666
= (2(0.66666) – 4 )/(3(0.66666) − 6) = 0.73016
= (2(0.73015873) – 4 )/(3(0.73015873) − 6) = (3.22145837/ 4.40060469)
= 0.73205
= (2(0.73204903) – 4 )/(3(0.73204903) − 6) = (3.21539602/ 4.439231265)
= 0.73205
The root is 0.73205 correct to 5 decimal places.
1.6 Regula-Falsi Method (Method of False Position)—
Let us consider the equation ( ) = 0 and ( ) and ( ) are of opposite signs. Also let
a < .
The graph = ( ) will meet the −axis at some point between A( , ( )) and B ( , ( )).
The equation of the chord joining the two points A( , ( )) and B ( , ( )) is
– ( )
−
=
( ) − ( )
−
The x- Coordinate of the point of intersection of this chord with the x-axis gives an approximate
value for the of ( ) = 0. Taking = 0 in the chord equation, we get
– ( )
−
=
( ) − ( )
−
⟹ [ ( ) − ( )] − ( ) + ( ) = − ( ) + ( )
⟹ [ ( ) − ( )] = ( ) − ( )
Unit-III Roots of the equation
Rai University | Ahmedabad
11
⟹ =
( ) − ( )
( ) − ( )
This gives an approximate value of the root = 0. ( < < ) .
Now ( ) and ( ) are of opposite signs or ( ) and ( ) are opposite signs.
If ( ). ( ) < 0 . Then lies between and a.
=
( )– ( )
( ) − ( )
This process of calculation of , , … is continued till any two successive values are equal
and subsequently we get the solution of the given equation.
Steps—
1. Find a and b in which f(a) and f(b) are opposite signs for the given equation using trial
and error method.
2. Therefore root lies between and if f(a) is very close to zero select and compute by
using the following formula:
=
( ) − ( )
( ) − ( )
3. If ( ). ( ) < 0 . then root lies between and .Compute by using the
following formula:
=
( ) − ( )
( ) − ( )
4. Calculate the values of , , , … by using the above formula until any two
successive values are equal and subsequently we get the solution of the given equation.
Unit-III Roots of the equation
Rai University | Ahmedabad
12
Advantages of RegulaFalsi Method—
No need to calculate a complicated derivative (as in Newton's method).
Disadvantages of RegulaFalsi Method—
a) May converge slowly for functions with big curvatures.
b) Newton-Raphson may be still faster if we can apply it.
Example 1—Solve for a positive root of − 4 + 1 = 0 by and Regula Falsi method
Solution—Let ( ) = − 4 + 1 = 0
(0) = 0 − 4 (0) + 1 = 1 = +
(1) = 1 − 4(1) + 1 = −2 = −
So a root lies between 0 and 1.We shall find the root that lies between 0 and 1.
Here = 0, = 1
=
0 × (1) − 1 × (0)
(1) − (0)
=
0 × (−2) − 1 × 1
(−2) − 1
=
0 − 1
−3
=
1
3
= 0.333333
( ) = (1/3) = (1/27) − (4/3) + 1 = −0.2963
Now (0) and (1/3) are opposite in sign.
Hence the root lies between 0 and 1/3.
=
0 ×
1
3
−
1
3
(0)
1
3
− (0)
=
−0.3333
−0.2963 − 1
=
−0.3333
−1.2963
= 0.25714
Now ( ) = (0.25714) = − 0.011558 = −
So the root lies between 0 and 0.25714
=
0 × (0.25714) − 0.25714 × (0)
(0.25714) – (0)
= −
0.25714
−1.011558
= 0.25420
( ) = (0.25420) = −0.0003742
So the root lies between 0 and 0.25420
=
0 × (0.25420) − 0.25420 × (0)
(0.25420) – (0)
= −0.25420 / −1.0003742 = 0.25410
( ) = (0.25410) = − 0.000012936
The root lies between 0 and 0.25410
Unit-III Roots of the equation
Rai University | Ahmedabad
13
=
0 × (0.25410) − 0.25410 × (0)
(0.25410) – (0)
= −0.25410 / −1.000012936 = 0.25410
Hence the root is 0.25410.
Example —Find an approximate root of log10 – 1.2 = 0 by False position method.
Solution—Let ( ) = 10 – 1.2
(1) = −1.2 = − ; (2) = 2 × 0.30103 − 1.2 = − 0.597940
(3) = 3 × 0.47712 – 1.2 = 0.231364 = +
So, the root lies between 2 and 3.
=
2 (3) – 3 (2)
(3) – (2)
=
2 × 0.23136 – 3 × (−0.59794)
0.23136 + 0.597
= 2.721014
( ) = (2.7210) = − 0.017104 = −
The root lies between and 3.
=
× (3)– 3 × ( )
(3)– ( )
=
2.721014 × 0.231364 – 3 × (−0.017104)
0.23136 + 0.017104
=
. .
.
=
.
.
= 2.740260
( ) = (2.7402) = 2.7402 × log(2.7402)– 1.2 = − 0.00038905 = −
So the root lies between 2.740260 and 3.
=
. × ( ) – × ( . )
( ) – ( . )
=
. . ( . )
. .
=
.
.
= 2.740627
( ) = (2.7406) = 0.00011998 = +
So the root lies between 2.740260 and 2.740627
=
2.7402 (2.7406) – 2.7406 (2.7402)
(2.7406) – (2.7402)
=
2.7402 0.00011998 + 2.7406 0.00038905
0.00011998 + 0.00038905
=
0.0013950
0.00050903
= 2.7405
Hence the root is 2.7405.
Unit-III Roots of the equation
Rai University | Ahmedabad
14
1.7 Rate of Convergence — It is the rate at which the iteration method converges so that the
initial approximation to the root is sufficiently close to the desired root.
Definition—An iterative method is said to be of order or has the rate of convergence , if
is the largest positive real number for which there exists a finite constant ≠ 0 such that
| | ≤ | |
Where = − is the error in the −iteration. The constant is called the asymptotic
error constant and usually depends on the derivative of ( ) at = .
Newton-Raphson Method—
We know that
= −
( )
( )
, = 1,2, …
On substituting = + , expanding ( + ), ( + ) in Taylor series about the
point , we get
= −
( ) +
1
2
( ) + ⋯
( ) + ( ) + ⋯
= −
( )
( )
+ ⋯ 1 +
( )
( )
+ ⋯
=
1
2
( )
( )
+ ( ).
On neglecting the and higher power of , we get
=
Where =
( )
( )
.
Thus, the Newton-Raphsons Method has second order convergence.
RegulaFalsi Method—
If the function ( ) in the equation ( ) = 0 is convex in the interval ( , )that contains the
root, then one of the points or is always fixed and the other point varies with . If the
point is fixed , then the function ( ) is approximated by the line passing through the points
( , ( )) and ( , ( )) , = 1,2,3, … the error of the equation becomes
=
Where =
( )
( )
and = − ξ is independent of . Therefore we can write
= ∗
Where ∗
= is the asymptotic error constant. Hence the Regula-Falsi method has linear rate
of convergence.
Unit-III Roots of the equation
Rai University | Ahmedabad
15
Exercise
1. Find a positive root of the following equation by bisection method : − 4 − 9
(Answer: 2.7065)
2. Solve the following by using Newton – Raphson Method : – − 1
(Answer ∶ 1.3247 )
3. Solve the following by method of false position (Regula-Falsi Method):
+ 2 + 10 – 20
(Answer ∶ 1.3688)
Unit-III Roots of the equation
Rai University | Ahmedabad
16
Reference
1. Numerical Method for Science and Computer science by M.K. Jain, S.R.K. Iyenger, R.K. Jain
2. http://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CCMQFjAB&url=http%3A%2F%2F
3. www.bu.ac.in%2Fsde_book%2Fbca_numer.pdf&ei=uKenVMatGceduQTt9ILwBw&usg=AFQjCNH7oooXkwN7zusFPiJS7MksUkmZaw&bvm=bv.82001339,
d.c2E&cad=rja
4. http://1.bp.blogspot.com/_BqwTAHDIq4E/TCqWRUqn7qI/AAAAAAAAACE/oe-W-JZaQRI/s400/Dibujo.bmp
5. http://www.google.co.in/imgres?imgurl=http%3A%2F%2Fimage.tutorvista.com%2Fcms%2Fimages%2F39%2Fnewton%252513raphsonmethod.JPG&imgrefurl=
http%3A%2F%2Fmath.tutorvista.com%2Fcalculus%2Fnewton-raphson-method.html&h=283&w=500&tbnid=VCvTr-sjzqmjDM%3A&zoom= 1&docid=o_
YQeEzCa1CVHM&ei=B6SnVMCEDomlNqbsgaAN&tbm=isch&ved=0CB0QMygBMAE&iact=rc&uact=3&dur=4533&page=1&start=0&ndsp=17
6. http://www.google.co.in/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&cad=rja&uact=8&ved=0CAcQjRw&url=http%3A%2F%2Fmathumatiks.com%2F
subpage-373-Regula-Falsi-Method.htm&ei=6aWnVK1Eo3muQSuqILABg&bvm=bv.82001339,d.eXY&psig=AFQjCNGE5QOyUayJysWeiBMOzx7QBybl_w&ust=
1420359120049725

More Related Content

What's hot

Fuzzy logicintro by
Fuzzy logicintro by Fuzzy logicintro by
Fuzzy logicintro by Waseem Abbas
 
Alg II Unit 3-2-solvingsystemsalgebraically
Alg II Unit 3-2-solvingsystemsalgebraicallyAlg II Unit 3-2-solvingsystemsalgebraically
Alg II Unit 3-2-solvingsystemsalgebraicallyjtentinger
 
Diploma_Semester-II_Advanced Mathematics_Definite Integration
Diploma_Semester-II_Advanced Mathematics_Definite IntegrationDiploma_Semester-II_Advanced Mathematics_Definite Integration
Diploma_Semester-II_Advanced Mathematics_Definite IntegrationRai University
 
Chapter 2: Relations
Chapter 2: RelationsChapter 2: Relations
Chapter 2: Relationsnszakir
 
A Generalized Sampling Theorem Over Galois Field Domains for Experimental Des...
A Generalized Sampling Theorem Over Galois Field Domains for Experimental Des...A Generalized Sampling Theorem Over Galois Field Domains for Experimental Des...
A Generalized Sampling Theorem Over Galois Field Domains for Experimental Des...csandit
 
It is known as two-valued logic because it have only two values
It is known as two-valued logic because it have only two values It is known as two-valued logic because it have only two values
It is known as two-valued logic because it have only two values Ramjeet Singh Yadav
 
Introductory maths analysis chapter 11 official
Introductory maths analysis   chapter 11 officialIntroductory maths analysis   chapter 11 official
Introductory maths analysis chapter 11 officialEvert Sandye Taasiringan
 
Stability criterion of periodic oscillations in a (8)
Stability criterion of periodic oscillations in a (8)Stability criterion of periodic oscillations in a (8)
Stability criterion of periodic oscillations in a (8)Alexander Decker
 
Infinite sequence & series 1st lecture
Infinite sequence & series 1st lecture Infinite sequence & series 1st lecture
Infinite sequence & series 1st lecture Mohsin Ramay
 
Introductory maths analysis chapter 01 official
Introductory maths analysis   chapter 01 officialIntroductory maths analysis   chapter 01 official
Introductory maths analysis chapter 01 officialEvert Sandye Taasiringan
 
Lecture 19 section 8.1 system of equns
Lecture 19   section 8.1 system of equnsLecture 19   section 8.1 system of equns
Lecture 19 section 8.1 system of equnsnjit-ronbrown
 
Final relation1 m_tech(cse)
Final relation1 m_tech(cse)Final relation1 m_tech(cse)
Final relation1 m_tech(cse)Himanshu Dua
 

What's hot (17)

Chapter 6 - Matrix Algebra
Chapter 6 - Matrix AlgebraChapter 6 - Matrix Algebra
Chapter 6 - Matrix Algebra
 
Fuzzy logicintro by
Fuzzy logicintro by Fuzzy logicintro by
Fuzzy logicintro by
 
Alg II Unit 3-2-solvingsystemsalgebraically
Alg II Unit 3-2-solvingsystemsalgebraicallyAlg II Unit 3-2-solvingsystemsalgebraically
Alg II Unit 3-2-solvingsystemsalgebraically
 
Diploma_Semester-II_Advanced Mathematics_Definite Integration
Diploma_Semester-II_Advanced Mathematics_Definite IntegrationDiploma_Semester-II_Advanced Mathematics_Definite Integration
Diploma_Semester-II_Advanced Mathematics_Definite Integration
 
Fuzzy Logic
Fuzzy LogicFuzzy Logic
Fuzzy Logic
 
Chapter 2: Relations
Chapter 2: RelationsChapter 2: Relations
Chapter 2: Relations
 
A Generalized Sampling Theorem Over Galois Field Domains for Experimental Des...
A Generalized Sampling Theorem Over Galois Field Domains for Experimental Des...A Generalized Sampling Theorem Over Galois Field Domains for Experimental Des...
A Generalized Sampling Theorem Over Galois Field Domains for Experimental Des...
 
It is known as two-valued logic because it have only two values
It is known as two-valued logic because it have only two values It is known as two-valued logic because it have only two values
It is known as two-valued logic because it have only two values
 
Introductory maths analysis chapter 11 official
Introductory maths analysis   chapter 11 officialIntroductory maths analysis   chapter 11 official
Introductory maths analysis chapter 11 official
 
Algebra and functions review
Algebra and functions reviewAlgebra and functions review
Algebra and functions review
 
G024047050
G024047050G024047050
G024047050
 
Stability criterion of periodic oscillations in a (8)
Stability criterion of periodic oscillations in a (8)Stability criterion of periodic oscillations in a (8)
Stability criterion of periodic oscillations in a (8)
 
Infinite sequence & series 1st lecture
Infinite sequence & series 1st lecture Infinite sequence & series 1st lecture
Infinite sequence & series 1st lecture
 
Introductory maths analysis chapter 01 official
Introductory maths analysis   chapter 01 officialIntroductory maths analysis   chapter 01 official
Introductory maths analysis chapter 01 official
 
Chapter 1 - Applications and More Algebra
Chapter 1 - Applications and More AlgebraChapter 1 - Applications and More Algebra
Chapter 1 - Applications and More Algebra
 
Lecture 19 section 8.1 system of equns
Lecture 19   section 8.1 system of equnsLecture 19   section 8.1 system of equns
Lecture 19 section 8.1 system of equns
 
Final relation1 m_tech(cse)
Final relation1 m_tech(cse)Final relation1 m_tech(cse)
Final relation1 m_tech(cse)
 

Viewers also liked

Gratiot Chamber | Navigating Social Media
Gratiot Chamber | Navigating Social Media Gratiot Chamber | Navigating Social Media
Gratiot Chamber | Navigating Social Media Rachel Esterline Perkins
 
NANCY ALBERTS ROTTKAMP Resume052015
NANCY ALBERTS ROTTKAMP Resume052015NANCY ALBERTS ROTTKAMP Resume052015
NANCY ALBERTS ROTTKAMP Resume052015Nan Rottkamp
 
joncjohnsonresumecoverletterfinal (4)
joncjohnsonresumecoverletterfinal (4)joncjohnsonresumecoverletterfinal (4)
joncjohnsonresumecoverletterfinal (4)Jon C. Johnson
 
Variabel penelitian-new
Variabel penelitian-newVariabel penelitian-new
Variabel penelitian-newNovia Widya
 
Mat_5th_UD5_The plane figures' areas
Mat_5th_UD5_The plane figures' areasMat_5th_UD5_The plane figures' areas
Mat_5th_UD5_The plane figures' areasTRMaria
 
Presentation on school time table
Presentation on school time tablePresentation on school time table
Presentation on school time tableGoel & Company
 

Viewers also liked (10)

Gratiot Chamber | Navigating Social Media
Gratiot Chamber | Navigating Social Media Gratiot Chamber | Navigating Social Media
Gratiot Chamber | Navigating Social Media
 
NANCY ALBERTS ROTTKAMP Resume052015
NANCY ALBERTS ROTTKAMP Resume052015NANCY ALBERTS ROTTKAMP Resume052015
NANCY ALBERTS ROTTKAMP Resume052015
 
AVS-61 JSJur&RPPad_rpedit
AVS-61 JSJur&RPPad_rpeditAVS-61 JSJur&RPPad_rpedit
AVS-61 JSJur&RPPad_rpedit
 
joncjohnsonresumecoverletterfinal (4)
joncjohnsonresumecoverletterfinal (4)joncjohnsonresumecoverletterfinal (4)
joncjohnsonresumecoverletterfinal (4)
 
24 feburary
24 feburary24 feburary
24 feburary
 
IRC 2015
IRC 2015IRC 2015
IRC 2015
 
JFK: New Revelations
JFK: New RevelationsJFK: New Revelations
JFK: New Revelations
 
Variabel penelitian-new
Variabel penelitian-newVariabel penelitian-new
Variabel penelitian-new
 
Mat_5th_UD5_The plane figures' areas
Mat_5th_UD5_The plane figures' areasMat_5th_UD5_The plane figures' areas
Mat_5th_UD5_The plane figures' areas
 
Presentation on school time table
Presentation on school time tablePresentation on school time table
Presentation on school time table
 

Similar to engineeringmathematics-iv_unit-iii

MCA_UNIT-1_Computer Oriented Numerical Statistical Methods
MCA_UNIT-1_Computer Oriented Numerical Statistical MethodsMCA_UNIT-1_Computer Oriented Numerical Statistical Methods
MCA_UNIT-1_Computer Oriented Numerical Statistical MethodsRai University
 
Bisection & Regual falsi methods
Bisection & Regual falsi methodsBisection & Regual falsi methods
Bisection & Regual falsi methodsDivya Bhatia
 
Matlab lecture 7 – regula falsi or false position method@taj
Matlab lecture 7 – regula falsi or false position method@tajMatlab lecture 7 – regula falsi or false position method@taj
Matlab lecture 7 – regula falsi or false position method@tajTajim Md. Niamat Ullah Akhund
 
A Comparison Of Iterative Methods For The Solution Of Non-Linear Systems Of E...
A Comparison Of Iterative Methods For The Solution Of Non-Linear Systems Of E...A Comparison Of Iterative Methods For The Solution Of Non-Linear Systems Of E...
A Comparison Of Iterative Methods For The Solution Of Non-Linear Systems Of E...Stephen Faucher
 
Practice questions and tips in business mathematics
Practice questions and tips in business mathematicsPractice questions and tips in business mathematics
Practice questions and tips in business mathematicsDr. Trilok Kumar Jain
 
Practice questions and tips in business mathematics
Practice questions and tips in business mathematicsPractice questions and tips in business mathematics
Practice questions and tips in business mathematicsDr. Trilok Kumar Jain
 
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IV
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IVEngineering Mathematics-IV_B.Tech_Semester-IV_Unit-IV
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IVRai University
 
engineeringmathematics-iv_unit-iv
engineeringmathematics-iv_unit-ivengineeringmathematics-iv_unit-iv
engineeringmathematics-iv_unit-ivKundan Kumar
 
BCA_MATHEMATICS-I_Unit-V
BCA_MATHEMATICS-I_Unit-VBCA_MATHEMATICS-I_Unit-V
BCA_MATHEMATICS-I_Unit-VRai University
 
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-I
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IEngineering Mathematics-IV_B.Tech_Semester-IV_Unit-I
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IRai University
 
engineeringmathematics-iv_unit-i
engineeringmathematics-iv_unit-iengineeringmathematics-iv_unit-i
engineeringmathematics-iv_unit-iKundan Kumar
 
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...mathsjournal
 
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...mathsjournal
 
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...mathsjournal
 
Newton Raphson Method in numerical methods of advanced engineering mathematics
Newton Raphson Method in numerical methods of advanced engineering mathematicsNewton Raphson Method in numerical methods of advanced engineering mathematics
Newton Raphson Method in numerical methods of advanced engineering mathematicsaryyaka99
 
Introduction to comp.physics ch 3.pdf
Introduction to comp.physics ch 3.pdfIntroduction to comp.physics ch 3.pdf
Introduction to comp.physics ch 3.pdfJifarRaya
 

Similar to engineeringmathematics-iv_unit-iii (20)

MCA_UNIT-1_Computer Oriented Numerical Statistical Methods
MCA_UNIT-1_Computer Oriented Numerical Statistical MethodsMCA_UNIT-1_Computer Oriented Numerical Statistical Methods
MCA_UNIT-1_Computer Oriented Numerical Statistical Methods
 
Bisection & Regual falsi methods
Bisection & Regual falsi methodsBisection & Regual falsi methods
Bisection & Regual falsi methods
 
Matlab lecture 7 – regula falsi or false position method@taj
Matlab lecture 7 – regula falsi or false position method@tajMatlab lecture 7 – regula falsi or false position method@taj
Matlab lecture 7 – regula falsi or false position method@taj
 
Bca numer
Bca numerBca numer
Bca numer
 
A Comparison Of Iterative Methods For The Solution Of Non-Linear Systems Of E...
A Comparison Of Iterative Methods For The Solution Of Non-Linear Systems Of E...A Comparison Of Iterative Methods For The Solution Of Non-Linear Systems Of E...
A Comparison Of Iterative Methods For The Solution Of Non-Linear Systems Of E...
 
Practice questions and tips in business mathematics
Practice questions and tips in business mathematicsPractice questions and tips in business mathematics
Practice questions and tips in business mathematics
 
Practice questions and tips in business mathematics
Practice questions and tips in business mathematicsPractice questions and tips in business mathematics
Practice questions and tips in business mathematics
 
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IV
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IVEngineering Mathematics-IV_B.Tech_Semester-IV_Unit-IV
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IV
 
engineeringmathematics-iv_unit-iv
engineeringmathematics-iv_unit-ivengineeringmathematics-iv_unit-iv
engineeringmathematics-iv_unit-iv
 
BCA_MATHEMATICS-I_Unit-V
BCA_MATHEMATICS-I_Unit-VBCA_MATHEMATICS-I_Unit-V
BCA_MATHEMATICS-I_Unit-V
 
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-I
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IEngineering Mathematics-IV_B.Tech_Semester-IV_Unit-I
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-I
 
engineeringmathematics-iv_unit-i
engineeringmathematics-iv_unit-iengineeringmathematics-iv_unit-i
engineeringmathematics-iv_unit-i
 
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
 
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
 
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
 
Vedic mathematics
Vedic mathematicsVedic mathematics
Vedic mathematics
 
Newton Raphson Method in numerical methods of advanced engineering mathematics
Newton Raphson Method in numerical methods of advanced engineering mathematicsNewton Raphson Method in numerical methods of advanced engineering mathematics
Newton Raphson Method in numerical methods of advanced engineering mathematics
 
Introduction to comp.physics ch 3.pdf
Introduction to comp.physics ch 3.pdfIntroduction to comp.physics ch 3.pdf
Introduction to comp.physics ch 3.pdf
 
Curve fitting
Curve fittingCurve fitting
Curve fitting
 
Curve fitting
Curve fittingCurve fitting
Curve fitting
 

More from Kundan Kumar

engineeringmathematics-iv_unit-v
engineeringmathematics-iv_unit-vengineeringmathematics-iv_unit-v
engineeringmathematics-iv_unit-vKundan Kumar
 
engineeringmathematics-iv_unit-ii
engineeringmathematics-iv_unit-iiengineeringmathematics-iv_unit-ii
engineeringmathematics-iv_unit-iiKundan Kumar
 
B.Tech-II_Unit-III
B.Tech-II_Unit-IIIB.Tech-II_Unit-III
B.Tech-II_Unit-IIIKundan Kumar
 
I059785_certificate
I059785_certificateI059785_certificate
I059785_certificateKundan Kumar
 
I059785_award_certificate
I059785_award_certificateI059785_award_certificate
I059785_award_certificateKundan Kumar
 

More from Kundan Kumar (10)

merged_document
merged_documentmerged_document
merged_document
 
engineeringmathematics-iv_unit-v
engineeringmathematics-iv_unit-vengineeringmathematics-iv_unit-v
engineeringmathematics-iv_unit-v
 
engineeringmathematics-iv_unit-ii
engineeringmathematics-iv_unit-iiengineeringmathematics-iv_unit-ii
engineeringmathematics-iv_unit-ii
 
B.Tech-II_Unit-V
B.Tech-II_Unit-VB.Tech-II_Unit-V
B.Tech-II_Unit-V
 
B.Tech-II_Unit-IV
B.Tech-II_Unit-IVB.Tech-II_Unit-IV
B.Tech-II_Unit-IV
 
B.Tech-II_Unit-III
B.Tech-II_Unit-IIIB.Tech-II_Unit-III
B.Tech-II_Unit-III
 
B.Tech-II_Unit-II
B.Tech-II_Unit-IIB.Tech-II_Unit-II
B.Tech-II_Unit-II
 
B.Tech-II_Unit-I
B.Tech-II_Unit-IB.Tech-II_Unit-I
B.Tech-II_Unit-I
 
I059785_certificate
I059785_certificateI059785_certificate
I059785_certificate
 
I059785_award_certificate
I059785_award_certificateI059785_award_certificate
I059785_award_certificate
 

engineeringmathematics-iv_unit-iii

  • 1. Roots of the equation Course- B.Tech Semester-IV Subject- ENGINEERING MATHEMATICS-IV Unit- III RAI UNIVERSITY, AHMEDABAD
  • 2. Unit-III Roots of the equation Rai University | Ahmedabad 2 Content Zeroes of transcendental and polynomial equation using Bisection method, Rate of convergence of Bisection method, Regula-falsi method, Rate of convergence of Regula-falsi method, Newton-Raphson method, Rate of convergence of Newton-Raphson method
  • 3. Unit-III Roots of the equation Rai University | Ahmedabad 3 1.1 Introduction— In the Applied mathematics and engineering the problem of determining the roots of an equation ( ) = 0 has a great importance. If ( ) is a polynomial of degree two or more, we have formulae to find solution. But, if f(x) is a transcendental function, we do not have formulae to obtain solutions. When such type of equations are there, we have some methods like Bisection method, Newton-Raphson Method and The method of false position. Those methods are solved by using a theorem in theory of equations, i.e., “If f(x) is continuous in the interval ( , ) and if ( ) and ( ) are of opposite signs, then the equation ( ) = 0 will have at least one real root between and ”. 1.2 Definition— A number is a solution of ( ) = 0 if ( ) = 0 . Such a solution is a root of ( ) = 0. 1.3 Iterative Method— This method is based on the idea of successive approximation. i.e. Starting with one or more initial approximations to the root, we obtain a sequence of approximations or iterates { }, which in the limit converges to the root. Definition— A sequence of iterates { } is said to converge to the root , if— lim ⟶ | − | = 0 ⟶ = . 1.4 Bisection Method— Let us suppose we have an equation of the form ( ) = 0 in which solution lies between in the range ( , ). Also ( ) is continuous and it can be algebraic or transcendental. If ( ) and ( )are opposite signs, then there exist at least one real root between and . Let ( ) be positive and ( ) negative. Which implies at least one root exits between and . We assume that root to be = ( ) . Check the sign of ( ). If ( )is negative, the root lies between a and xo. If ( )is positive, the root lies between and b. Subsequently any one of this case occur. = or =
  • 4. Unit-III Roots of the equation Rai University | Ahmedabad 4 When ( )is negative, the root lies between and and let the root be = . Again ( )negative then the root lies between and , let = and so on. Repeat the process , , , …Whose limit of convergence is the exact root. Steps— 1. Find a and b in which f(a) and f(b) are opposite signs for the given equation using trial and error method. 2. Assume initial root as = ( + ) 2 3. If ( ) is negative, the root lies between a and . And takes the root as = ( + ) 2 4. If ( )is positive, then the root lies between and b.And takes the root as = ( + ) 2 5. If ( ) is negative, the root lies between and . And takes the root as = ( + ) 2 6. If ( ) is positive, the root lies between and . And takes the root as = ( + ) 2 7. Repeat the process until any two consecutive values are equal and hence the root. This method is simple to use and the sequence of approximations always converges to the root for any ( ) which is continuous in the interval that contains the root. If the permissible error is , then the approximation number of iterative required may be determined from the relation ≤ . The minimum number of iterations required for converging to a root in the interval (0,1) for a given are listed as Number of iterations 10 10 10 10 10 10 n 7 10 14 17 20 24
  • 5. Unit-III Roots of the equation Rai University | Ahmedabad 5 The bisection method requires a large number of iterations to achieve a reasonable degree of accuracy of the root. It requires one function at each iteration. Advantages of bisection method— a) The bisection method is always convergent. Since the method brackets the root, the method is guaranteed to converge. b) As iterations are conducted, the interval gets halved. So one can guarantee the error in the solution of the equation. Drawbacks of bisection method— a) The convergence of the bisection method is slow as it is simply based on halving the interval. b) If one of the initial guesses is closer to the root, it will take larger number of iterations to reach the root. Example—Find the positive root of − = 1correct to four decimal places by bisection method. Solution— Let ( ) = − − 1 (0) = 0 − 0 − 1 = −1 = − (1) = 1 − 1 − 1 = −1 = − (2) = 2 − 2 − 1 = 5 = + So the root lies between the 1 and 2. We can take = = = 1.5 as initial root and proceed. i.e., (1.5) = 0.8750 = + and (1) = −1 = − So the root lies between 1 and 1.5. = 1 + 1.5 2 = 2.5 2 = 1.25 as initial root and proceed. (1.25) = −0.2969 So the root lies between 1.25 and 1.5. Now = 1.25 + 1.5 2 = 2.75 2 = 1.3750 (1.375) = 0.2246 = +
  • 6. Unit-III Roots of the equation Rai University | Ahmedabad 6 So the root lies between 1.25 and 1.375. Now = 1.25 + 1.3750 2 = 2.6250 2 = 1.3125 (1.3125) = −0.051514 = − Therefore, root lies between 1.375and 1.3125 Now = ( 1.375 + 1.3125) / 2 = 1.3438 (1.3438) = 0.082832 = + So root lies between 1.3125 and 1.3438 Now = ( 1.3125 + 1.3438) / 2 = 1.3282 (1.3282) = 0.014898 = + So root lies between 1.3125 and 1.3282 Now = ( 1.3125 + 1.3282) / 2 = 1.3204 (1.3204) = −0.018340 = − So root lies between 1.3204 and 1.3282 Now = ( 1.3204 + 1.3282) / 2 = 1.3243 (1.3243) = − So root liesbetween 1.3243and 1.3282 Now = ( 1.3243 + 1.3282) / 2 = 1.3263 (1.3263) = + So root lies between 1.3243 and 1.3263 Now = ( 1.3243 + 1.3263) / 2 = 1.3253 (1.3253) = + So root lies between 1.3243 and 1.3253 Now = ( 1.3243 + 1.3253) / 2 = 1.3248 (1.3248) = + So root lies between 1.3243 and 1.3248 Now = ( 1.3243 + 1.3248) / 2 = 1.3246 (1.3246) = − So root lies between 1.3248 and 1.3246
  • 7. Unit-III Roots of the equation Rai University | Ahmedabad 7 Now = ( 1.3248 + 1.3246) / 2 = 1.3247 (1.3247) = − So root lies between 1.3247 and 1.3248 Now = ( 1.3247 + 1.3247) / 2 = 1.32475 Hence the approximate root is 1.32475 . Example—Find the positive root of – = 0 by bisection method. Solution—Let ( ) = – cos (0) = 0 − (0) = 0 − 1 = −1 = − (0.5) = 0.5 – (0.5) = −0.37758 = − (1) = 1 – (1) = 0.42970 = + So root lies between 0.5 and 1 Let = (0.5 + 1) 2 = 0.75 as initial root and proceed. (0.75) = 0.75 – (0.75) = 0.018311 = + So root lies between 0.5 and 0.75 = (0.5 + 0.75)/2 = 0.62 (0.625) = 0.625 – (0.625) = −0.18596 So root lies between 0.625 and 0.750 = (0.625 + 0.750) /2 = 0.6875 (0.6875) = −0.085335 So root lies between 0.6875 and 0.750 = (0.6875 + 0.750) /2 = 0.71875 (0.71875) = 0.71875 − (0.71875) = −0.033879 So root lies between 0.71875 and 0.750 = (0.71875 + 0.750) /2 = 0.73438 (0.73438) = −0.0078664 = − So root lies between 0.73438 and 0.750 = 0.742190 (0.742190) = 0.0051999 = + = (0.73438 + 0.742190) /2 = 0.73829 (0.73829) = −0.0013305 So root lies between 0.73829 and 0.74219
  • 8. Unit-III Roots of the equation Rai University | Ahmedabad 8 = (0.73829 + 0.74219) = 0.7402 (0.7402) = 0.7402 (0.7402) = 0.0018663 So root lies between 0.73829 and 0.7402 = 0.73925 (0.73925) = 0.00027593 = 0.7388 The root is 0.7388. 1.5 Newton-Raphson method (or Newton’s method)— Suppose we have an equation of the form ( ) = 0, whose solution lies between the ranges ( , ). Also ( )is continuous and it can be algebraic or transcendental. If ( )and ( )are opposite signs, then there exist at least one real root between and . Let ( )be positive and ( )negative. Which implies at least one root exits in between and . We assume that root to be either a or b, in which the value of ( )or ( ) is very close to zero. That number is assumed to be initial root. Then we iterate the process by using the following formula until the value is converges. = − ( ) ( ) Steps— 1. Find and in which ( )and ( ) are opposite signs for the given equation using trial and error method. 2. Assume initial root as = i.e., if ( )is very close to zero or = if ( )is very close to zero. 3. Find by using the formula = − ( ) ( ) 4. Find x by using the following formula = − ( ) ( ) 5. Find x , x , . . . x until any two successive values are equal.
  • 9. Unit-III Roots of the equation Rai University | Ahmedabad 9 Advantages of Newton-Raphson method— Fast convergence! Disadvantages of Newton-Raphson method— a) May not produce a root unless the starting value is close to the actual root of the function. b) May not produce a root if for instance the iterations get to a point such that ( ) = 0 . then the method is false. Example —Find the positive root of ( ) = 2 3 − 3 − 6 = 0 by Newton – Raphson method correct to five decimal places. Solution— Let ( ) = 2 − 3 – 6 ; ′( ) = 6 – 3 Now, = − ( ) ( ) = − – – = ( )– – – = – – = – Again, (1) = 2 − 3 − 6 = −7 = − (2) = 16 – 6 − 6 = 4 = + So, a root between 1 and 2 . In which 4 is closer to 0. Hence we assume initial root as 2. Consider = 2 So, = 4 + 6 6 – 3 = 4 × 2 + 6 6 × 2 − 3 = 38 21 = 1.809524 = (4(1.809524) + 6)/(6(1.809524) − 3) = 29.700256/16.646263 = 1.784200 = (4(1.784200) + 6)/(6(1.784200) − 3) = 28.719072/16.100218 = 1.783769 = (4(1.783769) + 6)/(6(1.783769) − 3) = 28.702612/16.090991 = 1.783769 Since and are equal, hence root is 1.783769 .
  • 10. Unit-III Roots of the equation Rai University | Ahmedabad 10 Example —Using Newton’s method, find the root between 0 and 1 of = 6 – 4 correct to 5 decimal places. Solution—Let ( ) = − 6 + 4 Since, = − ( ) ( ) = − − 6 + 4 3 − 6 = (3 − 6 ) − ( − 6 + 4) 3 − 6 = 3 − 6 − + 6 − 4 3 − 6 = 2 − 4 3 − 6 Again, (0) = 4 = + ; (1) = −1 = − So a root lies between 0 and 1 (1)is nearer to 0. Therefore we take initial root as = 1 = 2 − 4 3 − 6 = 2 × 1 − 4 3 × 1 − 6 = 2 − 4 3 − 6 = −2 −3 = 0.66666 = (2(0.66666) – 4 )/(3(0.66666) − 6) = 0.73016 = (2(0.73015873) – 4 )/(3(0.73015873) − 6) = (3.22145837/ 4.40060469) = 0.73205 = (2(0.73204903) – 4 )/(3(0.73204903) − 6) = (3.21539602/ 4.439231265) = 0.73205 The root is 0.73205 correct to 5 decimal places. 1.6 Regula-Falsi Method (Method of False Position)— Let us consider the equation ( ) = 0 and ( ) and ( ) are of opposite signs. Also let a < . The graph = ( ) will meet the −axis at some point between A( , ( )) and B ( , ( )). The equation of the chord joining the two points A( , ( )) and B ( , ( )) is – ( ) − = ( ) − ( ) − The x- Coordinate of the point of intersection of this chord with the x-axis gives an approximate value for the of ( ) = 0. Taking = 0 in the chord equation, we get – ( ) − = ( ) − ( ) − ⟹ [ ( ) − ( )] − ( ) + ( ) = − ( ) + ( ) ⟹ [ ( ) − ( )] = ( ) − ( )
  • 11. Unit-III Roots of the equation Rai University | Ahmedabad 11 ⟹ = ( ) − ( ) ( ) − ( ) This gives an approximate value of the root = 0. ( < < ) . Now ( ) and ( ) are of opposite signs or ( ) and ( ) are opposite signs. If ( ). ( ) < 0 . Then lies between and a. = ( )– ( ) ( ) − ( ) This process of calculation of , , … is continued till any two successive values are equal and subsequently we get the solution of the given equation. Steps— 1. Find a and b in which f(a) and f(b) are opposite signs for the given equation using trial and error method. 2. Therefore root lies between and if f(a) is very close to zero select and compute by using the following formula: = ( ) − ( ) ( ) − ( ) 3. If ( ). ( ) < 0 . then root lies between and .Compute by using the following formula: = ( ) − ( ) ( ) − ( ) 4. Calculate the values of , , , … by using the above formula until any two successive values are equal and subsequently we get the solution of the given equation.
  • 12. Unit-III Roots of the equation Rai University | Ahmedabad 12 Advantages of RegulaFalsi Method— No need to calculate a complicated derivative (as in Newton's method). Disadvantages of RegulaFalsi Method— a) May converge slowly for functions with big curvatures. b) Newton-Raphson may be still faster if we can apply it. Example 1—Solve for a positive root of − 4 + 1 = 0 by and Regula Falsi method Solution—Let ( ) = − 4 + 1 = 0 (0) = 0 − 4 (0) + 1 = 1 = + (1) = 1 − 4(1) + 1 = −2 = − So a root lies between 0 and 1.We shall find the root that lies between 0 and 1. Here = 0, = 1 = 0 × (1) − 1 × (0) (1) − (0) = 0 × (−2) − 1 × 1 (−2) − 1 = 0 − 1 −3 = 1 3 = 0.333333 ( ) = (1/3) = (1/27) − (4/3) + 1 = −0.2963 Now (0) and (1/3) are opposite in sign. Hence the root lies between 0 and 1/3. = 0 × 1 3 − 1 3 (0) 1 3 − (0) = −0.3333 −0.2963 − 1 = −0.3333 −1.2963 = 0.25714 Now ( ) = (0.25714) = − 0.011558 = − So the root lies between 0 and 0.25714 = 0 × (0.25714) − 0.25714 × (0) (0.25714) – (0) = − 0.25714 −1.011558 = 0.25420 ( ) = (0.25420) = −0.0003742 So the root lies between 0 and 0.25420 = 0 × (0.25420) − 0.25420 × (0) (0.25420) – (0) = −0.25420 / −1.0003742 = 0.25410 ( ) = (0.25410) = − 0.000012936 The root lies between 0 and 0.25410
  • 13. Unit-III Roots of the equation Rai University | Ahmedabad 13 = 0 × (0.25410) − 0.25410 × (0) (0.25410) – (0) = −0.25410 / −1.000012936 = 0.25410 Hence the root is 0.25410. Example —Find an approximate root of log10 – 1.2 = 0 by False position method. Solution—Let ( ) = 10 – 1.2 (1) = −1.2 = − ; (2) = 2 × 0.30103 − 1.2 = − 0.597940 (3) = 3 × 0.47712 – 1.2 = 0.231364 = + So, the root lies between 2 and 3. = 2 (3) – 3 (2) (3) – (2) = 2 × 0.23136 – 3 × (−0.59794) 0.23136 + 0.597 = 2.721014 ( ) = (2.7210) = − 0.017104 = − The root lies between and 3. = × (3)– 3 × ( ) (3)– ( ) = 2.721014 × 0.231364 – 3 × (−0.017104) 0.23136 + 0.017104 = . . . = . . = 2.740260 ( ) = (2.7402) = 2.7402 × log(2.7402)– 1.2 = − 0.00038905 = − So the root lies between 2.740260 and 3. = . × ( ) – × ( . ) ( ) – ( . ) = . . ( . ) . . = . . = 2.740627 ( ) = (2.7406) = 0.00011998 = + So the root lies between 2.740260 and 2.740627 = 2.7402 (2.7406) – 2.7406 (2.7402) (2.7406) – (2.7402) = 2.7402 0.00011998 + 2.7406 0.00038905 0.00011998 + 0.00038905 = 0.0013950 0.00050903 = 2.7405 Hence the root is 2.7405.
  • 14. Unit-III Roots of the equation Rai University | Ahmedabad 14 1.7 Rate of Convergence — It is the rate at which the iteration method converges so that the initial approximation to the root is sufficiently close to the desired root. Definition—An iterative method is said to be of order or has the rate of convergence , if is the largest positive real number for which there exists a finite constant ≠ 0 such that | | ≤ | | Where = − is the error in the −iteration. The constant is called the asymptotic error constant and usually depends on the derivative of ( ) at = . Newton-Raphson Method— We know that = − ( ) ( ) , = 1,2, … On substituting = + , expanding ( + ), ( + ) in Taylor series about the point , we get = − ( ) + 1 2 ( ) + ⋯ ( ) + ( ) + ⋯ = − ( ) ( ) + ⋯ 1 + ( ) ( ) + ⋯ = 1 2 ( ) ( ) + ( ). On neglecting the and higher power of , we get = Where = ( ) ( ) . Thus, the Newton-Raphsons Method has second order convergence. RegulaFalsi Method— If the function ( ) in the equation ( ) = 0 is convex in the interval ( , )that contains the root, then one of the points or is always fixed and the other point varies with . If the point is fixed , then the function ( ) is approximated by the line passing through the points ( , ( )) and ( , ( )) , = 1,2,3, … the error of the equation becomes = Where = ( ) ( ) and = − ξ is independent of . Therefore we can write = ∗ Where ∗ = is the asymptotic error constant. Hence the Regula-Falsi method has linear rate of convergence.
  • 15. Unit-III Roots of the equation Rai University | Ahmedabad 15 Exercise 1. Find a positive root of the following equation by bisection method : − 4 − 9 (Answer: 2.7065) 2. Solve the following by using Newton – Raphson Method : – − 1 (Answer ∶ 1.3247 ) 3. Solve the following by method of false position (Regula-Falsi Method): + 2 + 10 – 20 (Answer ∶ 1.3688)
  • 16. Unit-III Roots of the equation Rai University | Ahmedabad 16 Reference 1. Numerical Method for Science and Computer science by M.K. Jain, S.R.K. Iyenger, R.K. Jain 2. http://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CCMQFjAB&url=http%3A%2F%2F 3. www.bu.ac.in%2Fsde_book%2Fbca_numer.pdf&ei=uKenVMatGceduQTt9ILwBw&usg=AFQjCNH7oooXkwN7zusFPiJS7MksUkmZaw&bvm=bv.82001339, d.c2E&cad=rja 4. http://1.bp.blogspot.com/_BqwTAHDIq4E/TCqWRUqn7qI/AAAAAAAAACE/oe-W-JZaQRI/s400/Dibujo.bmp 5. http://www.google.co.in/imgres?imgurl=http%3A%2F%2Fimage.tutorvista.com%2Fcms%2Fimages%2F39%2Fnewton%252513raphsonmethod.JPG&imgrefurl= http%3A%2F%2Fmath.tutorvista.com%2Fcalculus%2Fnewton-raphson-method.html&h=283&w=500&tbnid=VCvTr-sjzqmjDM%3A&zoom= 1&docid=o_ YQeEzCa1CVHM&ei=B6SnVMCEDomlNqbsgaAN&tbm=isch&ved=0CB0QMygBMAE&iact=rc&uact=3&dur=4533&page=1&start=0&ndsp=17 6. http://www.google.co.in/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&cad=rja&uact=8&ved=0CAcQjRw&url=http%3A%2F%2Fmathumatiks.com%2F subpage-373-Regula-Falsi-Method.htm&ei=6aWnVK1Eo3muQSuqILABg&bvm=bv.82001339,d.eXY&psig=AFQjCNGE5QOyUayJysWeiBMOzx7QBybl_w&ust= 1420359120049725