SlideShare a Scribd company logo
1 of 12
SECANT
METHOD
Secant Method
• The word secant comes from the latin, secare means to cut.
• It is also known as Root finding method.
• Root: The root (somethings also called “zeros”) of an equation are the
values of for which the equation is satisfied.
Example:
𝑓 𝑥 = 0
• The secant method is not a bracketing method because it not
required to change signs between estimates.
• It is also known as chord method.
Method
• Starting with initial values 𝑥0 and 𝑥1, we construction line through the
points (𝑥0, 𝑓 𝑥0 ) & (𝑥1, 𝑓(𝑥1)).
𝑥2 = 𝑥1 − 𝑓 𝑥1
𝑥1 − 𝑥0
𝑓 𝑥1 − 𝑓 𝑥0
We continue this process, solving for x₃, x₄, etc. Until we reach a
sufficiently high level of precision (a sufficiently small difference
between 𝑥𝑛 and 𝑥𝑛−1).
Continue:- Method
• This new value replaces the oldest x value being used in the
calculation.
• 𝑥2 = 𝑥1 − 𝑓 𝑥1
𝑥1−𝑥0
𝑓 𝑥1 −𝑓 𝑥0
• 𝑥𝑛+1= 𝑥𝑛 − 𝑓(𝑥𝑛)
𝑥𝑛−𝑥𝑛−1
𝑓 𝑥𝑛 −𝑓(𝑥𝑛−1)
General Formula
Example:-
• Question:- Use the secant method to determine root of equation.
𝑥3
− 2𝑥 − 5 = 0
Solution:- First we have to take initial approximation as 𝑥0 = 2, 𝑥1 = 3
We have for secant method,
𝑓 2 = −1 & 𝑓 3 = 16
Approximation to root by Secant Method-
n 𝒙𝒏+𝟏 𝒇(𝒙𝟐)
1 2.058823 - 0.390799
2 2.081263 - 0.147204
3 2.094824 0.003042
4 2.094549 0.003042
Hence, the root is 2.094 correct to three decimal places.
Excel Worksheet on Secant
method
Advantages:
• It does not require the computation of the first order derivative
• No need to check for sign.
• Sometimes it is good to start findings a root using the bisection
method then once you know you are close to the root you can switch
to the secant method to achieve faster convergence.
• The secant method converges more rapidly near a root.
Disadvantages:
• The secant method is not a bracketing method it may not converge.
• Another problem of this method that does not know when to stop. It
must be performed several times until the f of the current guess is
very small.
• If the function is very “flat” the secant method can fail.
Regula falsie vs Secant:-
• It is similar to Regula falsie except:-
• Will convergence always, speed can be slow.
• No need to check for sign.
• Begin with a, b, as usual.
• Regula falsie a variant of the secant method which maintains a
bracket around the solution.
• Secant method keeps the most recent two estimates, while the false
position method retains the most recent estimate and the next recent
one the most recent estimate and the next recent one which has an
opposite sign in the function value.
Applications:
• The Secant method is one of a number of analytical procedure
available to earthquake engineers today for predicting the earthquake
performance of structures.
• Designing of multi-story building.
THANK
YOU

More Related Content

What's hot

Numerical Solution of Ordinary Differential Equations
Numerical Solution of Ordinary Differential EquationsNumerical Solution of Ordinary Differential Equations
Numerical Solution of Ordinary Differential EquationsMeenakshisundaram N
 
False Point Method / Regula falsi method
False Point Method / Regula falsi methodFalse Point Method / Regula falsi method
False Point Method / Regula falsi methodNasima Akhtar
 
Newton-Raphson Method
Newton-Raphson MethodNewton-Raphson Method
Newton-Raphson MethodJigisha Dabhi
 
Regula Falsi (False position) Method
Regula Falsi (False position) MethodRegula Falsi (False position) Method
Regula Falsi (False position) MethodIsaac Yowetu
 
Euler and improved euler method
Euler and improved euler methodEuler and improved euler method
Euler and improved euler methodSohaib Butt
 
