SAT · April 12, 2026 · 7 min read

How to Solve SAT Function Questions with Confidence (2026)

By Makon AI Team · Updated July 15, 2026

SAT function questions test whether you can move among equations, tables, graphs, and real situations. The notation may look abstract, but each question still asks about an input, an output, a rate, an intercept, a parameter, or a change to a graph. Confidence comes from naming that requested object before calculating.

College Board includes linear functions in Algebra and nonlinear functions in Advanced Math. The official SAT Math question-bank guide specifically lists input-output pairs, rates of change, graphs, tables, quadratic and exponential models, and graph transformations among the assessed skills.

Read function notation as an instruction

In f(3), the symbol f is the function’s name and 3 is the input. It does not mean f multiplied by 3.

If f(x) = 2x² − 5, then:

f(3) = 2(3)² − 5 = 18 − 5 = 13.

Substitute the input everywhere x appears and use parentheses. That habit prevents a common sign error:

f(−2) = 2(−2)² − 5 = 8 − 5 = 3,

not −13. The exponent applies to the entire input.

Now reverse the question. If f(x) = 2x² − 5 and f(x) = 13, you are not evaluating at a supplied x. You are finding the input:

2x² − 5 = 13

2x² = 18

x² = 9

x = 3 or x = −3.

The first problem asks for an output; the second asks which inputs produce an output. Circle what the question requests before solving.

Translate tables and graphs into input-output statements

Suppose a table shows:

x −1 0 2 5
g(x) 7 4 −2 −11

The statement g(2) = −2 means that input 2 produces output −2. If the question asks for x when g(x) = 4, locate 4 in the output row and return the corresponding input: x = 0.

Check whether the inputs have a constant interval before calculating a rate from a table. Here the change from x = 0 to x = 2 is 2, while the output changes from 4 to −2, a change of −6. The rate is −6/2 = −3. From x = 2 to x = 5, the rate is (−11 − (−2))/(5 − 2) = −9/3 = −3. The constant rate indicates a linear relationship, g(x) = −3x + 4.

On a graph, f(a) is the y-coordinate when x = a. A solution to f(x) = 0 is an x-intercept. A solution to f(x) = g(x) is an intersection of the two graphs. Those are different visual searches.

For a fuller review of linear models, use the SAT Algebra guide.

Interpret constants in a model

Consider:

The function T(h) = 72 − 4.5h models the temperature T, in degrees Fahrenheit, at an altitude h thousand feet above a valley.

The number 72 is T(0): the modeled temperature at the valley level. The coefficient −4.5 means the temperature decreases 4.5°F for each additional 1,000 feet.

If the question asks for the temperature at 6,000 feet, use h = 6, not 6,000:

T(6) = 72 − 4.5(6) = 45.

If it asks at what altitude the model gives 54°F:

54 = 72 − 4.5h

−18 = −4.5h

h = 4.

Because h is measured in thousands of feet, the answer is 4,000 feet. A correct algebra result can still produce the wrong SAT answer if you ignore units.

Recognize exponential and quadratic features

An exponential model has equal multiplicative change over equal input intervals. If P(t) = 800(1.06)^t, then 800 is the initial value and 1.06 is the growth factor. The quantity grows 6% per time period—not by 1.06% and not by 6 units.

For decay, a model such as A(t) = 500(0.82)^t retains 82% each period, meaning it decreases 18% per period.

Quadratic forms reveal different features:

  • standard form ax² + bx + c makes the y-intercept c visible;
  • factored form a(x − r)(x − s) makes zeros r and s visible;
  • vertex form a(x − h)² + k makes the vertex (h, k) visible.

Suppose q(x) = 2(x − 3)(x + 5). Its zeros are x = 3 and x = −5. You do not need to expand. If the question asks for the y-intercept, substitute x = 0: q(0) = 2(−3)(5) = −30.

The SAT Advanced Math guide provides more practice connecting these nonlinear forms.

Decode transformations one coordinate at a time

If y = f(x), then y = f(x) + 4 moves every output up 4. The transformation y = f(x − 4) moves the graph right 4 because an original input a now occurs when x − 4 = a, or x = a + 4.

Work from a known point. If (2, 7) lies on y = f(x):

  • (2, 11) lies on y = f(x) + 4;
  • (6, 7) lies on y = f(x − 4);
  • (2, −7) lies on y = −f(x);
  • (−2, 7) lies on y = f(−x).

Do not rely on a memorized “inside opposite, outside same” slogan without understanding coordinates. Mapping one known point is slower by only seconds and prevents reversal errors.

Solve parameter questions from the required feature

Suppose p(x) = x² + kx + 12, and x = −3 is a zero. A zero means p(−3) = 0:

9 − 3k + 12 = 0

21 − 3k = 0

k = 7.

The word zero gives the equation. Other feature translations include:

  • point (a, b) lies on graph → f(a) = b;
  • graphs intersect at x = a → f(a) = g(a);
  • y-intercept is b → f(0) = b;
  • maximum occurs at (h, k) → vertex is (h, k);
  • function increases by d per unit → slope is d.

Write the feature equation first. Parameter problems often become one- or two-line algebra after that translation.

Use Desmos as verification, not camouflage

Bluebook includes a calculator for SAT Math. Graphing two expressions can locate intersections, and a table can evaluate many inputs quickly. Desmos is helpful for checking a quadratic’s zeros or comparing an equation with answer choices. Our SAT Desmos guide covers efficient entries.

Still, read what the graph represents. A decimal intersection may need an exact answer. Window settings can hide a solution. A table will not interpret whether an input is measured in years or thousands of feet. Use the calculator to execute and verify a mathematical plan, not to replace one.

Build a function-specific practice loop

Use the official Student Question Bank to filter Algebra linear-function and Advanced Math nonlinear-function questions. For each miss, identify the representation and task:

Representation Task Frequent error
equation evaluate f(a) dropped parentheses around negative input
table find x when f(x) = b returned output instead of input
graph solve f(x) = g(x) read intercept instead of intersection
context interpret coefficient ignored units or percent factor
transformed graph map a point reversed horizontal direction

Then solve a new question of the same type without notes. Mix representations only after each translation is stable. Complete some work inside Bluebook practice so calculator use and module pacing match test conditions.

Before selecting an answer, finish with three checks: Did I find an input or output? Did I preserve units? Does the result satisfy the original equation or graph? Those questions catch most function errors without requiring a full restart.

More to read