SlideShare a Scribd company logo
1 of 18
ROOTS OF EQUATIONS Francy Guerrero Zabala Escuela de ingenieria de PetróleosUniversidad Industrial de  Santander
INTRODUCTION Years ago , we learn to use the cuadratic formula to solve F(x). The values calculated with this equation are called the ‘’roots’’. They represents the values of x that make f(x) equal to zero. Thus we can define the roots of an equation as the value of x that makes f(x)=0. For this reason , roots are sometimes called the zeros of the equation
GRAPHICAL METHODS A simple method for obtaining an estimate of the root of the equation f(x)=0  is to make a plot of the function and observe where it crosses the x axis. this point which represents the x value for which f(x)=0, provides a rough approximation of the root Graphical techniques are of limited practical value because they are not precise. However, graphical methods can be utilized to obtain rough estimates of roots.
THE BISECTION METHOD The bisection method, which is alternatively called binary chopping, interval halving, or Bolzano's method, is one type of incremental search method in which the interval is always divided in half. If a function changes sign over interval, the function value at the midpoint is evaluated. The location of the root is then determinate as lying at the midpoint of the subinternal within which the sign change occurs .The process is repeated to obtain refined estimates.
THE BISECTION METHOD A simple algorithm for the calculation is shown in  the figure ( CHAPRA, source information)
THE FALSE POSITION METHOD
THE FALSE POSITION METHOD Although bisection is a perfectly valid technique for determining roots, its ‘’brute-force’’ approach is relatively inefficient . False position is an alternative based on a graphical insight. A shortcoming of the bisection methods is that , in dividing the interval from xl  to xa into equal halves, no account is taken of the magnitudes of f(xl) and F(xa). For example  f(xl) is much closer to zero than f(xa), it is likely that the root is closer to xl than to xa. An alternative method that  exploits this graphical insight is to join f(xl) and F(xa) by a straight line  The fact that the replacement of the curve by a straight line gives a false position of the root is the origin of the name, method of false position, it is also called the liner interpolation method
INCREMENTAL SEARCHES AND DETERMINING INITIANAL GUESSE Cases where roots could be missed because the increment length of the search procedure is too large. note that the last root on the  right is multiple and would be missed regardless of increment length
INCREMENTAL SEARCHES AND DETERMINING INITINAL GUESSE Another option to determinate  all possible root is incorporate an incremental search at the beginning of the computer program. This consists of starting at one end of the region of interest and then making function evaluations at small increments across the region. When the function changes sign, it is assumed that the root falls within the increment. A potential problem  with an incremental search is the choice of the incremental length If the length is too small, the search can be very time consuming. On the other hand , if the length is too great , there is a possibility that closely space  roots  might be missed . The problem is compounded by the possible existence of multiple roots. A partial remedy for such cases is to computed the first derivate changes sign, it suggests that a minimum or maximum may have occurred and the interval should be examined more closely for the existence of a possible root
OPEN METHODS
THE NEWTON RAPHSON METHOD  Perhaps the most widely use of all root- locating formulas is the Newton – Raphson equation . if the initial guess at the  root is xi , a tangent can be extended from the point ( xi, f(xi)). the point where this tangent crosses the x axis usually represents an improved estimate of the root
THE NEWTON RAPHSON METHOD  The Newton-Raphson method can be derived on the basis on the basis of this geometrical interpretation., the first derivative at x is equivalent to slope: Which cab be rearranged to yield Newton – Raphson  formula
THE SECANT METHOD Graphical depiction of the secant method. This technique is similar to the Newton-Raphson .technique in the sense that an estimate of the root is predicted by extrapolating a tangent of the function to the x axis . However , The secant method uses a difference rather than a derivative to estimate the slope
THE SECANT METHOD A potential problem in implementing the Newton –Raphson method is the evaluation of the derivate Although this is not inconvenient for polynomials and many others functions, there are certain functions whose derivates may be extremely difficult or inconvenient to evaluate . For these cases, the derivate can be approximated by a backward finite divided difference: This approximation can be substituted in to  the equation to yield the following iterative equation: Secant method formula
MULTIPLED ROOTS A multiple root corresponds to a point where a function is tangent to the x axis. For example, a double  root results from The equation has a double root because one value of x makes two terms in 1st  equation equal to zero. Graphically, this corresponds to the curve touching the x axis tangentially at the double root. Examine Fig 6.10a at x=1. Notice that the function touches the axis but does not cross it at the root. A triple root corresponds to the case where one x value makes three terms in a equation equal to zero as in Notice that the graphical depiction ( fig6.10B) again indicates that the function is tangent to the axis at the root , but that for this case the axis is crossed. In general, odd multiplied roots cross the axis, whereas even ones do not. For example, the quadruple root in fig 6.10c does not cross the axis
Roots equation
Roots equation
Roots equation

