Math II · F-LE.3

Seeing Why Exponential Growth Eventually Outruns Linear and Quadratic Growth

This objective teaches students one of the most important growth lessons in all of mathematics: repeated multiplication eventually beats repeated addition and even repeated power growth. Exponential growth may start quietly, but over enough time it overwhelms linear and quadratic growth.

Concept Functions
Domain Linear, Quadratic, and Exponential Models
Read time 7 minutes

What this learning objective is really asking you to learn

This objective asks students to compare long-term growth patterns. A linear function grows by adding a constant amount. A quadratic function grows in a way tied to squaring. A polynomial function grows by powers such as \(x^2\), \(x^3\), or \(x^4\). An exponential function grows by multiplying by a constant factor. The central lesson is that exponential growth eventually exceeds all polynomial growth, even if the polynomial is larger at first.

A simple comparison shows the idea. Compare \(f(x)=100x\), \(g(x)=x^2\), and \(h(x)=2^x\). For small \(x\), the exponential may not look impressive. At \(x=5\), \(100x=500\), \(x^2=25\), and \(2^x=32\). The linear function is largest. At \(x=10\), \(100x=1000\), \(x^2=100\), and \(2^x=1024\). The exponential has just passed the linear function. At \(x=20\), \(100x=2000\), \(x^2=400\), and \(2^x=1,048,576\). The comparison is no longer close.

Quadratics can dominate early too. Compare \(x^2\) and \(2^x\). At \(x=2\), both equal 4. At \(x=3\), the quadratic is 9 and the exponential is 8. At \(x=4\), both are 16. After that, the exponential pulls away: at \(x=10\), \(2^x=1024\), while \(x^2=100\). The word “eventually” matters because exponential growth does not always win immediately. It wins over a long enough input range.

The reason is structural. A linear function adds the same amount each step. A quadratic's differences increase, but in a regular additive pattern. An exponential function multiplies by the same factor each step, so the amount added each step also grows multiplicatively. If a quantity doubles, then the next increase is as large as the entire previous quantity. Repeated multiplication creates acceleration that repeated addition cannot match in the long run.

Students should learn this through tables and graphs, not just through a statement. Tables make the growth pattern visible row by row. Graphs show the early region where an exponential may appear flat and the later region where it rises sharply. Technology is helpful because the crossing point may be far from the origin depending on the functions.

Why students should learn this math

Students should learn this math because exponential growth is one of the most misunderstood forces in real life. People tend to think linearly. If something doubles repeatedly, our intuition often underestimates how large it becomes. This misunderstanding affects money, disease, population, technology, data storage, algorithms, environmental change, and public policy.

Compound interest is the classic example. Saving a little money early can beat saving more money later because growth compounds over time. Debt can also grow dangerously when interest compounds. The lesson is not merely “exponentials get big.” It is that repeated percent change creates a different kind of growth from repeated fixed-dollar change.

Technology provides another example. Computer storage, processor capacity, network traffic, and viral media spread have often shown exponential-like phases. A platform with 1,000 users that doubles repeatedly can become enormous after only a modest number of doubling periods. At first, doubling 1,000 to 2,000 may seem small compared with a large established competitor. But repeated doubling changes the scale quickly.

Public health gives a serious example. Early epidemic growth can be exponential when each infected person infects more than one other person on average. At first the numbers may look small. Then the curve can rise very quickly. Understanding exponential growth helps students understand why early intervention can matter. Waiting until the numbers look large can mean waiting until the multiplication process has already built enormous momentum.

Environmental and population questions also use this idea. A population growing by a constant percent each year may eventually strain resources. A pollutant decaying by a constant percent may persist for a long time. A renewable resource harvested linearly but replenished nonlinearly may require careful modeling. Growth comparison helps students think beyond the next step.

The “why” also reaches computer science. Algorithms are compared by how their running time grows with input size. An algorithm that takes \(n^2\) steps may be manageable for small \(n\), but an algorithm that takes \(2^n\) steps becomes impossible much faster. This is why exponential-time algorithms are often considered impractical for large inputs. Students who understand function growth are better prepared to understand computational efficiency.

The historical machinery: from arithmetic growth to geometric growth