Interpolation In Numerical Methods.
 Interpolation In Numerical Methods. Interpolation In Numerical Methods.
Interpolation In Numerical Methods.Abu Kaisar
 
Bisection method in maths 4
Bisection method in maths 4Bisection method in maths 4
Bisection method in maths 4Vaidik Trivedi
 
Presentation on Solution to non linear equations
Presentation on Solution to non linear equationsPresentation on Solution to non linear equations
Presentation on Solution to non linear equationsRifat Rahamatullah
 
Numerical Differentiation and Integration
 Numerical Differentiation and Integration Numerical Differentiation and Integration
Numerical Differentiation and IntegrationMeenakshisundaram N
 
Regula falsi method
Regula falsi methodRegula falsi method
Regula falsi methodandrushow
 
Nams- Roots of equations by numerical methods
Nams- Roots of equations by numerical methodsNams- Roots of equations by numerical methods
Nams- Roots of equations by numerical methodsRuchi Maurya
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson methodBijay Mishra
 
presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve Mukuldev Khunte
 
Bisection method
Bisection methodBisection method
Bisection methoduis
 

What's hot (20)

Numerical Solution of Ordinary Differential Equations
Numerical Solution of Ordinary Differential EquationsNumerical Solution of Ordinary Differential Equations
Numerical Solution of Ordinary Differential Equations
 
False Point Method / Regula falsi method
False Point Method / Regula falsi methodFalse Point Method / Regula falsi method
False Point Method / Regula falsi method
 
Newton-Raphson Method
Newton-Raphson MethodNewton-Raphson Method
Newton-Raphson Method
 
Regula Falsi (False position) Method
Regula Falsi (False position) MethodRegula Falsi (False position) Method
Regula Falsi (False position) Method
 
Euler and improved euler method
Euler and improved euler methodEuler and improved euler method
Euler and improved euler method
 
Bisection method
Bisection methodBisection method
Bisection method
 
Numerical analysis ppt
Numerical analysis pptNumerical analysis ppt
Numerical analysis ppt
 
Interpolation In Numerical Methods.
 Interpolation In Numerical Methods. Interpolation In Numerical Methods.
Interpolation In Numerical Methods.
 
Bisection method in maths 4
Bisection method in maths 4Bisection method in maths 4
Bisection method in maths 4
 
Presentation on Solution to non linear equations
Presentation on Solution to non linear equationsPresentation on Solution to non linear equations
Presentation on Solution to non linear equations
 
Fourier series
Fourier seriesFourier series
Fourier series
 
Euler and runge kutta method
Euler and runge kutta methodEuler and runge kutta method
Euler and runge kutta method
 
Numerical Differentiation and Integration
 Numerical Differentiation and Integration Numerical Differentiation and Integration
Numerical Differentiation and Integration
 
Regula falsi method
Regula falsi methodRegula falsi method
Regula falsi method
 
Nams- Roots of equations by numerical methods
Nams- Roots of equations by numerical methodsNams- Roots of equations by numerical methods
Nams- Roots of equations by numerical methods
 
numerical methods
numerical methodsnumerical methods
numerical methods
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson method
 
presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve
 
03 open methods
03 open methods03 open methods
03 open methods
 
Bisection method
Bisection methodBisection method
Bisection method
 

Similar to Secant method

Gradient descent method
Gradient descent methodGradient descent method
Gradient descent methodSanghyuk Chun
 
Lecture_3_Gradient_Descent.pptx
Lecture_3_Gradient_Descent.pptxLecture_3_Gradient_Descent.pptx
Lecture_3_Gradient_Descent.pptxgnans Kgnanshek
 
NUMERICAL & STATISTICAL METHODS FOR COMPUTER ENGINEERING
NUMERICAL & STATISTICAL METHODS FOR COMPUTER ENGINEERING NUMERICAL & STATISTICAL METHODS FOR COMPUTER ENGINEERING
NUMERICAL & STATISTICAL METHODS FOR COMPUTER ENGINEERING Anu Bhatt
 
