NUMERICAL DIFFERENTIATIONS Flashcards
Remember that when we solve for f ‘(n), we are actually solving the ______ of the function at that particular point.
slope
In Numerical Methods we can solve the approximate value (VA) of the slope using these methods, without determining the derivative of the given function.
- Forward Divided Difference Method (FDD)
- Backward Divided Difference Method (BDD)
- Central Divided Difference Method (CDD)
- Richardson’s Extrapolation using CDD (RECDD)
This method makes use of both FDD and BDD function values and dividing it by twice the step size. Provides a nearer approximate to the true value than either FDD or BDD.
Central Divided Difference Method (CDD)
This method gives a much better approximated value from the previous three methods.
The CDD equation above is used twice. First using the full step value of “h”, and on the second the half step value “h/2”.
Richardson’s Extrapolation using CDD