SlideShare une entreprise Scribd logo
1  sur  8
Télécharger pour lire hors ligne
MATHEMATICAL METHODS




             NUMERICAL SOLUTIONS OF
      ALGEBRAIC AND TRANSDENTIAL EQUATIONS
                            I YEAR B.Tech




By
Mr. Y. Prabhaker Reddy
Asst. Professor of Mathematics
Guru Nanak Engineering College
Ibrahimpatnam, Hyderabad.
SYLLABUS OF MATHEMATICAL METHODS (as per JNTU Hyderabad)
Name of the Unit                                      Name of the Topic
                     Matrices and Linear system of equations: Elementary row transformations – Rank
      Unit-I
                     – Echelon form, Normal form       – Solution of Linear Systems    – Direct Methods        – LU
Solution of Linear
                     Decomposition from Gauss Elimination – Solution of Tridiagonal systems – Solution
    systems
                     of Linear Systems.
                     Eigen values, Eigen vectors     – properties      – Condition number of Matrix, Cayley            –
     Unit-II
                     Hamilton Theorem (without proof)        – Inverse and powers of a matrix by Cayley            –
Eigen values and
                     Hamilton theorem       – Diagonalization of matrix Calculation of powers of matrix
                                                                         –                                     –
  Eigen vectors
                     Model and spectral matrices.
                     Real Matrices, Symmetric, skew symmetric, Orthogonal, Linear Transformation -
                     Orthogonal Transformation. Complex Matrices, Hermition and skew Hermition
     Unit-III
                     matrices, Unitary Matrices - Eigen values and Eigen vectors of complex matrices and
     Linear
                     their properties. Quadratic forms - Reduction of quadratic form to canonical form,
Transformations
                     Rank, Positive, negative and semi definite, Index, signature, Sylvester law, Singular
                     value decomposition.
                     Solution of Algebraic and Transcendental Equations- Introduction: The Bisection
                     Method – The Method of False Position       – The Iteration Method - Newton
                                                                                               –Raphson
                     Method Interpolation: Introduction-Errors in Polynomial Interpolation - Finite
     Unit-IV
                     differences- Forward difference, Backward differences, Central differences, Symbolic
Solution of Non-
                     relations and separation of symbols-Difference equations           – Differences of a
 linear Systems
                     polynomial - Newton’s Formulae for interpolation - Central difference interpolation
                     formulae - Gauss Central Difference Formulae - Lagrange’s Interpolation formulae- B.
                     Spline interpolation, Cubic spline.
     Unit-V          Curve Fitting: Fitting a straight line - Second degree curve - Exponential curve -
 Curve fitting &     Power curve by method of least squares.
   Numerical         Numerical Integration: Numerical Differentiation-Simpson’s         3/8    Rule,      Gaussian
   Integration       Integration, Evaluation of Principal value integrals, Generalized Quadrature.
     Unit-VI         Solution   by   Taylor’s    series -   Picard’s   Method of approximation-
                                                                         successive                    Euler’s
   Numerical         Method -Runge kutta Methods, Predictor Corrector Methods, Adams- Bashforth
 solution of ODE     Method.
                     Determination of Fourier coefficients - Fourier series-even and odd functions -
    Unit-VII
                     Fourier series in an arbitrary interval - Even and odd periodic continuation - Half-
 Fourier Series
                     range Fourier sine and cosine expansions.
    Unit-VIII        Introduction and formation of PDE by elimination of arbitrary constants and
     Partial         arbitrary functions - Solutions of first order linear equation - Non linear equations -
   Differential      Method of separation of variables for second order equations - Two dimensional
   Equations         wave equation.
CONTENTS
UNIT-IV (a)
SOLUTIONS OF NON-LINEAR SYSTEMS
a) Numerical Solutions of Algebraic and Transcendental Equation

          Introduction

          Bisection Method

          Regular Folsi Method

          Newton Raphson Method

          Iteration Method
NUMERICAL SOLUTIONS OF ALGEBRAIC AND TRANSCENDENTAL EQUATIONS

Aim: To find a root of



                                          Algebraic                          Highest power
                                          Equation                            of x is finite
      f(x)=0
                                       Transcendental                        Highest power
                                          Equation                           of x is Infinite



Algebraic Equation: An Equation which contains algebraic terms is called as an algebraic
Equation.

Example:                  , Here Highest power of x is finite. So it is an algebraic Equation.

Transcendental Equation: An equation which contains trigonometric ratios, exponential
function and logarithmic functions is called as a Transcendental Equation.

