Definition
Relative rates of growth allow us to compare the speed at which functions approach infinity as .
-
grows faster than if .
-
How to read: “The limit as x approaches infinity of f of x divided by g of x equals infinity.”
- Meaning: eventually dominates —the ratio blows up, so outpaces at infinity.
-
and grow at the same rate if ().
-
How to read: “The limit equals L, where L is a positive finite number.”
- Meaning: and are asymptotically proportional—they differ only by a constant factor at infinity.
Why It Matters
In a world of finite resources, speed is relative. If your costs grow faster than your revenue, you are bankrupt regardless of current volume. Asymptotic analysis is the only way to predict the long-term viability of algorithms and businesses.
Core Concepts
-
Hierarchy of Growth: Logarithms grow slower than polynomials, which grow slower than exponentials, which grow slower than factorial-like functions ().
-
How to read: “The X to the x.”
- Meaning: The growth hierarchy: for large .
-
Dominance: In a sum of functions, the fastest-growing term eventually dominates the behavior of the entire expression.
-
Asymptotic Analysis: Focuses on long-term behavior rather than specific values.