Quadratic growth
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. "Quadratic growth" often means more generally "quadratic growth in the limit", as the argument or sequence position goes to infinity – in big Theta notation,. This can be defined both continuously or discretely.
Examples
Examples of quadratic growth include:- Any quadratic polynomial.
- Certain integer sequences such as the triangular numbers. The th triangular number has value, approximately.
Algorithmic examples 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, as a function of the number of time steps for which the pattern is simulated.
- Metcalfe's law stating that the value of a communications network grows quadratically as a function of its number of users.