Example:                                              etc.

In order to solve above type of equations following methods exist

     Directive Methods: The methods which are used to find solutions of given equations in the
     direct process is called as directive methods.
     Example: Synthetic division, remainder theorem, Factorization method etc
    Note: By using Directive Methods, it is possible to find exact solutions of the given equation.
     Iterative Methods (Indirect Methods): The methods which are used to find solutions of
     the given equation in some indirect process is called as Iterative Methods
     Note: By using Iterative methods, it is possible to find approximate solution of the given
     equation and also it is possible to find single solution of the given equation at the same time.

To find a root of the given equation, we have following methods

       Bisection Method
       The Method of false position (Or) Regular folsi Method
       Iteration Method (Successive approximation Method)
       Newton Raphson Method.
Bisection Method

 Consider                 be the given equation.

 Let us choose the constants             and       in such a way that

 (I.e.        and         are of opposite signs) i.e.



 Then the curve                   crosses -            in between     and , so that there exists a root of the
 given equation in between              and .

 Let us define initial approximation

 Now, If                  then     is root of the given equation.

 If              then either

 Case (i): Let us consider that                       and       Case (ii): Let us consider that            and



 Since                                                          Since

         Root lies between        and                               Root lies between      and




                                           Here

Let us consider that             Let us consider that           Let us consider that        Let us consider that
             &                                 &                            &                          &

Since                            Since                          Since                       Since

      Root lies between             Root lies between               Root lies between            Root lies between
and                              and                            and                         and



 Here, the logic is that, we have to select first negative or first positive from bottom
 approximations only, but not from top. i.e. the approximation which we have recently found
 should be selected.

 If              , then     is root of the given equation. Otherwise repeat above process until we obtain
 solution of the given equation.
Regular Folsi Method (Or) Method of False position

Let us consider that                be the given equation.

Let us choose two points      and in such a way that                     and     are of opposite signs.

i.e.

Consider                           , so that the graph                   crosses -axis in between            . then,
there exists a root of the given equation in between            and .

Let us define a straight line joining the points                                    , then the equation of

straight line is given by                            ----- > ( I )


This method consists of replacing the part of the curve by means of a straight line and then takes
the point of intersection of the straight line with -axis, which give an approximation to the
required root.

In the present case, it can be obtained by substituting                    in equation I, and it is denoted by     .

From ( I )

Now, any point on -axis                    and let initial approximation be          i.e.

     (I)




                                  ---- > ( II )


If           , then    is root of the given equation.

If           , then either                 (or)

Case (i): Let us consider that

We know that                and

Hence root of the given equation lies between            and         .
In order to obtain next approximation        , replace      with    in equation ( II )

Hence


Case (ii): Let us consider that

We know that                and
Hence root of the given equation lies between         and     .
In order to obtain next approximation        , replace      with    in equation ( II )

Hence

If          , then is root of the given equation. Otherwise repeat above process until we
obtain a root of the given equation to the desired accuracy.

Newton Raphson Method

Let us consider that              be the given equation.

Let us choose initial approximation to be       .

Let us assume that                 be exact root of                where        , so that

Expanding above relation by means of Taylor’s expansion method, we get




Since   is very small,     and higher powers of      are neglected. Then the above relation becomes




Hence




If          , then       is root of the given equation. Otherwise repeat above process until we
obtain a root of the given equation to the desired accuracy.

Successive approximations are given by

                                        and so on.
Iteration Method

Let us consider that         be the given equation.
Let us choose initial approximation to be   .
Rewrite           as          such that               .
Then successive approximations are given by




Repeat the above process until we get successive approximation equal, which will gives the
required root of the given equation.

Contenu connexe

Tendances

Second order homogeneous linear differential equations
Second order homogeneous linear differential equations Second order homogeneous linear differential equations
Second order homogeneous linear differential equations Viraj Patel
 
First order non-linear partial differential equation & its applications
First order non-linear partial differential equation & its applicationsFirst order non-linear partial differential equation & its applications
First order non-linear partial differential equation & its applicationsJayanshu Gundaniya
 
Presentation on Solution to non linear equations
Presentation on Solution to non linear equationsPresentation on Solution to non linear equations
Presentation on Solution to non linear equationsRifat Rahamatullah
 
Presentation on Numerical Method (Trapezoidal Method)
Presentation on Numerical Method (Trapezoidal Method)Presentation on Numerical Method (Trapezoidal Method)
Presentation on Numerical Method (Trapezoidal Method)Syed Ahmed Zaki
 
