SlideShare a Scribd company logo
1 of 12
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

What's hot

Simpson's rule of integration
Simpson's rule of integrationSimpson's rule of integration
Simpson's rule of integrationVARUN KUMAR
Ā 
The newton raphson method
The newton raphson methodThe newton raphson method
The newton raphson methodTarun Gehlot
Ā 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson methodJayesh Ranjan
Ā 
Open newton cotes quadrature with midpoint derivative for integration of al...
Open newton   cotes quadrature with midpoint derivative for integration of al...Open newton   cotes quadrature with midpoint derivative for integration of al...
Open newton cotes quadrature with midpoint derivative for integration of al...eSAT Journals
Ā 
Roots of equations
Roots of equationsRoots of equations
Roots of equationsRobinson
Ā 
Newton cotes integration method
Newton cotes integration  methodNewton cotes integration  method
Newton cotes integration methodshashikant pabari
Ā 
The False-Position Method
The False-Position MethodThe False-Position Method
The False-Position MethodTayyaba Abbas
Ā 
algebric solutions by newton raphson method and secant method
algebric solutions by newton raphson method and secant methodalgebric solutions by newton raphson method and secant method
algebric solutions by newton raphson method and secant methodNagma Modi
Ā 
OPERATIONS RESEARCH
OPERATIONS RESEARCHOPERATIONS RESEARCH
OPERATIONS RESEARCHMakaha Rutendo
Ā 
Chapter 3 roots of equations
Chapter 3 roots of equationsChapter 3 roots of equations
Chapter 3 roots of equationsLizeth Paola Barrero
Ā 
Bracketing or closed methods
Bracketing or closed methodsBracketing or closed methods
Bracketing or closed methodsandrushow
Ā 
Roots equation
Roots equationRoots equation
Roots equationgueste1be5de
Ā 
Root Equations Methods
Root Equations MethodsRoot Equations Methods
Root Equations MethodsUIS
Ā 
Probility distribution
Probility distributionProbility distribution
Probility distributionVinya P
Ā 
Newton Raphson Method
Newton Raphson MethodNewton Raphson Method
Newton Raphson MethodBarkha Gupta
Ā 
Newton Raphson
Newton RaphsonNewton Raphson
Newton RaphsonNasima Akhtar
Ā 
Chapter 3: Roots of Equations
Chapter 3: Roots of EquationsChapter 3: Roots of Equations
Chapter 3: Roots of EquationsMaria Fernanda
Ā 
Secent method
Secent methodSecent method
Secent methodritu1806
Ā 

What's hot (20)

Simpson's rule of integration
Simpson's rule of integrationSimpson's rule of integration
Simpson's rule of integration
Ā 
Presentation aust final
Presentation aust finalPresentation aust final
Presentation aust final
Ā 
The newton raphson method
The newton raphson methodThe newton raphson method
The newton raphson method
Ā 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson method
Ā 
Open newton cotes quadrature with midpoint derivative for integration of al...
Open newton   cotes quadrature with midpoint derivative for integration of al...Open newton   cotes quadrature with midpoint derivative for integration of al...
Open newton cotes quadrature with midpoint derivative for integration of al...
Ā 
Roots of equations
Roots of equationsRoots of equations
Roots of equations
Ā 
Unit4
Unit4Unit4
Unit4
Ā 
Newton cotes integration method
Newton cotes integration  methodNewton cotes integration  method
Newton cotes integration method
Ā 
The False-Position Method
The False-Position MethodThe False-Position Method
The False-Position Method
Ā 
algebric solutions by newton raphson method and secant method
algebric solutions by newton raphson method and secant methodalgebric solutions by newton raphson method and secant method
algebric solutions by newton raphson method and secant method
Ā 
OPERATIONS RESEARCH
OPERATIONS RESEARCHOPERATIONS RESEARCH
OPERATIONS RESEARCH
Ā 
Chapter 3 roots of equations
Chapter 3 roots of equationsChapter 3 roots of equations
Chapter 3 roots of equations
Ā 
Bracketing or closed methods
Bracketing or closed methodsBracketing or closed methods
Bracketing or closed methods
Ā 
Roots equation
Roots equationRoots equation
Roots equation
Ā 
Root Equations Methods
Root Equations MethodsRoot Equations Methods
Root Equations Methods
Ā 
Probility distribution
Probility distributionProbility distribution
Probility distribution
Ā 
Newton Raphson Method
Newton Raphson MethodNewton Raphson Method
Newton Raphson Method
Ā 
Newton Raphson
Newton RaphsonNewton Raphson
Newton Raphson
Ā 
Chapter 3: Roots of Equations
Chapter 3: Roots of EquationsChapter 3: Roots of Equations
Chapter 3: Roots of Equations
Ā 
Secent method
Secent methodSecent method
Secent method
Ā 

