|
![]() |
Glossary:
Prime Pages:
Top 5000:
![]() |
GIMPS has discovered a new largest known prime number: 282589933-1 (24,862,048 digits) Suppose f(x) and g(x) are real valued functions defined for all x > x0 (where x0 is a fixed positive real). We write f(x) = o(g(x))if the limit as x approaches infinity of f(x)/g(x) is zero (that is, if eventually f(x)/g(x) becomes less than any given positive number). Examples: 10000x = o(x2), log(x) = o(x), and xn = o(ex). Notice that f(x) = o(g(x)) implies, and is stronger than, f(x) = O(g(x)). We often use the little-oh notation this way: f(x) = g(x) + o(h(x)).This intuitively means that the error in using g(x) to approximate f(x) is negligible in comparison to h(x). The little-oh notation was first used by E. Landau in 1909.
See Also: BigOh, SameOrderofMagnitude, AsymptoticallyEqual
Chris K. Caldwell © 1999-2019 (all rights reserved)
|