SlideShare a Scribd company logo
1 of 11
Download to read offline
1
NATIONAL INSTITUTE OF TECHNOLOGY RAIPUR
DEPARTMENT OF MINING ENGINEERING
A TERM PROJECT
“08-SOLUTION OF ALGEBRAIC AND TRANSCENDENTAL
EQUATION- ITERATION METHOD & ITS
APPLICATIONS”
IN
NUMERICAL ANALYSIS AND COMPUTER PROGRAMMING
PREPARED BY:
AMIT KUMAR
ROLL NO. 18121008
B.TECH. MINING ENGINEERING
UNDER GUIDANCE OF:
DR. S.N. RAW
ASSISTANT PROFESSOR
DEPARTMENT OF APPLIED MATHEMATICS
2
ACKNOWLEDGEMENT
I would like to express my special thank of gratitude to respected Dr. S.N. RAW
sir for his guidance, help and useful suggestion and give us opportunity to do
this project of solution of algebraic and transcendental equation-iteration
method (NACP).
3
INDEX
CONTENTS
1. ABSTRACT /SUMMERY...................................................................................4
1.1 KEYWORDS................................................................................................4
2.INTRODUCTION...............................................................................................4
3. DEVELOPMENT OF FORMULA /METHOD .......................................................5
4.ANALYSIS OF ITERATION METHOD..................................................................6
5.APPLICATIONS OF ITERATION METHOD..........................................................7
6.CONCLUSION ................................................................................................10
7.REFERENCES..................................................................................................11
8. BIODATA ABOUT WRITER.............................................................................11
4
1. ABSTRACT /SUMMERY: In this project, we will discuss about Iteration
method and its applications in detail. With Iteration method, we will solve
algebraic equations and transcendental equations. This method is used finding
the root of only those equations f(x) = 0, which are expressible as x = φ(x). The
root of the equation is the same as the point of intersection of the straight-line
y = x and y = φ(x).
1.1 KEYWORDS: Iteration method, algebraic equation, Transcendental
equation, applications, root
2.INTRODUCTION: An expression of the form
f(x)= 𝑎𝑎0 𝑥𝑥 𝑛𝑛
+ 𝑎𝑎1 𝑥𝑥 𝑛𝑛−1
+ ⋯ 𝑎𝑎𝑛𝑛−1 𝑥𝑥 + 𝑎𝑎𝑛𝑛
where a’ s are constants (𝑎𝑎0 ≠ 0) and n is a positive integer, is called a
polynomial in x of degree n. The polynomial f(x) =0 is called an algebraic equation
of degree n. If f(x) contains some other functions such as trigonometric,
logarithmic, exponential etc., then f(x) = 0 is called a transcendental equation.
Def. The value of x which satisfies f(x) = 0 (1)
is called a root of f(x) = 0. Geometrically, a root of (1) is that value of x where
the graph of y = f(x) crosses the x-axis. The process of finding the roots of an
equation is known as the solution of that equation. This is a problem of basic
importance in applied mathematics.
5
If f(x) is a quadratic, cubic, or a biquadratic expression,
algebraic solutions of equations are available. But the need often arises to solve
higher degree or transcendental equations for which no direct methods exist.
Such equations can best be solved by approximate methods. In this project, we
shall discuss numerical iteration method for the solution of algebraic and
transcendental equations.
3. DEVELOPMENT OF FORMULA /METHOD:
To find the roots of the equation f(x) = 0 (i)
by successive approximations, we rewrite (i) in the form x =∅(𝑥𝑥) (ii)
The roots of (i) are the same as the points of intersection of the straight line y =x
and the curve representing 𝑦𝑦 = ∅(𝑥𝑥). Figure 2.7 illustrates the working of the
iteration method which provides a spiral solution.
Let x =𝑥𝑥0 be an initial approximation of the desired root 𝛼𝛼. Then the first
approximation x1 is given by x1 =∅(x0)
Now treating x1 as the initial value, the second approximation is x2 =∅(x1)
Proceeding in this way, the nth approximation is given by 𝑥𝑥𝑛𝑛=∅𝑓𝑓(𝑥𝑥𝑛𝑛−1)
6
4.ANALYSIS OF ITERATION METHOD
Sufficient condition for convergence of iterations: It is not certain whether
the sequence of approximations 𝑥𝑥1, 𝑥𝑥2..., 𝑥𝑥𝑛𝑛 always converges to the same
number which is a root of (1) or not. As such, we have to choose the initial
approximation 𝑥𝑥0 suitably so that the successive approximations 𝑥𝑥1, 𝑥𝑥2..., 𝑥𝑥𝑛𝑛
converge to the root 𝛼𝛼. The following theorem helps in making the right choice
of 𝑥𝑥0:
Theorem:
If (i) 𝛼𝛼 be a root of f (x) = 0 which is equivalent to 𝑥𝑥 = ∅(𝑥𝑥),
(ii) I, be any interval containing the point x=𝛼𝛼,
(iii) |∅′(x) | < 1 for all x in I,
then the sequence of approximations 𝑥𝑥0, 𝑥𝑥1, 𝑥𝑥2, . . . 𝑥𝑥𝑛𝑛 will converge to the root
𝛼𝛼 provided the initial approximation 𝑥𝑥0 is chosen in I.
Proof. Since 𝛼𝛼 is a root of 𝑥𝑥 = ∅(𝑥𝑥), we have 𝛼𝛼 = ∅(𝛼𝛼)
If 𝑥𝑥𝑛𝑛−1 and 𝑥𝑥𝑛𝑛 be 2 successive approximations to 𝛼𝛼, we have 𝑥𝑥𝑛𝑛 = ∅(𝑥𝑥𝑛𝑛−1)
∴ 𝑥𝑥𝑛𝑛 − 𝛼𝛼 = ∅(𝑥𝑥𝑛𝑛−1) − ∅(𝛼𝛼)
By mean value theorem,
∅(𝑥𝑥𝑛𝑛−1)−∅(𝛼𝛼)
𝛼𝛼𝑛𝑛−1−𝛼𝛼
= ∅′(𝜀𝜀) 𝑤𝑤ℎ𝑒𝑒𝑒𝑒𝑒𝑒 𝑥𝑥𝑛𝑛−1 < 𝜀𝜀 < 𝛼𝛼
Hence (1) becomes 𝑥𝑥𝑛𝑛 − 𝛼𝛼 = (𝑥𝑥𝑛𝑛−1 − 𝛼𝛼)∅′(𝛼𝛼)
If |∅′(𝑥𝑥𝑖𝑖) ≤ 𝑘𝑘 < 1 𝑓𝑓𝑓𝑓𝑓𝑓 𝑎𝑎𝑎𝑎𝑎𝑎 𝑖𝑖, then
𝑥𝑥𝑛𝑛 − 𝛼𝛼 ≤ 𝑘𝑘|𝑥𝑥𝑛𝑛−1 − 𝛼𝛼|
Similarly, 𝑥𝑥𝑛𝑛−1 − 𝛼𝛼 ≤ 𝑘𝑘|𝑥𝑥𝑛𝑛−2 − 𝛼𝛼|
i.e., 𝑥𝑥𝑛𝑛 − 𝛼𝛼 ≤ 𝑘𝑘2
|𝑥𝑥𝑛𝑛−2 − 𝛼𝛼|
Proceeding in this way, 𝑥𝑥𝑛𝑛 − 𝛼𝛼 ≤ 𝑘𝑘 𝑛𝑛
|𝑥𝑥0 − 𝛼𝛼|
As n → ∞, the R.H.S. tends to zero, therefore, the sequence of approximations
converges to the root 𝛼𝛼.
Note:
1. The smaller the value of ∅′(𝑥𝑥), the more rapid will be the convergence.
2. This method of iteration is particularly useful for finding the real roots of an
equation given in the form of an infinite series.
7
5.APPLICATIONS OF ITERATION METHOD
(1) Find a real root of the equation cos x = 3x − 1 correct to three decimal
places using
(i) Iteration method
(ii) Aitken’s ∆2
method.
8
(2)Using iteration method, find a root of the equation 𝑥𝑥3
+ 𝑥𝑥2
− 1 = 0 correct
to four decimal places.
9
(3) Apply iteration method to find the negative root of the equation
𝑥𝑥3
− 2𝑥𝑥 + 5 = 0 correct to four decimal places.
10
(4)
6.CONCLUSION
Iteration method based on the strong initial assumption. The initial
approximation is usually given in question or we can find. In actual practice there
are variety in assumptions which the iteration function ∅(𝑥𝑥) must satisfy to
ensure that the iteration approach to the root. but, to use those assumption you
would require a lot of practice.
11
Iteration methods are also applied to solve simultaneous equation and
computation of approximate solutions of stationary and evolutionary problems
associated with differential equations. It is used in different cycle of software
model.
7.REFERENCES
 Numerical method in engineering and science C, C++ and MATLAB BY B.S.
