Why does an exponential function like 2^x eventually outgrow any polynomial function like x^100, even though x^100 seems enormous?
Think about your answer, then reveal below.
Model answer: In a polynomial, the base grows while the exponent is fixed. In an exponential, the exponent grows while the base is fixed. As x increases, the exponent in 2^x keeps increasing, causing the function to repeatedly multiply by 2 — so it compounds indefinitely. A polynomial grows by adding increasingly large terms, but an exponential grows by multiplying, which dominates for large enough x.
The key distinction is what role x plays. In x^100, x is the base — it grows, but each increase only adds one more factor. In 2^x, x is the exponent — each unit increase multiplies the entire previous value by 2. Compounding multiplication always overtakes polynomial growth eventually, no matter how large the polynomial's degree.