SlideShare a Scribd company logo
1 of 12
Vishwakarma Government
Engineering College
Chandkheda, Gujarat
Submitted by:
Rahul Jarariya
Department of Chemical Engineering
Numerical Methods in Chemical Engineering
SECANT METHOD
Secant Method
• The word secant comes from the latin, secare means to cut.
• It is a 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

Similar to Secant method.pptx

Search problems in Artificial Intelligence
Search problems in Artificial IntelligenceSearch problems in Artificial Intelligence
Search problems in Artificial Intelligenceananth
 
Secent method
Secent methodSecent method
Secent methodritu1806
 
Lecture_3_Gradient_Descent.pptx
Lecture_3_Gradient_Descent.pptxLecture_3_Gradient_Descent.pptx
Lecture_3_Gradient_Descent.pptxgnans Kgnanshek
 
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
 
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
 
Crout s method for solving system of linear equations
Crout s method for solving system of linear equationsCrout s method for solving system of linear equations
Crout s method for solving system of linear equationsSugathan Velloth
 
Methods for solving ‘or’ models
Methods for solving ‘or’ modelsMethods for solving ‘or’ models
Methods for solving ‘or’ modelsJishnu Rajan
 
EMOD_Optimization_Presentation.pptx
EMOD_Optimization_Presentation.pptxEMOD_Optimization_Presentation.pptx
EMOD_Optimization_Presentation.pptxAliElMoselhy
 
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
 
Heuristic Search Techniques Unit -II.ppt
Heuristic Search Techniques Unit -II.pptHeuristic Search Techniques Unit -II.ppt
Heuristic Search Techniques Unit -II.pptkarthikaparthasarath
 
How to Solve Linear Equation with the help of Liner Equation Calculator?
How to Solve Linear Equation with the help of Liner Equation Calculator?How to Solve Linear Equation with the help of Liner Equation Calculator?
How to Solve Linear Equation with the help of Liner Equation Calculator?Maria Wilson
 
Turbulence numerical modelling
Turbulence numerical modellingTurbulence numerical modelling
Turbulence numerical modellingRobertoSorba
 
First Order Ordinary Differential Equation
First Order Ordinary Differential EquationFirst Order Ordinary Differential Equation
First Order Ordinary Differential EquationDeep Dalsania
 

Similar to Secant method.pptx (20)

Search problems in Artificial Intelligence
Search problems in Artificial IntelligenceSearch problems in Artificial Intelligence
Search problems in Artificial Intelligence
 
Secent method
Secent methodSecent method
Secent method
 
Lecture_3_Gradient_Descent.pptx
Lecture_3_Gradient_Descent.pptxLecture_3_Gradient_Descent.pptx
Lecture_3_Gradient_Descent.pptx
 
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
 
NUMERICAL & STATISTICAL METHODS FOR COMPUTER ENGINEERING
NUMERICAL & STATISTICAL METHODS FOR COMPUTER ENGINEERING NUMERICAL & STATISTICAL METHODS FOR COMPUTER ENGINEERING
NUMERICAL & STATISTICAL METHODS FOR COMPUTER ENGINEERING
 
jake.pptx
jake.pptxjake.pptx
jake.pptx
 
Simplex Algorithm
Simplex AlgorithmSimplex Algorithm
Simplex Algorithm
 
Crout s method for solving system of linear equations
Crout s method for solving system of linear equationsCrout s method for solving system of linear equations
Crout s method for solving system of linear equations
 
Methods for solving ‘or’ models
Methods for solving ‘or’ modelsMethods for solving ‘or’ models
Methods for solving ‘or’ models
 
EMOD_Optimization_Presentation.pptx
EMOD_Optimization_Presentation.pptxEMOD_Optimization_Presentation.pptx
EMOD_Optimization_Presentation.pptx
 
Lecture 11
Lecture 11Lecture 11
Lecture 11
 
Lecture 11
Lecture 11Lecture 11
Lecture 11
 
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...
 
Secant method
Secant methodSecant method
Secant method
 
Secant Method
Secant MethodSecant Method
Secant Method
 
Heuristic Search Techniques Unit -II.ppt
Heuristic Search Techniques Unit -II.pptHeuristic Search Techniques Unit -II.ppt
Heuristic Search Techniques Unit -II.ppt
 
How to Solve Linear Equation with the help of Liner Equation Calculator?
How to Solve Linear Equation with the help of Liner Equation Calculator?How to Solve Linear Equation with the help of Liner Equation Calculator?
How to Solve Linear Equation with the help of Liner Equation Calculator?
 
Turbulence numerical modelling
Turbulence numerical modellingTurbulence numerical modelling
Turbulence numerical modelling
 
First Order Ordinary Differential Equation
First Order Ordinary Differential EquationFirst Order Ordinary Differential Equation
First Order Ordinary Differential Equation
 
SAT Test Day Advice - https://www.manyagroup.com/sat
SAT Test Day Advice - https://www.manyagroup.com/satSAT Test Day Advice - https://www.manyagroup.com/sat
SAT Test Day Advice - https://www.manyagroup.com/sat
 

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

Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLManishPatel169454
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spaintimesproduction05
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 

Recently uploaded (20)

Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 

Secant method.pptx

  • 1. Vishwakarma Government Engineering College Chandkheda, Gujarat Submitted by: Rahul Jarariya Department of Chemical Engineering Numerical Methods in Chemical Engineering SECANT METHOD
  • 2. Secant Method • The word secant comes from the latin, secare means to cut. • It is a 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.