Evaluating numerical algorithm
Numerical Differentiation is a technique used to estimate the derivatives of a function at a specific point using values of the function evaluated at neighboring points spaced by a step size .
The Central Difference Formulas achieve second-order accuracy by averaging forward and backward steps:
First Derivative Formula:
Second Derivative Formula:
Where:
Given Function
At
Therefore, using Central Difference Numerical Differentiation with , the estimated derivatives are f'(2) = 10.0100 and f''(2) = 12.0000 (exact values 10 and 12).