Grewal
 sciencedirect.com/topic/mathematics/iteration method
8. BIODATA ABOUT WRITER
NAME – AMIT KUMAR
ROLL NUMBER – 18121008
BRANCH – MINING ENGINEERING
SEMESTER – 5TH
TOPIC – 08-SOLUTION OF ALGRBRAIC AND TRANSCENDENTAL EQUATIONS
ITERATION METHOD AND ITS APPLICATIONS
THANK YOU

More Related Content

What's hot

B.tech ii unit-1 material curve tracing
B.tech ii unit-1 material curve tracingB.tech ii unit-1 material curve tracing
B.tech ii unit-1 material curve tracingRai University
 
Propositional logic
Propositional logicPropositional logic
Propositional logicMamta Pandey
 
KMP Pattern Matching algorithm
KMP Pattern Matching algorithmKMP Pattern Matching algorithm
KMP Pattern Matching algorithmKamal Nayan
 
Vector calculus
Vector calculusVector calculus
Vector calculusraghu ram
 
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكروDiscrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكروDr. Khaled Bakro
 
Three dimensional geometry
Three dimensional geometry Three dimensional geometry
Three dimensional geometry Seyid Kadher
 
Numerical differentiation
Numerical differentiationNumerical differentiation
Numerical differentiationandrushow
 
