Quadratic growth

From Wikipedia, the free encyclopedia

For other uses of the word "quadratic" in mathematics, see quadratic.

In mathematics, a function or sequence is said to exhibit quadratic growth when its values are proportional to the square of the function argument or sequence position, in the limit as the argument or sequence position goes to infinity. That is, in big Theta notation, f(x) = Θ(x2).

Examples of quadratic growth include

  • The amount of time taken in the worst case by certain algorithms, such as insertion sort, as a function of the input length.
  • The numbers of live cells in space-filling cellular automaton patterns such as the Breeder (CA), as a function of the number of time steps for which the pattern is simulated.

[edit] See also

This mathematical analysis-related article is a stub. You can help Wikipedia by expanding it.
Languages