SlideShare a Scribd company logo
1 of 27
RUBEN DARIO ARISMENDI RUEDA
CHAPTER 4: ‘ROOTS OF EQUATIONS’
The roots of equations are the values of  x  that makes  f(x)=0.  There are many forms to obtain this values of  x,  but the most common is the quadratic formula. The other forms are mostly numerical methods and graphical methods that are used when is not to easy to find the root of the function.
There are some different kind of methods to find the roots of Equation: GRAPHICS OPEN METHODS CLOSED METHODS FIXED POINT NEWTON-RAPHSON SECANT FALSE POSITION BISECTION
http://s4.hubimg.com/u/351_f520.jpg f(x)=0
CLOSED METHODS. 1.  Bisection
The objective of this Method consist in divide the interval to the half, looking forward for the change of sings. If F(x) is Real and continous in the interval that goes from X(inf) to X(sup) and  then there is at least 1 root  between  the intervals
 
THE ROOT WILL BE IN THE Inf. SEGMENT SO: Xi= STILL THE SAME Xs= THE LAST Xr THE ROOT WILL BE IN THE Sup. SEGMENT SO: Xi= THE LAST Xr Xs= STILL THE SAME
Example CALCULATE THE ROOT OF THE NEXT EQUATION. ERROR FOR THE NEW RESULT
In  the table, we can see that the value in the 7th iteration is 0,42578125 which is  approximate to the real value with an error of 0,00917431.
2. False Position. The steps are the same that are used in the Bisection Method. The only difference is  the Value of Xr. This method consit in the intersection of a line-segment  with the X axis, and using similar triangles the next expression is obtained.
Raíz Falsa Raíz  Verdadera
Example CALCULATE THE ROOT OF THE NEXT EQUATION.
In conclusion with this method, we can see that the value that is looking for, is obtain faster than in the Bisection Method. xi xs xr Fxi Fxs Fxr Fxi*Fxr error 0 1 0,53628944 1 -0,86466472 -0,19416436 -0,19416436 0 0,53628944 0,44909182 1 -0,19416436 -0,041783 -0,041783 0,19416436 0 0,44909182 0,43108 1 -0,041783 -0,00883096 -0,00883096 0,041783 0 0,43108 0,42730647 1 -0,00883096 -0,00185864 -0,00185864 0,00883096 0 0,42730647 0,42651374 1 -0,00185864 -0,00039083 -0,00039083 0,00185864
OPEN METHODS.  ,[object Object],[object Object],[object Object],[object Object]
Root
CONVERGENCE. Is convergent Is Divergent When the equation doesn’t converge, we wont get the root. 1.  2.
2. Newton-Raphson This Method consist in take an initial value and start to make tangents from this value to the value of the root.
WILL BE THE VALUE OF THE ROOT ERROR
Example CALCULATE THE ROOT OF THE NEXT EQUATION.
This method is faster, than the Closed methods. xi Fxi F'xi xi+1 error 0 1 -3 0,33333333 1 0,33333333 0,18008379 -2,02683424 0,42218312 0,21045319 2 0,42218312 0,00764656 -1,85965936 0,42629493 0,00964546 3 0,42629493 1,4494E-05 -1,85261884 0,42630275 1,8353E-05 4 0,42630275 5,219E-11 -1,8526055 0,42630275 6,6082E-11
3.Secant This method consist in get the Root of the equation giving two intial values.
WILL BE THE VALUE OF THE ROOT ERROR
Example CALCULATE THE ROOT OF THE NEXT EQUATION.
xi xi-1 Fxi Fxi-1 xi+1 error 0 0,2 1 0,47032005 0,3775865 1 0,3775865 0 0,09234281 1 0,41600122 0,09234281 2 0,41600122 0,3775865 0,01917577 0,09234281 0,42606903 0,02362953 3 0,42606903 0,41600122 0,00043303 0,01917577 0,42630164 0,00054564
[object Object],[object Object],[object Object],[object Object]

More Related Content

What's hot

Selection sort
Selection sortSelection sort
Selection sortstella D
 
Graphing sytems inequalities
Graphing sytems inequalitiesGraphing sytems inequalities
Graphing sytems inequalitiesJessica Garcia
 
Calc02 3 n
Calc02 3 nCalc02 3 n
Calc02 3 nkverbee
 
