SECANT
METHOD
INTERACTIVE
E-BOOK |
NONLINEAR EQUATIONS |
MAJOR
GENERAL |
On non Internet Explorer
browsers, the equations may not show up.
As an alternative or if you
prefer,
you can see the pdf version of the ebook instead
Title
|
An interactive e-book for illustrating Secant Method of solving nonlinear equations |
|
Creator |
Autar K Kaw |
|
Subject and Keywords |
Secant Method, Numerical Solution of Nonlinear Equations, Mathcad, Maple, Mathematica, Matlab, Simulations. |
|
Description |
An interactive E-book for illustrating Secant method of finding roots of nonlinear equation. It includes links to simulations in Mathcad, Maple, Mathematica and Matlab for the algorithm, convergence and the pitfalls; multiple choice quizzes, problem set, and a PowerPoint presentation. |
|
Publisher |
Holistic Numerical Methods Institute, |
|
Contributors |
SEE FILES |
|
Format |
Text/HTML |
|
Last Revised |
|
|
Identifier |
http://numericalmethods.eng.usf.edu/ebooks/secant_03nle_ebook.pdf |
|
Language |
English |
|
Rights |
|
Test
your knowledge of the background Simulation
Method [MAPLE] [MATHCAD] [MATHEMATICA] [MATLAB] Pitfall: Root jumps over several roots [MAPLE] [MATHCAD] [MATHEMATICA] [MATLAB] Convergence [MAPLE] [MATHCAD] [MATHEMATICA] [MATLAB] Pitfall: Division by zero [MAPLE] [MATHCAD] [MATHEMATICA] [MATLAB] Problem Sets Multiple
choice question examination
|
||||||||||||||
|
This is an example of how an instructor of a Numerical Methods course can develop an E-book on a single topic by using resources that are only available at the Holistic Numerical Methods Institute (HNMI) Website. Although one of the primary advantages of a web-based resource is that one can use documents outside of its own domain, we are particularly using this example as a way to illustrate the holistic nature of the resources available at HNMI. You are welcome to modify and edit this e-book to suit your purpose. Using the textbook document written in MS Word 2000 as a foundation, it was made interactive within MS Word 2000 by putting bookmarks and hyperlinks to background information, PowerPoint presentations, Mathcad simulations, historical anecdotes, multiple choice tests, problem sets, etc. Then the MS Word 2000 file was saved as a web page and that is what you are about to read here. Back
to TOC
Before you
get started, see the video
or/and test
your knowledge on the background of solving nonlinear equations or go to
the table
of contents for particular information. |
||||||||||||||
|
The
Newton-Raphson method of solving the nonlinear equation f(x)=0 is given by
the recursive formula From the
above equation Substituting
Equation (2) in (1) The above
equation is called the Secant method.
This method now requires two initial guesses The Secant method can be also derived from geometry shown in Figure
(1). Taking two initial guesses On rearranging Figure 1:
Geometrical representation of the Secant method Simulations Method [MAPLE] [MATHCAD] [MATHEMATICA] [MATLAB] Pitfall: Root jumps over several roots [MAPLE] [MATHCAD] [MATHEMATICA] [MATLAB] Convergence [MAPLE] [MATHCAD] [MATHEMATICA] [MATLAB] Pitfall: Division by zero [MAPLE] [MATHCAD] [MATHEMATICA] [MATLAB] ExampleYou are working for ‘DOWN THE TOILET COMPANY’ that makes floats for ABC commodes. The ball has a specific gravity of 0.6 and has a radius of 5.5 cm. You are asked to find the distance to which the ball will get submerged when floating in water. Figure 5.
Floating ball problem The equation that gives the depth ‘x’ to which the ball is submerged under water is given by Use the secant method of finding roots of
equations to find a)
the depth ‘x’ to which the ball is submerged
under water. Conduct three iterations to
estimate the root of the above equation.
b)
find the absolute relative approximate error at
the end of each iteration c)
the number of significant digits at least correct
at the end of each iteration. Solution
Let us assume the initial
guesses of the root of Iteration #1
The estimate of the root is = 0.06461 The absolute relative
approximate error The number of significant
digits at least correct is 0 Iteration #2
The absolute relative
approximate error = 3.525% The number of significant
digits at least correct is 1 Iteration #3
The absolute relative
approximate error The number of significant
digits at least correct is 1 Table 1: Secant method results as a function of iterations
Problem Set
|