2
Most read
3
Most read
10
Most read
SEMINAR On engineering
mathematics
TOPIC:
NUMERICAL SOLUTION OF ALGEBRAIC
EQUATIONS
AVNEET SINGH LAL
EC-2
SOLUTION OF ALGEBRAIC AND
TRANSCENDENTAL EQUATIONS
• Consider the equation of the form f(x)=0.
• If f(x) is a quadratic, cubic or biquadratic expression
then algebraic formulae are available for expressing
the roots.
• But when f(x) is a polynomial of higher degree or an
expression involving transcendental functions e.g., 1 +
cos x – 5x, x tan x – cosh x, e-x – sin x etc., algebraic
methods are not available.
METHODS
In order to solve these 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: 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.
DESCARTES RULE OF SIGNS
• Number of positive roots of f(x) = 0 is equal to the number of
sign changes of the coefficients or is less than this number by
an even integer.
• The number of negative roots of f(x) = 0 is obtained by
considering the number of sign changes in f(–x).
• EXAMPLE:
f (x) = x5 + 2x4 – 5x3 – 7x2 + 12x + 2
No. of sign change = 2 = Positive Roots
f (-x) = – x5 + 2x4 + 5x3 – 7x2 – 12x + 2
No. of sign change = 3 = Negative Roots
ITERATIVE METHODS
• BISECTION METHOD
• REGULA FALSI
• NEWTON RAPHSON
BISECTION METHOD
• This method is based on the repeated application of
intermediate value property.
 Locate the interval (a, b) in which root lies.
 Bisect the interval (a, b).
 Choose the half interval in which the root lies.
 Bisect the half interval.
 Repeat the process until the root converges.
EXAMPLE:
• Find the real positive root of the equation-
f (x) = x log10x – 1.2
Correct upto 3 decimal places.
SOLUTION:
S.No. a f (a) b f (b) xi f (xi)
1 2.4 -ve 2.8 +ve 2.6 -ve
2 2.6 -ve 2.8 +ve 2.7 -ve
3 2.7 -ve 2.8 +ve 2.75 +ve
4 2.7 -ve 2.75 +ve 2.725 -ve
5 2.725 -ve 2.75 +ve 2.7375 -ve
6 2.7375 -ve 2.75 +ve 2.74375 +ve
7 2.7375 -ve 2.74375 +ve 2.743625 -ve
REGULA FALSI METHOD
• This is the oldest method for finding the real roots of a
numerical equation.
• It is sometimes known as method of linear interpolation.
 Locate the interval (a, b) in which the root lies.
 First Approximation to the root
 Locate the next interval (a, X0) or ( X0, b ) in which root lies.
 Repeat the process until the root converges.
EXAMPLE:
• Find the real positive root of the equation-
f (x) = 3x – cos x – 1
Correct upto 4 decimal places. Use Regula falsi method.
SOLUTION:
S.No. a f (a) b f (b) xi f (xi)
1 0 -2 1 1.459698 0.578085 -0.103255
2 0.578085 -0.103256 1 1.459698 0.605959 -0.004080
3 0.605959 -0.004079 1 1.459698 0.607157 -0.000159
4 0.607057 -0.000159 1 1.459698 0.607196 0.000006
NEWTON RAPHSON METHOD
• This method is generally used to improve the result obtained by
one of the previous methods.
 Locate the interval (a, b).
 Choose a or b which is nearer to the root as the first
approximation x0 to the root.
Next approximation:
 Repeat the process until the root converges.
