SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere ähnliche Inhalte

Was ist angesagt?

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
 
Numerical method for solving non linear equations
Numerical method for solving non linear equationsNumerical method for solving non linear equations
Numerical method for solving non linear equationsMdHaque78
 
Error(Computer Oriented Numerical and Statistical Method)
Error(Computer Oriented Numerical and Statistical Method)Error(Computer Oriented Numerical and Statistical Method)
Error(Computer Oriented Numerical and Statistical Method)AyushiDubey19
 
NUMERICAL METHODS ppt new (1).pptx
NUMERICAL METHODS  ppt new (1).pptxNUMERICAL METHODS  ppt new (1).pptx
NUMERICAL METHODS ppt new (1).pptxbaljitkaur96270
 
Numerical Differentiation and Integration
 Numerical Differentiation and Integration Numerical Differentiation and Integration
Numerical Differentiation and IntegrationMeenakshisundaram N
 
APPLICATIONS OF DIFFERENTIAL EQUATIONS-ZBJ
APPLICATIONS OF DIFFERENTIAL EQUATIONS-ZBJAPPLICATIONS OF DIFFERENTIAL EQUATIONS-ZBJ
APPLICATIONS OF DIFFERENTIAL EQUATIONS-ZBJZuhair Bin Jawaid
 
Euler and improved euler method
Euler and improved euler methodEuler and improved euler method
Euler and improved euler methodSohaib Butt
 
Linear Systems Gauss Seidel
Linear Systems   Gauss SeidelLinear Systems   Gauss Seidel
Linear Systems Gauss SeidelEric Davishahl
 
Numerical integration
Numerical integrationNumerical integration
Numerical integrationSunny Chauhan
 
Numerical Methods - Power Method for Eigen values
Numerical Methods - Power Method for Eigen valuesNumerical Methods - Power Method for Eigen values
Numerical Methods - Power Method for Eigen valuesDr. Nirav Vyas
 
Curve fitting of exponential curve
Curve fitting of exponential curveCurve fitting of exponential curve
Curve fitting of exponential curveDivyang Rathod
 
Curve fitting - Lecture Notes
Curve fitting - Lecture NotesCurve fitting - Lecture Notes
Curve fitting - Lecture NotesDr. Nirav Vyas
 
False Point Method / Regula falsi method
False Point Method / Regula falsi methodFalse Point Method / Regula falsi method
False Point Method / Regula falsi methodNasima Akhtar
 
Solution of non-linear equations
Solution of non-linear equationsSolution of non-linear equations
Solution of non-linear equationsZunAib Ali
 

Was ist angesagt? (20)

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
 
Numerical method for solving non linear equations
Numerical method for solving non linear equationsNumerical method for solving non linear equations
Numerical method for solving non linear equations
 
Newton Raphson
Newton RaphsonNewton Raphson
Newton Raphson
 
Numerical method
Numerical methodNumerical method
Numerical method
 
Error(Computer Oriented Numerical and Statistical Method)
Error(Computer Oriented Numerical and Statistical Method)Error(Computer Oriented Numerical and Statistical Method)
Error(Computer Oriented Numerical and Statistical Method)
 
Bisection method
Bisection methodBisection method
Bisection method
 
NUMERICAL METHODS ppt new (1).pptx
NUMERICAL METHODS  ppt new (1).pptxNUMERICAL METHODS  ppt new (1).pptx
NUMERICAL METHODS ppt new (1).pptx
 
Numerical Differentiation and Integration
 Numerical Differentiation and Integration Numerical Differentiation and Integration
Numerical Differentiation and Integration
 
BISECTION METHOD
BISECTION METHODBISECTION METHOD
BISECTION METHOD
 
APPLICATIONS OF DIFFERENTIAL EQUATIONS-ZBJ
APPLICATIONS OF DIFFERENTIAL EQUATIONS-ZBJAPPLICATIONS OF DIFFERENTIAL EQUATIONS-ZBJ
APPLICATIONS OF DIFFERENTIAL EQUATIONS-ZBJ
 
Euler and improved euler method
Euler and improved euler methodEuler and improved euler method
Euler and improved euler method
 
Linear Systems Gauss Seidel
Linear Systems   Gauss SeidelLinear Systems   Gauss Seidel
Linear Systems Gauss Seidel
 
Initial Value Problems
Initial Value ProblemsInitial Value Problems
Initial Value Problems
 
Numerical integration
Numerical integrationNumerical integration
Numerical integration
 
Numerical Methods - Power Method for Eigen values
Numerical Methods - Power Method for Eigen valuesNumerical Methods - Power Method for Eigen values
Numerical Methods - Power Method for Eigen values
 
Curve fitting of exponential curve
Curve fitting of exponential curveCurve fitting of exponential curve
Curve fitting of exponential curve
 
Curve fitting - Lecture Notes
Curve fitting - Lecture NotesCurve fitting - Lecture Notes
Curve fitting - Lecture Notes
 
False Point Method / Regula falsi method
False Point Method / Regula falsi methodFalse Point Method / Regula falsi method
False Point Method / Regula falsi method
 
Solution of non-linear equations
Solution of non-linear equationsSolution of non-linear equations
Solution of non-linear equations
 
Gauss sediel
Gauss sedielGauss sediel
Gauss sediel
 

Ähnlich wie 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
 

Ähnlich wie 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
 

Mehr von Er. Rahul Jarariya

Mehr von 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
 

Kürzlich hochgeladen

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
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
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
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
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
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
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
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
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
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
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
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
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
 

Kürzlich hochgeladen (20)

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
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
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
 
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
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).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
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
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
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
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
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
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
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
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
 

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.