SlideShare a Scribd company logo
Roots Of The Equations

Karakoti

By- Digvijay Singh
Roots Of Equations
• A root or solutions of equation f(x)=0 are the values
of x for which the equation holds true. Sometimes
roots of equations are called as zeros of the
equation.
• Numerical methods for finding roots of equations
can often be easily programmed.
Methods Under Roots Of The Equation
 Bisection Method
 The False-position Method
 The Newton Raphson Method
The Bisection Method:The bisection method is one type of incremental search method where
the interval is always divided in the half.
The root is determined as lying in the midpoint of the subinterval within
which the sign change occurs.
The process is iterative.
Bisection Method Example:
Consider finding the root of f(x) = x2 - 3. Let εstep = 0.01, εabs = 0.01 and start with
the interval [1, 2]. Table 1. Bisection method applied to f(x) = x2 - 3.

Thus, with the seventh iteration, we note that the final interval, [1.7266, 1.7344],
has a width less than 0.01 and |f(1.7344)| < 0.01, and therefore we chose b =
1.7344 to be our approximation of the root.
The False-position Method:“An alternative method that exploits its graphical insight is to join f(xi)
and f(xu) by a straight line. The intersection of this line with the x-axis
represents an improved estimate of the root. The fact that the
replacement of the curve by a straight line gives a false position
section of the line with the x-axis can be estimated as
False Position Method Example:
Consider finding the root of f(x) = x2 - 3. Let εstep = 0.01, εabs = 0.01 and start with
the interval [1, 2].
Table 1. False-position method applied to f(x) = x2 - 3.
False Position Method Example
Continues..
Thus, with the third iteration, we note that the last step 1.7273 →
1.7317 is less than 0.01 and |f(1.7317)| < 0.01, and therefore we
chose b = 1.7317 to be our approximation of the root.
Note: After three iterations of the false-position method, we have
an acceptable answer (1.7317 where f(1.7317) = -0.0044)
whereas with the bisection method, it took seven iterations to find
a (notable less accurate) acceptable answer (1.71344 where
f(1.73144) = 0.0082)
The Newton Raphson Method:If the initial guess at the root is xi, a tangent can be extended
from the point {xi,x(xi)}. The point where this tangent crosses
the x-axis usually represents an improved estimate of the
root.
The Newton Raphson formula is:
Newton Raphson Example:
As an example of Newton's method, suppose we wish to find a root of the
function f(x) = cos(x) + 2 sin(x) + x2.
A closed form solution for x does not exist so we must use a numerical
technique. We will use x0 = 0 as our initial approximation.
We will let the two values εstep = 0.001 and εabs = 0.001 and we will halt after a
maximum of N = 100 iterations.
From calculus, we know that the derivative of the given function is f(1)(x) = sin(x) + 2 cos(x) + 2x.
Newton Raphson Example
continues..
We will use four decimal digit arithmetic to find a solution and the resulting
iteration is shown in Table 1.
Table 1. Newton's method applied to f(x) = cos(x) + 2 sin(x) + x2.

Thus, with the last step, both halting conditions are met, and therefore,
after four iterations, our approximation to the root is -0.6598.
Root Of The Equations [By- Digvijay]

More Related Content

PDF
Chapter 2 solving nonlinear equations
PPT
Derivation of Simpson's 1/3 rule
PPTX
Numerical solutions of algebraic equations
PPTX
newton raphson method
PPTX
ROOT OF NON-LINEAR EQUATIONS
PPT
Numerical Analysis (Solution of Non-Linear Equations) part 2
PPT
Regulafalsi_bydinesh
Chapter 2 solving nonlinear equations
Derivation of Simpson's 1/3 rule
Numerical solutions of algebraic equations
newton raphson method
ROOT OF NON-LINEAR EQUATIONS
Numerical Analysis (Solution of Non-Linear Equations) part 2
Regulafalsi_bydinesh

What's hot (20)

