Explicit and implicit methods
The distinction between computing the new step directly or by solving an equation that contains it.
Definition
An explicit method gives by a closed formula in already-known values, like explicit Euler . An implicit one has on both sides, like implicit Euler , and requires solving an equation at every step.
How it is used
You pay for the implicit step (solving an equation) in exchange for stability: in stiff problems, that trade is very profitable.