The contrast between linear and exponential growth is historically tied to the difference between arithmetic and geometric sequences. An arithmetic sequence adds the same amount each step: 5, 10, 15, 20, 25. A geometric sequence multiplies by the same factor each step: 5, 10, 20, 40, 80. Ancient mathematicians studied both patterns, but their long-term difference became increasingly important in finance, population theory, and science.

One famous illustration is the chessboard story: a reward begins with one grain of rice on the first square, doubles on each next square, and continues for 64 squares. The early squares look harmless. But repeated doubling produces an astronomical total. Whether or not the story is historically exact in every detail, its mathematical lesson is powerful: exponential growth hides its danger in the early stages.

Population theory also made exponential growth famous. When a population grows by a constant percent, the model is exponential, at least while resources allow. Real populations do not grow exponentially forever because resources, disease, competition, and environment intervene. But the early exponential model explains why unchecked growth can become intense quickly.

In modern mathematics, this objective is part of asymptotic thinking. Asymptotic thinking asks what happens as inputs become very large. The exact values at small inputs may matter in a local problem, but long-term behavior reveals the deep structure. Exponential functions eventually dominate polynomial functions because multiplication by a fixed factor repeatedly creates a growth pattern that no fixed power of \(x\) can keep up with forever.

The technical machinery: tables, graphs, and growth patterns

The technical work begins with identifying the type of model. A linear model has constant first differences. A quadratic model has constant second differences when inputs are equally spaced. An exponential model has constant ratios. A polynomial model generally involves powers of \(x\), such as \(x^3\) or \(5x^4-2x^2+1\).

Tables are especially useful. Suppose \(L(x)=10x\), \(Q(x)=x^2\), and \(E(x)=2^x\). A table for \(x=1,2,3,4,5,10,20\) shows the change dramatically. Linear growth adds 10 for each increase of 1 in \(x\). Quadratic growth adds larger and larger odd-number differences. Exponential growth doubles every step. The exponential may be behind at some early values, but repeated doubling eventually makes it much larger.

Graphs give another view. Near the origin, an exponential curve may appear low and flat. This can mislead students. The graph window matters. If the window only shows small inputs, a line or quadratic may look larger. If the window expands, the exponential curve eventually shoots upward. Students should learn to adjust the graphing window and not assume that early behavior predicts long-term behavior.

The word “eventually” should be treated carefully. It does not mean immediately. It means there is some input value after which the exponential remains larger. For different functions, the crossing point can be early or late. Compare \(2^x\) with \(x^2\), and the exponential pulls away fairly soon. Compare \(1.01^x\) with \(x^5\), and the crossing point may be very far out. A slow exponential can take a long time to overtake a large polynomial, but it still eventually does.

A helpful way to reason is through ratios. Compare \(2^x\) and \(x^2\). When \(x\) increases by 1, the exponential doubles. The quadratic is multiplied by \((x+1)^2/x^2\), which approaches 1 as \(x\) grows. That means the quadratic's percentage growth slows down, while the exponential's percentage growth stays constant. Eventually, the constant percentage growth wins.

For a polynomial like \(x^10\), the same idea holds. It may be huge for a while. But its percent growth from \(x\) to \(x+1\) gets smaller as \(x\) becomes large. An exponential with base greater than 1 keeps the same multiplier each step. That permanent multiplicative advantage eventually dominates.

Where this fits into the big map of math

This objective is one of the most important “big map” ideas in high school mathematics. It connects function families to long-term behavior. It prepares students for logarithms, because logarithms are often used to solve for the time when an exponential reaches or exceeds another value. It prepares students for polynomial and rational function analysis in Math III. It prepares students for calculus, where growth rates and limits become formal.

It also prepares students for computer science and data science. In algorithm analysis, growth rates determine whether a process remains feasible as input size increases. In data modeling, choosing between linear, quadratic, and exponential models changes predictions dramatically. In finance and science, exponential behavior can produce surprising outcomes that linear intuition misses.

The objective also connects to skepticism. When someone claims that a trend will continue exponentially forever, students should ask whether the model's assumptions are realistic. Exponential growth is powerful, but real systems often have limits. A population may face resource constraints. A viral app may saturate its market. A disease may slow when immunity or behavior changes. Understanding exponential growth includes understanding both its force and its limits.

