What this learning objective is really asking you to learn
This objective asks students to identify the type of change in a relationship. The core distinction is simple and powerful: linear functions grow or shrink by equal differences over equal input intervals, while exponential functions grow or shrink by equal factors over equal input intervals. Linear means repeated addition. Exponential means repeated multiplication.
Consider the table x: 0, 1, 2, 3, 4 and y: 7, 10, 13, 16, 19. Each time \(x\) increases by 1, \(y\) increases by 3. The differences are equal: \(+3, +3, +3, +3\). That is linear. A rule would be \(y = 7 + 3x\). The graph is a line. The slope is 3.
Now consider x: 0, 1, 2, 3, 4 and y: 5, 10, 20, 40, 80. The differences are not equal: \(+5, +10, +20, +40\). But the ratios are equal: \(10/5 = 2\), \(20/10 = 2\), \(40/20 = 2\), \(80/40 = 2\). Each output is multiplied by 2. That is exponential. A rule would be \(y = 5 \cdot 2^x\).
The phrase “over equal intervals” matters. If the inputs are not equally spaced, ordinary first differences can mislead. Suppose the inputs are 0, 2, 4, 6, and the outputs are 10, 16, 22, 28. The output increases by 6 for every 2 units of input, which is still linear. The rate is 3 per 1 unit. For exponential relationships, equal factors must also be checked over equal input intervals. If a quantity doubles every 3 hours, then it multiplies by 2 over every equal 3-hour interval. It does not necessarily double every 1 hour unless the time unit is changed carefully.
The standard also uses the word “prove.” In Math I, proof does not always mean a long formal paragraph. It often means giving a convincing mathematical reason that works beyond one example. For a linear function \(f(x) = mx + b\), increasing \(x\) by \(h\) changes the output by \(mh\): \(f(x + h) - f(x) = [m(x + h) + b] - [mx + b] = mh\). That difference depends on the interval length \(h\), not on the starting input \(x\). Equal intervals give equal differences.
For an exponential function \(g(x) = a \cdot b^x\), increasing \(x\) by \(h\) multiplies the output by \(b^h\): \(g(x + h) / g(x) = [a \cdot b^{x + h}] / [a \cdot b^x] = b^h\), assuming the output is not zero. That factor depends on the interval length \(h\), not on the starting input \(x\). Equal intervals give equal factors. This is the machinery behind the distinction.
Why students should learn this math
Students should learn this objective because choosing the wrong model gives wrong predictions. If a situation is exponential and someone treats it as linear, they may badly underestimate future growth. If a situation is linear and someone treats it as exponential, they may exaggerate growth or panic over a pattern that is actually steady. The difference is practical.
Money is a clear example. If a worker earns 20 dollars per hour, the relationship between hours and pay is linear. Each extra hour adds 20 dollars. Equal time intervals produce equal dollar differences. But if an investment grows by 6 percent per year, the relationship is exponential. Each year multiplies the balance by 1.06. Equal time intervals produce equal factors. A 6 percent increase on 1000 dollars is 60 dollars. A 6 percent increase on 10,000 dollars is 600 dollars. The rate is the same percentage, but the dollar increase changes.
Population growth often behaves more like exponential growth than linear growth, at least under simplified conditions. If each generation produces a proportional increase, the population multiplies. Disease spread can also have exponential phases because new cases can generate more new cases. Technology adoption, online views, and rumors can show similar patterns. Early numbers may look small, but the multiplicative structure can lead to rapid change.
On the other hand, many everyday situations are linear. Driving at a constant speed creates a linear relationship between time and distance. Buying items at a fixed price creates a linear relationship between number of items and cost. A tank filling at a constant number of gallons per minute is linear. A subscription with a fixed base fee plus a constant monthly charge is linear. In these cases, equal differences are the key.
The “why” is not only prediction. It is diagnosis. Before students solve a problem, they should ask what kind of relationship they are dealing with. Is the quantity adding the same amount each step? Is it multiplying by the same factor? Is it doing neither? That diagnostic habit is one of the most useful habits in mathematics. It prevents students from grabbing a formula just because it is familiar.
Where this objective fits on the full map of mathematics
This objective sits at the entrance to mathematical modeling. A model is a simplified mathematical description of a real relationship. The first modeling decision is often the function family: linear, exponential, quadratic, periodic, or something else. Objective 028 gives students the first major decision rule: equal differences suggest linear; equal factors suggest exponential.
This objective builds directly on sequences. Arithmetic sequences have equal differences, and geometric sequences have equal factors. Linear functions are the continuous-function relatives of arithmetic sequences. Exponential functions are the continuous-function relatives of geometric sequences. Students who understand this connection can see why the same idea appears in tables, graphs, formulas, and recursive rules.
It also connects to average rate of change. Linear functions have a constant average rate of change over every interval. Exponential functions do not have a constant additive rate; their average rate of change changes as the output changes. But exponential functions do have a constant multiplicative rate over equal intervals. This distinction helps students avoid confusing slope with percent growth.
Later, students will meet quadratic functions, which have neither constant first differences nor constant ratios. Quadratics have constant second differences over equal intervals. Polynomial functions, rational functions, logarithmic functions, and trigonometric functions have their own signatures. Objective 028 is the student's first real experience with a bigger truth: different function families have different fingerprints.
The historical machinery behind linear and exponential thinking
Linear thinking is ancient because it comes from direct measurement and proportionality. If one basket contains 12 apples, two similar baskets contain 24 apples. If one hour of work pays a fixed wage, five hours pay five times as much. This kind of repeated addition and proportional scaling appears in commerce, construction, surveying, and everyday arithmetic.
Exponential thinking is also old, but it is less intuitive because humans do not always feel multiplication over time. Compound interest made the issue unavoidable. A balance growing by a percentage does not add a fixed amount; it grows based on its current size. Population questions created the same pressure. A population can grow because existing members create more members, which then create more members. The output feeds future output.
The development of exponent notation and logarithms gave mathematicians tools to handle multiplicative change. Graphing then made the difference visible. A line and an exponential curve may begin close together, but their long-term behavior is radically different. This visual contrast became central in science, finance, and engineering.
The modern world makes this distinction more important than ever. We live surrounded by percentages: interest rates, inflation, discounts, depreciation, growth rates, engagement rates, risk rates, and return rates. Some are applied once. Others compound repeatedly. Students who understand equal differences and equal factors can tell the difference between “add 5” and “increase by 5 percent.” That difference can change financial decisions, scientific conclusions, and public understanding.
The technical machinery: equal differences
To test for a linear relationship in a table with equal input intervals, subtract consecutive outputs. If the differences are the same, the relationship is linear. For example:
| x | 0 | 1 | 2 | 3 | 4 | |---:|---:|---:|---:|---:|---:| | y | 12 | 17 | 22 | 27 | 32 |
The differences are \(+5, +5, +5, +5\), so the function is linear. The slope is 5, and the y-intercept is 12. The rule is \(y = 5x + 12\).
If the input interval is 2 instead of 1, divide the output difference by the input difference to find the rate per unit. If \(x\) values are 0, 2, 4, 6 and \(y\) values are 3, 11, 19, 27, the output increases by 8 every 2 units, so the rate is 4 per unit. The relationship is still linear.
In a graph, linear behavior appears as a straight line. But students should not rely only on appearance, especially when a graph is small or the scale is unusual. A table or rate calculation gives stronger evidence.
In a context, linear language often includes phrases like “each,” “per,” “for every,” “adds,” “increases by,” or “decreases by,” when those phrases refer to a fixed amount. For example, “The taxi charges 4 dollars per mile plus a 6 dollar pickup fee” is linear. Each additional mile adds the same amount.
The technical machinery: equal factors
To test for an exponential relationship in a table with equal input intervals, divide consecutive outputs. If the ratios are the same, the relationship is exponential. For example:
| x | 0 | 1 | 2 | 3 | 4 | |---:|---:|---:|---:|---:|---:| | y | 3 | 6 | 12 | 24 | 48 |
The ratios are 2, 2, 2, 2, so the function is exponential. The initial value is 3, the growth factor is 2, and the rule is \(y = 3 \cdot 2^x\).
For decay:
| x | 0 | 1 | 2 | 3 | 4 | |---:|---:|---:|---:|---:|---:| | y | 80 | 40 | 20 | 10 | 5 |
The ratios are \(1/2, 1/2, 1/2, 1/2\), so the function is exponential decay. The rule is \(y = 80(0.5)^x\).
In a context, exponential language often includes “percent increase,” “percent decrease,” “doubles,” “triples,” “half-life,” “multiplies by,” “retains,” or “loses a percent.” A quantity that increases by 7 percent each year is multiplied by 1.07 each year. A quantity that decreases by 12 percent each month is multiplied by 0.88 each month.
A key technical point is that equal factors require nonzero outputs. Ratios involving zero are not useful. If a table includes zeros or negative values, students must think carefully. Some advanced exponential models can be shifted vertically and include negative outputs, but in Math I, most basic exponential growth and decay models use positive quantities.
Neither linear nor exponential
Not every relationship is linear or exponential. Students need permission to say “neither” when the evidence does not fit. Consider y: 1, 4, 9, 16, 25 for x: 1, 2, 3, 4, 5. The differences are \(+3, +5, +7, +9\), not equal. The ratios are 4, 2.25, 1.78, 1.56, not equal. This is quadratic, not linear or exponential.
This matters because students sometimes force every table into the current unit's topic. Real modeling requires humility. If the pattern does not have equal differences or equal factors, another model may be needed. In later courses, students learn additional fingerprints such as constant second differences for quadratics and periodic repetition for trigonometric functions.
Common mistakes and how to avoid them
The most common mistake is checking differences for everything. Students often learn slope first, so they try subtraction even when the situation is percentage growth. If differences are not equal, they should check ratios before giving up.
Another mistake is checking ratios when input intervals are not equal. If the inputs jump from 0 to 1 to 3 to 6, equal ratios between listed outputs do not automatically prove a simple exponential rule per one input unit. The intervals must be considered.
A third mistake is confusing “increases by 5” with “increases by 5 percent.” Adding 5 creates equal differences. Increasing by 5 percent creates equal factors of 1.05. The word “percent” changes the entire model.
A fourth mistake is assuming a curved graph must be exponential. Quadratic, square-root, logarithmic, rational, and many other functions are curved. Exponential means multiplicative change over equal intervals, not merely “not straight.”
How students know they have mastered this objective
Students have mastered this objective when they can look at a table, context, equation, or graph and justify whether the relationship is linear, exponential, or neither. They should be able to say, “The input intervals are equal, and the output differences are constant, so this is linear,” or “The output ratios are constant, so this is exponential.”
They should also be able to explain why the distinction matters. Linear models add. Exponential models multiply. Linear models have constant slope. Exponential models have constant percent change. Linear graphs are straight. Exponential graphs curve because the amount of change depends on the current amount.
The deepest sign of mastery is model selection. When students read a real problem, they should not ask first, “What formula did my teacher want?” They should ask, “What kind of change is happening?” That question is the doorway to mature mathematical thinking.