Runge Kurta method of order Four and Six
Runge Kurta method of order Four and SixRunge Kurta method of order Four and Six
Runge Kurta method of order Four and SixFahad B. Mostafa
 
ADA - Minimum Spanning Tree Prim Kruskal and Dijkstra
ADA - Minimum Spanning Tree Prim Kruskal and Dijkstra ADA - Minimum Spanning Tree Prim Kruskal and Dijkstra
ADA - Minimum Spanning Tree Prim Kruskal and Dijkstra Sahil Kumar
 
Methods of solving ODE
Methods of solving ODEMethods of solving ODE
Methods of solving ODEkishor pokar
 

What's hot (20)

Secant method
Secant methodSecant method
Secant method
 
B.tech ii unit-1 material curve tracing
B.tech ii unit-1 material curve tracingB.tech ii unit-1 material curve tracing
B.tech ii unit-1 material curve tracing
 
Propositional logic
Propositional logicPropositional logic
Propositional logic
 
Group Theory
Group TheoryGroup Theory
Group Theory
 
KMP Pattern Matching algorithm
KMP Pattern Matching algorithmKMP Pattern Matching algorithm
KMP Pattern Matching algorithm
 
Bipartite graph
Bipartite graphBipartite graph
Bipartite graph
 
Complex integration
Complex integrationComplex integration
Complex integration
 
Vector calculus
Vector calculusVector calculus
Vector calculus
 
N queens using backtracking
N queens using backtrackingN queens using backtracking
N queens using backtracking
 
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكروDiscrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
 
Group Theory
Group TheoryGroup Theory
Group Theory
 
Three dimensional geometry
Three dimensional geometry Three dimensional geometry
Three dimensional geometry
 
Ramsey theory
Ramsey theoryRamsey theory
Ramsey theory
 
Euler and runge kutta method
Euler and runge kutta methodEuler and runge kutta method
Euler and runge kutta method
 
Secant method
Secant method Secant method
Secant method
 
Numerical differentiation
Numerical differentiationNumerical differentiation
Numerical differentiation
 