Interpolation In Numerical Methods.
 Interpolation In Numerical Methods. Interpolation In Numerical Methods.
Interpolation In Numerical Methods.Abu Kaisar
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson methodBijay Mishra
 
Newton's forward & backward interpolation
Newton's forward & backward interpolationNewton's forward & backward interpolation
Newton's forward & backward interpolationHarshad Koshti
 
NUMERICAL METHODS -Iterative methods(indirect method)
NUMERICAL METHODS -Iterative methods(indirect method)NUMERICAL METHODS -Iterative methods(indirect method)
NUMERICAL METHODS -Iterative methods(indirect method)krishnapriya R
 
Gaussian quadratures
Gaussian quadraturesGaussian quadratures
Gaussian quadraturesTarun Gehlot
 
Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)
Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)
Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)Minhas Kamal
 
Runge-Kutta methods with examples
Runge-Kutta methods with examplesRunge-Kutta methods with examples
Runge-Kutta methods with examplesSajjad Hossain
 
Bisection & Regual falsi methods
Bisection & Regual falsi methodsBisection & Regual falsi methods
Bisection & Regual falsi methodsDivya Bhatia
 
presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve Mukuldev Khunte
 
Numerical Analysis (Solution of Non-Linear Equations) part 2
Numerical Analysis (Solution of Non-Linear Equations) part 2Numerical Analysis (Solution of Non-Linear Equations) part 2
Numerical Analysis (Solution of Non-Linear Equations) part 2Asad Ali
 
Numerical integration
Numerical integrationNumerical integration
Numerical integrationSunny Chauhan
 
Langrange Interpolation Polynomials
Langrange Interpolation PolynomialsLangrange Interpolation Polynomials
Langrange Interpolation PolynomialsSohaib H. Khan
 

Tendances (20)

Second order homogeneous linear differential equations
Second order homogeneous linear differential equations Second order homogeneous linear differential equations
Second order homogeneous linear differential equations
 
First order non-linear partial differential equation & its applications
First order non-linear partial differential equation & its applicationsFirst order non-linear partial differential equation & its applications
First order non-linear partial differential equation & its applications
 
Presentation on Solution to non linear equations
Presentation on Solution to non linear equationsPresentation on Solution to non linear equations
Presentation on Solution to non linear equations
 
Presentation on Numerical Method (Trapezoidal Method)
Presentation on Numerical Method (Trapezoidal Method)Presentation on Numerical Method (Trapezoidal Method)
Presentation on Numerical Method (Trapezoidal Method)
 
Numerical method
Numerical methodNumerical method
Numerical method
 
Interpolation In Numerical Methods.
 Interpolation In Numerical Methods. Interpolation In Numerical Methods.
Interpolation In Numerical Methods.
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson method
 
Newton's forward & backward interpolation
Newton's forward & backward interpolationNewton's forward & backward interpolation
Newton's forward & backward interpolation
 
NUMERICAL METHODS -Iterative methods(indirect method)
NUMERICAL METHODS -Iterative methods(indirect method)NUMERICAL METHODS -Iterative methods(indirect method)
NUMERICAL METHODS -Iterative methods(indirect method)
 
Gaussian quadratures
Gaussian quadraturesGaussian quadratures
Gaussian quadratures
 
Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)
Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)
Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)
 
Runge-Kutta methods with examples
Runge-Kutta methods with examplesRunge-Kutta methods with examples
Runge-Kutta methods with examples
 
Bisection method
Bisection methodBisection method
Bisection method
 
Bisection & Regual falsi methods
Bisection & Regual falsi methodsBisection & Regual falsi methods
Bisection & Regual falsi methods
 
Numerical analysis ppt
Numerical analysis pptNumerical analysis ppt
Numerical analysis ppt
 
presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve
 
Numerical Analysis (Solution of Non-Linear Equations) part 2
Numerical Analysis (Solution of Non-Linear Equations) part 2Numerical Analysis (Solution of Non-Linear Equations) part 2
Numerical Analysis (Solution of Non-Linear Equations) part 2
 
Numerical integration
Numerical integrationNumerical integration
Numerical integration
 
Langrange Interpolation Polynomials
Langrange Interpolation PolynomialsLangrange Interpolation Polynomials
Langrange Interpolation Polynomials
 
Backtracking
BacktrackingBacktracking
Backtracking
 

En vedette (20)