More Related Content

What's hot

What's hot (18)

Bisection
BisectionBisection
Bisection
 
Roots of equations
Roots of equationsRoots of equations
Roots of equations
 
Regula Falsi (False position) Method
Regula Falsi (False position) MethodRegula Falsi (False position) Method
Regula Falsi (False position) Method
 
Regulafalsi_bydinesh
Regulafalsi_bydineshRegulafalsi_bydinesh
Regulafalsi_bydinesh
 
03 optimization
03 optimization03 optimization
03 optimization
 
Chapter 3 roots of equations
Chapter 3 roots of equationsChapter 3 roots of equations
Chapter 3 roots of equations
 
Bisection & Regual falsi methods
Bisection & Regual falsi methodsBisection & Regual falsi methods
Bisection & Regual falsi methods
 
Unit4
Unit4Unit4
Unit4
 
Calc 4.4b
Calc 4.4bCalc 4.4b
Calc 4.4b
 
Mws gen nle_ppt_bisection
Mws gen nle_ppt_bisectionMws gen nle_ppt_bisection
Mws gen nle_ppt_bisection
 
Muller method
Muller methodMuller method
Muller method
 
Applications of numerical methods
Applications of numerical methodsApplications of numerical methods
Applications of numerical methods
 
newton raphson method
newton raphson methodnewton raphson method
newton raphson method
 
Unit 3.3
Unit 3.3Unit 3.3
Unit 3.3
 
Bisection and fixed point method
Bisection and fixed point methodBisection and fixed point method
Bisection and fixed point method
 
4.3 Logarithmic Functions
4.3 Logarithmic Functions4.3 Logarithmic Functions
4.3 Logarithmic Functions
 
Metodo de muller
Metodo de mullerMetodo de muller
Metodo de muller
 
Matlab lecture 5 bisection method@taj
Matlab lecture 5  bisection method@tajMatlab lecture 5  bisection method@taj
Matlab lecture 5 bisection method@taj
 

Viewers also liked

5007 Expert Voices Jered Bright
5007 Expert Voices Jered Bright5007 Expert Voices Jered Bright
5007 Expert Voices Jered Brightbrigh042
 
Complex roots of the characteristic equation
Complex roots of the characteristic equationComplex roots of the characteristic equation
Complex roots of the characteristic equationTarun Gehlot
 
X2 t01 02 complex equations (2012)
X2 t01 02 complex equations (2012)X2 t01 02 complex equations (2012)
X2 t01 02 complex equations (2012)Nigel Simmons
 
Mathematics 9 Lesson 1-D: System of Equations Involving Quadratic Equations
Mathematics 9 Lesson 1-D: System of Equations Involving Quadratic EquationsMathematics 9 Lesson 1-D: System of Equations Involving Quadratic Equations
Mathematics 9 Lesson 1-D: System of Equations Involving Quadratic EquationsJuan Miguel Palero
 
A19-4 solve quadratic graphing
A19-4 solve quadratic graphingA19-4 solve quadratic graphing
A19-4 solve quadratic graphingvhiggins1
 