EXAMPLE:
• Find a positive value of (17)1/3 correct to six decimal places by
Newton Raphson method.
SOLUTION:
The root lies between 2.5 and 2.6.
Since, |f (2.6)| < |f (2.5)|
Therefore, the root is nearer to 2.6. Let us take x0 = 2.58.
Putting n = 0, 1, 2, ..., successively in Newton Raphson’s formula, we
get-
x1 = 2.571311
x2 = 2.571281
x3 = 2.5712815
Since x2 and x3 are same up to 6 decimal places, hence, the required
Positive root is 2.571281.
ORDER OF CONVERGENCE OF ITERATIVE
METHODS
• The order of convergence is the order at which the error
between two successive approximation to the root decreases.
• Where: A is a non-zero finite number called asymptotic error
constant.
ei and ei+1 are the errors in successive approximations.
k is the largest positive real number
REFERENCES
• ENGINEERING MATHEMATICS ( N.P.
BALI)
• http://www.sakshieducation.com/Engg/Engg
Academia/CommonSubjects/MM-
Algebraic&TransdentialEquations.pdf
!!!THE END!!!
THANK YOU FOR YOUR
ATTENTION

More Related Content

PPT
Numerical method
PDF
Numerical Solution of Ordinary Differential Equations
PPT
Query Decomposition and data localization
PPTX
Differential calculus maxima minima
PDF
Multiple Choice Questions - Numerical Methods
PDF
Production Process 1 Mechanical Engineering Handwritten classes Notes (Study ...
PPTX
Series solution to ordinary differential equations
PPT
Disaster management ppt
Numerical method
Numerical Solution of Ordinary Differential Equations
Query Decomposition and data localization
Differential calculus maxima minima
Multiple Choice Questions - Numerical Methods
Production Process 1 Mechanical Engineering Handwritten classes Notes (Study ...
Series solution to ordinary differential equations
Disaster management ppt

What's hot (20)

PPT
numerical methods
PPTX
Presentation on Solution to non linear equations
PPT
Newton raphson method
PPT
Numerical Analysis (Solution of Non-Linear Equations) part 2
PPT
introduction to Numerical Analysis
PDF
Lecture 04 newton-raphson, secant method etc
PDF
Jacobians new
PPTX
GAUSS ELIMINATION METHOD
PPTX
Newton Raphson
PPT
Newton-Raphson Method
PPTX
Interpolation
PPTX
Numerical analysis ppt
PDF
Numerical Methods 1
PPT
Newton raphson method
PPTX
Interpolation and its applications
PPT
Applications of numerical methods
PDF
Solution of non-linear equations
PPTX
Euler and runge kutta method
PPTX
VECTOR CALCULUS
PPTX
Quadratic Programming : KKT conditions with inequality constraints
numerical methods
Presentation on Solution to non linear equations
Newton raphson method
Numerical Analysis (Solution of Non-Linear Equations) part 2
introduction to Numerical Analysis
Lecture 04 newton-raphson, secant method etc
Jacobians new
GAUSS ELIMINATION METHOD
Newton Raphson
Newton-Raphson Method
Interpolation
Numerical analysis ppt
Numerical Methods 1
Newton raphson method
Interpolation and its applications
Applications of numerical methods
Solution of non-linear equations
Euler and runge kutta method
VECTOR CALCULUS
Quadratic Programming : KKT conditions with inequality constraints
Ad

Similar to Numerical solutions of algebraic equations (20)

PDF
Adv. Num. Tech. 1 Roots of function.pdf
DOCX
Roots of equations
DOCX
Equations root
PPTX
Bisection & Regual falsi methods
PDF
Introduction to comp.physics ch 3.pdf
PDF
Numerical method for solving non linear equations
PPT
Chapter 3
PPTX
Root Equations Methods
 
PDF
Applied numerical methods lec5
PDF
Quadrature
PPTX
PRESENT.pptx this paper will help the next
PDF
Roots of equations
PDF
Chapter 2 solving nonlinear equations
PPTX
Analysis for engineers _roots_ overeruption
PDF
Solution of nonlinear_equations
PPTX
Newton raphsonmethod presentation
PPTX
Secent method
PDF
03 optimization
PDF
OPERATIONS RESEARCH
Adv. Num. Tech. 1 Roots of function.pdf
Roots of equations
Equations root
Bisection & Regual falsi methods
Introduction to comp.physics ch 3.pdf
Numerical method for solving non linear equations
Chapter 3
Root Equations Methods
 
Applied numerical methods lec5
Quadrature
PRESENT.pptx this paper will help the next
Roots of equations
Chapter 2 solving nonlinear equations
Analysis for engineers _roots_ overeruption
Solution of nonlinear_equations
Newton raphsonmethod presentation
Secent method
03 optimization
OPERATIONS RESEARCH
Ad

Recently uploaded (20)

PDF
MLpara ingenieira CIVIL, meca Y AMBIENTAL
PDF
Exploratory_Data_Analysis_Fundamentals.pdf
PDF
Influence of Green Infrastructure on Residents’ Endorsement of the New Ecolog...
PDF
Computer System Architecture 3rd Edition-M Morris Mano.pdf
PPTX
Software Engineering and software moduleing
PPTX
PRASUNET_20240614003_231416_0000[1].pptx
PPTX
Information Storage and Retrieval Techniques Unit III
PPTX
wireless networks, mobile computing.pptx
PDF
LOW POWER CLASS AB SI POWER AMPLIFIER FOR WIRELESS MEDICAL SENSOR NETWORK
PDF
Java Basics-Introduction and program control
PPTX
A Brief Introduction to IoT- Smart Objects: The "Things" in IoT
PDF
Prof. Dr. KAYIHURA A. SILAS MUNYANEZA, PhD..pdf
PPTX
Management Information system : MIS-e-Business Systems.pptx
PPTX
Petroleum Refining & Petrochemicals.pptx
PPTX
Chemical Technological Processes, Feasibility Study and Chemical Process Indu...
PDF
UEFA_Embodied_Carbon_Emissions_Football_Infrastructure.pdf
PDF
August 2025 - Top 10 Read Articles in Network Security & Its Applications
PPTX
CN_Unite_1 AI&DS ENGGERING SPPU PUNE UNIVERSITY
PDF
Introduction to Power System StabilityPS
PDF
Cryptography and Network Security-Module-I.pdf
MLpara ingenieira CIVIL, meca Y AMBIENTAL
Exploratory_Data_Analysis_Fundamentals.pdf
Influence of Green Infrastructure on Residents’ Endorsement of the New Ecolog...
Computer System Architecture 3rd Edition-M Morris Mano.pdf
Software Engineering and software moduleing
PRASUNET_20240614003_231416_0000[1].pptx
Information Storage and Retrieval Techniques Unit III
wireless networks, mobile computing.pptx
LOW POWER CLASS AB SI POWER AMPLIFIER FOR WIRELESS MEDICAL SENSOR NETWORK
Java Basics-Introduction and program control
A Brief Introduction to IoT- Smart Objects: The "Things" in IoT
Prof. Dr. KAYIHURA A. SILAS MUNYANEZA, PhD..pdf
Management Information system : MIS-e-Business Systems.pptx
Petroleum Refining & Petrochemicals.pptx
Chemical Technological Processes, Feasibility Study and Chemical Process Indu...
UEFA_Embodied_Carbon_Emissions_Football_Infrastructure.pdf
August 2025 - Top 10 Read Articles in Network Security & Its Applications
CN_Unite_1 AI&DS ENGGERING SPPU PUNE UNIVERSITY
Introduction to Power System StabilityPS
Cryptography and Network Security-Module-I.pdf

Numerical solutions of algebraic equations

  • 1. SEMINAR On engineering mathematics TOPIC: NUMERICAL SOLUTION OF ALGEBRAIC EQUATIONS AVNEET SINGH LAL EC-2
  • 2. SOLUTION OF ALGEBRAIC AND TRANSCENDENTAL EQUATIONS • Consider the equation of the form f(x)=0. • If f(x) is a quadratic, cubic or biquadratic expression then algebraic formulae are available for expressing the roots. • But when f(x) is a polynomial of higher degree or an expression involving transcendental functions e.g., 1 + cos x – 5x, x tan x – cosh x, e-x – sin x etc., algebraic methods are not available.
  • 3. METHODS In order to solve these 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: 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.
  • 4. DESCARTES RULE OF SIGNS • Number of positive roots of f(x) = 0 is equal to the number of sign changes of the coefficients or is less than this number by an even integer. • The number of negative roots of f(x) = 0 is obtained by considering the number of sign changes in f(–x). • EXAMPLE: f (x) = x5 + 2x4 – 5x3 – 7x2 + 12x + 2 No. of sign change = 2 = Positive Roots f (-x) = – x5 + 2x4 + 5x3 – 7x2 – 12x + 2 No. of sign change = 3 = Negative Roots
  • 5. ITERATIVE METHODS • BISECTION METHOD • REGULA FALSI • NEWTON RAPHSON
  • 6. BISECTION METHOD • This method is based on the repeated application of intermediate value property.  Locate the interval (a, b) in which root lies.  Bisect the interval (a, b).  Choose the half interval in which the root lies.  Bisect the half interval.  Repeat the process until the root converges.
  • 7. EXAMPLE: • Find the real positive root of the equation- f (x) = x log10x – 1.2 Correct upto 3 decimal places. SOLUTION: S.No. a f (a) b f (b) xi f (xi) 1 2.4 -ve 2.8 +ve 2.6 -ve 2 2.6 -ve 2.8 +ve 2.7 -ve 3 2.7 -ve 2.8 +ve 2.75 +ve 4 2.7 -ve 2.75 +ve 2.725 -ve 5 2.725 -ve 2.75 +ve 2.7375 -ve 6 2.7375 -ve 2.75 +ve 2.74375 +ve 7 2.7375 -ve 2.74375 +ve 2.743625 -ve
  • 8. REGULA FALSI METHOD • This is the oldest method for finding the real roots of a numerical equation. • It is sometimes known as method of linear interpolation.  Locate the interval (a, b) in which the root lies.  First Approximation to the root  Locate the next interval (a, X0) or ( X0, b ) in which root lies.  Repeat the process until the root converges.
  • 9. EXAMPLE: • Find the real positive root of the equation- f (x) = 3x – cos x – 1 Correct upto 4 decimal places. Use Regula falsi method. SOLUTION: S.No. a f (a) b f (b) xi f (xi) 1 0 -2 1 1.459698 0.578085 -0.103255 2 0.578085 -0.103256 1 1.459698 0.605959 -0.004080 3 0.605959 -0.004079 1 1.459698 0.607157 -0.000159 4 0.607057 -0.000159 1 1.459698 0.607196 0.000006
  • 10. NEWTON RAPHSON METHOD • This method is generally used to improve the result obtained by one of the previous methods.  Locate the interval (a, b).  Choose a or b which is nearer to the root as the first approximation x0 to the root. Next approximation:  Repeat the process until the root converges.
  • 11. EXAMPLE: • Find a positive value of (17)1/3 correct to six decimal places by Newton Raphson method. SOLUTION: The root lies between 2.5 and 2.6. Since, |f (2.6)| < |f (2.5)| Therefore, the root is nearer to 2.6. Let us take x0 = 2.58. Putting n = 0, 1, 2, ..., successively in Newton Raphson’s formula, we get- x1 = 2.571311 x2 = 2.571281 x3 = 2.5712815 Since x2 and x3 are same up to 6 decimal places, hence, the required Positive root is 2.571281.
  • 12. ORDER OF CONVERGENCE OF ITERATIVE METHODS • The order of convergence is the order at which the error between two successive approximation to the root decreases. • Where: A is a non-zero finite number called asymptotic error constant. ei and ei+1 are the errors in successive approximations. k is the largest positive real number
  • 13. REFERENCES • ENGINEERING MATHEMATICS ( N.P. BALI) • http://www.sakshieducation.com/Engg/Engg Academia/CommonSubjects/MM- Algebraic&TransdentialEquations.pdf
  • 14. !!!THE END!!! THANK YOU FOR YOUR ATTENTION