Viewers also liked

bisection method
bisection methodbisection method
bisection methodMuhammad Usama
Ā 
ROOTS EQUATIONS
ROOTS EQUATIONSROOTS EQUATIONS
ROOTS EQUATIONScyndy
Ā 
ROOTS OF EQUATIONS
ROOTS OF EQUATIONSROOTS OF EQUATIONS
ROOTS OF EQUATIONSKt Silva
Ā 
Bisection method
Bisection methodBisection method
Bisection methodkishor pokar
Ā 
LinkedIn SlideShare: Knowledge, Well-Presented
LinkedIn SlideShare: Knowledge, Well-PresentedLinkedIn SlideShare: Knowledge, Well-Presented
LinkedIn SlideShare: Knowledge, Well-PresentedSlideShare
Ā 

Viewers also liked (6)

bisection method
bisection methodbisection method
bisection method
Ā 
Bisection method
Bisection methodBisection method
Bisection method
Ā 
ROOTS EQUATIONS
ROOTS EQUATIONSROOTS EQUATIONS
ROOTS EQUATIONS
Ā 
ROOTS OF EQUATIONS
ROOTS OF EQUATIONSROOTS OF EQUATIONS
ROOTS OF EQUATIONS
Ā 
Bisection method
Bisection methodBisection method
Bisection method
Ā 
LinkedIn SlideShare: Knowledge, Well-Presented
LinkedIn SlideShare: Knowledge, Well-PresentedLinkedIn SlideShare: Knowledge, Well-Presented
LinkedIn SlideShare: Knowledge, Well-Presented
Ā 

Similar to Root Of The Equations [By- Digvijay]

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
Ā 
Newton raphsonmethod presentation
Newton raphsonmethod presentationNewton raphsonmethod presentation
Newton raphsonmethod presentationAbdullah Moin
Ā 
Adv. Num. Tech. 1 Roots of function.pdf
Adv. Num. Tech. 1 Roots of function.pdfAdv. Num. Tech. 1 Roots of function.pdf
Adv. Num. Tech. 1 Roots of function.pdfchhatrapalnetam
Ā 
NEWTON RPHSON METHOD WITH CALCULATOR TUTORIAL
NEWTON RPHSON METHOD WITH CALCULATOR TUTORIALNEWTON RPHSON METHOD WITH CALCULATOR TUTORIAL
NEWTON RPHSON METHOD WITH CALCULATOR TUTORIALVaitheeswaran Gnanaraj
Ā 
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
Ā 
Overviewing the techniques of Numerical Integration.pdf
Overviewing the techniques of Numerical Integration.pdfOverviewing the techniques of Numerical Integration.pdf
Overviewing the techniques of Numerical Integration.pdfArijitDhali
Ā 
Normal Distribution, Binomial Distribution, Poisson Distribution
Normal Distribution, Binomial Distribution, Poisson DistributionNormal Distribution, Binomial Distribution, Poisson Distribution
Normal Distribution, Binomial Distribution, Poisson DistributionQ Dauh Q Alam
Ā 
Mit18 330 s12_chapter4
Mit18 330 s12_chapter4Mit18 330 s12_chapter4
Mit18 330 s12_chapter4CAALAAA
Ā 
Calc 3.8
Calc 3.8Calc 3.8
Calc 3.8hartcher
Ā 
Newton paper.docx
Newton  paper.docxNewton  paper.docx
Newton paper.docxnitmor1
Ā 
Roots of equations
Roots of equationsRoots of equations
Roots of equationsMileacre
Ā 
Equations root
Equations rootEquations root
Equations rootMileacre
Ā 
Raices de ecuaciones pdf
Raices de ecuaciones pdfRaices de ecuaciones pdf
Raices de ecuaciones pdfDUBAN CASTRO
Ā 
Applications to Central Limit Theorem and Law of Large Numbers
Applications to Central Limit Theorem and Law of Large NumbersApplications to Central Limit Theorem and Law of Large Numbers
Applications to Central Limit Theorem and Law of Large NumbersUniversity of Salerno
Ā 
Lect w2 measures_of_location_and_spread
Lect w2 measures_of_location_and_spreadLect w2 measures_of_location_and_spread
Lect w2 measures_of_location_and_spreadRione Drevale
Ā 

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