Common student traps and how to avoid them

The first trap is assuming the larger function at small inputs will stay larger. Early values do not determine long-term dominance. Students need tables and graphs over a wide enough range.

The second trap is thinking a quadratic is “faster” because it curves. Quadratics do grow faster than lines eventually, but exponentials grow faster than quadratics eventually.

The third trap is ignoring the base of the exponential. A base just above 1 grows slowly and may take a long time to overtake a polynomial. A base like 2 grows much more rapidly. Both are exponential growth if the base is greater than 1, but the crossing points differ.

The fourth trap is applying exponential models forever in real contexts. Many real systems have exponential phases, not eternal exponential growth. Good modeling includes asking when the assumptions break.

Problem Library

Problems in the App From This Objective

159 problems across 12 archetypes in the app.

identify eventual exponential dominance.
15 problems Warmup Practice Mixed Review Assessment
Problem 1

Compare linear and exponential growth from tables n:0,1,2,3; L:10,20,30,40 and n:0,1,2,3; E:5,10,20,40.

Problem 2

Compare linear and exponential growth from tables n:0,1,2,3; L:100,110,120,130 and n:0,1,2,3; E:20,40,80,160.

Open in simulator
Problem 3

Compare linear and exponential growth from tables n:0,1,2,3; L:3,8,13,18 and n:0,1,2,3; E:2,6,18,54.

Problem 4

Compare linear and exponential growth from tables n:0,1,2,3; L:50,60,70,80 and n:0,1,2,3; E:40,44,48.4,53.24.

Problem 5

Compare linear and exponential growth from tables n:0,1,2,3; L:2,4,6,8 and n:0,1,2,3; E:1,2,4,8.

Problem 6

Compare linear and exponential growth from tables n:0,1,2,3; L:10,13,16,19 and n:0,1,2,3; E:5,15,45,135.

Problem 7

Compare linear and exponential growth from tables n:0,1,2,3; L:20,22,24,26 and n:0,1,2,3; E:10,11,12.1,13.31.

Problem 8

Compare linear and exponential growth from tables n:0,1,2,3; L:5,10,15,20 and n:0,1,2,3; E:10,12,14.4,17.28.

Problem 9

Compare linear and exponential growth from tables n:0,1,2,3; L:100,90,80,70 and n:0,1,2,3; E:10,20,40,80.

Problem 10

Compare linear and exponential growth from tables n:0,1,2,3; L:100,105,110,115 and n:0,1,2,3; E:200,100,50,25.

Problem 11

Compare linear and exponential growth from tables n:0,1,2,3; L:1,2,3,4 and n:0,1,2,3; E:1,2,4,8.

Problem 12

Compare linear and exponential growth from tables n:0,1,2,3; L:0,10,20,30 and n:0,1,2,3; E:1,4,16,64.

Problem 13

Compare linear and exponential growth from tables n:0,1,2,3; L:1000,950,900,850 and n:0,1,2,3; E:500,750,1125,1687.5.

Problem 14

Compare linear and exponential growth from tables n:0,1,2,3; L:5,7,9,11 and n:0,1,2,3; E:10,8,6.4,5.12.

Problem 15

Compare linear and exponential growth from tables n:0,1,2,3; L:1,3,5,7 and n:0,1,2,3; E:0.5,2,8,32.

extend or analyze values over time.
15 problems Warmup Practice Mixed Review Assessment
Problem 16

Compare quadratic and exponential growth from tables n:1,2,3,4; Q:1,4,9,16 and n:1,2,3,4; E:2,4,8,16.

Problem 17

Compare quadratic and exponential growth from tables n:1,2,3,4,5; Q:10,40,90,160,250 and n:1,2,3,4,5; E:5,10,20,40,80.

Problem 18

Compare quadratic and exponential growth from tables n:0,1,2,3,4; Q:0,1,4,9,16 and n:0,1,2,3,4; E:1,3,9,27,81.

Problem 19

