MySatCoachMySatCoach

Digital SAT Exponential Functions: Growth, Decay, Tables, Graphs, and Models

10 min readUpdated Mar 2026

Digital SAT Exponential Functions: Growth, Decay, Tables, Graphs, and Models

This guide is part of the complete Digital SAT Prep Guide.

Exponential functions are one of the cleanest SAT topics once you stop treating them like “special formula” questions.

The SAT may show exponentials as: - equations - tables - graphs - word problems about growth or decay

Your job is to recognize the structure and interpret the constants correctly.

The core difference: additive versus multiplicative change

This is the first filter.

  • Linear relationships change by a constant amount.
  • Exponential* relationships change by a constant factor or percent.

If the table goes up by +5 each step, that is linear. If it goes up by ×1.2 each step, that is exponential.

Students who miss this first distinction make the rest of the problem harder than it needs to be.

The standard model

Many SAT exponentials fit a structure like:

initial value × (growth or decay factor)^(number of intervals)

The two big ideas are: - the initial value - the multiplier

Growth versus decay

Growth The multiplier is greater than 1.

Decay The multiplier is between 0 and 1.

This is where percent language matters.

  • 8% growth = multiplier of 1.08
  • 8% decay = multiplier of 0.92

The test loves this translation.

Where exponentials show up on the SAT

Equations You may need to identify what a constant means or compare two models.

Tables You may need to notice that the ratio between outputs is constant.

Graphs You may need to identify whether the graph shows growth or decay, or how a transformation changed the curve.

Word problems You may need to model population, depreciation, cooling, medication decay, account growth, or repeated percentage change.

A better way to read exponential questions

Ask these in order: 1. what is the starting amount? 2. what changes each interval? 3. is the change multiplicative? 4. what does one interval represent? 5. is the situation growth or decay?

That last question sounds obvious, but many wrong answers come from losing track of the interval or the direction of change.

Common traps

Trap 1: using the percent instead of the multiplier This is the classic decay mistake.

Trap 2: confusing initial value with first changed value Students sometimes use the value after one interval as the starting value.

Trap 3: interval mismatch If the rate is monthly and the time is in years, you need to reconcile the units.

Trap 4: mistaking a curved graph for any nonlinear pattern The SAT wants you to tell exponential from other nonlinear relationships, not just identify “not linear.”

Trap 5: reading the exponent carelessly The exponent usually counts intervals. Make sure you know what the interval is.

How to compare exponentials with other function types

TypeDefining pattern
Linearconstant difference
Exponentialconstant ratio / factor
Quadraticchanging first differences but constant second differences

This comparison is useful because many SAT questions are really classification questions in disguise.

How to practice exponentials efficiently

Rotate through: - percent-to-multiplier translation - table recognition - graph interpretation - context modeling - comparison to linear functions

If you only practice solving equations, you will miss a big part of how exponentials actually appear on the test. For the broader function toolkit, see the functions guide.

When to use Desmos

Desmos can help you: - visualize growth versus decay - compare two models - find intersections - check whether your equation matches the described situation

But do not let the calculator replace understanding. You still need to know what the constants mean. See the Desmos guide for more on how to use the built-in calculator effectively.

A worked example: growth vs. decay

Let's walk through two SAT-style problems to show the difference and clarify what catches students.

Example 1: Bacteria growth

A bacteria colony triples in size every 2 hours. The colony starts with 500 bacteria. Write a function for the number of bacteria B after t hours.

The structure is: initial value × (growth factor)^(number of intervals).

Here, the initial value is 500. The growth factor is 3 (it triples). The interval is 2 hours. So each 2-hour period counts as one "cycle" of tripling.

If t is time in hours, the number of 2-hour intervals is t/2.

B(t) = 500 · 3^(t/2)

What does each part mean? - 500 is the starting amount. - 3 is the multiplier per interval (the colony gets 3 times larger every 2 hours). - t/2 is the number of intervals (if 4 hours pass, that is 2 intervals of 2 hours each).

After 6 hours: B(6) = 500 · 3^(6/2) = 500 · 3^3 = 500 · 27 = 13,500 bacteria.

The key is recognizing that the multiplier 3 applies to each fixed time block (2 hours), not per hour.

Example 2: Car depreciation

A car is worth $24,000 at purchase. It loses 15% of its value each year. Write a function for the value V after t years. Then find the value after 4 years and explain why students confuse the rate.

A 15% decrease means the car retains 85% of its value each year. The multiplier is 0.85, not −0.15 or 0.15.