Newton-Raphson Method
Newton-Raphson MethodNewton-Raphson Method
Newton-Raphson Method
 
Iterative methods
Iterative methodsIterative methods
Iterative methods
 
2 Capitulo Metodos Numericos
2 Capitulo Metodos Numericos2 Capitulo Metodos Numericos
2 Capitulo Metodos Numericos
 
Secante
SecanteSecante
Secante
 
Unit4
Unit4Unit4
Unit4
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson method
 
56 system of linear equations
56 system of linear equations56 system of linear equations
56 system of linear equations
 
Bisection
BisectionBisection
Bisection
 
Secant method
Secant methodSecant method
Secant method
 
Numerical approximation
Numerical approximationNumerical approximation
Numerical approximation
 
euler's theorem
euler's theoremeuler's theorem
euler's theorem
 
Taylorseries
TaylorseriesTaylorseries
Taylorseries
 
Euler’s formula
Euler’s formulaEuler’s formula
Euler’s formula
 
bisection method
bisection methodbisection method
bisection method
 
Unit vi
Unit viUnit vi
Unit vi
 
Numerical Methods
Numerical MethodsNumerical Methods
Numerical Methods
 
Taylor’s series
Taylor’s   seriesTaylor’s   series
Taylor’s series
 
MILNE'S PREDICTOR CORRECTOR METHOD
MILNE'S PREDICTOR CORRECTOR METHODMILNE'S PREDICTOR CORRECTOR METHOD
MILNE'S PREDICTOR CORRECTOR METHOD
 
Newton-Raphson Method
Newton-Raphson MethodNewton-Raphson Method
Newton-Raphson Method
 
Computer arithmetic
Computer arithmeticComputer arithmetic
Computer arithmetic
 

Similaire à algebraic&transdential equations

linear transformation
linear transformationlinear transformation
linear transformation8laddu8
 
eigen valuesandeigenvectors
eigen valuesandeigenvectorseigen valuesandeigenvectors
eigen valuesandeigenvectors8laddu8
 
real andcomplexmatricesquadraticforms
real andcomplexmatricesquadraticformsreal andcomplexmatricesquadraticforms
real andcomplexmatricesquadraticforms8laddu8
 
interpolation
interpolationinterpolation
interpolation8laddu8
 
partial diffrentialequations
partial diffrentialequationspartial diffrentialequations
partial diffrentialequations8laddu8
 
Unit 1-solution oflinearsystems
Unit 1-solution oflinearsystemsUnit 1-solution oflinearsystems
Unit 1-solution oflinearsystems8laddu8
 
fourier series
fourier seriesfourier series
fourier series8laddu8
 
Motion graphs summary
Motion graphs summaryMotion graphs summary
Motion graphs summaryPatrick Cole
 
Analyzing Statistical Results
Analyzing Statistical ResultsAnalyzing Statistical Results
Analyzing Statistical Resultsoehokie82
 
Day 9 combining like terms
Day 9 combining like termsDay 9 combining like terms
Day 9 combining like termsErik Tjersland
 
Methods1 relations and functions
Methods1 relations and functionsMethods1 relations and functions
Methods1 relations and functionskmcmullen
 
Methods2 polynomial functions
Methods2 polynomial functionsMethods2 polynomial functions
Methods2 polynomial functionskmcmullen
 
Modelling and Managing Ambiguous Context in Intelligent Environments
Modelling and Managing Ambiguous Context in Intelligent EnvironmentsModelling and Managing Ambiguous Context in Intelligent Environments
Modelling and Managing Ambiguous Context in Intelligent EnvironmentsAitor Almeida
 
Oracle Crystal Ball Screens
Oracle Crystal Ball ScreensOracle Crystal Ball Screens
Oracle Crystal Ball ScreensDave Maskell
 

Similaire à algebraic&transdential equations (20)

linear transformation
linear transformationlinear transformation
linear transformation
 
eigen valuesandeigenvectors
eigen valuesandeigenvectorseigen valuesandeigenvectors
eigen valuesandeigenvectors
 
real andcomplexmatricesquadraticforms
real andcomplexmatricesquadraticformsreal andcomplexmatricesquadraticforms
real andcomplexmatricesquadraticforms
 
interpolation
interpolationinterpolation
interpolation
 
partial diffrentialequations
partial diffrentialequationspartial diffrentialequations
partial diffrentialequations
 
Unit 1-solution oflinearsystems
Unit 1-solution oflinearsystemsUnit 1-solution oflinearsystems
Unit 1-solution oflinearsystems
 
