I can't figure out how to find the second-order first derivative. Do I start with the central difference formula, or the forward/backward difference formulas?
This is what I'm trying to derive: f'(x) = [-f(x+2h) + 4f(x+h) - 3f(x)] / 2h
I know the finite difference formula is: f'(x) = [f(x+h) - f(x)] / h
I thought that I might be able to use some formulas found on this page: Numerical Methods/Numerical Differentiation - Wikibooks
Anyway, I'm stuck, and any help would be appreciated.


LinkBack URL
About LinkBacks