Complex numbers
Complex numbersComplex numbers
Complex numbersmstf mstf
 
Alg II Unit 4-9 Solving Quadratic Systems
Alg II Unit 4-9 Solving Quadratic SystemsAlg II Unit 4-9 Solving Quadratic Systems
Alg II Unit 4-9 Solving Quadratic Systemsjtentinger
 
Roots of equations
Roots of equationsRoots of equations
Roots of equationsRobinson
 
Bracketing or closed methods
Bracketing or closed methodsBracketing or closed methods
Bracketing or closed methodsandrushow
 
Debugging NET Applications With WinDBG
Debugging  NET Applications With WinDBGDebugging  NET Applications With WinDBG
Debugging NET Applications With WinDBGCory Foy
 
16.4 solving quadratics by completing the square
16.4 solving quadratics by completing the square16.4 solving quadratics by completing the square
16.4 solving quadratics by completing the squareswartzje
 
Numerical on bisection method
Numerical on bisection methodNumerical on bisection method
Numerical on bisection methodSumita Das
 
The False-Position Method
The False-Position MethodThe False-Position Method
The False-Position MethodTayyaba Abbas
 

Viewers also liked (20)

Es272 ch3a
Es272 ch3aEs272 ch3a
Es272 ch3a
 
Numerical methods
Numerical methodsNumerical methods
Numerical methods
 
5007 Expert Voices Jered Bright
5007 Expert Voices Jered Bright5007 Expert Voices Jered Bright
5007 Expert Voices Jered Bright
 
Ch03 4
Ch03 4Ch03 4
Ch03 4
 
Complex roots of the characteristic equation
Complex roots of the characteristic equationComplex roots of the characteristic equation
Complex roots of the characteristic equation
 
X2 t01 02 complex equations (2012)
X2 t01 02 complex equations (2012)X2 t01 02 complex equations (2012)
X2 t01 02 complex equations (2012)
 
Mathematics 9 Lesson 1-D: System of Equations Involving Quadratic Equations
Mathematics 9 Lesson 1-D: System of Equations Involving Quadratic EquationsMathematics 9 Lesson 1-D: System of Equations Involving Quadratic Equations
Mathematics 9 Lesson 1-D: System of Equations Involving Quadratic Equations
 
A19-4 solve quadratic graphing
A19-4 solve quadratic graphingA19-4 solve quadratic graphing
A19-4 solve quadratic graphing
 
Complex numbers
Complex numbersComplex numbers
Complex numbers
 
Alg II Unit 4-9 Solving Quadratic Systems
Alg II Unit 4-9 Solving Quadratic SystemsAlg II Unit 4-9 Solving Quadratic Systems
Alg II Unit 4-9 Solving Quadratic Systems
 
Roots of equations
Roots of equationsRoots of equations
Roots of equations
 
Bracketing or closed methods
Bracketing or closed methodsBracketing or closed methods
Bracketing or closed methods
 
Debugging NET Applications With WinDBG
Debugging  NET Applications With WinDBGDebugging  NET Applications With WinDBG
Debugging NET Applications With WinDBG
 
Bisection method
Bisection methodBisection method
Bisection method
 
16.4 solving quadratics by completing the square
16.4 solving quadratics by completing the square16.4 solving quadratics by completing the square
16.4 solving quadratics by completing the square
 
Bisection
BisectionBisection
Bisection
 
Numerical on bisection method
Numerical on bisection methodNumerical on bisection method
Numerical on bisection method
 
The False-Position Method
The False-Position MethodThe False-Position Method
The False-Position Method
 
Debugging
DebuggingDebugging
Debugging
 
Debugging Debugging
Debugging DebuggingDebugging Debugging
Debugging Debugging
 

Similar to Roots equation

Newton paper.docx
Newton  paper.docxNewton  paper.docx
Newton paper.docxnitmor1
 