Runge Kurta method of order Four and Six
Runge Kurta method of order Four and SixRunge Kurta method of order Four and Six
Runge Kurta method of order Four and Six
 
lattice
 lattice lattice
lattice
 
ADA - Minimum Spanning Tree Prim Kruskal and Dijkstra
ADA - Minimum Spanning Tree Prim Kruskal and Dijkstra ADA - Minimum Spanning Tree Prim Kruskal and Dijkstra
ADA - Minimum Spanning Tree Prim Kruskal and Dijkstra
 
Methods of solving ODE
Methods of solving ODEMethods of solving ODE
Methods of solving ODE
 

Similar to Iteration Method Solves Equations Approximations

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
 
Numerical
NumericalNumerical
Numerical1821986
 
A Measure Of Independence For A Multifariate Normal Distribution And Some Con...
A Measure Of Independence For A Multifariate Normal Distribution And Some Con...A Measure Of Independence For A Multifariate Normal Distribution And Some Con...
A Measure Of Independence For A Multifariate Normal Distribution And Some Con...ganuraga
 
A Measure Of Independence For A Multifariate Normal Distribution And Some Con...
A Measure Of Independence For A Multifariate Normal Distribution And Some Con...A Measure Of Independence For A Multifariate Normal Distribution And Some Con...
A Measure Of Independence For A Multifariate Normal Distribution And Some Con...gueste63bd9
 
Mathematical Statistics Assignment Help
Mathematical Statistics Assignment HelpMathematical Statistics Assignment Help
Mathematical Statistics Assignment HelpExcel Homework Help
 
Roots of equations
Roots of equationsRoots of equations
Roots of equationsMileacre
 
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
 
Ck31369376
Ck31369376Ck31369376
Ck31369376IJMER
 
A Family Of Extragradient Methods For Solving Equilibrium Problems
A Family Of Extragradient Methods For Solving Equilibrium ProblemsA Family Of Extragradient Methods For Solving Equilibrium Problems
A Family Of Extragradient Methods For Solving Equilibrium ProblemsYasmine Anino
 
Symbolic Computation via Gröbner Basis
Symbolic Computation via Gröbner BasisSymbolic Computation via Gröbner Basis
Symbolic Computation via Gröbner BasisIJERA Editor
 
Chi-squared Goodness of Fit Test Project Overview and.docx
Chi-squared Goodness of Fit Test Project  Overview and.docxChi-squared Goodness of Fit Test Project  Overview and.docx
Chi-squared Goodness of Fit Test Project Overview and.docxmccormicknadine86
 
article_imen_ridha_2016_version_finale
article_imen_ridha_2016_version_finalearticle_imen_ridha_2016_version_finale
article_imen_ridha_2016_version_finaleMdimagh Ridha
 
Newton's Raphson method
Newton's Raphson methodNewton's Raphson method
Newton's Raphson methodSaloni Singhal
 
Chi-squared Goodness of Fit Test Project Overview and.docx
Chi-squared Goodness of Fit Test Project  Overview and.docxChi-squared Goodness of Fit Test Project  Overview and.docx
Chi-squared Goodness of Fit Test Project Overview and.docxbissacr
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Numerical Study of Some Iterative Methods for Solving Nonlinear Equations
Numerical Study of Some Iterative Methods for Solving Nonlinear EquationsNumerical Study of Some Iterative Methods for Solving Nonlinear Equations
Numerical Study of Some Iterative Methods for Solving Nonlinear Equationsinventionjournals
 
Numerical solution of fuzzy differential equations by Milne’s predictor-corre...
Numerical solution of fuzzy differential equations by Milne’s predictor-corre...Numerical solution of fuzzy differential equations by Milne’s predictor-corre...
Numerical solution of fuzzy differential equations by Milne’s predictor-corre...mathsjournal
 

Similar to Iteration Method Solves Equations Approximations (20)

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...
 
Numerical
NumericalNumerical
Numerical
 
A Measure Of Independence For A Multifariate Normal Distribution And Some Con...
A Measure Of Independence For A Multifariate Normal Distribution And Some Con...A Measure Of Independence For A Multifariate Normal Distribution And Some Con...
A Measure Of Independence For A Multifariate Normal Distribution And Some Con...
 
