Regula Falsi Method
- •
What it is
- •
also called the false-position method; chooses the x-intercept of the line joining the bracket's endpoint values
- •
- •
Formula
- •
Procedure
- •
use the sign-preserving update from Bracketing Methods
- •
- •
- •
- •
Distinguish from
- •
the secant method uses a similar interpolation formula but does not preserve a sign-changing bracket
- •
- •
Caution
- •
do not assume bisection’s “width halves every step” error bound applies
- •
- •
Related