Finite Differences

Finite differences are discrete approximations to derivatives, obtained by replacing the limiting process with a small but finite step .

Forward Difference Approximation (FDA)

Backward Difference Approximation (BDA)

Second Derivative (Centred)

This centred second-derivative formula is used in the FTCS scheme and BTCS scheme for the spatial part of the Heat equation, and in the Laplacian difference equation for the Laplace equation.

The forward difference is the basis for the Explicit Euler method; the backward difference gives the Implicit Euler method.

Explicit Euler method | Implicit Euler method | FTCS scheme | BTCS scheme | Laplacian difference equation