Little o notation

From Citizendium
Revision as of 07:38, 10 October 2007 by imported>Hendra I. Nurdin
Jump to navigation Jump to search
This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

The little o notation is a mathematical notation which indicates that the decay (respectively, growth) rate of a certain function or sequence is faster (respectively, slower) than that of another function or sequence. It is often used in particular applications in physics, computer science, engineering and other applied sciences.

More formally, if f and g are real valued functions of the real numbers then the notation indicates that

This means that f becomes infinitely small with respect to g when t increases. In mathematical terms, for every real number there exists a positive real number (note the dependence of T on ) such that for all

Similarly, if and are two numerical sequences then means that the fraction tends to 0 when tends to infinity.

The little o notation is also often used to indicate that the absolute value of a real valued function goes to zero around some point at a rate faster than at which the absolute value of another function goes to zero at the same point. For example, suppose that f is a function with for some real number . Then the notation , where g(t) is a function which is continuous at t=0 and with g(0)=0, denotes that for every real number there exists a neighbourhood of such that holds on .

See also

Big O notation