Compare quadratic and exponential growth from tables n:1,2,3,4; Q:6,24,54,96 and n:1,2,3,4; E:10,20,40,80.

Problem 20

Compare quadratic and exponential growth from tables n:1,2,3,4; Q:3,12,27,48 and n:1,2,3,4; E:4,8,16,32.

Problem 21

Compare quadratic and exponential growth from tables n:1,2,3,4,5; Q:2,8,18,32,50 and n:1,2,3,4,5; E:3,6,12,24,48.

Open in simulator
Problem 22

Compare quadratic and exponential growth from tables n:1,2,3,4; Q:5,20,45,80 and n:1,2,3,4; E:6,18,54,162.

Problem 23

Compare quadratic and exponential growth from tables n:0,1,2,3,4; Q:0,1,4,9,16 and n:0,1,2,3,4; E:1,2,4,8,16.

Problem 24

Compare quadratic and exponential growth from tables n:1,2,3,4; Q:10,40,90,160 and n:1,2,3,4; E:12,24,48,96.

Problem 25

Compare quadratic and exponential growth from tables n:1,2,3,4,5; Q:4,16,36,64,100 and n:1,2,3,4,5; E:5,15,45,135,405.

Problem 26

Compare quadratic and exponential growth from tables n:1,2,3,4; Q:1,4,9,16 and n:1,2,3,4; E:10,20,40,80.

Problem 27

Compare quadratic and exponential growth from tables n:1,2,3,4,5; Q:20,80,180,320,500 and n:1,2,3,4,5; E:25,50,100,200,400.

Problem 28

Compare quadratic and exponential growth from tables n:0,1,2,3,4; Q:2,5,10,17,26 and n:0,1,2,3,4; E:2,6,18,54,162.

Problem 29

Compare quadratic and exponential growth from tables n:1,2,3,4; Q:7,28,63,112 and n:1,2,3,4; E:8,16,32,64.

Problem 30

Compare quadratic and exponential growth from tables n:1,2,3,4,5; Q:6,24,54,96,150 and n:1,2,3,4,5; E:4,12,36,108,324.

reason about long-term behavior.
15 problems Warmup Practice Mixed Review Assessment
Problem 31

Compare polynomial model P(x)=x^2 and exponential model E(x)=2^x from graph description P is above E near x=3, but E is steeper by x=8.

Problem 32

Compare polynomial model P(x)=100x and exponential model E(x)=2^x from graph description The line is higher in the visible early window.

Problem 33

Compare polynomial model P(x)=x^3 and exponential model E(x)=1.2^x from graph description The cubic is higher across the shown window.

Problem 34

Compare polynomial model P(x)=50+x^2 and exponential model E(x)=50(1.1)^x from graph description Both start near 50, then E bends upward increasingly.

Problem 35

Compare polynomial model P(x) = 10x^2 and exponential model E(x) = 3^x from graph description P is initially much higher than E, but E's curve is visibly steepening rapidly by x=5.

Problem 36

Compare polynomial model P(x) = 500x and exponential model E(x) = 1.5^x from graph description The linear function remains above the exponential for a large initial interval, up to x=20.

Open in simulator
Problem 37

Compare polynomial model P(x) = x^4 and exponential model E(x) = 2^x from graph description P shows rapid growth, staying above E for a significant portion of the graph, up to x=10.

Problem 38

Compare polynomial model P(x) = 2x^3 + 100 and exponential model E(x) = 10 * (1.8)^x from graph description Both functions start at different points, but E's curve is clearly accelerating faster than P's.

Problem 39

Compare polynomial model P(x) = 200 - x and exponential model E(x) = 1.05^x from graph description P is decreasing while E is slowly increasing, crossing near x=100.

Problem 40

Compare polynomial model P(x) = 0.5x^2 + 50 and exponential model E(x) = 10 * (1.2)^x from graph description E starts lower but shows a more pronounced upward curve compared to P's more gradual bend.

Problem 41

Compare polynomial model P(x) = x^3 + 5x and exponential model E(x) = 1000 * (1.1)^x from graph description E starts much higher than P, and P only catches up briefly before E pulls away again.

Problem 42