V(t) = 24,000 · (0.85)^t

or equivalently:

V(t) = 24,000 · (1 − 0.15)^t

Both forms say the same thing. The (1 − r) form makes the connection to percent language explicit: subtract the decay rate from 1 to get the multiplier.

After 4 years: V(4) = 24,000 · (0.85)^4 = 24,000 · 0.5220 ≈ $12,528.

Why students miss this: The problem says "loses 15% each year." Many students write the multiplier as 0.15 or try to subtract 15% of the original price four times (linear decay instead of exponential). The test counts on this slip. You must translate "loses 15%" to "retains 85%," which means the multiplier is 0.85.

The SAT also loves to ask about the value after a certain time versus the total percent decrease from the start. After 4 years, the car has lost about 47.8% of its original value (not 60%, which would be 15% × 4). This is because each year's loss is 15% of what remains, not 15% of the original.

How to read an exponential function from a table

One of the clearest ways the SAT shows exponential relationships is in a table. If you know what to look for, you can identify exponential growth instantly.

The pattern: Divide any output by the previous output. If the ratio is constant, the function is exponential.

Look at this table:

xy
02
16
218
354

Check the ratios: - 6 ÷ 2 = 3 - 18 ÷ 6 = 3 - 54 ÷ 18 = 3

The ratio is always 3. This is an exponential function with a growth factor of 3.

Write the equation: y = a · b^x, where: - a is the initial value (the output when x = 0) - b is the growth factor (the constant ratio)

From the table: y = 2 · 3^x

What does this mean? - 2 is the starting value. When x = 0, y = 2 · 3^0 = 2 · 1 = 2. ✓ - 3 is the multiplier. Each time x increases by 1, y is multiplied by 3.

The SAT trap: Students confuse additive and multiplicative patterns.

A linear (additive) table looks like:

xy
02
15
28
311

The difference is constant: +3 each step. This is linear, y = 2 + 3x.

An exponential (multiplicative) table has a constant ratio, not a constant difference. The difference grows: +4, +12, +36. This is the telltale sign of exponential growth.

If a table shows differences that are not constant, and the outputs are all positive, check whether the ratios are constant. That is how you distinguish exponential from quadratic and other nonlinear patterns.

Where to go from here

Your next move depends on your current score and what feels unclear.

If you are scoring below 1300 and exponential questions feel unclear: Start by mastering growth factor identification from tables. Use the constant-ratio technique until it becomes automatic. Once you can spot exponential patterns in a table without thinking, move to writing equations from those tables, then to word problems. This sequence builds from concrete (a table you can see) to abstract (translating words into an equation).

See these guides next: - Digital SAT Functions: The Complete Guide - How to Improve Your SAT Math Score: The Complete 2026 Guide

If you are scoring 1300–1450 and missing context or modeling questions: The gap is usually not in the math—it is in translating the word problem. You understand exponential functions but stumble when matching percent language to multiplier form, or when identifying intervals in a real-world scenario. Practice translating before you compute. Write down what the growth factor is before writing the equation. For instance, in the car depreciation example above, identify 0.85 as your multiplier before you touch the algebra.

If you are scoring above 1450 and still missing exponential questions: The questions you are seeing are likely the hardest context problems on the test—ones that combine exponential modeling with system thinking or unusual interval definitions. These require close reading of the exact wording and sometimes Desmos verification to check your setup. Target these directly:

See Digital SAT Math: The 10 Question Types Students Miss Most (and Why) to locate the exact problem types in your weakest area.


Want to find your weak areas before test day? Take a free diagnostic and get a personalized study map in minutes.

Start my diagnostic →


Bottom line

Exponential functions on the SAT are mostly about pattern recognition and modeling discipline.

Look for multiplicative change, translate percent language correctly, and pay attention to intervals. Once those habits are in place, exponential questions become much more predictable.


Continue Your Digital SAT Prep


Frequently Asked Questions

How do I tell whether a relationship is exponential on the SAT?

Look for multiplicative change over equal intervals, not additive change. In an exponential pattern, values change by a common factor or percent, not by a constant difference.

What is the most common mistake on exponential decay questions?

Students often use the percent decrease itself instead of the amount remaining. A 15% decrease means the multiplier is 0.85, not 0.15.

Can exponential functions appear in tables and graphs, not just equations?

Yes. The SAT may show exponential relationships as equations, tables, graphs, or short real-world descriptions, and students need to move between those forms.

More guides in this series