fourier series
fourier seriesfourier series
fourier series
 
Motion graphs summary
Motion graphs summaryMotion graphs summary
Motion graphs summary
 
Analyzing Statistical Results
Analyzing Statistical ResultsAnalyzing Statistical Results
Analyzing Statistical Results
 
Day 9 combining like terms
Day 9 combining like termsDay 9 combining like terms
Day 9 combining like terms
 
Simbol matematika dasar
Simbol matematika dasarSimbol matematika dasar
Simbol matematika dasar
 
Methods1 relations and functions
Methods1 relations and functionsMethods1 relations and functions
Methods1 relations and functions
 
Methods2 polynomial functions
Methods2 polynomial functionsMethods2 polynomial functions
Methods2 polynomial functions
 
ตัวจริง
ตัวจริงตัวจริง
ตัวจริง
 
Modelling and Managing Ambiguous Context in Intelligent Environments
Modelling and Managing Ambiguous Context in Intelligent EnvironmentsModelling and Managing Ambiguous Context in Intelligent Environments
Modelling and Managing Ambiguous Context in Intelligent Environments
 
Oracle Crystal Ball Screens
Oracle Crystal Ball ScreensOracle Crystal Ball Screens
Oracle Crystal Ball Screens
 
Math Homework
Math Homework Math Homework
Math Homework
 
Struds overview
Struds overviewStruds overview
Struds overview
 
G. Pillsbury Stanislaus Online Readiness at Stanislaus
G. Pillsbury Stanislaus Online Readiness at StanislausG. Pillsbury Stanislaus Online Readiness at Stanislaus
G. Pillsbury Stanislaus Online Readiness at Stanislaus
 
Rubik’s cube
Rubik’s cubeRubik’s cube
Rubik’s cube
 

Dernier

Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 

Dernier (20)

Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 