ROOTS OF EQUATIONS
ROOTS OF EQUATIONSROOTS OF EQUATIONS
ROOTS OF EQUATIONSKt Silva
 
Graphing sytems inequalities
Graphing sytems inequalitiesGraphing sytems inequalities
Graphing sytems inequalitiesJessica Garcia
 
Divergent series+english 1+2+3+4+....= 1/12
Divergent series+english 1+2+3+4+....= 1/12Divergent series+english 1+2+3+4+....= 1/12
Divergent series+english 1+2+3+4+....= 1/12Eugen Zaharescu
 
7.6 solving logarithmic equations
7.6 solving logarithmic equations7.6 solving logarithmic equations
7.6 solving logarithmic equationsswartzje
 
Solving Systems of Equations and Inequalities by Graphing
Solving Systems of Equations and Inequalities by GraphingSolving Systems of Equations and Inequalities by Graphing
Solving Systems of Equations and Inequalities by Graphingdmidgette
 
Logarithms and logarithmic functions
Logarithms and logarithmic functionsLogarithms and logarithmic functions
Logarithms and logarithmic functionsJessica Garcia
 
Chapter 3: Roots of Equations
Chapter 3: Roots of EquationsChapter 3: Roots of Equations
Chapter 3: Roots of EquationsMaria Fernanda
 
Selection sort 1
Selection sort 1Selection sort 1
Selection sort 1asmhemu
 
Rules of exponents 1
Rules of exponents 1Rules of exponents 1
Rules of exponents 1lothomas
 
Limits AND Continuity
Limits AND ContinuityLimits AND Continuity
Limits AND ContinuityUzair Ahmad
 
Multiplying Monomials
Multiplying MonomialsMultiplying Monomials
Multiplying MonomialsPinky Faith
 
Logarithmic Functions
Logarithmic FunctionsLogarithmic Functions
Logarithmic Functionsswartzje
 
February 17, 2015
February 17, 2015February 17, 2015
February 17, 2015khyps13
 

What's hot (20)

1 rules for exponents
1 rules for exponents1 rules for exponents
1 rules for exponents
 
Selection sort
Selection sortSelection sort
Selection sort
 
Graphing sytems inequalities
Graphing sytems inequalitiesGraphing sytems inequalities
Graphing sytems inequalities
 
Calc02 3 n
Calc02 3 nCalc02 3 n
Calc02 3 n
 
ROOTS OF EQUATIONS
ROOTS OF EQUATIONSROOTS OF EQUATIONS
ROOTS OF EQUATIONS
 
Graphing sytems inequalities
Graphing sytems inequalitiesGraphing sytems inequalities
Graphing sytems inequalities
 
Divergent series+english 1+2+3+4+....= 1/12
Divergent series+english 1+2+3+4+....= 1/12Divergent series+english 1+2+3+4+....= 1/12
Divergent series+english 1+2+3+4+....= 1/12
 
Chapter 4
Chapter 4Chapter 4
Chapter 4
 
7.6 solving logarithmic equations
7.6 solving logarithmic equations7.6 solving logarithmic equations
7.6 solving logarithmic equations
 
Solving Systems of Equations and Inequalities by Graphing
Solving Systems of Equations and Inequalities by GraphingSolving Systems of Equations and Inequalities by Graphing
Solving Systems of Equations and Inequalities by Graphing
 
Logarithms and logarithmic functions
Logarithms and logarithmic functionsLogarithms and logarithmic functions
Logarithms and logarithmic functions
 
Chapter 3: Roots of Equations
Chapter 3: Roots of EquationsChapter 3: Roots of Equations
Chapter 3: Roots of Equations
 
Metodo de muller
Metodo de mullerMetodo de muller
Metodo de muller
 
3.3 Solving Multi-Step Equations
3.3 Solving Multi-Step Equations3.3 Solving Multi-Step Equations
3.3 Solving Multi-Step Equations
 
Selection sort 1
Selection sort 1Selection sort 1
Selection sort 1
 
Rules of exponents 1
Rules of exponents 1Rules of exponents 1
Rules of exponents 1
 
Limits AND Continuity
Limits AND ContinuityLimits AND Continuity
Limits AND Continuity
 
Multiplying Monomials
Multiplying MonomialsMultiplying Monomials
Multiplying Monomials
 
Logarithmic Functions
Logarithmic FunctionsLogarithmic Functions
Logarithmic Functions
 