A Measure Of Independence For A Multifariate Normal Distribution And Some Con...
A Measure Of Independence For A Multifariate Normal Distribution And Some Con...A Measure Of Independence For A Multifariate Normal Distribution And Some Con...
A Measure Of Independence For A Multifariate Normal Distribution And Some Con...
 
Mathematical Statistics Assignment Help
Mathematical Statistics Assignment HelpMathematical Statistics Assignment Help
Mathematical Statistics Assignment Help
 
Roots of equations
Roots of equationsRoots of equations
Roots of equations
 
Mathematical Statistics Assignment Help
Mathematical Statistics Assignment HelpMathematical Statistics Assignment Help
Mathematical Statistics Assignment Help
 
Modeling the dynamics of molecular concentration during the diffusion procedure
Modeling the dynamics of molecular concentration during the  diffusion procedureModeling the dynamics of molecular concentration during the  diffusion procedure
Modeling the dynamics of molecular concentration during the diffusion procedure
 
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
 
Ck31369376
Ck31369376Ck31369376
Ck31369376
 
A Family Of Extragradient Methods For Solving Equilibrium Problems
A Family Of Extragradient Methods For Solving Equilibrium ProblemsA Family Of Extragradient Methods For Solving Equilibrium Problems
A Family Of Extragradient Methods For Solving Equilibrium Problems
 
Chapter two
Chapter twoChapter two
Chapter two
 
Symbolic Computation via Gröbner Basis
Symbolic Computation via Gröbner BasisSymbolic Computation via Gröbner Basis
Symbolic Computation via Gröbner Basis
 
Chi-squared Goodness of Fit Test Project Overview and.docx
Chi-squared Goodness of Fit Test Project  Overview and.docxChi-squared Goodness of Fit Test Project  Overview and.docx
Chi-squared Goodness of Fit Test Project Overview and.docx
 
article_imen_ridha_2016_version_finale
article_imen_ridha_2016_version_finalearticle_imen_ridha_2016_version_finale
article_imen_ridha_2016_version_finale
 
Newton's Raphson method
Newton's Raphson methodNewton's Raphson method
Newton's Raphson method
 
Chi-squared Goodness of Fit Test Project Overview and.docx
Chi-squared Goodness of Fit Test Project  Overview and.docxChi-squared Goodness of Fit Test Project  Overview and.docx
Chi-squared Goodness of Fit Test Project Overview and.docx
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Numerical Study of Some Iterative Methods for Solving Nonlinear Equations
Numerical Study of Some Iterative Methods for Solving Nonlinear EquationsNumerical Study of Some Iterative Methods for Solving Nonlinear Equations
Numerical Study of Some Iterative Methods for Solving Nonlinear Equations
 
Numerical solution of fuzzy differential equations by Milne’s predictor-corre...
Numerical solution of fuzzy differential equations by Milne’s predictor-corre...Numerical solution of fuzzy differential equations by Milne’s predictor-corre...
Numerical solution of fuzzy differential equations by Milne’s predictor-corre...
 

Recently uploaded

IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 

Recently uploaded (20)

9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 