An overview of gradient descent optimization algorithms
An overview of gradient descent optimization algorithms An overview of gradient descent optimization algorithms
An overview of gradient descent optimization algorithms Hakky St
 
An overview of gradient descent optimization algorithms.pdf
An overview of gradient descent optimization algorithms.pdfAn overview of gradient descent optimization algorithms.pdf
An overview of gradient descent optimization algorithms.pdfvudinhphuong96
 
Page rank - from theory to application
Page rank - from theory to applicationPage rank - from theory to application
Page rank - from theory to applicationGAYO3
 
Advanced-Differentiation-Rules.pdf
Advanced-Differentiation-Rules.pdfAdvanced-Differentiation-Rules.pdf
Advanced-Differentiation-Rules.pdfKyleBrianSLumanglas
 
Heuristic Search Techniques {Artificial Intelligence}
Heuristic Search Techniques {Artificial Intelligence}Heuristic Search Techniques {Artificial Intelligence}
Heuristic Search Techniques {Artificial Intelligence}FellowBuddy.com
 
Perturbation methods last
Perturbation methods lastPerturbation methods last
Perturbation methods lastSabir Ahmed
 
Optimum engineering design - Day 5. Clasical optimization methods
Optimum engineering design - Day 5. Clasical optimization methodsOptimum engineering design - Day 5. Clasical optimization methods
Optimum engineering design - Day 5. Clasical optimization methodsSantiagoGarridoBulln
 
EMOD_Optimization_Presentation.pptx
EMOD_Optimization_Presentation.pptxEMOD_Optimization_Presentation.pptx
EMOD_Optimization_Presentation.pptxAliElMoselhy
 
Heuristc Search Techniques
Heuristc Search TechniquesHeuristc Search Techniques
Heuristc Search TechniquesJismy .K.Jose
 
DIFFERENTAL CALCULUS DERIVATIVES FIRST PART
DIFFERENTAL CALCULUS DERIVATIVES FIRST PARTDIFFERENTAL CALCULUS DERIVATIVES FIRST PART
DIFFERENTAL CALCULUS DERIVATIVES FIRST PARTteacherlablidas
 
Chapters 13 – 14 trig
Chapters 13 – 14 trigChapters 13 – 14 trig
Chapters 13 – 14 trighisema01
 
Search problems in Artificial Intelligence
Search problems in Artificial IntelligenceSearch problems in Artificial Intelligence
Search problems in Artificial Intelligenceananth
 

Similar to Secant method (20)

Secant method.pptx
Secant method.pptxSecant method.pptx
Secant method.pptx
 
Gradient descent method
Gradient descent methodGradient descent method
Gradient descent method
 
Lec 6 bsc csit
Lec 6 bsc csitLec 6 bsc csit
Lec 6 bsc csit
 
Lecture_3_Gradient_Descent.pptx
Lecture_3_Gradient_Descent.pptxLecture_3_Gradient_Descent.pptx
Lecture_3_Gradient_Descent.pptx
 
NUMERICAL & STATISTICAL METHODS FOR COMPUTER ENGINEERING
NUMERICAL & STATISTICAL METHODS FOR COMPUTER ENGINEERING NUMERICAL & STATISTICAL METHODS FOR COMPUTER ENGINEERING
NUMERICAL & STATISTICAL METHODS FOR COMPUTER ENGINEERING
 
Optimization techniq
Optimization techniqOptimization techniq
Optimization techniq
 
An overview of gradient descent optimization algorithms
An overview of gradient descent optimization algorithms An overview of gradient descent optimization algorithms
An overview of gradient descent optimization algorithms
 
15303589.ppt
15303589.ppt15303589.ppt
15303589.ppt
 
An overview of gradient descent optimization algorithms.pdf
An overview of gradient descent optimization algorithms.pdfAn overview of gradient descent optimization algorithms.pdf
An overview of gradient descent optimization algorithms.pdf
 
Page rank - from theory to application
Page rank - from theory to applicationPage rank - from theory to application
Page rank - from theory to application
 
