All questions
Question 1
Order the following functions by eventual growth rate (fastest to slowest):
- a(x)=0.001⋅3x (exponential)
- b(x)=x6 (polynomial)
- c(x)=500x2 (quadratic)
- d(x)=12x (linear)
- b>a>c>d
- a>b>c>d (correct answer)
- a>c>b>d
- c>b>a>d
Explanation: This question tests your understanding of a fundamental mathematical principle: exponential functions eventually grow faster than any polynomial function (even very high-degree polynomials) when we look at sufficiently large x-values. The growth hierarchy is: exponential > any polynomial > linear (for large x). Even a slow exponential like 0.001·3^x will eventually exceed a fast polynomial like x^6 if you go far enough. This happens because exponential growth is multiplicative (multiply by same factor repeatedly, which compounds), while polynomial growth is essentially additive-based (even with acceleration). Multiplicative compounding always beats any additive pattern eventually—it's why compound interest (exponential) is so powerful long-term compared to simple interest (linear)! Despite the tiny coefficient 0.001, the exponential a(x)=0.001·3^x will eventually dominate because 3^x grows so rapidly. At x=20: a(20)=0.001·3^20≈3,486,784 while b(20)=20^6=64,000,000 (polynomial still larger), but by x=30: a(30)=0.001·3^30≈205 billion while b(30)=30^6≈729 million (exponential has dominated!). Choice B correctly orders them as a>b>c>d, recognizing that the exponential eventually dominates, followed by the 6th-degree polynomial, then the quadratic (despite its large coefficient), and finally the linear function. Choice A incorrectly puts the polynomial first, not recognizing exponential dominance. Observing the hierarchy: the order is determined by the type of function (exponential > polynomial) and for polynomials, by degree (x6 > x2 > x). Coefficients like 0.001 or 500 only affect when crossovers occur, not the eventual ordering. Why exponential beats polynomial: 3^x triples each step (×3), while x^6 grows by adding larger amounts. Tripling repeatedly (even starting from 0.001) eventually outpaces any polynomial growth—it's the power of compound growth! Question 2
Compare the growth of these functions for large x: f(x)=3x (linear), g(x)=x2 (quadratic), h(x)=x5 (polynomial), and p(x)=1.5x (exponential). Which function eventually grows fastest?
- f(x)=3x
- g(x)=x2
- h(x)=x5
- p(x)=1.5x (correct answer)
Explanation: This question tests your understanding of a fundamental mathematical principle: exponential functions eventually grow faster than any polynomial function (even very high-degree polynomials) when we look at sufficiently large x-values. The growth hierarchy is: exponential > any polynomial > linear (for large x). Even a slow exponential like 1.5^x will eventually exceed a fast polynomial like x^5 if you go far enough. This happens because exponential growth is multiplicative (multiply by same factor repeatedly, which compounds), while polynomial growth is essentially additive-based (even with acceleration). Multiplicative compounding always beats any additive pattern eventually—it's why compound interest (exponential) is so powerful long-term compared to simple interest (linear)! Comparing the functions: f(x)=3x (linear), g(x)=x^2 (quadratic), h(x)=x^5 (5th degree polynomial), and p(x)=1.5^x (exponential). For large x, the ordering is: exponential > 5th degree > quadratic > linear, so p(x)=1.5^x grows fastest. Let's verify with x=20: 3x=60, x^2=400, x^5=3,200,000, 1.5^x≈3,325. At x=30: 3x=90, x^2=900, x^5=24,300,000, 1.5^x≈191,751. At x=40: 3x=120, x^2=1,600, x^5=102,400,000, 1.5^x≈11,057,332. The exponential is catching up! Choice D correctly identifies that p(x)=1.5^x eventually grows fastest, demonstrating understanding of exponential dominance over any polynomial. The other choices incorrectly select polynomials or linear functions, missing that exponentials always win in the long run, regardless of polynomial degree. Observing exponential dominance: at x=50, 1.5^x≈637,621,500 while x^5=312,500,000—the exponential has overtaken even the 5th degree polynomial! The gap keeps widening exponentially (pun intended). Why exponential beats polynomial: each step of 1.5^x multiplies the previous value by 1.5. This compounding effect is like a snowball rolling downhill, gathering more snow exponentially. Meanwhile, x^5 grows fast but through an additive structure—it can't keep pace with multiplication's power!
Question 3
Two polynomial functions and one exponential function are shown:
- Quadratic: g(x)=2x2
- Polynomial (degree 4): h(x)=0.01x4
- Exponential: p(x)=2x
Which statement about their long-term behavior is correct?
- Eventually h(x) grows faster than g(x), and p(x) grows faster than both (correct answer)
- Eventually g(x) grows faster than h(x) because 2 is larger than 0.01
- Eventually h(x) grows faster than p(x) because it has a higher power of x
- All three functions eventually grow at the same rate since they all increase as x increases
Explanation: This question tests your understanding of a fundamental mathematical principle: exponential functions eventually grow faster than any polynomial function (even very high-degree polynomials) when we look at sufficiently large x-values. The growth hierarchy is: exponential > any polynomial > linear (for large x). Even a slow exponential like (1.01)^x will eventually exceed a fast polynomial like x^100 if you go far enough. This happens because exponential growth is multiplicative (multiply by same factor repeatedly, which compounds), while polynomial growth is essentially additive-based (even with acceleration). Multiplicative compounding always beats any additive pattern eventually—it's why compound interest (exponential) is so powerful long-term compared to simple interest (linear)! Within polynomials, higher degree like h(x)=0.01x^4 eventually outgrows g(x)=2x^2 despite smaller coefficient, and p(x)=2^x tops both long-term. Choice A correctly states h > g and p > both eventually, honoring degree hierarchy and exponential supremacy. B misleads by prioritizing coefficients over degree or type. Compare at large x: x=10, 2x^2=200 >0.01x^4=100; x=20:800>1600? No, 0.01160000=1600>800—degree 4 wins; x=30:2900=1800<0.01*810000=8100, and 2^30=1e9 >> all! Compounding beats additive acceleration.
Question 4
Consider the functions f(x)=5x (linear), g(x)=x2 (quadratic), h(x)=x4 (polynomial), and p(x)=2x (exponential). Order the functions by eventual growth rate (for sufficiently large x).
- p>h>g>f (correct answer)
- h>p>g>f
- g>h>f>p
- f>g>h>p
Explanation: This question tests your understanding of a fundamental mathematical principle: exponential functions eventually grow faster than any polynomial function (even very high-degree polynomials) when we look at sufficiently large x-values. The growth hierarchy is: exponential > any polynomial > linear (for large x). Even a slow exponential like 2^x will eventually exceed a fast polynomial like x^4 if you go far enough. This happens because exponential growth is multiplicative (multiply by same factor repeatedly, which compounds), while polynomial growth is essentially additive-based (even with acceleration). Multiplicative compounding always beats any additive pattern eventually—it's why compound interest (exponential) is so powerful long-term compared to simple interest (linear)! Looking at the functions: p(x)=2^x (exponential), h(x)=x^4 (4th degree polynomial), g(x)=x^2 (quadratic), and f(x)=5x (linear). The correct ordering by eventual growth rate is p>h>g>f, which matches choice A perfectly. Choice A correctly identifies that the exponential 2^x eventually dominates all polynomials, and among polynomials, higher degree (x4) beats lower degree (x2), which beats linear (5x). The other choices incorrectly place polynomials above the exponential or mix up the polynomial ordering—remember, degree determines polynomial growth hierarchy! Observing exponential dominance: extend your table or graph to larger x-values (x = 10, 15, 20, 25...). At x=10: 5x=50, x^2=100, x^4=10,000, 2^x=1,024. At x=20: 5x=100, x^2=400, x^4=160,000, 2^x=1,048,576. The exponential already dominates! Why exponential beats polynomial: polynomials grow by adding larger amounts each step, but exponentials grow by multiplying. Think: would you rather have $1 million added each day (polynomial-like) or 1 cent doubled each day for a month (exponential)? The doubling wins—reaching billions! That's exponential dominance. Question 5
Which statement about coefficients and function type is correct for long-term behavior?
Compare f(x)=1000x3 (polynomial) and g(x)=1.05x (exponential).
- f(x) grows faster eventually because the coefficient 1000 makes it dominate any exponential
- g(x) eventually exceeds f(x) for sufficiently large x, even though f(x) may be larger at smaller x (correct answer)
- f(x) and g(x) will be equal for all large x because both increase without bound
- g(x) is always larger than f(x) for every x≥1
Explanation: This question tests your understanding of a fundamental mathematical principle: exponential functions eventually grow faster than any polynomial function (even very high-degree polynomials) when we look at sufficiently large x-values. The growth hierarchy is: exponential > any polynomial > linear (for large x). Even a slow exponential like 1.05^x will eventually exceed a fast polynomial like 1000x^3 if you go far enough. This happens because exponential growth is multiplicative (multiply by same factor repeatedly, which compounds), while polynomial growth is essentially additive-based (even with acceleration). Multiplicative compounding always beats any additive pattern eventually—it's why compound interest (exponential) is so powerful long-term compared to simple interest (linear)! Comparing f(x)=1000x^3 and g(x)=1.05^x: The large coefficient 1000 gives the polynomial a huge head start. At x=10: 1000x^3=1,000,000 while 1.05^x≈1.63 (polynomial much larger). At x=50: 1000x^3=125,000,000 while 1.05^x≈11.5 (polynomial still dominates). But eventually, even 1.05^x catches up. At x=500: 1000x^3=125 billion while 1.05^x≈3.9×10^10 (getting closer). At x=1000: 1.05^x≈1.5×10^21 while 1000x^3=10^12. Exponential now dominates by a billion times! Choice B correctly identifies that g(x) eventually exceeds f(x) for sufficiently large x, even though f(x) may be larger at smaller x—this shows understanding that function type (exponential vs polynomial) matters more than coefficients for eventual behavior. Choice A incorrectly claims the coefficient 1000 makes the polynomial dominate forever, missing that exponential growth's multiplicative nature eventually overcomes any finite coefficient advantage. Observing exponential dominance: with base 1.05, you need patience! The crossover happens around x≈726. But once the exponential takes over, it races ahead exponentially fast. Why exponential beats polynomial: think of 1.05^x as compound interest at 5%. Even starting with 1 cent, compound interest eventually beats someone getting $1000×x^3 cents added each year. That's the magic of exponential growth—slow and steady multiplication wins the ultimate race!
Question 6
Consider the functions f(x)=5x (linear), g(x)=x3 (cubic polynomial), h(x)=x5 (5th-degree polynomial), and p(x)=2x (exponential). Order these functions by eventual growth rate (for sufficiently large x).
- f>g>h>p
- p>h>g>f (correct answer)
- h>p>g>f
- p>g>h>f
Explanation: This question tests your understanding of a fundamental mathematical principle: exponential functions eventually grow faster than any polynomial function (even very high-degree polynomials) when we look at sufficiently large x-values. The growth hierarchy is: exponential > any polynomial > linear (for large x). Even a slow exponential like 2^x will eventually exceed a fast polynomial like x^5 if you go far enough. This happens because exponential growth is multiplicative (multiply by same factor repeatedly, which compounds), while polynomial growth is essentially additive-based (even with acceleration). Multiplicative compounding always beats any additive pattern eventually—it's why compound interest (exponential) is so powerful long-term compared to simple interest (linear)! For these specific functions, at x=10: f(10)=50, g(10)=1000, h(10)=100,000, p(10)=1024. While h(x)=x^5 dominates at x=10, by x=20: f(20)=100, g(20)=8000, h(20)=3,200,000, p(20)=1,048,576. And by x=30: p(30)≈1 billion while h(30)≈24 million—the exponential has taken over! Choice B correctly identifies p>h>g>f, showing that the exponential p(x)=2^x eventually dominates, followed by the higher-degree polynomial h(x)=x^5, then the cubic g(x)=x^3, and finally the linear f(x)=5x. Choice A incorrectly reverses the order, not understanding exponential dominance. To verify exponential dominance: extend your calculations to x=40 or x=50—you'll see 2^x growing astronomically faster than any polynomial. Remember: exponentials multiply repeatedly (2×2×2×...), while polynomials essentially add increasingly large amounts—multiplication compounds and always wins eventually!
Question 7
Which function eventually grows fastest as x→∞?
- f(x)=100x6
- g(x)=0.5x9
- h(x)=7x
- p(x)=1.05x (correct answer)
Explanation: This question tests your understanding of a fundamental mathematical principle: exponential functions eventually grow faster than any polynomial function (even very high-degree polynomials) when we look at sufficiently large x-values. The growth hierarchy is: exponential > any polynomial > linear (for large x). Even a slow exponential like (1.01)^x will eventually exceed a fast polynomial like x^100 if you go far enough. This happens because exponential growth is multiplicative (multiply by same factor repeatedly, which compounds), while polynomial growth is essentially additive-based (even with acceleration). Multiplicative compounding always beats any additive pattern eventually—it's why compound interest (exponential) is so powerful long-term compared to simple interest (linear)! Among these, the exponential p(x)=1.05^x will eventually outpace the polynomials f(x)=100x^6 and g(x)=0.5x^9, and linear h(x)=7x. Choice D correctly identifies that the exponential eventually grows fastest, showing proper understanding of the growth hierarchy. A distractor like B might prioritize higher degree without recognizing exponential dominance. Observing exponential dominance: extend your table or graph to larger x-values (x = 10, 15, 20, 25...). You'll see exponential values growing much faster than polynomial values, even if polynomial started higher. Why exponential beats polynomial: polynomials grow by adding larger and larger amounts (x² adds more each step than x, x³ adds even more), but there's still an additive structure. Exponentials grow by multiplying (doubling, tripling, etc.), and multiplication compounds: 2^x means 2×2×2×... which accelerates beyond what any amount of repeated addition can match.
Question 8
Order the following functions by eventual growth rate (from fastest to slowest) as x→∞:
- Linear: f(x)=20x
- Quadratic: g(x)=x2
- Polynomial (degree 5): h(x)=x5
- Exponential: p(x)=1.3x
- h>p>g>f (eventually)
- p>h>g>f (eventually) (correct answer)
- g>h>p>f (eventually)
- f>g>h>p (eventually)
Explanation: This question tests your understanding of a fundamental mathematical principle: exponential functions eventually grow faster than any polynomial function (even very high-degree polynomials) when we look at sufficiently large x-values. The growth hierarchy is: exponential > any polynomial > linear (for large x). Even a slow exponential like (1.01)^x will eventually exceed a fast polynomial like x^100 if you go far enough. This happens because exponential growth is multiplicative (multiply by same factor repeatedly, which compounds), while polynomial growth is essentially additive-based (even with acceleration). Multiplicative compounding always beats any additive pattern eventually—it's why compound interest (exponential) is so powerful long-term compared to simple interest (linear)! For these functions, the exponential p(x)=1.3^x will dominate, followed by the degree-5 h(x)=x^5, then quadratic g(x)=x^2, and linear f(x)=20x last, as higher degrees grow faster among polynomials but all yield to exponentials. Choice B correctly identifies that p > h > g > f eventually, showing proper understanding of the growth hierarchy. A distractor like A might swap polynomial and exponential due to confusing short-term leads with long-term behavior, but remember to consider large x. Observing exponential dominance: extend your table or graph to larger x-values (x = 10, 15, 20, 25...). You'll see exponential values growing much faster than polynomial values, even if polynomial started higher. Why exponential beats polynomial: polynomials grow by adding larger and larger amounts (x² adds more each step than x, x³ adds even more), but there's still an additive structure. Exponentials grow by multiplying (doubling, tripling, etc.), and multiplication compounds: 2^x means 2×2×2×... which accelerates beyond what any amount of repeated addition can match.
Question 9
Consider the functions f(x)=5x (linear), g(x)=2x2 (quadratic), h(x)=x4 (polynomial), and p(x)=1.5x (exponential). Which function eventually grows fastest as x→∞?
- h(x)=x4
- g(x)=2x2
- p(x)=1.5x (correct answer)
- f(x)=5x
Explanation: This question tests your understanding of a fundamental mathematical principle: exponential functions eventually grow faster than any polynomial function (even very high-degree polynomials) when we look at sufficiently large x-values. The growth hierarchy is: exponential > any polynomial > linear (for large x). Even a slow exponential like 1.5^x will eventually exceed a fast polynomial like x^4 if you go far enough. This happens because exponential growth is multiplicative (multiply by same factor repeatedly, which compounds), while polynomial growth is essentially additive-based (even with acceleration). Multiplicative compounding always beats any additive pattern eventually—it's why compound interest (exponential) is so powerful long-term compared to simple interest (linear)! Let's verify: at x=10, we have f(10)=50, g(10)=200, h(10)=10,000, and p(10)≈57.7. The polynomial h(x) is still winning. But at x=20: f(20)=100, g(20)=800, h(20)=160,000, and p(20)≈3,325. Still polynomial ahead. However, at x=50: h(50)=6,250,000 while p(50)≈637,621,500,000! The exponential has taken over dramatically. Choice C correctly identifies that p(x)=1.5^x eventually dominates all others, showing proper understanding of the growth hierarchy. The other choices fail because they select polynomial or linear functions, missing that exponentials always win in the long run. Strategy tip: When comparing growth rates, remember the hierarchy and test large x-values. Even if a polynomial starts much larger, the exponential's multiplicative nature guarantees it will eventually dominate—the crossover point depends on the specific functions, but it always happens!
Question 10
Order the following by eventual growth rate (for sufficiently large x): linear f(x)=100x, quadratic g(x)=x2, polynomial h(x)=x5, and exponential p(x)=1.1x.
- h>g>f>p
- p>h>g>f (correct answer)
- p>f>g>h
- g>h>p>f
Explanation: This question tests your understanding of a fundamental mathematical principle: exponential functions eventually grow faster than any polynomial function (even very high-degree polynomials) when we look at sufficiently large x-values. The growth hierarchy is: exponential > any polynomial > linear (for large x). Even a slow exponential like 1.1^x will eventually exceed a fast polynomial like x^5 if you go far enough. This happens because exponential growth is multiplicative (multiply by same factor repeatedly, which compounds), while polynomial growth is essentially additive-based (even with acceleration). Multiplicative compounding always beats any additive pattern eventually—it's why compound interest (exponential) is so powerful long-term compared to simple interest (linear)! For eventual growth rates, we need to think very long-term. At x=100: f(100)=10,000, g(100)=10,000, h(100)=10,000,000,000, p(100)≈13,781. At x=200: f(200)=20,000, g(200)=40,000, h(200)=3.2×10^11, p(200)≈189,905,276. At x=300: f(300)=30,000, g(300)=90,000, h(300)=2.43×10^13, p(300)≈2.6×10^12. We need to go further! At x=500: h(500)=3.125×10^16, but p(500)≈3.9×10^20—the exponential dominates! Choice B correctly orders them as p>h>g>f, respecting the fundamental hierarchy. Choice A incorrectly puts the polynomial h above the exponential p, violating the growth hierarchy. Why exponential beats polynomial: Think of 1.1^x as growing 10% each step. Even this modest 10% growth, when compounded hundreds of times, creates astronomical numbers. It's like the penny-doubling problem: would you rather have $1 million (polynomial-like) or a penny doubled for 30 days (exponential)? The doubling gives you over $5 million!
Question 11
Order these polynomials by eventual growth rate as x→∞ (fastest to slowest):
f(x)=3x2, g(x)=x5, h(x)=100x3, k(x)=0.1x4.
- g>k>h>f (correct answer)
- h>k>g>f
- k>g>h>f
- g>h>f>k
Explanation: This question tests your understanding of a fundamental mathematical principle: when comparing polynomial functions, the degree determines eventual growth rate—higher degree polynomials eventually dominate lower degree ones, regardless of coefficients. The growth hierarchy for polynomials is: degree 5 > degree 4 > degree 3 > degree 2 (for large x). Even a polynomial with a tiny coefficient like 0.1x^4 will eventually exceed one with a huge coefficient like 100x^3 if you go far enough. This happens because the extra factor of x in higher degrees compounds with each increase in x, eventually overwhelming any constant coefficient advantage. Let's verify: at x=10, f(10)=300, g(10)=100,000, h(10)=100,000, k(10)=1,000. At x=100, f(100)=30,000, g(100)=10^10, h(100)=10^8, k(100)=10^8. Notice g(x)=x^5 dominates all others. Between h and k: at x=1000, h(1000)=10^11 while k(1000)=10^11 (coefficient difference neutralized by x=1000). For x>1000, k(x) pulls ahead due to higher degree. Choice A correctly orders g>k>h>f, showing proper understanding that degree trumps coefficients: x^5 > x^4 > x^3 > x^2. Choice C incorrectly places k (degree 4) at the top, missing that g has degree 5. Observing polynomial hierarchy: to see when higher degree overtakes despite smaller coefficient, solve for crossover points. For 0.1x^4 vs 100x^3, set them equal: 0.1x^4 = 100x^3, so x = 1000. After x=1000, the degree 4 polynomial dominates forever. The key insight is that coefficients create only a horizontal shift in dominance timing, not a change in eventual hierarchy. Why degree determines dominance: think of polynomial growth as repeated multiplication by x. A degree 5 polynomial multiplies by x five times, while degree 4 only four times. That extra multiplication by x becomes increasingly significant as x grows. It's like compound interest where one account compounds one extra time per period—eventually that extra compounding dominates any initial balance difference!
Question 12
Order these functions by eventual growth rate (fastest to slowest) as x→∞:
- f(x)=0.1⋅4x (exponential)
- g(x)=x7 (polynomial)
- h(x)=500x2 (quadratic)
- p(x)=12x (linear)
- g>f>h>p (eventually)
- f>g>h>p (eventually) (correct answer)
- f>h>g>p (eventually)
- p>h>g>f (eventually)
Explanation: This question tests your understanding of a fundamental mathematical principle: exponential functions eventually grow faster than any polynomial function (even very high-degree polynomials) when we look at sufficiently large x-values. The growth hierarchy is: exponential > any polynomial > linear (for large x). Even a slow exponential like (1.01)^x will eventually exceed a fast polynomial like x^100 if you go far enough. This happens because exponential growth is multiplicative (multiply by same factor repeatedly, which compounds), while polynomial growth is essentially additive-based (even with acceleration). Multiplicative compounding always beats any additive pattern eventually—it's why compound interest (exponential) is so powerful long-term compared to simple interest (linear)! Here, the exponential f(x)=0.1*4^x (base 4) will dominate despite the small coefficient, followed by g(x)=x^7 (degree 7), then h(x)=500x^2 (quadratic), and p(x)=12x (linear) slowest. Choice B correctly identifies f > g > h > p eventually, showing proper understanding of the growth hierarchy. A distractor like A might overlook the exponential's base and coefficient effects. Observing exponential dominance: extend your table or graph to larger x-values (x = 10, 15, 20, 25...). You'll see exponential values growing much faster than polynomial values, even if polynomial started higher. Why exponential beats polynomial: polynomials grow by adding larger and larger amounts (x² adds more each step than x, x³ adds even more), but there's still an additive structure. Exponentials grow by multiplying (doubling, tripling, etc.), and multiplication compounds: 2^x means 2×2×2×... which accelerates beyond what any amount of repeated addition can match.
Question 13
Let f(x)=3x (exponential) and g(x)=x4 (polynomial). Use the table to identify the crossover point.
At which listed x does f(x) first exceed g(x)?
- x=6
- x=7
- x=8 (correct answer)
- x=9
Explanation: This question tests your understanding of a fundamental mathematical principle: exponential functions eventually grow faster than any polynomial function (even very high-degree polynomials) when we look at sufficiently large x-values. The growth hierarchy is: exponential > any polynomial > linear (for large x). Even a base-3 exponential like 3^x will eventually exceed a polynomial like x^4 if you go far enough. This happens because exponential growth is multiplicative (multiply by same factor repeatedly, which compounds), while polynomial growth is essentially additive-based (even with acceleration). Multiplicative compounding always beats any additive pattern eventually—it's why compound interest (exponential) is so powerful long-term compared to simple interest (linear)! Let's calculate the table values to find the crossover: At x=6: f(6)=729, g(6)=1296 (polynomial still larger). At x=7: f(7)=2187, g(7)=2401 (polynomial still larger, but barely!). At x=8: f(8)=6561, g(8)=4096 (exponential has overtaken!). At x=9: f(9)=19683, g(9)=6561 (exponential pulling away rapidly). Choice C correctly identifies x=8 as the point where f(x) first exceeds g(x). Choice B (x=7) is too early—at that point the polynomial is still ahead by about 200. Observing exponential dominance: Notice how quickly the exponential pulls away after overtaking! At x=10: f(10)=59,049 while g(10)=10,000 (exponential is nearly 6 times larger). At x=15: f(15)=14,348,907 while g(15)=50,625 (exponential is over 280 times larger!). This rapid acceleration after the crossover point is characteristic of exponential dominance—once they pass polynomials, they never look back!
Question 14
Which function eventually grows fastest as x→∞?
A(x)=0.01x10 (polynomial), B(x)=1.1x (exponential), C(x)=500x (linear), D(x)=3x2 (quadratic).
- B(x)=1.1x (correct answer)
- A(x)=0.01x10
- C(x)=500x
- D(x)=3x2
Explanation: This question tests your understanding of a fundamental mathematical principle: exponential functions eventually grow faster than any polynomial function (even very high-degree polynomials) when we look at sufficiently large x-values. The growth hierarchy is: exponential > any polynomial > linear (for large x). Even a slow exponential like 1.1^x will eventually exceed a fast polynomial like 0.01x^10 if you go far enough. This happens because exponential growth is multiplicative (multiply by same factor repeatedly, which compounds), while polynomial growth is essentially additive-based (even with acceleration). Multiplicative compounding always beats any additive pattern eventually—it's why compound interest (exponential) is so powerful long-term compared to simple interest (linear)! Comparing our functions: A(x)=0.01x^10 is a degree-10 polynomial, B(x)=1.1^x is exponential, C(x)=500x is linear, and D(x)=3x^2 is quadratic. Despite the tiny coefficient on A and the modest base 1.1 on B, the exponential B will eventually dominate. At x=100: A(100)=10^18, B(100)≈13,781, C(100)=50,000, D(100)=30,000. A dominates here, but at x=500: A(500)≈9.77×10^24 while B(500)≈5.18×10^20 (A still ahead). However, at x=1000: B(1000)≈2.47×10^41 while A(1000)=10^28 (B now dominates by 1013!). Choice B correctly identifies the exponential 1.1^x as the eventual winner, showing understanding that exponentials always win eventually. Choice A incorrectly picks the degree-10 polynomial, not recognizing that even high-degree polynomials lose to exponentials eventually. Observing exponential dominance: with a small base like 1.1, it takes longer to see dominance, but it's inevitable. The crossover where 1.1^x exceeds 0.01x^10 occurs around x≈650. After that, the gap widens exponentially. At x=2000: the exponential is about 10^83 while the polynomial is "only" 10^31! Why exponential beats polynomial: imagine two investment strategies. Strategy A (polynomial-like) adds increasingly large bonuses each year. Strategy B (exponential) gives you a 10% return on your total balance. Initially, the big bonuses of A might dominate, but eventually the compounding percentage growth of B creates a balance so large that 10% of it dwarfs any fixed bonus pattern! Question 15
Four functions are defined: linear f(x)=x, quadratic g(x)=x2, polynomial h(x)=x6, and exponential p(x)=2x. Which function eventually grows fastest as x→∞?
- h(x)=x6
- g(x)=x2
- p(x)=2x (correct answer)
- f(x)=x
Explanation: This question tests your understanding of a fundamental mathematical principle: exponential functions eventually grow faster than any polynomial function (even very high-degree polynomials) when we look at sufficiently large x-values. The growth hierarchy is: exponential > any polynomial > linear (for large x). Even though x^6 grows very rapidly initially and might dominate 2^x for small values, the exponential 2^x will eventually exceed x^6 if you go far enough. This happens because exponential growth is multiplicative (multiply by same factor repeatedly, which compounds), while polynomial growth is essentially additive-based (even with acceleration). Multiplicative compounding always beats any additive pattern eventually—it's why compound interest (exponential) is so powerful long-term compared to simple interest (linear)! Let's verify when 2^x overtakes x^6: At x=10: h(10)=1,000,000, p(10)=1,024 (polynomial much larger). At x=20: h(20)=64,000,000, p(20)=1,048,576 (polynomial still larger). At x=30: h(30)=729,000,000, p(30)=1,073,741,824 (exponential just overtook!). At x=50: h(50)=15,625,000,000, p(50)=1,125,899,906,842,624 (exponential dominates massively!). Choice C correctly identifies p(x)=2^x as the eventual winner. Choice A incorrectly suggests the high-degree polynomial x^6 will dominate—this contradicts the fundamental growth hierarchy. Strategy insight: High-degree polynomials can fool you because they grow so fast initially. But remember, no matter how high the degree, exponentials always win eventually. It's like a race where one runner (polynomial) sprints early but tires, while the other (exponential) starts slow but accelerates forever!
Question 16
Which statement about long-term growth is true for the functions f(x)=100x2 (quadratic) and g(x)=1.2x (exponential)?
- f(x)>g(x) for all x≥0 because the coefficient 100 makes the quadratic grow faster.
- g(x)>f(x) for all x≥0 because exponentials are always larger than polynomials.
- There is some crossover value of x after which g(x)>f(x), and the gap keeps widening for larger x. (correct answer)
- f(x) and g(x) eventually grow at the same rate because both increase without bound.
Explanation: This question tests your understanding of a fundamental mathematical principle: exponential functions eventually grow faster than any polynomial function (even very high-degree polynomials) when we look at sufficiently large x-values. The growth hierarchy is: exponential > any polynomial > linear (for large x). Even a slow exponential like 1.2^x will eventually exceed a fast polynomial like 100x^2 if you go far enough. This happens because exponential growth is multiplicative (multiply by same factor repeatedly, which compounds), while polynomial growth is essentially additive-based (even with acceleration). Multiplicative compounding always beats any additive pattern eventually—it's why compound interest (exponential) is so powerful long-term compared to simple interest (linear)! Let's calculate some values: at x=10: f(10)=100(100)=10,000 while g(10)=1.2^10≈6.19 (quadratic much larger); at x=50: f(50)=100(2500)=250,000 while g(50)=1.2^50≈9,100 (quadratic still larger); at x=100: f(100)=100(10,000)=1,000,000 while g(100)=1.2^100≈82,817,975 (exponential has overtaken!). Choice C correctly identifies that there's a crossover point after which g(x)>f(x), and the gap keeps widening—this is the fundamental property of exponential vs polynomial growth. Choice A incorrectly assumes the large coefficient keeps the quadratic ahead forever, not understanding exponential dominance. To find the crossover: you'd need to solve 100x^2 = 1.2^x, which happens around x≈91. After this point, the exponential dominates increasingly. Why exponential beats polynomial: even though 100x^2 starts much larger and grows quickly, 1.2^x multiplies by 1.2 each step—this 20% compound growth eventually overwhelms any polynomial pattern, just like compound interest eventually beats any fixed payment schedule!
Question 17
A company analyzes three pricing strategies over time: Strategy 1 gives profit P1(t)=2t−1 thousand dollars, Strategy 2 gives P2(t)=t3+10t thousand dollars, and Strategy 3 gives P3(t)=15t+5 thousand dollars, where t is time in months. At t=4, Strategy 2 yields the highest profit. What is the most likely scenario at t=15?
- Strategy 1 will yield the highest profit, demonstrating exponential dominance over polynomial growth (correct answer)
- Strategy 2 will still yield the highest profit since cubic functions grow faster than exponential functions
- Strategy 3 will yield the highest profit due to its consistent linear growth pattern
- Strategies 1 and 2 will yield approximately equal profits, both exceeding Strategy 3
Explanation: At t=4: P1(4)=15, P2(4)=104, P3(4)=65, confirming Strategy 2 is highest. At t=15: P1(15)=32767, P2(15)=3525, P3(15)=230. The exponential function 2t eventually dominates the cubic polynomial, illustrating the fundamental principle that exponential growth exceeds polynomial growth for sufficiently large values. Question 18
A student claims that since g(x)=0.5x decreases while f(x)=x2 increases, the quadratic function will always be larger than the exponential function for positive x values. Evaluate this claim and identify the error in reasoning.
- The claim is true; decreasing exponential functions never exceed increasing polynomial functions
- The claim is false; the student confused exponential decay with exponential growth in the comparison principle (correct answer)
- The claim is false; exponential functions always exceed polynomial functions regardless of whether they increase or decrease
- The claim is true for this specific case, but would be false if the exponential had a larger base
Explanation: When comparing functions with different growth patterns, you need to examine their actual behavior rather than making assumptions based on whether they're increasing or decreasing. The key insight here is that exponential functions, even decreasing ones, can dominate polynomial functions for certain intervals.
Let's test the student's claim by examining specific values. For g(x)=0.5x and f(x)=x2:
- At x=0.1: g(0.1)=0.50.1≈0.933 while f(0.1)=0.01
- At x=0.5: g(0.5)=0.50.5≈0.707 while f(0.5)=0.25
The exponential function is actually larger for small positive values! The student's error lies in assuming that "decreasing" means "always smaller," when the comparison depends on the specific interval and starting values.
Answer B correctly identifies that the student misunderstood how exponential decay behaves relative to polynomial growth. The student applied a faulty "comparison principle" without considering the actual function values.
Answer A is wrong because decreasing exponential functions can indeed exceed increasing polynomials, as we showed above. Answer C overstates the case—exponential functions don't always exceed polynomials everywhere. Answer D misses the point entirely; the issue isn't about the exponential's base but about the fundamental misunderstanding of function comparison.
Study tip: When comparing functions, always check specific values rather than relying on general increasing/decreasing behavior. Graph or calculate key points to verify claims about which function is larger. Question 19
A researcher observes that for 0≤x≤8, the function p(x)=x3−2x2+50 consistently produces larger values than q(x)=3⋅1.4x. She concludes that cubic functions grow faster than exponential functions. What is the fundamental flaw in this reasoning?
- The comparison is invalid because the functions have different initial values and vertical shifts
- The exponential base 1.4 is too small; exponential functions only dominate when the base exceeds 2.0
- Cubic functions actually do grow faster than exponential functions, so her conclusion is mathematically correct
- The observation window is too limited; exponential functions eventually exceed polynomial functions for sufficiently large inputs (correct answer)
Explanation: When comparing polynomial and exponential functions, you need to understand their long-term growth behavior, not just their values over a small interval. This question tests whether you recognize that local observations don't always reflect global mathematical trends.
The researcher's conclusion is flawed because she's only examining the interval 0≤x≤8. While p(x)=x3−2x2+50 does produce larger values than q(x)=3⋅1.4x in this range, exponential functions eventually dominate all polynomial functions given sufficient input values. The exponential q(x) will eventually overtake the cubic p(x) as x continues to increase beyond her observation window. This makes answer D correct.
Answer A is wrong because having different initial values doesn't invalidate function comparisons—we can meaningfully compare functions with different starting points and shifts. Answer B incorrectly suggests that exponential dominance depends on the base exceeding 2.0, but any exponential with base greater than 1 will eventually exceed any polynomial, regardless of the specific base value. Answer C is mathematically incorrect—exponential functions with bases greater than 1 always eventually grow faster than polynomial functions, even cubics.
Remember this key principle: exponential functions always eventually dominate polynomial functions for large enough inputs, but this dominance might not be apparent in limited observation windows. Always consider the long-term behavior when comparing function growth rates. Question 20
Two populations are modeled by N1(t)=100⋅1.5t and N2(t)=t4+50t2+200. If N2(t)>N1(t) for t=5,6,7, which statement best describes what will happen as t continues to increase?
- Eventually N1(t) will exceed N2(t) and remain larger, since exponential growth dominates polynomial growth (correct answer)
- N2(t) will always remain larger since fourth-degree polynomials grow faster than exponential functions with base 1.5
- The functions will continue to alternate which is larger in a predictable pattern
- N1(t) will exceed N2(t) temporarily but N2(t) will eventually dominate again due to its higher degree
Explanation: While N2 may be larger for several values (at t=5: N1≈759, N2=1075), the fundamental principle is that exponential functions eventually exceed any polynomial function, regardless of the polynomial's degree. The exponential 1.5t will eventually grow faster than t4, and once it surpasses N2, it will stay ahead permanently.