Compare polynomial model P(x) = 1000x + 500 and exponential model E(x) = 1.01^x * 100 from graph description The polynomial is significantly higher for a very long initial period, making the exponential appear insignificant.

Problem 43

Compare polynomial model P(x) = 0.1x^5 and exponential model E(x) = 1.8^x from graph description P grows very rapidly after a slow start, appearing to be much faster than E in the visible window (up to x=15).

Problem 44

Compare polynomial model P(x) = 20x^2 + 500 and exponential model E(x) = 2.5^x from graph description P is above E for a considerable range, but E's curve shows a much sharper upward turn towards the end of the visible graph.

Problem 45

Compare polynomial model P(x) = 5x^3 - 100x and exponential model E(x) = 1.3^x from graph description P has a dip then rises, while E rises steadily. They intersect, but E's rise becomes much steeper later.

locate or approximate crossing interval.
12 problems Warmup Practice Mixed Review Assessment
Problem 46

Identify when model A first exceeds model B from table n:0,1,2,3; A:5,10,20,40; B:30,35,40,45.

Open in simulator
Problem 47

Identify when model A first exceeds model B from table n:0,1,2,3,4; A:2,4,8,16,32; B:10,13,16,19,22.

Problem 48

Identify when model A first exceeds model B from table n:0,1,2,3; A:100,120,140,160; B:50,100,200,400.

Problem 49

Identify when model A first exceeds model B from table n:1,2,3,4; A:1,4,9,16; B:2,4,8,16.

Problem 50

Identify when model X first exceeds model Y from table n:0,1,2,3; X:10,15,20,25; Y:5,10,12,14.

Problem 51

Identify when model P first exceeds model Q from table x:1,2,3,4,5; P:5,10,15,20,25; Q:10,12,14,16,18.

Problem 52

Identify when model M first exceeds model N from table t:0,1,2,3; M:10,12,14,16; N:15,14,13,12.

Problem 53

Identify when model R first exceeds model S from table k:0,1,2,3; R:50,45,40,35; S:60,55,50,45.

Problem 54

Identify when model J first exceeds model K from table n:0,1,2,3,4; J:10,15,20,25,30; K:20,20,20,20,20.

Problem 55

Identify when model C first exceeds model D from table n:1,2,3,4; C:5,10,15,20; D:10,15,20,25.

Problem 56

Identify when model E first exceeds model F from table n:0,1,2,3; E:10,12,14,16; F:10,13,16,19.

Problem 57

Identify when model U first exceeds model V from table n:0,1,2,3,4; U:20,15,25,10,30; V:10,18,20,12,25.

compare repeated multiplication to power growth.
15 problems Warmup Practice Mixed Review Assessment
Problem 58

Explain why exponential model E(n)=2^n eventually exceeds polynomial model P(n)=n^2.

Problem 59

Explain why exponential model E(t)=1.1^t eventually exceeds polynomial model P(t)=100+t^3.

Problem 60

Explain why exponential model E(x)=3^x eventually exceeds polynomial model P(x)=100x.

Problem 61

Explain why exponential model E(n)=1.5^n eventually exceeds polynomial model P(n)=n^4.

Problem 62

Explain why exponential model E(x)=2^x eventually exceeds polynomial model P(x)=x^3.

Problem 63

Explain why exponential model E(t)=1.05^t eventually exceeds polynomial model P(t)=t^2.

Problem 64

Explain why exponential model E(n)=4^n eventually exceeds polynomial model P(n)=50n^2.

Open in simulator
Problem 65

Explain why exponential model E(x)=1.2^x eventually exceeds polynomial model P(x)=100x^3.

Problem 66

Explain why exponential model E(t)=5^t eventually exceeds polynomial model P(t)=t^10.

Problem 67

Explain why exponential model E(n)=2.5^n eventually exceeds polynomial model P(n)=1000n.

Problem 68

Explain why exponential model E(x)=3^x eventually exceeds polynomial model P(x)=x^5.

Problem 69

Explain why exponential model E(t)=1.1^t eventually exceeds polynomial model P(t)=50t.

Problem 70

Explain why exponential model E(n)=2^n eventually exceeds polynomial model P(n)=100+n^3.

Problem 71

