Order of Magnitude

Order of magnitude refers to the scale of a quantity expressed using big-O notation. We write to mean that grows no faster than as (or , depending on context).

Formally, means there exists a constant such that

for all sufficiently small (or large) .

In numerical methods, big-O notation is used to describe how errors scale with step size or . For example, saying a method has error means that halving the step size reduces the error by a factor of roughly 4.

This notation underpins the definitions of Local truncation error, Global truncation error, and Order of a method.

Order of a method | Order of convergence | Local truncation error | Global truncation error