Advanced-Differentiation-Rules.pdf
Advanced-Differentiation-Rules.pdfAdvanced-Differentiation-Rules.pdf
Advanced-Differentiation-Rules.pdf
 
Heuristic Search Techniques {Artificial Intelligence}
Heuristic Search Techniques {Artificial Intelligence}Heuristic Search Techniques {Artificial Intelligence}
Heuristic Search Techniques {Artificial Intelligence}
 
jake.pptx
jake.pptxjake.pptx
jake.pptx
 
Perturbation methods last
Perturbation methods lastPerturbation methods last
Perturbation methods last
 
Optimum engineering design - Day 5. Clasical optimization methods
Optimum engineering design - Day 5. Clasical optimization methodsOptimum engineering design - Day 5. Clasical optimization methods
Optimum engineering design - Day 5. Clasical optimization methods
 
EMOD_Optimization_Presentation.pptx
EMOD_Optimization_Presentation.pptxEMOD_Optimization_Presentation.pptx
EMOD_Optimization_Presentation.pptx
 
Heuristc Search Techniques
Heuristc Search TechniquesHeuristc Search Techniques
Heuristc Search Techniques
 
DIFFERENTAL CALCULUS DERIVATIVES FIRST PART
DIFFERENTAL CALCULUS DERIVATIVES FIRST PARTDIFFERENTAL CALCULUS DERIVATIVES FIRST PART
DIFFERENTAL CALCULUS DERIVATIVES FIRST PART
 
Chapters 13 – 14 trig
Chapters 13 – 14 trigChapters 13 – 14 trig
Chapters 13 – 14 trig
 
Search problems in Artificial Intelligence
Search problems in Artificial IntelligenceSearch problems in Artificial Intelligence
Search problems in Artificial Intelligence
 

More from Er. Rahul Jarariya

More from Er. Rahul Jarariya (20)

Removal of Reactive dyes from wastewater by Adsorption process.pptx
Removal of Reactive dyes from wastewater by Adsorption process.pptxRemoval of Reactive dyes from wastewater by Adsorption process.pptx
Removal of Reactive dyes from wastewater by Adsorption process.pptx
 
Caculus
CaculusCaculus
Caculus
 
Polynomial
PolynomialPolynomial
Polynomial
 
National Board Of Accreditation
National Board Of AccreditationNational Board Of Accreditation
National Board Of Accreditation
 
FTIR - PDF.pdf
FTIR - PDF.pdfFTIR - PDF.pdf
FTIR - PDF.pdf
 
Intellectual property - patent rights.pdf
Intellectual property - patent rights.pdfIntellectual property - patent rights.pdf
Intellectual property - patent rights.pdf
 
NFL Report.pdf
NFL Report.pdfNFL Report.pdf
NFL Report.pdf
 
All Agricultural Equipment details.pdf
All Agricultural Equipment details.pdfAll Agricultural Equipment details.pdf
All Agricultural Equipment details.pdf
 
Agriculture Equipments Manufacturing Details.pdf
Agriculture Equipments Manufacturing Details.pdfAgriculture Equipments Manufacturing Details.pdf
Agriculture Equipments Manufacturing Details.pdf
 
Green Hydrogen.pdf
Green Hydrogen.pdfGreen Hydrogen.pdf
Green Hydrogen.pdf
 
Caculus.pptx
Caculus.pptxCaculus.pptx
Caculus.pptx
 
Calculus-formulas.pdf
Calculus-formulas.pdfCalculus-formulas.pdf
Calculus-formulas.pdf
 
CHEMSMART22_brochure_NIT RKL.pdf
CHEMSMART22_brochure_NIT RKL.pdfCHEMSMART22_brochure_NIT RKL.pdf
CHEMSMART22_brochure_NIT RKL.pdf
 
Rahul Jarariya..IPF.pdf
Rahul Jarariya..IPF.pdfRahul Jarariya..IPF.pdf
Rahul Jarariya..IPF.pdf
 
Energy audit.pdf
Energy audit.pdfEnergy audit.pdf
Energy audit.pdf
 
