Definition of a derivative
This is not an article, but rather a friendly post to remind the interested reader of the finite difference method. Remember back in school when you learned about derivatives thru the following formula
Approximations kick in !
Well, the finite difference approximation says that we don’t need “to take things too extreme” in a sense that we can drop the limit above and agree on the approximation learned about derivatives thru the following formula

Applications: Differential Equations and beyond !
The finite difference is all over the place to deal with differential equations, one of which is the heat equation. Other applications of interest is the Secant method, where one bypasses the knowledge of the derivative of in Newton’s method, thanks to this approximation.
Finite Difference Approximation and the Secant Method
How does the finite difference approximation generate the Secant method ? Well at each iteration in Newton’s method, we could struggle with the computation
. Well, using the above finite difference approximation, we have that where
is “small enough”. Let’s define our “small enough” factor as the signed interval length
so that we getwhich reads.For more on Secant method, visit my article here.
Do you like the post ? Buy me a coffee using the link below
Recent Comments