Implicit Euler Method

Aside from the Explicit Euler method, we may also have an implicit relation where a dependent variable is not isolated in the equation; sometimes we can convert between the two, but this is not always possible.

In these cases, we can write the definition of a derivative slightly differently, replacing with . This creates a completely different equation, but one that is evaluated identically under the limit:

This is again a finite difference, but a backward difference approximation (BDA) instead of a forward difference approximation (FDA).

For implicit relations, this can give rise to the implicit Euler method, or aptly named backward Euler method, similar to before (just shifting time forwards slightly to neaten the formula)…