Explain why exponential model E(x)=1.01^x eventually exceeds polynomial model P(x)=x.

Problem 72

Explain why exponential model E(t)=4^t eventually exceeds polynomial model P(t)=t^2+1000.

separate initial value from growth behavior.
12 problems Warmup Practice Mixed Review Assessment
Problem 73

Distinguish short-term and long-term comparison for models A(n)=100+10n and B(n)=5(2)^n.

Problem 74

Distinguish short-term and long-term comparison for models Q(n)=50n^2 and E(n)=2^n.

Problem 75

Distinguish short-term and long-term comparison for models L(t)=1000+5t and E(t)=900(1.01)^t.

Problem 76

Distinguish short-term and long-term comparison for models Q(x)=x^2 and E(x)=100(1.05)^x.

Problem 77

Distinguish short-term and long-term comparison for models f(x)=200+5x and g(x)=x^2.

Problem 78

Distinguish short-term and long-term comparison for models M(t)=10(1.5)^t and N(t)=50+20t.

Problem 79

Distinguish short-term and long-term comparison for models P(x)=50(1.1)^x and R(x)=10(1.2)^x.

Problem 80

Distinguish short-term and long-term comparison for models C(n)=3n^2 and D(n)=100+10n.

Problem 81

Distinguish short-term and long-term comparison for models A(t)=5(3)^t and B(t)=100t^2.

Problem 82

Distinguish short-term and long-term comparison for models Y(x)=10+5x and Z(x)=50+2x.

Open in simulator
Problem 83

Distinguish short-term and long-term comparison for models F(n)=n^3 and G(n)=10(1.5)^n.

Problem 84

Distinguish short-term and long-term comparison for models J(x)=2x^2+10 and K(x)=x^2+50.

adjust scale/domain to reveal comparison.
12 problems Warmup Practice Mixed Review Assessment
Problem 85

Choose a graph window to show overtaking behavior for L(n)=100+10n and E(n)=5(2)^n.

Problem 86

Choose a graph window to show overtaking behavior for Q(x)=x^2 and E(x)=2^x.

Problem 87

Choose a graph window to show overtaking behavior for L(t)=1000+5t and E(t)=900(1.01)^t.

Problem 88

Choose a graph window to show overtaking behavior for Q(n)=50n^2 and E(n)=2^n.

Problem 89

Choose a graph window to show overtaking behavior for L(x)=50+5x and E(x)=2(3)^x.

Problem 90

Choose a graph window to show overtaking behavior for Q(t)=2t^2 and E(t)=3^t.

Problem 91

Choose a graph window to show overtaking behavior for L(n)=200+20n and E(n)=10(1.5)^n.

Problem 92

Choose a graph window to show overtaking behavior for Q(x)=10x^2 and E(x)=100(1.1)^x.

Problem 93

Choose a graph window to show overtaking behavior for L(t)=500-5t and E(t)=10(1.2)^t.

Problem 94

Choose a graph window to show overtaking behavior for Q(n)=1000+5n^2 and E(n)=50(1.5)^n.

Problem 95

Choose a graph window to show overtaking behavior for L(x)=20+x and E(x)=0.5(4)^x.

Open in simulator
Problem 96

Choose a graph window to show overtaking behavior for Q(t)=0.1t^2 and E(t)=1.05^t.

interpret approach toward asymptote versus crossing below zero.
15 problems Warmup Practice Mixed Review Assessment
Problem 97

Compare exponential decay model E(t)=100(0.8)^t with linear or polynomial decrease model L(t)=100-15t.

Problem 98

Compare exponential decay model E(n)=500(0.9)^n with linear or polynomial decrease model Q(n)=500-n^2.

Problem 99

Compare exponential decay model E(t)=80(0.5)^t with linear or polynomial decrease model L(t)=80-20t.

Problem 100

Compare exponential decay model E(x)=1000(0.95)^x with linear or polynomial decrease model P(x)=1000-2x^2.

Problem 101

Compare exponential decay model f(t)=200(0.7)^t with linear or polynomial decrease model g(t)=200-25t.

Problem 102

Compare exponential decay model h(x)=1000(0.98)^x with linear or polynomial decrease model k(x)=1000-5x.