PDF
Simpson's rule of integration
PPT
Presentation aust final
PDF
The newton raphson method
PPT
Newton raphson method
PDF
Open newton cotes quadrature with midpoint derivative for integration of al...
PPT
Roots of equations
PPTX
PPTX
Newton cotes integration method
PPTX
The False-Position Method
PPTX
algebric solutions by newton raphson method and secant method
PDF
OPERATIONS RESEARCH
PDF
Chapter 3 roots of equations
PPTX
Bracketing or closed methods
PPTX
Roots equation
PPTX
Root Equations Methods
 
PPTX
Probility distribution
PPTX
Newton Raphson Method
PPTX
Newton Raphson
PPT
Chapter 3: Roots of Equations
PPTX
Secent method
Simpson's rule of integration
Presentation aust final
The newton raphson method
Newton raphson method
Open newton cotes quadrature with midpoint derivative for integration of al...
Roots of equations
Newton cotes integration method
The False-Position Method
algebric solutions by newton raphson method and secant method
OPERATIONS RESEARCH
Chapter 3 roots of equations
Bracketing or closed methods
Roots equation
Root Equations Methods
 
Probility distribution
Newton Raphson Method
Newton Raphson
Chapter 3: Roots of Equations
Secent method
Ad

Viewers also liked (6)

PPT
bisection method
PPTX
Bisection method
PPT
ROOTS EQUATIONS
PPTX
ROOTS OF EQUATIONS
PPTX
Bisection method
PDF
LinkedIn SlideShare: Knowledge, Well-Presented
bisection method
Bisection method
ROOTS EQUATIONS
ROOTS OF EQUATIONS
Bisection method
LinkedIn SlideShare: Knowledge, Well-Presented
Ad

Similar to Root Of The Equations [By- Digvijay] (20)

PDF
Adv. Num. Tech. 1 Roots of function.pdf
PPT
Roots of equations
PDF
Numerical method for solving non linear equations
DOCX
Roots of equations
DOCX
Equations root
PPT
Roots of equations 1
PDF
Lecture 04 newton-raphson, secant method etc
PPTX
REGULA FALSI METHOD numerical methods
PPTX
A NEWTON RAPHSON METHOD for class project
PPTX
Numirical analysis
PPTX
Newton raphsonmethod presentation
PDF
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
PDF
Bca numer
PDF
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
PDF
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
PDF
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
PDF
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
PDF
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
DOCX
PPTX
Close methods
Adv. Num. Tech. 1 Roots of function.pdf
Roots of equations
Numerical method for solving non linear equations
Roots of equations
Equations root
Roots of equations 1
Lecture 04 newton-raphson, secant method etc
REGULA FALSI METHOD numerical methods
A NEWTON RAPHSON METHOD for class project
Numirical analysis
Newton raphsonmethod presentation
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
Bca numer
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...
Close methods

More from Digvijay Singh Karakoti (8)

PPTX
Inheritance in C++
PDF
Computer Hardware Basics (Components to be understand)
POT
Digital signature
PPTX
Simon’s model for Decision Making Process
PDF
Operations Research-2nd edition
PPTX
Data structure by Digvijay
PPTX
DMA presentation [By- Digvijay]
PPT
General OOP concept [by-Digvijay]
Inheritance in C++
Computer Hardware Basics (Components to be understand)
Digital signature
Simon’s model for Decision Making Process
Operations Research-2nd edition
Data structure by Digvijay
DMA presentation [By- Digvijay]
General OOP concept [by-Digvijay]

Recently uploaded (20)

PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PDF
IGGE1 Understanding the Self1234567891011
PDF
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
PPTX
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
PDF
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
PDF
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
PDF
Computing-Curriculum for Schools in Ghana
PDF
David L Page_DCI Research Study Journey_how Methodology can inform one's prac...
PPTX
Computer Architecture Input Output Memory.pptx
PDF
FORM 1 BIOLOGY MIND MAPS and their schemes
PPTX
Introduction to Building Materials
PDF
Paper A Mock Exam 9_ Attempt review.pdf.
PPTX
20th Century Theater, Methods, History.pptx
PPTX
Virtual and Augmented Reality in Current Scenario
PPTX
B.Sc. DS Unit 2 Software Engineering.pptx
PDF
1_English_Language_Set_2.pdf probationary
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PDF
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PDF
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
IGGE1 Understanding the Self1234567891011
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
Computing-Curriculum for Schools in Ghana
David L Page_DCI Research Study Journey_how Methodology can inform one's prac...
Computer Architecture Input Output Memory.pptx
FORM 1 BIOLOGY MIND MAPS and their schemes
Introduction to Building Materials
Paper A Mock Exam 9_ Attempt review.pdf.
20th Century Theater, Methods, History.pptx
Virtual and Augmented Reality in Current Scenario
B.Sc. DS Unit 2 Software Engineering.pptx
1_English_Language_Set_2.pdf probationary
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
Chinmaya Tiranga quiz Grand Finale.pdf
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα

Root Of The Equations [By- Digvijay]

  • 1. Roots Of The Equations Karakoti By- Digvijay Singh
  • 2. Roots Of Equations • A root or solutions of equation f(x)=0 are the values of x for which the equation holds true. Sometimes roots of equations are called as zeros of the equation. • Numerical methods for finding roots of equations can often be easily programmed.
  • 3. Methods Under Roots Of The Equation  Bisection Method  The False-position Method  The Newton Raphson Method
  • 4. The Bisection Method:The bisection method is one type of incremental search method where the interval is always divided in the half. The root is determined as lying in the midpoint of the subinterval within which the sign change occurs. The process is iterative.
  • 5. Bisection Method Example: Consider finding the root of f(x) = x2 - 3. Let εstep = 0.01, εabs = 0.01 and start with the interval [1, 2]. Table 1. Bisection method applied to f(x) = x2 - 3. Thus, with the seventh iteration, we note that the final interval, [1.7266, 1.7344], has a width less than 0.01 and |f(1.7344)| < 0.01, and therefore we chose b = 1.7344 to be our approximation of the root.
  • 6. The False-position Method:“An alternative method that exploits its graphical insight is to join f(xi) and f(xu) by a straight line. The intersection of this line with the x-axis represents an improved estimate of the root. The fact that the replacement of the curve by a straight line gives a false position section of the line with the x-axis can be estimated as
  • 7. False Position Method Example: Consider finding the root of f(x) = x2 - 3. Let εstep = 0.01, εabs = 0.01 and start with the interval [1, 2]. Table 1. False-position method applied to f(x) = x2 - 3.
  • 8. False Position Method Example Continues.. Thus, with the third iteration, we note that the last step 1.7273 → 1.7317 is less than 0.01 and |f(1.7317)| < 0.01, and therefore we chose b = 1.7317 to be our approximation of the root. Note: After three iterations of the false-position method, we have an acceptable answer (1.7317 where f(1.7317) = -0.0044) whereas with the bisection method, it took seven iterations to find a (notable less accurate) acceptable answer (1.71344 where f(1.73144) = 0.0082)
  • 9. The Newton Raphson Method:If the initial guess at the root is xi, a tangent can be extended from the point {xi,x(xi)}. The point where this tangent crosses the x-axis usually represents an improved estimate of the root. The Newton Raphson formula is:
  • 10. Newton Raphson Example: As an example of Newton's method, suppose we wish to find a root of the function f(x) = cos(x) + 2 sin(x) + x2. A closed form solution for x does not exist so we must use a numerical technique. We will use x0 = 0 as our initial approximation. We will let the two values εstep = 0.001 and εabs = 0.001 and we will halt after a maximum of N = 100 iterations. From calculus, we know that the derivative of the given function is f(1)(x) = sin(x) + 2 cos(x) + 2x.
  • 11. Newton Raphson Example continues.. We will use four decimal digit arithmetic to find a solution and the resulting iteration is shown in Table 1. Table 1. Newton's method applied to f(x) = cos(x) + 2 sin(x) + x2. Thus, with the last step, both halting conditions are met, and therefore, after four iterations, our approximation to the root is -0.6598.