algebraic&transdential equations

  • 1. MATHEMATICAL METHODS NUMERICAL SOLUTIONS OF ALGEBRAIC AND TRANSDENTIAL EQUATIONS I YEAR B.Tech By Mr. Y. Prabhaker Reddy Asst. Professor of Mathematics Guru Nanak Engineering College Ibrahimpatnam, Hyderabad.
  • 2. SYLLABUS OF MATHEMATICAL METHODS (as per JNTU Hyderabad) Name of the Unit Name of the Topic Matrices and Linear system of equations: Elementary row transformations – Rank Unit-I – Echelon form, Normal form – Solution of Linear Systems – Direct Methods – LU Solution of Linear Decomposition from Gauss Elimination – Solution of Tridiagonal systems – Solution systems of Linear Systems. Eigen values, Eigen vectors – properties – Condition number of Matrix, Cayley – Unit-II Hamilton Theorem (without proof) – Inverse and powers of a matrix by Cayley – Eigen values and Hamilton theorem – Diagonalization of matrix Calculation of powers of matrix – – Eigen vectors Model and spectral matrices. Real Matrices, Symmetric, skew symmetric, Orthogonal, Linear Transformation - Orthogonal Transformation. Complex Matrices, Hermition and skew Hermition Unit-III matrices, Unitary Matrices - Eigen values and Eigen vectors of complex matrices and Linear their properties. Quadratic forms - Reduction of quadratic form to canonical form, Transformations Rank, Positive, negative and semi definite, Index, signature, Sylvester law, Singular value decomposition. Solution of Algebraic and Transcendental Equations- Introduction: The Bisection Method – The Method of False Position – The Iteration Method - Newton –Raphson Method Interpolation: Introduction-Errors in Polynomial Interpolation - Finite Unit-IV differences- Forward difference, Backward differences, Central differences, Symbolic Solution of Non- relations and separation of symbols-Difference equations – Differences of a linear Systems polynomial - Newton’s Formulae for interpolation - Central difference interpolation formulae - Gauss Central Difference Formulae - Lagrange’s Interpolation formulae- B. Spline interpolation, Cubic spline. Unit-V Curve Fitting: Fitting a straight line - Second degree curve - Exponential curve - Curve fitting & Power curve by method of least squares. Numerical Numerical Integration: Numerical Differentiation-Simpson’s 3/8 Rule, Gaussian Integration Integration, Evaluation of Principal value integrals, Generalized Quadrature. Unit-VI Solution by Taylor’s series - Picard’s Method of approximation- successive Euler’s Numerical Method -Runge kutta Methods, Predictor Corrector Methods, Adams- Bashforth solution of ODE Method. Determination of Fourier coefficients - Fourier series-even and odd functions - Unit-VII Fourier series in an arbitrary interval - Even and odd periodic continuation - Half- Fourier Series range Fourier sine and cosine expansions. Unit-VIII Introduction and formation of PDE by elimination of arbitrary constants and Partial arbitrary functions - Solutions of first order linear equation - Non linear equations - Differential Method of separation of variables for second order equations - Two dimensional Equations wave equation.
  • 3. CONTENTS UNIT-IV (a) SOLUTIONS OF NON-LINEAR SYSTEMS a) Numerical Solutions of Algebraic and Transcendental Equation  Introduction  Bisection Method  Regular Folsi Method  Newton Raphson Method  Iteration Method
  • 4. NUMERICAL SOLUTIONS OF ALGEBRAIC AND TRANSCENDENTAL EQUATIONS Aim: To find a root of Algebraic Highest power Equation of x is finite f(x)=0 Transcendental Highest power Equation of x is Infinite Algebraic Equation: An Equation which contains algebraic terms is called as an algebraic Equation. Example: , Here Highest power of x is finite. So it is an algebraic Equation. Transcendental Equation: An equation which contains trigonometric ratios, exponential function and logarithmic functions is called as a Transcendental Equation. Example: etc. In order to solve above type of equations following methods exist Directive Methods: The methods which are used to find solutions of given equations in the direct process is called as directive methods. Example: Synthetic division, remainder theorem, Factorization method etc Note: By using Directive Methods, it is possible to find exact solutions of the given equation. Iterative Methods (Indirect Methods): The methods which are used to find solutions of the given equation in some indirect process is called as Iterative Methods Note: By using Iterative methods, it is possible to find approximate solution of the given equation and also it is possible to find single solution of the given equation at the same time. To find a root of the given equation, we have following methods Bisection Method The Method of false position (Or) Regular folsi Method Iteration Method (Successive approximation Method) Newton Raphson Method.
  • 5. Bisection Method Consider be the given equation. Let us choose the constants and in such a way that (I.e. and are of opposite signs) i.e. Then the curve crosses - in between and , so that there exists a root of the given equation in between and . Let us define initial approximation Now, If then is root of the given equation. If then either Case (i): Let us consider that and Case (ii): Let us consider that and Since Since Root lies between and Root lies between and Here Let us consider that Let us consider that Let us consider that Let us consider that & & & & Since Since Since Since Root lies between Root lies between Root lies between Root lies between and and and and Here, the logic is that, we have to select first negative or first positive from bottom approximations only, but not from top. i.e. the approximation which we have recently found should be selected. If , then is root of the given equation. Otherwise repeat above process until we obtain solution of the given equation.
  • 6. Regular Folsi Method (Or) Method of False position Let us consider that be the given equation. Let us choose two points and in such a way that and are of opposite signs. i.e. Consider , so that the graph crosses -axis in between . then, there exists a root of the given equation in between and . Let us define a straight line joining the points , then the equation of straight line is given by ----- > ( I ) This method consists of replacing the part of the curve by means of a straight line and then takes the point of intersection of the straight line with -axis, which give an approximation to the required root. In the present case, it can be obtained by substituting in equation I, and it is denoted by . From ( I ) Now, any point on -axis and let initial approximation be i.e. (I) ---- > ( II ) If , then is root of the given equation. If , then either (or) Case (i): Let us consider that We know that and Hence root of the given equation lies between and .
  • 7. In order to obtain next approximation , replace with in equation ( II ) Hence Case (ii): Let us consider that We know that and Hence root of the given equation lies between and . In order to obtain next approximation , replace with in equation ( II ) Hence If , then is root of the given equation. Otherwise repeat above process until we obtain a root of the given equation to the desired accuracy. Newton Raphson Method Let us consider that be the given equation. Let us choose initial approximation to be . Let us assume that be exact root of where , so that Expanding above relation by means of Taylor’s expansion method, we get Since is very small, and higher powers of are neglected. Then the above relation becomes Hence If , then is root of the given equation. Otherwise repeat above process until we obtain a root of the given equation to the desired accuracy. Successive approximations are given by and so on.
  • 8. Iteration Method Let us consider that be the given equation. Let us choose initial approximation to be . Rewrite as such that . Then successive approximations are given by Repeat the above process until we get successive approximation equal, which will gives the required root of the given equation.