Problem 103

Compare exponential decay model A(t)=50(0.2)^t with linear or polynomial decrease model B(t)=50-10t^2.

Problem 104

Compare exponential decay model M(n)=300(0.85)^n with linear or polynomial decrease model N(n)=300-20n.

Problem 105

Compare exponential decay model P(x)=750(0.9)^x with linear or polynomial decrease model Q(x)=750-3x^2.

Open in simulator
Problem 106

Compare exponential decay model R(t)=150(0.6)^t with linear or polynomial decrease model S(t)=150-10t.

Problem 107

Compare exponential decay model U(n)=100(0.99)^n with linear or polynomial decrease model V(n)=100-n.

Problem 108

Compare exponential decay model W(x)=2000(0.8)^x with linear or polynomial decrease model Z(x)=2000-5x^2.

Problem 109

Compare exponential decay model C(t)=400(0.75)^t with linear or polynomial decrease model D(t)=400-50t.

Problem 110

Compare exponential decay model F(n)=60(0.9)^n with linear or polynomial decrease model G(n)=60-5n.

Problem 111

Compare exponential decay model H(x)=250(0.88)^x with linear or polynomial decrease model I(x)=250-15x.

choose based on target time horizon.
12 problems Warmup Practice Mixed Review Assessment
Problem 112

Use model comparison to answer decision context Plan A pays 500 dollars now plus 25 dollars per week. Plan B starts at 100 dollars and doubles weekly. Which is better after 6 weeks?.

Problem 113

Use model comparison to answer decision context Machine A produces 80+10t items. Machine B produces 20(1.2)^t items. Which is larger at t=5?.

Problem 114

Use model comparison to answer decision context Investment A grows linearly to 1500 after 10 years. Investment B follows 900(1.08)^10. Which is larger at 10 years?.

Problem 115

Use model comparison to answer decision context A square pattern has n^2 tiles and a doubling pattern has 2^n tiles. Which is larger at n=8?.

Problem 116

Use model comparison to answer decision context City A grows by 500 people per year, starting at 10,000. City B grows by 5% per year, starting at 9,000. Which city has more people after 5 years?.

Problem 117

Use model comparison to answer decision context Bacteria culture X doubles every hour, starting with 100 cells. Culture Y grows according to 50t^2 + 200 cells. Which culture has more cells after 4 hours?.

Problem 118

Use model comparison to answer decision context Account P starts with $200 and adds $30 each month. Account Q starts with $150 and earns 2% interest compounded monthly. Which account has more money after 12 months?.

Open in simulator
Problem 119

Use model comparison to answer decision context Car A depreciates by $1500 per year from an initial value of $25,000. Car B depreciates by 10% per year from an initial value of $28,000. Which car has a higher value after 3 years?.

Problem 120

Use model comparison to answer decision context Player 1's score is given by 10n^2 + 50. Player 2's score is 5 * 3^n. Who has a higher score at level n=4?.

Problem 121

Use model comparison to answer decision context Server S increases storage by 200 GB each month, starting at 1 TB (1000 GB). Server T doubles its storage capacity every 3 months, starting at 100 GB. Which server has more storage after 6 months?.

Problem 122

Use model comparison to answer decision context Device X consumes energy according to 0.5t^3 + 10 units. Device Y consumes energy according to 2^t units. Which device consumes more energy at t=5 hours?.

Problem 123

Use model comparison to answer decision context Fund A starts with $1000 and grows by 7% annually. Fund B starts with $800 and grows by 9% annually. Which fund has more money after 15 years?.

critique extrapolation and representation window.
12 problems Warmup Practice Mixed Review Assessment
Problem 124

Identify why growth claim A linear model is always larger because it is larger in the first three table rows. from limited data is misleading.

Problem 125

Identify why growth claim The exponential model is always larger because it grows faster eventually. from limited data is misleading.

Problem 126

Identify why growth claim No intersection exists because none is visible in this graph window. from limited data is misleading.

Problem 127

Identify why growth claim The quadratic grows faster forever because it beats the exponential at n=5. from limited data is misleading.

Problem 128