COI.pdf
COI.pdfCOI.pdf
COI.pdf
 
WW Concept for students.pptx
WW Concept for students.pptxWW Concept for students.pptx
WW Concept for students.pptx
 
Waste_Water_Treatment.pptx
Waste_Water_Treatment.pptxWaste_Water_Treatment.pptx
Waste_Water_Treatment.pptx
 
Wastewater Concepts for students.pptx
Wastewater Concepts for students.pptxWastewater Concepts for students.pptx
Wastewater Concepts for students.pptx
 
Industrial Effluent Treatment by Modern Techniques.ppt
Industrial Effluent Treatment by Modern Techniques.pptIndustrial Effluent Treatment by Modern Techniques.ppt
Industrial Effluent Treatment by Modern Techniques.ppt
 

Recently uploaded

“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
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
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
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
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
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
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
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
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
 

Recently uploaded (20)

“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...
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
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
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
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
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
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
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
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...
 

Secant method

  • 2. Secant Method • The word secant comes from the latin, secare means to cut. • It is also known as Root finding method. • Root: The root (somethings also called “zeros”) of an equation are the values of for which the equation is satisfied. Example: 𝑓 𝑥 = 0 • The secant method is not a bracketing method because it not required to change signs between estimates. • It is also known as chord method.
  • 3. Method • Starting with initial values 𝑥0 and 𝑥1, we construction line through the points (𝑥0, 𝑓 𝑥0 ) & (𝑥1, 𝑓(𝑥1)). 𝑥2 = 𝑥1 − 𝑓 𝑥1 𝑥1 − 𝑥0 𝑓 𝑥1 − 𝑓 𝑥0 We continue this process, solving for x₃, x₄, etc. Until we reach a sufficiently high level of precision (a sufficiently small difference between 𝑥𝑛 and 𝑥𝑛−1).
  • 4. Continue:- Method • This new value replaces the oldest x value being used in the calculation. • 𝑥2 = 𝑥1 − 𝑓 𝑥1 𝑥1−𝑥0 𝑓 𝑥1 −𝑓 𝑥0 • 𝑥𝑛+1= 𝑥𝑛 − 𝑓(𝑥𝑛) 𝑥𝑛−𝑥𝑛−1 𝑓 𝑥𝑛 −𝑓(𝑥𝑛−1) General Formula
  • 5. Example:- • Question:- Use the secant method to determine root of equation. 𝑥3 − 2𝑥 − 5 = 0 Solution:- First we have to take initial approximation as 𝑥0 = 2, 𝑥1 = 3 We have for secant method, 𝑓 2 = −1 & 𝑓 3 = 16
  • 6. Approximation to root by Secant Method- n 𝒙𝒏+𝟏 𝒇(𝒙𝟐) 1 2.058823 - 0.390799 2 2.081263 - 0.147204 3 2.094824 0.003042 4 2.094549 0.003042 Hence, the root is 2.094 correct to three decimal places.
  • 7. Excel Worksheet on Secant method
  • 8. Advantages: • It does not require the computation of the first order derivative • No need to check for sign. • Sometimes it is good to start findings a root using the bisection method then once you know you are close to the root you can switch to the secant method to achieve faster convergence. • The secant method converges more rapidly near a root.
  • 9. Disadvantages: • The secant method is not a bracketing method it may not converge. • Another problem of this method that does not know when to stop. It must be performed several times until the f of the current guess is very small. • If the function is very “flat” the secant method can fail.
  • 10. Regula falsie vs Secant:- • It is similar to Regula falsie except:- • Will convergence always, speed can be slow. • No need to check for sign. • Begin with a, b, as usual. • Regula falsie a variant of the secant method which maintains a bracket around the solution. • Secant method keeps the most recent two estimates, while the false position method retains the most recent estimate and the next recent one the most recent estimate and the next recent one which has an opposite sign in the function value.
  • 11. Applications: • The Secant method is one of a number of analytical procedure available to earthquake engineers today for predicting the earthquake performance of structures. • Designing of multi-story building.