ROOT OF NON-LINEAR EQUATIONS
ROOT OF NON-LINEAR EQUATIONSROOT OF NON-LINEAR EQUATIONS
ROOT OF NON-LINEAR EQUATIONSfenil patel
 
Methods of calculate roots of equations
Methods  of calculate  roots  of  equationsMethods  of calculate  roots  of  equations
Methods of calculate roots of equationsNORAIMA
 
Root Equations Methods
Root Equations MethodsRoot Equations Methods
Root Equations MethodsUIS
 
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
 
ROOTS EQUATIONS
ROOTS EQUATIONSROOTS EQUATIONS
ROOTS EQUATIONScyndy
 
Roots of equations
Roots of equationsRoots of equations
Roots of equationsMileacre
 
Equations root
Equations rootEquations root
Equations rootMileacre
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson methodJayesh Ranjan
 
B02110105012
B02110105012B02110105012
B02110105012theijes
 
The International Journal of Engineering and Science (The IJES)
 The International Journal of Engineering and Science (The IJES) The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
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
 

Similar to Roots equation (20)

Newton paper.docx
Newton  paper.docxNewton  paper.docx
Newton paper.docx
 
ROOT OF NON-LINEAR EQUATIONS
ROOT OF NON-LINEAR EQUATIONSROOT OF NON-LINEAR EQUATIONS
ROOT OF NON-LINEAR EQUATIONS
 
Methods of calculate roots of equations
Methods  of calculate  roots  of  equationsMethods  of calculate  roots  of  equations
Methods of calculate roots of equations
 
Chapter 2 roots of equations
Chapter 2 roots of equationsChapter 2 roots of equations
Chapter 2 roots of equations
 
Chapter 3 roots of equations
Chapter 3 roots of equationsChapter 3 roots of equations
Chapter 3 roots of equations
 
Chapter 3 roots of equations
Chapter 3 roots of equationsChapter 3 roots of equations
Chapter 3 roots of equations
 
Root Equations Methods
Root Equations MethodsRoot Equations Methods
Root Equations Methods
 
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
 
ROOTS EQUATIONS
ROOTS EQUATIONSROOTS EQUATIONS
ROOTS EQUATIONS
 
Roots of equations
Roots of equationsRoots of equations
Roots of equations
 
Equations root
Equations rootEquations root
Equations root
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson method
 
B02110105012
B02110105012B02110105012
B02110105012
 
The International Journal of Engineering and Science (The IJES)
 The International Journal of Engineering and Science (The IJES) The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
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...
 
OPERATIONS RESEARCH
OPERATIONS RESEARCHOPERATIONS RESEARCH
OPERATIONS RESEARCH
 
Newton
NewtonNewton
Newton
 
A04410107
A04410107A04410107
A04410107
 
Roots of equations 1
Roots of equations 1Roots of equations 1
Roots of equations 1
 
Roots of equations 1
Roots of equations 1Roots of equations 1
Roots of equations 1
 

Recently uploaded

Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 

Recently uploaded (20)

Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 