February 17, 2015
February 17, 2015February 17, 2015
February 17, 2015
 

Viewers also liked

Viewers also liked (8)

Special methods
Special methodsSpecial methods
Special methods
 
Iterative methods
Iterative methodsIterative methods
Iterative methods
 
Iterative methods
Iterative methodsIterative methods
Iterative methods
 
Direct sustitution methods
Direct sustitution methodsDirect sustitution methods
Direct sustitution methods
 
Iterative methods
Iterative methodsIterative methods
Iterative methods
 
Hadoop MapReduce Fundamentals
Hadoop MapReduce FundamentalsHadoop MapReduce Fundamentals
Hadoop MapReduce Fundamentals
 
Big data ppt
Big data pptBig data ppt
Big data ppt
 
Big data ppt
Big  data pptBig  data ppt
Big data ppt
 

Similar to Roots of equations 1

Root Equations Methods
Root Equations MethodsRoot Equations Methods
Root Equations MethodsUIS
 
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
 
Roots of equations
Roots of equations Roots of equations
Roots of equations shopnohinami
 
Roots of equations
Roots of equationsRoots of equations
Roots of equationsMileacre
 
Equations root
Equations rootEquations root
Equations rootMileacre
 
Secent method
Secent methodSecent method
Secent methodritu1806
 
Numerical Analysis and Computer Applications
Numerical Analysis and Computer ApplicationsNumerical Analysis and Computer Applications
Numerical Analysis and Computer ApplicationsMujeeb UR Rahman
 
ROOT OF NON-LINEAR EQUATIONS
ROOT OF NON-LINEAR EQUATIONSROOT OF NON-LINEAR EQUATIONS
ROOT OF NON-LINEAR EQUATIONSfenil patel
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson methodJayesh Ranjan
 
Bisection & Regual falsi methods
Bisection & Regual falsi methodsBisection & Regual falsi methods
Bisection & Regual falsi methodsDivya Bhatia
 
engineeringmathematics-iv_unit-iii
engineeringmathematics-iv_unit-iiiengineeringmathematics-iv_unit-iii
engineeringmathematics-iv_unit-iiiKundan Kumar
 
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-III
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IIIEngineering Mathematics-IV_B.Tech_Semester-IV_Unit-III
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IIIRai University
 

Similar to Roots of equations 1 (20)

Root Equations Methods
Root Equations MethodsRoot Equations Methods
Root Equations Methods
 
Chapter 3
Chapter 3Chapter 3
Chapter 3
 
03 optimization
03 optimization03 optimization
03 optimization
 
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...
 
Roots of equations
Roots of equations Roots of equations
Roots of equations
 
Roots of equations
Roots of equationsRoots of equations
Roots of equations
 
Equations root
Equations rootEquations root
Equations root
 
Chapter 3 roots of equations
Chapter 3 roots of equationsChapter 3 roots of equations
Chapter 3 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
 
Lecture6
Lecture6Lecture6
Lecture6
 
Secent method
Secent methodSecent method
Secent method
 
Secant method
Secant methodSecant method
Secant method
 
Numerical Analysis and Computer Applications
Numerical Analysis and Computer ApplicationsNumerical Analysis and Computer Applications
Numerical Analysis and Computer Applications
 
ROOT OF NON-LINEAR EQUATIONS
ROOT OF NON-LINEAR EQUATIONSROOT OF NON-LINEAR EQUATIONS
ROOT OF NON-LINEAR EQUATIONS
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson method
 
Bisection & Regual falsi methods
Bisection & Regual falsi methodsBisection & Regual falsi methods
Bisection & Regual falsi methods
 
engineeringmathematics-iv_unit-iii
engineeringmathematics-iv_unit-iiiengineeringmathematics-iv_unit-iii
engineeringmathematics-iv_unit-iii
 
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-III
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IIIEngineering Mathematics-IV_B.Tech_Semester-IV_Unit-III
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-III
 

More from rubenarismendi

More from rubenarismendi (9)

Roots of equations 1
Roots of equations 1Roots of equations 1
Roots of equations 1
 
Roots of equations
Roots of equationsRoots of equations
Roots of equations
 
Taylor 1
Taylor 1Taylor 1
Taylor 1
 
Taylor
TaylorTaylor
Taylor
 
Taylor
TaylorTaylor
Taylor
 
Approximation and error
Approximation and errorApproximation and error
Approximation and error
 
