Big O notation

Big O notation is a symbolism used in complexity theory, computer science, and mathematics to describe the asymptotic behavior of functions. More exactly, it is used to describe the asymptotic upper bound for the magnitude of a function in terms of another, usually simpler, function.

It was invented by the German number theorist Edmund Landau, hence it is also called Landau's symbol. The letter O was originally a capital omicron, and is never a digit zero.

In Wikipedia, the various notations described in this article are used for approximating formulas (e.g. those in the sum article), for analysis of algorithms (e.g. those in the heapsort article), and for the definitions of terms in complexity theory (e.g. polynomial time).

Table of contents
1 Uses
2 Common orders of functions
3 Formal definition
4 Multiple Variables
5 Related notation

Uses

There are two formally close, but noticeably different usages of his notation: infinite asymptotics an infinitesimal asymptotics

Infinite asymptotics

Big O notation is useful when analyzing algorithms for efficiency. For example, the time (or the number of steps) it takes to complete a problem of size n might be found to be T(n) = 4n2 - 2n + 2.

As n grows large, the n2 term will come to dominate, so that all other terms can be neglected. Further, the constants will depend on the precise details of the implementation and the hardware it runs on, so they should also be neglected. Big O notation captures what remains: we write T(n) = O(n2) and say that the algorithm has order of n2 time complexity.

Properties

If a function f(n) can be written as a finite sum of other functions, then the fastest growing one determines the order of f(n). For example

.

In particular, if a function may be bounded by a polynomial in n, then as n tends to infinity, one may disregard lower-order terms of the polynomial.

O(nc) and O(cn) are very different. The latter grows much, much faster, no matter how big the constant c is. A function that grows faster than any power of n is called superpolynomial. One that grows slower than an exponential function of the form cn is called subexponential. An algorithm can require time that is both superpolynomial and subexponential; examples of this include the fastest algorithms known for integer factorization.

O(log n) is exactly the same as O(log(nc)). The logarithms differ only by a constant factor, (since log(nc)=c log n) and thus the big O notation ignores that. Similarly, logs with different constant bases are equivalent.

Infinitesimal asymptotics

Big O can also be used to describe the error term in an approximation to a mathematical function. For instance,

expresses the fact that the error is smaller in absolute value than some constant times x3 if x is close enough to 0.

Properties

If a function may be bounded by a polynomial in n, then as n tends to zero, one may disregard higher-order terms of the polynomial. Notice the disinction with the case of infinite asymptotics. Notice also that this distinction is only of "pragmatic" or "mnemonic" value; the formal definition for the "big O" is the same for both cases.

Common orders of functions

Here is a list of classes of functions that are commonly encountered when analyzing algorithms. The slower growing functions are listed first. c is an arbitrary constant.

notationname
O(1)constant
O(log n)logarithmic
O((log n)c)polylogarithmic
O(n)linear
O(n log n)sometimes called "linearithmic"
O(n2)quadratic
O(nc)polynomial, sometimes "geometric"
O(cn)exponential
O(n!)factorial

Formal definition

The formal definition of big O uses limitss. Suppose f(x) and g(x) are two functions defined on some subset of the real numbers.

where C is a constant. Intuitively, this means that f does not grow faster than g. The notation can also be used to describe the behavior of f near some real number a:
where C is a constant.

In mathematics, both limits at ∞ and limits at a are used. In computer science, only limits at ∞ are used; furthermore, only positive functions are considered, so the absolute value bars may be left out.

Multiple Variables

Big O can also be used with multiple variables and with other expressions on the right side of the equal sign. The statement

asserts that there exist constants C and N such that

This is a mild abuse of the equality symbol, since it is neither
transitive nor symmetric. The notation O(g(x)) = f(x) looks pretty strange.

Therefore, to be more formally correct, some people prefer to define O(g) as a function that maps functions into sets of functions, with the value O(g(x)) being the set of all functions that do not grow faster then g(x). Under this convention, it is said, e.g., that f(x) belongs to class (or set) O(g(x)) and the corresponding set membership notation is used.

Perhaps most commonly, one simply says "f(x) is O(g(x))" without any formal notation for "is".

Another point of difficulty is that the parameter whose asymptotic behavior is being examined is not always clear. A statement such as f(x,y) = O(g(x,y)) requires some additional explanation to make clear what is meant. Still, this problem is rare in practice.

Related notation

Big O is the most commonly used of asymptotic notations for comparing functions. We will define them briefly by analogy with "big O", in terms of bounds.

Notation Analogy
f(n) = O(g(n)) asymptotic upper bound
f(n) = o(g(n)) asymptotically negligible (M = 0)
f(n) = Ω(g(n)) asymptotic lower bound (iff g(n) = O(f(n)))
f(n) = ω(g(n)) asymptoticaly dominant (iff g(n) = o(f(n)))
f(n) = Θ(g(n)) asymptotically tight bound (iff both f(n) = O(g(n))
  and   g(n) = O(f(n)))