NUMERICAL METHOD
NUMERICAL METHODNUMERICAL METHOD
NUMERICAL METHOD
Ā 
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...
Ā 
Newton raphsonmethod presentation
Newton raphsonmethod presentationNewton raphsonmethod presentation
Newton raphsonmethod presentation
Ā 
Adv. Num. Tech. 1 Roots of function.pdf
Adv. Num. Tech. 1 Roots of function.pdfAdv. Num. Tech. 1 Roots of function.pdf
Adv. Num. Tech. 1 Roots of function.pdf
Ā 
NEWTON RPHSON METHOD WITH CALCULATOR TUTORIAL
NEWTON RPHSON METHOD WITH CALCULATOR TUTORIALNEWTON RPHSON METHOD WITH CALCULATOR TUTORIAL
NEWTON RPHSON METHOD WITH CALCULATOR TUTORIAL
Ā 
Lar calc10 ch04_sec6
Lar calc10 ch04_sec6Lar calc10 ch04_sec6
Lar calc10 ch04_sec6
Ā 
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
Ā 
Overviewing the techniques of Numerical Integration.pdf
Overviewing the techniques of Numerical Integration.pdfOverviewing the techniques of Numerical Integration.pdf
Overviewing the techniques of Numerical Integration.pdf
Ā 
Chapter 3
Chapter 3Chapter 3
Chapter 3
Ā 
Normal Distribution, Binomial Distribution, Poisson Distribution
Normal Distribution, Binomial Distribution, Poisson DistributionNormal Distribution, Binomial Distribution, Poisson Distribution
Normal Distribution, Binomial Distribution, Poisson Distribution
Ā 
Mit18 330 s12_chapter4
Mit18 330 s12_chapter4Mit18 330 s12_chapter4
Mit18 330 s12_chapter4
Ā 
Ch 2
Ch 2Ch 2
Ch 2
Ā 
Calc 3.8
Calc 3.8Calc 3.8
Calc 3.8
Ā 
Newton paper.docx
Newton  paper.docxNewton  paper.docx
Newton paper.docx
Ā 
Roots of equations
Roots of equationsRoots of equations
Roots of equations
Ā 
Equations root
Equations rootEquations root
Equations root
Ā 
Raices de ecuaciones pdf
Raices de ecuaciones pdfRaices de ecuaciones pdf
Raices de ecuaciones pdf
Ā 
Applications to Central Limit Theorem and Law of Large Numbers
Applications to Central Limit Theorem and Law of Large NumbersApplications to Central Limit Theorem and Law of Large Numbers
Applications to Central Limit Theorem and Law of Large Numbers
Ā 
Newton
NewtonNewton
Newton
Ā 
Lect w2 measures_of_location_and_spread
Lect w2 measures_of_location_and_spreadLect w2 measures_of_location_and_spread
Lect w2 measures_of_location_and_spread
Ā 

More from Digvijay Singh Karakoti

More from Digvijay Singh Karakoti (8)

Inheritance in C++
Inheritance in C++Inheritance in C++
Inheritance in C++
Ā 
Computer Hardware Basics (Components to be understand)
Computer Hardware Basics (Components to be understand)Computer Hardware Basics (Components to be understand)
Computer Hardware Basics (Components to be understand)
Ā 
Digital signature
Digital signatureDigital signature
Digital signature
Ā 
Simonā€™s model for Decision Making Process
Simonā€™s model for Decision Making ProcessSimonā€™s model for Decision Making Process
Simonā€™s model for Decision Making Process
Ā 
Operations Research-2nd edition
Operations Research-2nd editionOperations Research-2nd edition
Operations Research-2nd edition
Ā 
Data structure by Digvijay
Data structure by DigvijayData structure by Digvijay
Data structure by Digvijay
Ā 
DMA presentation [By- Digvijay]
DMA presentation [By- Digvijay]DMA presentation [By- Digvijay]
DMA presentation [By- Digvijay]
Ā 
General OOP concept [by-Digvijay]
General OOP concept [by-Digvijay]General OOP concept [by-Digvijay]
General OOP concept [by-Digvijay]
Ā 

Recently uploaded

HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
Ā 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxAmanpreet Kaur
Ā 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
Ā 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
Ā 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
Ā 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
Ā 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
Ā 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
Ā 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
Ā 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
Ā 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
Ā 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
Ā 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
Ā 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
Ā 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
Ā 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
Ā 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
Ā 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
Ā 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
Ā 

Recently uploaded (20)

HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
Ā 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
Ā 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
Ā 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
Ā 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
Ā 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
Ā 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
Ā 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
Ā 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
Ā 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Ā 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
Ā 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
Ā 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
Ā 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Ā 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
Ā 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
Ā 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
Ā 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
Ā 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
Ā 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.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.