Identify why growth claim The function f(x) is always increasing because its graph shows an upward trend from x=0 to x=50. from limited data is misleading.

Problem 129

Identify why growth claim Model A will always produce larger values than Model B since A(n) > B(n) for the first four entries in the table. from limited data is misleading.

Problem 130

Identify why growth claim There is no point where function f(x) equals g(x) because their graphs do not intersect within the current viewing window. from limited data is misleading.

Problem 131

Identify why growth claim The quadratic function will always grow faster than the exponential function because at x=10, the quadratic value is larger. from limited data is misleading.

Problem 132

Identify why growth claim Based on the initial data points, the population is growing linearly. from limited data is misleading.

Problem 133

Identify why growth claim The function f(x) has a maximum value at x=3 because the graph peaks there within the displayed interval. from limited data is misleading.

Open in simulator
Problem 134

Identify why growth claim Since the rate of change is positive at x=1, the function f(x) is always increasing. from limited data is misleading.

Problem 135

Identify why growth claim The company's profits will continue to increase indefinitely because they have shown consistent growth over the past two quarters. from limited data is misleading.

compute interval changes and ratios.
12 problems Warmup Practice Mixed Review Assessment
Problem 136

Compare average growth over interval [2,5] for models A(n)=10n and B(n)=2^n.

Problem 137

Compare average growth over interval [1,4] for models A(x)=x^2 and B(x)=3x.

Problem 138

Compare average growth over interval [0,2] for models A(t)=100(1.1)^t and B(t)=100+15t.

Problem 139

Compare average growth over interval [2,4] for models A(n)=5n^2 and B(n)=20(1.5)^n.

Problem 140

Compare average growth over interval [1,3] for models f(x) = x^3 and g(x) = 10x.

Open in simulator
Problem 141

Compare average growth over interval [1,3] for models Y(x) = 5x + 10 and Z(x) = x^2 + 2.

Problem 142

Compare average growth over interval [0,2] for models C(t) = 2t^2 - t and D(t) = 5t + 3.

Problem 143

Compare average growth over interval [1,4] for models E(x) = 100 - 5x and F(x) = 2^x.

Problem 144

Compare average growth over interval [0,3] for models G(n) = 3n^2 + 1 and H(n) = 20n - 5.

Problem 145

Compare average growth over interval [0,2] for models J(x) = 100 * (0.5)^x and K(x) = -5x + 50.

Problem 146

Compare average growth over interval [1,3] for models M(t) = t^2 + 5t and N(t) = 2t^2.

Problem 147

Compare average growth over interval [0,1] for models P(x) = 10x^2 and Q(x) = 50x.

catch confusing absolute change, percent change, and long-term behavior.
12 problems Warmup Practice Mixed Review Assessment
Problem 148

Correct the growth-comparison error in The exponential model starts smaller, so it can never be larger.

Problem 149

Correct the growth-comparison error in A 10% growth model adds 10 every step.

Problem 150

Correct the growth-comparison error in The quadratic is bigger at n=4, so it grows faster forever.

Open in simulator
Problem 151

Correct the growth-comparison error in A linear model and exponential model with the same first difference are both linear.

Problem 152

Correct the growth-comparison error in Function A starts at 100 and grows by 5 each year. Function B starts at 10 and doubles each year. Function A will always be larger because it starts much higher.

Problem 153

Correct the growth-comparison error in A population growing by 1.5% annually means it multiplies by 1.5 each year.

Problem 154

Correct the growth-comparison error in Company X added 100 new customers, and Company Y added 50. Company X grew faster.

Problem 155

Correct the growth-comparison error in If a quantity increases by 20% every month, it's growing linearly.

Problem 156

Correct the growth-comparison error in Model A is 100 * (1.02)^t and Model B is 50 * (1.05)^t. Model A will always be larger because it starts at 100.

Problem 157

Correct the growth-comparison error in A constant rate of change means the quantity is growing exponentially.

Problem 158

Correct the growth-comparison error in A quadratic function like x^2 grows very fast, so it will eventually grow faster than any exponential function.

Problem 159

Correct the growth-comparison error in A substance decaying by 25% per hour means its amount is multiplied by 0.25 each hour.