Which Ordered Pairs Come From an Exponential Function?

A set of ordered pairs comes from an exponential function when the y-values share a constant ratio as the x-values increase by equal steps. If you divide each y-value by the one before it and get the same number every time, those points fit an exponential curve. This single test is the fastest way to answer the question on a homework problem or exam.

The Constant Ratio Test

An exponential function has the form y = abx, where a is the starting value and b is the base. The key property: every time x increases by 1, the y-value gets multiplied by the same base b. That multiplier is called the constant ratio.

Say you’re given these ordered pairs: (0, 2), (1, 6), (2, 18), (3, 54). Check the ratios between consecutive y-values:

  • 6 ÷ 2 = 3
  • 18 ÷ 6 = 3
  • 54 ÷ 18 = 3

The ratio is always 3, so this set could be generated by the exponential function y = 2(3)x. The starting value a is 2 (the y-value when x = 0), and the base b is 3.

Now compare with a set like (0, 1), (1, 3), (2, 5), (3, 7). The ratios here are 3, 1.67, and 1.4. Not constant. But the differences between consecutive y-values are all 2. That constant difference signals a linear function, not an exponential one.

How This Differs From Linear and Quadratic Patterns

Three types of functions show up most often in these problems, and each has its own fingerprint in the ordered pairs:

  • Linear: The first differences (subtracting consecutive y-values) are constant. Example: (0, 4), (1, 7), (2, 10), (3, 13) has a constant difference of 3.
  • Quadratic: The first differences change, but the second differences (differences of the differences) are constant. Example: (0, 1), (1, 4), (2, 9), (3, 16) has first differences of 3, 5, 7, and second differences of 2, 2.
  • Exponential: The ratios between consecutive y-values are constant. Differences won’t be constant at any level.

On a multiple-choice test, check ratios first. If every ratio matches, you’ve found your exponential set and you’re done.

Growth vs. Decay in the Ordered Pairs

The constant ratio tells you whether the function models growth or decay. When the ratio is greater than 1, the y-values increase and the function shows exponential growth. When the ratio is between 0 and 1, the y-values shrink toward zero, and you’re looking at exponential decay.

For example, (0, 80), (1, 40), (2, 20), (3, 10) has a constant ratio of 0.5. Each y-value is half the previous one, giving the decay function y = 80(0.5)x. The y-values get smaller but never reach zero, which is a hallmark of exponential behavior.

One important restriction: the base b must be positive and cannot equal 1. A negative base would produce complex (imaginary) numbers for many x-values, and a base of 1 would just give a flat horizontal line.

What If the X-Values Aren’t Spaced by 1?

The ratio test works cleanly when x increases by 1 each time. If the x-values jump by 2, 3, or some other interval, you need to adjust. The idea is the same: over equal x-steps, the y-values should be multiplied by the same factor.

Consider (0, 5), (2, 20), (4, 80). The x-values increase by 2 each time. The y-ratios are 20 ÷ 5 = 4 and 80 ÷ 20 = 4. Those ratios are equal, so this set is exponential. The ratio of 4 applies over a step of 2, meaning the actual base b satisfies b2 = 4, so b = 2. The function is y = 5(2)x.

If the x-values aren’t equally spaced at all, you can still test by plugging the points into y = abx and solving. Use any two points to find a and b, then check whether the remaining points satisfy the same equation.

Spotting the Right Answer Quickly

When you’re staring at four answer choices, a quick scan can eliminate most options before you calculate anything.

First, check whether any y-values are zero or negative. Exponential functions of the form y = abx (with a > 0) produce only positive y-values. A set containing (2, 0) or (3, -4) cannot come from a standard exponential function.

Second, look at the y-value when x = 0. That value equals a, the initial coefficient, since b0 = 1. If the point (0, 1) appears, the function is simply y = bx with no scaling factor.

Third, run the ratio test on whatever’s left. Divide each y-value by the previous one. If you get the same ratio throughout, that’s your answer. In practice, most exam problems include one set with a constant ratio and three sets that are linear, quadratic, or irregular, so the correct choice stands out once you know what to look for.

A Worked Example With Four Choices

Suppose a problem offers these options:

  • A: (0, 0), (1, 1), (2, 8), (3, 27)
  • B: (0, 1), (1, 2), (2, 4), (3, 8)
  • C: (0, 2), (1, 5), (2, 8), (3, 11)
  • D: (0, 1), (1, 3), (2, 9), (3, 27)

Option A has a y-value of 0, so it can’t be exponential. Option C has constant differences of 3, making it linear. That leaves B and D.

For B: ratios are 2/1 = 2, 4/2 = 2, 8/4 = 2. Constant ratio of 2. This is y = 1(2)x.

For D: ratios are 3/1 = 3, 9/3 = 3, 27/9 = 3. Constant ratio of 3. This is y = 1(3)x.

Both B and D are exponential. In a real test question, only one option will pass the ratio test. But this example shows that the method works reliably: find equal ratios, find your exponential function.