Iteration Method Solves Equations Approximations

  • 1. 1 NATIONAL INSTITUTE OF TECHNOLOGY RAIPUR DEPARTMENT OF MINING ENGINEERING A TERM PROJECT “08-SOLUTION OF ALGEBRAIC AND TRANSCENDENTAL EQUATION- ITERATION METHOD & ITS APPLICATIONS” IN NUMERICAL ANALYSIS AND COMPUTER PROGRAMMING PREPARED BY: AMIT KUMAR ROLL NO. 18121008 B.TECH. MINING ENGINEERING UNDER GUIDANCE OF: DR. S.N. RAW ASSISTANT PROFESSOR DEPARTMENT OF APPLIED MATHEMATICS
  • 2. 2 ACKNOWLEDGEMENT I would like to express my special thank of gratitude to respected Dr. S.N. RAW sir for his guidance, help and useful suggestion and give us opportunity to do this project of solution of algebraic and transcendental equation-iteration method (NACP).
  • 3. 3 INDEX CONTENTS 1. ABSTRACT /SUMMERY...................................................................................4 1.1 KEYWORDS................................................................................................4 2.INTRODUCTION...............................................................................................4 3. DEVELOPMENT OF FORMULA /METHOD .......................................................5 4.ANALYSIS OF ITERATION METHOD..................................................................6 5.APPLICATIONS OF ITERATION METHOD..........................................................7 6.CONCLUSION ................................................................................................10 7.REFERENCES..................................................................................................11 8. BIODATA ABOUT WRITER.............................................................................11
  • 4. 4 1. ABSTRACT /SUMMERY: In this project, we will discuss about Iteration method and its applications in detail. With Iteration method, we will solve algebraic equations and transcendental equations. This method is used finding the root of only those equations f(x) = 0, which are expressible as x = φ(x). The root of the equation is the same as the point of intersection of the straight-line y = x and y = φ(x). 1.1 KEYWORDS: Iteration method, algebraic equation, Transcendental equation, applications, root 2.INTRODUCTION: An expression of the form f(x)= 𝑎𝑎0 𝑥𝑥 𝑛𝑛 + 𝑎𝑎1 𝑥𝑥 𝑛𝑛−1 + ⋯ 𝑎𝑎𝑛𝑛−1 𝑥𝑥 + 𝑎𝑎𝑛𝑛 where a’ s are constants (𝑎𝑎0 ≠ 0) and n is a positive integer, is called a polynomial in x of degree n. The polynomial f(x) =0 is called an algebraic equation of degree n. If f(x) contains some other functions such as trigonometric, logarithmic, exponential etc., then f(x) = 0 is called a transcendental equation. Def. The value of x which satisfies f(x) = 0 (1) is called a root of f(x) = 0. Geometrically, a root of (1) is that value of x where the graph of y = f(x) crosses the x-axis. The process of finding the roots of an equation is known as the solution of that equation. This is a problem of basic importance in applied mathematics.
  • 5. 5 If f(x) is a quadratic, cubic, or a biquadratic expression, algebraic solutions of equations are available. But the need often arises to solve higher degree or transcendental equations for which no direct methods exist. Such equations can best be solved by approximate methods. In this project, we shall discuss numerical iteration method for the solution of algebraic and transcendental equations. 3. DEVELOPMENT OF FORMULA /METHOD: To find the roots of the equation f(x) = 0 (i) by successive approximations, we rewrite (i) in the form x =∅(𝑥𝑥) (ii) The roots of (i) are the same as the points of intersection of the straight line y =x and the curve representing 𝑦𝑦 = ∅(𝑥𝑥). Figure 2.7 illustrates the working of the iteration method which provides a spiral solution. Let x =𝑥𝑥0 be an initial approximation of the desired root 𝛼𝛼. Then the first approximation x1 is given by x1 =∅(x0) Now treating x1 as the initial value, the second approximation is x2 =∅(x1) Proceeding in this way, the nth approximation is given by 𝑥𝑥𝑛𝑛=∅𝑓𝑓(𝑥𝑥𝑛𝑛−1)
  • 6. 6 4.ANALYSIS OF ITERATION METHOD Sufficient condition for convergence of iterations: It is not certain whether the sequence of approximations 𝑥𝑥1, 𝑥𝑥2..., 𝑥𝑥𝑛𝑛 always converges to the same number which is a root of (1) or not. As such, we have to choose the initial approximation 𝑥𝑥0 suitably so that the successive approximations 𝑥𝑥1, 𝑥𝑥2..., 𝑥𝑥𝑛𝑛 converge to the root 𝛼𝛼. The following theorem helps in making the right choice of 𝑥𝑥0: Theorem: If (i) 𝛼𝛼 be a root of f (x) = 0 which is equivalent to 𝑥𝑥 = ∅(𝑥𝑥), (ii) I, be any interval containing the point x=𝛼𝛼, (iii) |∅′(x) | < 1 for all x in I, then the sequence of approximations 𝑥𝑥0, 𝑥𝑥1, 𝑥𝑥2, . . . 𝑥𝑥𝑛𝑛 will converge to the root 𝛼𝛼 provided the initial approximation 𝑥𝑥0 is chosen in I. Proof. Since 𝛼𝛼 is a root of 𝑥𝑥 = ∅(𝑥𝑥), we have 𝛼𝛼 = ∅(𝛼𝛼) If 𝑥𝑥𝑛𝑛−1 and 𝑥𝑥𝑛𝑛 be 2 successive approximations to 𝛼𝛼, we have 𝑥𝑥𝑛𝑛 = ∅(𝑥𝑥𝑛𝑛−1) ∴ 𝑥𝑥𝑛𝑛 − 𝛼𝛼 = ∅(𝑥𝑥𝑛𝑛−1) − ∅(𝛼𝛼) By mean value theorem, ∅(𝑥𝑥𝑛𝑛−1)−∅(𝛼𝛼) 𝛼𝛼𝑛𝑛−1−𝛼𝛼 = ∅′(𝜀𝜀) 𝑤𝑤ℎ𝑒𝑒𝑒𝑒𝑒𝑒 𝑥𝑥𝑛𝑛−1 < 𝜀𝜀 < 𝛼𝛼 Hence (1) becomes 𝑥𝑥𝑛𝑛 − 𝛼𝛼 = (𝑥𝑥𝑛𝑛−1 − 𝛼𝛼)∅′(𝛼𝛼) If |∅′(𝑥𝑥𝑖𝑖) ≤ 𝑘𝑘 < 1 𝑓𝑓𝑓𝑓𝑓𝑓 𝑎𝑎𝑎𝑎𝑎𝑎 𝑖𝑖, then 𝑥𝑥𝑛𝑛 − 𝛼𝛼 ≤ 𝑘𝑘|𝑥𝑥𝑛𝑛−1 − 𝛼𝛼| Similarly, 𝑥𝑥𝑛𝑛−1 − 𝛼𝛼 ≤ 𝑘𝑘|𝑥𝑥𝑛𝑛−2 − 𝛼𝛼| i.e., 𝑥𝑥𝑛𝑛 − 𝛼𝛼 ≤ 𝑘𝑘2 |𝑥𝑥𝑛𝑛−2 − 𝛼𝛼| Proceeding in this way, 𝑥𝑥𝑛𝑛 − 𝛼𝛼 ≤ 𝑘𝑘 𝑛𝑛 |𝑥𝑥0 − 𝛼𝛼| As n → ∞, the R.H.S. tends to zero, therefore, the sequence of approximations converges to the root 𝛼𝛼. Note: 1. The smaller the value of ∅′(𝑥𝑥), the more rapid will be the convergence. 2. This method of iteration is particularly useful for finding the real roots of an equation given in the form of an infinite series.
  • 7. 7 5.APPLICATIONS OF ITERATION METHOD (1) Find a real root of the equation cos x = 3x − 1 correct to three decimal places using (i) Iteration method (ii) Aitken’s ∆2 method.
  • 8. 8 (2)Using iteration method, find a root of the equation 𝑥𝑥3 + 𝑥𝑥2 − 1 = 0 correct to four decimal places.
  • 9. 9 (3) Apply iteration method to find the negative root of the equation 𝑥𝑥3 − 2𝑥𝑥 + 5 = 0 correct to four decimal places.
  • 10. 10 (4) 6.CONCLUSION Iteration method based on the strong initial assumption. The initial approximation is usually given in question or we can find. In actual practice there are variety in assumptions which the iteration function ∅(𝑥𝑥) must satisfy to ensure that the iteration approach to the root. but, to use those assumption you would require a lot of practice.
  • 11. 11 Iteration methods are also applied to solve simultaneous equation and computation of approximate solutions of stationary and evolutionary problems associated with differential equations. It is used in different cycle of software model. 7.REFERENCES  Numerical method in engineering and science C, C++ and MATLAB BY B.S. Grewal  sciencedirect.com/topic/mathematics/iteration method 8. BIODATA ABOUT WRITER NAME – AMIT KUMAR ROLL NUMBER – 18121008 BRANCH – MINING ENGINEERING SEMESTER – 5TH TOPIC – 08-SOLUTION OF ALGRBRAIC AND TRANSCENDENTAL EQUATIONS ITERATION METHOD AND ITS APPLICATIONS THANK YOU