Roots equation

  • 1. ROOTS OF EQUATIONS Francy Guerrero Zabala Escuela de ingenieria de PetróleosUniversidad Industrial de Santander
  • 2. INTRODUCTION Years ago , we learn to use the cuadratic formula to solve F(x). The values calculated with this equation are called the ‘’roots’’. They represents the values of x that make f(x) equal to zero. Thus we can define the roots of an equation as the value of x that makes f(x)=0. For this reason , roots are sometimes called the zeros of the equation
  • 3. GRAPHICAL METHODS A simple method for obtaining an estimate of the root of the equation f(x)=0 is to make a plot of the function and observe where it crosses the x axis. this point which represents the x value for which f(x)=0, provides a rough approximation of the root Graphical techniques are of limited practical value because they are not precise. However, graphical methods can be utilized to obtain rough estimates of roots.
  • 4. THE BISECTION METHOD The bisection method, which is alternatively called binary chopping, interval halving, or Bolzano's method, is one type of incremental search method in which the interval is always divided in half. If a function changes sign over interval, the function value at the midpoint is evaluated. The location of the root is then determinate as lying at the midpoint of the subinternal within which the sign change occurs .The process is repeated to obtain refined estimates.
  • 5. THE BISECTION METHOD A simple algorithm for the calculation is shown in the figure ( CHAPRA, source information)
  • 7. THE FALSE POSITION METHOD Although bisection is a perfectly valid technique for determining roots, its ‘’brute-force’’ approach is relatively inefficient . False position is an alternative based on a graphical insight. A shortcoming of the bisection methods is that , in dividing the interval from xl to xa into equal halves, no account is taken of the magnitudes of f(xl) and F(xa). For example f(xl) is much closer to zero than f(xa), it is likely that the root is closer to xl than to xa. An alternative method that exploits this graphical insight is to join f(xl) and F(xa) by a straight line The fact that the replacement of the curve by a straight line gives a false position of the root is the origin of the name, method of false position, it is also called the liner interpolation method
  • 8. INCREMENTAL SEARCHES AND DETERMINING INITIANAL GUESSE Cases where roots could be missed because the increment length of the search procedure is too large. note that the last root on the right is multiple and would be missed regardless of increment length
  • 9. INCREMENTAL SEARCHES AND DETERMINING INITINAL GUESSE Another option to determinate all possible root is incorporate an incremental search at the beginning of the computer program. This consists of starting at one end of the region of interest and then making function evaluations at small increments across the region. When the function changes sign, it is assumed that the root falls within the increment. A potential problem with an incremental search is the choice of the incremental length If the length is too small, the search can be very time consuming. On the other hand , if the length is too great , there is a possibility that closely space roots might be missed . The problem is compounded by the possible existence of multiple roots. A partial remedy for such cases is to computed the first derivate changes sign, it suggests that a minimum or maximum may have occurred and the interval should be examined more closely for the existence of a possible root
  • 11. THE NEWTON RAPHSON METHOD Perhaps the most widely use of all root- locating formulas is the Newton – Raphson equation . if the initial guess at the root is xi , a tangent can be extended from the point ( xi, f(xi)). the point where this tangent crosses the x axis usually represents an improved estimate of the root
  • 12. THE NEWTON RAPHSON METHOD The Newton-Raphson method can be derived on the basis on the basis of this geometrical interpretation., the first derivative at x is equivalent to slope: Which cab be rearranged to yield Newton – Raphson formula
  • 13. THE SECANT METHOD Graphical depiction of the secant method. This technique is similar to the Newton-Raphson .technique in the sense that an estimate of the root is predicted by extrapolating a tangent of the function to the x axis . However , The secant method uses a difference rather than a derivative to estimate the slope
  • 14. THE SECANT METHOD A potential problem in implementing the Newton –Raphson method is the evaluation of the derivate Although this is not inconvenient for polynomials and many others functions, there are certain functions whose derivates may be extremely difficult or inconvenient to evaluate . For these cases, the derivate can be approximated by a backward finite divided difference: This approximation can be substituted in to the equation to yield the following iterative equation: Secant method formula
  • 15. MULTIPLED ROOTS A multiple root corresponds to a point where a function is tangent to the x axis. For example, a double root results from The equation has a double root because one value of x makes two terms in 1st equation equal to zero. Graphically, this corresponds to the curve touching the x axis tangentially at the double root. Examine Fig 6.10a at x=1. Notice that the function touches the axis but does not cross it at the root. A triple root corresponds to the case where one x value makes three terms in a equation equal to zero as in Notice that the graphical depiction ( fig6.10B) again indicates that the function is tangent to the axis at the root , but that for this case the axis is crossed. In general, odd multiplied roots cross the axis, whereas even ones do not. For example, the quadruple root in fig 6.10c does not cross the axis