Approximation and error
Approximation and errorApproximation and error
Approximation and error
 
Mathematical modeling
Mathematical modelingMathematical modeling
Mathematical modeling
 
Matrizinversa
MatrizinversaMatrizinversa
Matrizinversa
 

Recently uploaded

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
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
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
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
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
 
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
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
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
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
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
 
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
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 

Recently uploaded (20)

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
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
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
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
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
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
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
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
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...
 
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
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 

Roots of equations 1

  • 2. CHAPTER 4: ‘ROOTS OF EQUATIONS’
  • 3. The roots of equations are the values of x that makes f(x)=0. There are many forms to obtain this values of x, but the most common is the quadratic formula. The other forms are mostly numerical methods and graphical methods that are used when is not to easy to find the root of the function.
  • 4. There are some different kind of methods to find the roots of Equation: GRAPHICS OPEN METHODS CLOSED METHODS FIXED POINT NEWTON-RAPHSON SECANT FALSE POSITION BISECTION
  • 6. CLOSED METHODS. 1. Bisection
  • 7. The objective of this Method consist in divide the interval to the half, looking forward for the change of sings. If F(x) is Real and continous in the interval that goes from X(inf) to X(sup) and then there is at least 1 root between the intervals
  • 8.  
  • 9. THE ROOT WILL BE IN THE Inf. SEGMENT SO: Xi= STILL THE SAME Xs= THE LAST Xr THE ROOT WILL BE IN THE Sup. SEGMENT SO: Xi= THE LAST Xr Xs= STILL THE SAME
  • 10. Example CALCULATE THE ROOT OF THE NEXT EQUATION. ERROR FOR THE NEW RESULT
  • 11. In the table, we can see that the value in the 7th iteration is 0,42578125 which is approximate to the real value with an error of 0,00917431.
  • 12. 2. False Position. The steps are the same that are used in the Bisection Method. The only difference is the Value of Xr. This method consit in the intersection of a line-segment with the X axis, and using similar triangles the next expression is obtained.
  • 13. Raíz Falsa Raíz Verdadera
  • 14. Example CALCULATE THE ROOT OF THE NEXT EQUATION.
  • 15. In conclusion with this method, we can see that the value that is looking for, is obtain faster than in the Bisection Method. xi xs xr Fxi Fxs Fxr Fxi*Fxr error 0 1 0,53628944 1 -0,86466472 -0,19416436 -0,19416436 0 0,53628944 0,44909182 1 -0,19416436 -0,041783 -0,041783 0,19416436 0 0,44909182 0,43108 1 -0,041783 -0,00883096 -0,00883096 0,041783 0 0,43108 0,42730647 1 -0,00883096 -0,00185864 -0,00185864 0,00883096 0 0,42730647 0,42651374 1 -0,00185864 -0,00039083 -0,00039083 0,00185864
  • 16.
  • 17. Root
  • 18. CONVERGENCE. Is convergent Is Divergent When the equation doesn’t converge, we wont get the root. 1. 2.
  • 19. 2. Newton-Raphson This Method consist in take an initial value and start to make tangents from this value to the value of the root.
  • 20. WILL BE THE VALUE OF THE ROOT ERROR
  • 21. Example CALCULATE THE ROOT OF THE NEXT EQUATION.
  • 22. This method is faster, than the Closed methods. xi Fxi F'xi xi+1 error 0 1 -3 0,33333333 1 0,33333333 0,18008379 -2,02683424 0,42218312 0,21045319 2 0,42218312 0,00764656 -1,85965936 0,42629493 0,00964546 3 0,42629493 1,4494E-05 -1,85261884 0,42630275 1,8353E-05 4 0,42630275 5,219E-11 -1,8526055 0,42630275 6,6082E-11
  • 23. 3.Secant This method consist in get the Root of the equation giving two intial values.
  • 24. WILL BE THE VALUE OF THE ROOT ERROR
  • 25. Example CALCULATE THE ROOT OF THE NEXT EQUATION.
  • 26. xi xi-1 Fxi Fxi-1 xi+1 error 0 0,2 1 0,47032005 0,3775865 1 0,3775865 0 0,09234281 1 0,41600122 0,09234281 2 0,41600122 0,3775865 0,01917577 0,09234281 0,42606903 0,02362953 3 0,42606903 0,41600122 0,00043303 0,01917577 0,42630164 0,00054564
  • 27.