Here is a hint (and mnemonics) why Landau selected these Greek letters: "omicron" is "o-micron", i.e., "o-small", whereas "omega" is "o-BIG".

The notations Θ and Ω are often used in computer science; the lower-case o is common in mathematics but rare in computer science. The lower-case ω is rarely used.

In casual use, O is commonly used where Θ is meant, i.e., a tight esitmate is implied. For example, one might say "heapsort is O(n log n) in average case" when the intended meaning was "heapsort is Θ(n log n) in average case". Both statements are true, but the latter is a stronger claim.

Another notation sometimes used in computer science is Õ (read Soft-O). f(n) = Õ(g(n)) is shorthand for f(n) = O(g(n) logkn) for some k. Essentially, it is Big-O, ignoring logarithmic factors. This notation is often used to describe a class of "nitpicking" estimates (since logkn is always o(n) for any constant k).



In the News

Newcomb Pottery and the Arts and Crafts Movement in Louisiana
Information about this art pottery decorated by women at Tulane University's women's school, the H. Sophie Newcomb Memorial School, during the late 19th and early 20th centuries. Also provides information about Newcomb metalwork, embroidery, and bookbinding. Includes images and a bibliography. From the Louisiana State Museum.

Neurons In The Frontal Lobe May Be Responsible For Rational Decision-m
Scientists have found that when monkeys choose between different options, the value neurons assign to each option does not depend on the menu of choices. This phenomenon may explain a behavioral trait called preference transitivity, which is the hallmark of rational economic choice. The results may also elucidate our understanding of certain "choice deficits"such as eating disorders, compulsive gambling and other abnormal social behaviors.

How to Explain DRM to Your Dad
Several DRM-related scenarios help you explain the problem with digital rights management to people who don't see what's wrong with it. In Listening Post.

Spintronic Materials Show Their First Move
How much energy does it take for an electron to hop from atom to atom, and how do the magnetic propertiesof the material influence the rate or ease of hopping? Answers to those questions could help explain why some materials, like those used in a computer hard drive, become conductors only in a magnetic field while they are very strong insulators otherwise.

How One Virus Uses Mimicry To Replicate Successfully: Related Mechanis
Both viruses and cancers subvert the growth-control machinery in a cell to serve their own needs. According to a new study, at least one virus uses mimicry to gain access to that machinery. A common target for both is a cell protein called the retinoblastoma protein, or pRb, which serves to block cell division when potentially cancer-causing gene mutations are present.

Don't Count On Vitamin C To Boost Your Exercise Performance
Orange juice or other sources of vitamin C (ascorbic acid), may (or may not) benefit you in terms of health and exercise, but contrary to what many people thought previously, ascorbic acid doesn't seem to help physical exercise performance. And in terms of such endurance exercise as running, walking or cycling, whereas vitamin C reduces physiological "oxidative stress,"that reduction didn't help performance for either men or women, whether they were in their 20s or 60s.

Eye-staining Technique Offers Early Detection For Dry Eye Syndrome
Lissamine green sounds like the latest cleaning sensation being hawked on television and probably not something you would want to get in your eyes. But a few properly placed drops can reveal staining patterns that are key to diagnosing dry eye syndrome earlier than other methods, providing doctors more options for treating the potentially sight-stealing disease, new research confirms.

GAO: Aviation Security: Federal Air Marshal Service Could Benefit From
This November 2005 report from the Government Accountability Office (GAO) recommends practices for the management of the Federal Air Marshal Service (FAMS), which has "undergone a number of changes in recent years, including a 2003 transfer from the Transportation Security Administration (TSA) to the U.S. Immigration and Customs Enforcement (ICE), and a 2005 transfer from ICE back to TSA."Discusses training efforts, career opportunities, internal controls, and related topics. Opens directly into a PDF file.

Leaders and Laggards: A State-by-State Report Card on Educational Effe
Results from this effort "to grade all 50 states and Washington, DC, on their K-12 school systems in order to identify both leaders and laggards in the tough business of school performance."View nationwide scores for overall academic achievement, achievement of low-income and minority students, return on investment, truth in advertising about student proficiency, and other data. Select a state from the map to read its education report card. From the U.S. Chamber of Commerce.

Rate Of Cellular Energy Production Lower In Persons At Risk For Type 2
The rate of insulin-stimulated energy production is significantly reduced in the muscles of lean, healthy young adults who have already developed insulin resistance and are at increased risk of developing diabetes later in life.


MP3 Music Downloads

Preview songs, Download Free Music,Burn CDs at ITunes.com
iTunes_RGB_9mm

 


Google




InformationQuickFind.com - Find Information Fast

Links