Function questions appear four to six times on every Digital SAT administration, making them the single highest-frequency topic in the Advanced Math domain. They span a wide range of formats: evaluating function notation, composing functions, finding inverse functions, applying transformation rules to shift and reflect graphs, identifying properties like domain and range, and matching equations to graphs. A student who understands functions fluently does not just answer the explicit function questions correctly; that student also handles the function-related components of exponential, polynomial, and quadratic questions more reliably, because functions are the conceptual framework underlying all of those topics.
The difficulty with function questions on the SAT is not the underlying mathematics, which is mostly algebra a student has encountered in class. The difficulty is the College Board’s habit of presenting standard function concepts in unfamiliar phrasings and graphical configurations that require flexible, deep understanding rather than surface-level procedural recall. A student who can only evaluate f(3) when the problem says “find f(3)” but cannot recognize the same operation when it is phrased as “what is the value of f at x equals 3” or “what output corresponds to an input of 3” will miss questions consistently.
This guide covers the complete Digital SAT treatment of functions: function notation and evaluation, domain and range, composition f(g(x)), inverse functions, the complete transformation rule set with special attention to the counterintuitive horizontal shifts, reading functions from graphs, identifying increasing and decreasing intervals, max and min values, and the “which equation could define f” question type. For function topics specific to exponential models, the SAT Math exponential functions guide provides dedicated coverage. For polynomial function behavior including zeros and end behavior, the SAT Math polynomial zeros and factors guide connects directly to the Advanced Math domain context established here. For timed practice, the free SAT Math practice questions on ReportMedic provide Digital SAT-format problems at all difficulty levels.

What Functions Are and Why the SAT Tests Them This Way
A function is a rule that assigns exactly one output to each input. This one-output-per-input requirement is the defining property of a function, and it is tested on the SAT through the vertical line test (a graph represents a function if and only if every vertical line crosses the graph at most once) and through questions about whether a given relationship qualifies as a function.
The SAT tests functions at this conceptual level because functions are the mathematical language in which all relationships between quantities are described. Every formula in physics, every pricing model in economics, every growth equation in biology is expressed as a function. The College Board is testing whether students can fluently operate in this language: reading function notation, composing functions to build more complex relationships, and inverting functions to answer “given the output, what was the input?” questions.
The function question types on the Digital SAT fall into three broad categories. The first category is evaluation and notation: given a function definition, find the output for a specific input, or identify the input that produces a specific output. The second category is structural analysis: describe the domain, range, increasing and decreasing intervals, and maximum and minimum values of a function from its equation or graph. The third category is transformation and identification: apply shift, reflection, and stretch rules to produce a related function, and identify which graph or equation corresponds to a given description. All three categories require fluency with function notation and conceptual understanding of what functions represent.
Function Notation: Evaluation and the Input-Output Framework
Function notation f(x) is read “f of x” and means “the output of the function f when the input is x.” The letter in the parentheses is not a variable being multiplied; it is the input. This notational distinction is consistently misunderstood by students who treat f(x) as “f times x,” which is not what it means and produces wrong answers on substitution problems.
The evaluation skill: given f(x) = 3x squared minus 2x + 5, find f(4).
Substitute x = 4 everywhere x appears: f(4) = 3(4) squared minus 2(4) + 5 = 3(16) minus 8 + 5 = 48 minus 8 + 5 = 45.
The notation skill: given f(x) = 3x squared minus 2x + 5, find f(a + 1).
Substitute (a + 1) for x everywhere: f(a + 1) = 3(a + 1) squared minus 2(a + 1) + 5. Expand: 3(a squared + 2a + 1) minus 2a minus 2 + 5 = 3a squared + 6a + 3 minus 2a minus 2 + 5 = 3a squared + 4a + 6.
This second type is the harder version and tests whether students can substitute an expression (rather than a number) for x and correctly expand and simplify. The College Board uses this exact format in medium-to-hard questions and includes the non-expanded form as a trap answer for students who substitute correctly but do not simplify.
The SAT also tests function evaluation from a table of values, which is a particularly important format because it does not require knowing the algebraic rule for the function. If a table shows x = 1 giving f(1) = 7 and x = 3 giving f(3) = 15, then f(3) minus f(1) = 15 minus 7 = 8. A question might ask for f(g(2)) where g(2) can be read from one table and the result is used as an input to look up f from another table. The table format tests whether students understand that f(x) is fundamentally an input-output pairing, not an algebraic formula.
The four most common evaluation formats on the Digital SAT are: evaluating at a number (f(3)), evaluating at an expression (f(2x + 1)), evaluating using a table (given f(n) = 5, find n), and working backwards from an output to find the input (if f(x) = 12, find x). Each format tests a slightly different understanding of function notation, and all four should be practiced before test day.
Domain and Range: What Inputs and Outputs Are Allowed
The domain of a function is the set of all valid input values. The range is the set of all valid output values. These two concepts are tested in multiple formats on the Digital SAT, from straightforward identification to contextual restriction problems.
For most algebraic functions on the SAT, the domain is all real numbers unless one of two restrictions applies. The first restriction: expressions under even-power radicals (square roots, fourth roots) must be non-negative, because the square root of a negative number is not a real number. For f(x) = root(3x minus 6), the domain requires 3x minus 6 greater than or equal to 0, giving x greater than or equal to 2.
The second restriction: expressions in denominators cannot equal zero, because division by zero is undefined. For f(x) = 5 / (x minus 3), the domain excludes x = 3.
When both restrictions apply together, the domain is the intersection of the allowed ranges for each restriction.
The range is the set of all possible outputs. Finding the range algebraically can be complex, but the SAT typically asks about range in one of two straightforward ways. First: from a graph, identify the minimum and maximum y-values or the interval that y-values cover. Second: for a quadratic function f(x) = a(x minus h) squared + k in vertex form, the range is y greater than or equal to k if a is positive (parabola opens up) or y less than or equal to k if a is negative (parabola opens down).
For contextual function problems, the domain is often restricted by the real-world context rather than algebraic constraints. If f(t) represents the height of a ball above the ground at time t seconds after launch, the domain is restricted to non-negative time values (t greater than or equal to 0) and the time until the ball hits the ground (t less than or equal to some maximum). The range is then restricted to non-negative heights (y between 0 and the maximum height). Questions asking about domain or range in a contextual function always require reading the context carefully to identify physical constraints on both the input and output variables. When both algebraic restrictions and contextual restrictions apply, the domain is the intersection of the algebraically allowed values and the contextually meaningful values. If the algebra allows x greater than 2 but the context requires non-negative integer values (x = 0, 1, 2, 3…), then the combined domain is the non-negative integers that are also greater than 2, meaning the integers 3, 4, 5, and so on.
Composition of Functions: f(g(x)) and Why the Order Matters
Function composition is one of the most frequently tested and most commonly confused function concepts on the Digital SAT. The notation f(g(x)) means “apply g first, then apply f to the result.” The order is critical and the SAT tests it by including the reversed composition g(f(x)) as a trap answer.
The process for evaluating f(g(x)) at a specific input value:
Step one: compute g(x) at the given input. This gives a number. Step two: use that number as the input for f. Compute f at that number.
Worked example with specific values: given f(x) = 2x + 1 and g(x) = x squared minus 3, find f(g(4)).
Step one: g(4) = (4) squared minus 3 = 16 minus 3 = 13. Step two: f(g(4)) = f(13) = 2(13) + 1 = 26 + 1 = 27.
Worked example with table values: given that g(2) = 5 from a table and f(5) = 11 from a separate table, find f(g(2)).
f(g(2)) = f(5) = 11. Read directly from the tables without any algebra.
The harder algebraic composition format: find f(g(x)) as an expression. With f(x) = 2x + 1 and g(x) = x squared minus 3:
f(g(x)) = f(x squared minus 3) = 2(x squared minus 3) + 1 = 2x squared minus 6 + 1 = 2x squared minus 5.
For g(f(x)) in the same example:
g(f(x)) = g(2x + 1) = (2x + 1) squared minus 3 = 4x squared + 4x + 1 minus 3 = 4x squared + 4x minus 2.
Notice that f(g(x)) = 2x squared minus 5 is not equal to g(f(x)) = 4x squared + 4x minus 2. Function composition is generally not commutative: the order matters, and the SAT specifically tests this by presenting both compositions as answer choices.
The most important conceptual rule for composition: “f(g(x)) means do g first, then f.” The outer function (f) is applied second, to the result of the inner function (g). This is counterintuitive because f appears on the outside visually, but it is applied after g. Think of the notation f(g(x)) as a set of nested instructions: start with x, transform it by g, then transform the result by f. Reading from inside out rather than outside in gives the correct application order. This inside-out reading applies to all nested function notation on the SAT regardless of how many layers of composition are stacked.
The Digital SAT also uses composition questions in a table format: given two tables, one defining f and one defining g, find f(g(2)) or the value of x such that f(g(x)) = 7. These require reading from tables in the correct order without an algebraic formula. Many students make reading errors because they look up f first (the outer function in the notation) instead of g first (the inner function that must be evaluated first).
Inverse Functions: Reversing the Input-Output Relationship
The inverse of a function f, denoted f inverse or f^(-1), is the function that reverses f’s input-output pairing. If f maps x to y (f(x) = y), then f inverse maps y back to x (f^(-1)(y) = x). The inverse function undoes what f does.
The conceptual question: if f(3) = 7, what is f^(-1)(7)? Answer: 3. The inverse maps 7 back to 3.
The graphical relationship: the graph of f^(-1) is the reflection of the graph of f across the line y = x. The input and output values are swapped, which geometrically corresponds to reflecting across the diagonal line where y equals x.
The algebraic procedure for finding f^(-1)(x): start with y = f(x), swap x and y to get x = f(y), then solve for y. The result is y = f^(-1)(x).
Worked example: find the inverse of f(x) = 3x minus 5.
Step one: write y = 3x minus 5. Step two: swap x and y: x = 3y minus 5. Step three: solve for y: 3y = x + 5, y = (x + 5) / 3.
So f^(-1)(x) = (x + 5) / 3.
Verify: f(f^(-1)(x)) = f((x + 5) / 3) = 3((x + 5) / 3) minus 5 = (x + 5) minus 5 = x. Correct, the composition of a function with its inverse gives the identity function.
The SAT tests inverse functions in three main formats. First: given f(x), find f^(-1)(x) algebraically as above. Second: given a graph of f, identify the graph of f^(-1) (the reflection across y = x). Third: given f(a) = b, find f^(-1)(b) without knowing the algebraic form of f (answer: a, directly from the definition of inverse).
The third format is the fastest and most elegant inverse function question on the SAT. If a question states “f(7) = 4 and f(3) = 9,” then f^(-1)(4) = 7 and f^(-1)(9) = 3 by definition. No algebra required.
An important limitation: not all functions have inverses. A function has an inverse only if it is one-to-one, meaning each output corresponds to exactly one input. For the function f(x) = x squared (defined for all real numbers), both x = 3 and x = minus 3 give output 9, so the function is not one-to-one and does not have an inverse over all real numbers. Restricting the domain to x greater than or equal to 0 makes it one-to-one, and the inverse on that restricted domain is f^(-1)(x) = root(x). The SAT occasionally tests this domain restriction concept for inverse functions.
The Complete Transformation Rule Set
Graph transformations are among the most reliably tested function concepts on the Digital SAT. The College Board uses them in both the “which graph matches this equation” format and the “which equation matches this graph” format. Mastering the complete rule set prevents both the confusion about horizontal vs vertical shifts and the critical counterintuitive sign rule for horizontal transformations.
The transformations apply to a parent function f(x) to produce a related function. The parent function can be any function: linear, quadratic, absolute value, square root, exponential, or others.
| Vertical shift: f(x) + k shifts the graph UP by k units (for positive k) and DOWN by | k | units (for negative k). The k is added outside the function, directly to the output. Adding 3 moves every point 3 units higher. Subtracting 5 moves every point 5 units lower. |
Vertical stretch and compression: a times f(x) stretches the graph vertically by a factor of a if a is greater than 1, and compresses it if 0 less than a less than 1. For a equals 2, every output is doubled, stretching the graph away from the x-axis. For a equals 0.5, every output is halved, compressing toward the x-axis. A negative a reflects the graph across the x-axis in addition to any stretching.
Reflection across the x-axis: minus f(x) reflects the graph across the x-axis. Every output value changes sign. Peaks become valleys and valleys become peaks.
Reflection across the y-axis: f(minus x) reflects the graph across the y-axis. Every input value changes sign, effectively mirroring the graph left-to-right.
Horizontal shift: f(x minus h) shifts the graph to the RIGHT by h units (for positive h). f(x + h) shifts the graph to the LEFT by h units. This is the critical counterintuitive rule that the College Board exploits repeatedly.
Horizontal stretch and compression: f(x/b) stretches the graph horizontally by a factor of b (for b greater than 1). f(bx) compresses the graph horizontally by a factor of 1/b.
The complete combined transformation in vertex form: a times f(x minus h) + k applies all transformations simultaneously. The horizontal shift is h units to the right (or left if h is negative), the vertical shift is k units up (or down if k is negative), and the vertical scale factor is a. When the Digital SAT presents an equation in this combined form and asks which graph it represents, check each transformation component separately: identify the horizontal shift from h (right if h is positive), the vertical shift from k (up if k is positive), and the opening direction from the sign of a. These three checks together narrow the answer to one candidate in most cases.
The Horizontal Shift Trap: The Most Important Rule in Transformations
The horizontal shift rule is the single most tested transformation concept on the Digital SAT and the one that produces the most errors. Understanding why it is counterintuitive and memorizing the correct rule prevents missing questions that are otherwise easy.
The rule: f(x minus h) shifts the graph h units to the RIGHT. The minus sign inside the function corresponds to a right shift, not a left shift.
Why this is counterintuitive: most students expect that “minus h” means the graph moves left (in the negative direction), but the opposite is true. The logic is: to produce the same output value at a new x-coordinate (the shifted coordinate), the input to the function must still equal the original input. If the function was originally evaluated at x = 3 to give f(3) = 7, the shifted function f(x minus h) produces 7 when x minus h = 3, meaning x = 3 + h. The point that was at x = 3 now appears at x = 3 + h, which is h units to the right.
Concrete example: if f(x) = x squared (a parabola with vertex at the origin), then f(x minus 3) = (x minus 3) squared is a parabola with vertex at x = 3 (shifted 3 units to the right). The minus 3 inside the function corresponds to a right shift of 3.
Similarly, f(x + 2) shifts the graph 2 units to the LEFT (positive sign inside corresponds to left shift).
The mnemonic that many students use: “inside the function, the shift direction is opposite to the sign.” Minus inside means shift right. Plus inside means shift left. This “opposite” rule applies only to horizontal shifts (inside the function). Vertical shifts (outside the function) follow the intuitive direction: plus k outside means shift up, minus k outside means shift down.
The College Board consistently places the “shifted in the wrong direction” answer among the choices for transformation questions. A question about f(x minus 4) will always include “shifted 4 units to the left” as a wrong answer for students who do not know the counterintuitive rule. The correct answer is “shifted 4 units to the right.”
Practice identifying horizontal vs vertical transformations and applying the opposite-direction rule for horizontal shifts until it is automatic. This one rule prevents a class of errors that affects a consistent fraction of students on every administration.
Reading Functions From Graphs: The Complete Framework
The Digital SAT frequently presents a graph of a function and asks questions that require reading specific properties from the graph. The complete set of properties you need to be able to read:
Function values: f(a) is the y-coordinate of the graph at x = a. To find f(3), locate x = 3 on the horizontal axis, trace up or down to the graph, and read the y-coordinate.
Zeros and x-intercepts: the zeros of a function are the x-values where f(x) = 0. These are the points where the graph crosses the x-axis. The number of distinct x-intercepts equals the number of distinct real zeros.
Y-intercept: the y-intercept is where the graph crosses the y-axis, which occurs at x = 0. The y-intercept is the value f(0).
Increasing and decreasing intervals: a function is increasing on an interval where the graph moves upward from left to right (output increases as input increases). It is decreasing where the graph moves downward from left to right. Expressing these as intervals: “f is increasing on (2, 5)” means f increases on the open interval from x = 2 to x = 5.
Local maxima and minima: a local maximum is a peak where the function changes from increasing to decreasing. A local minimum is a valley where it changes from decreasing to increasing. The y-coordinate of the peak or valley is the maximum or minimum value.
Absolute maximum and minimum: the highest and lowest y-values over the entire domain or a specified interval.
End behavior: what happens to the function values as x approaches positive infinity (far right on the graph) and as x approaches negative infinity (far left on the graph). For polynomials, end behavior is determined by the leading term.
Symmetry: whether the graph is symmetric about the y-axis (even function: f(minus x) = f(x)), symmetric about the origin (odd function: f(minus x) = minus f(x)), or neither.
Asymptotes: for rational and exponential functions, identify horizontal asymptotes (the y-value the function approaches as x goes to positive or negative infinity) and vertical asymptotes (x-values where the function is undefined and goes to infinity). Asymptotes appear as dashed lines on graphs and are important for matching exponential and rational equations to their graphs.
This eight-property checklist takes under 30 seconds to run through for any graph and provides more than enough information to answer every type of graph-based function question on the Digital SAT. Students who consistently apply the full checklist before answering graph questions make far fewer errors than those who respond to only the most visually obvious feature of the graph.
The Digital SAT tests graph reading in formats ranging from straightforward “find f(2) from the graph” (easy) to “which interval contains a local minimum?” (medium) to “for which values of x is f(x) greater than g(x)?” where both f and g are graphed (hard). The last format requires reading the relative positions of two graphs and identifying where one is above the other.
Identifying Increasing and Decreasing Intervals
One of the most common graph reading tasks on the Digital SAT is identifying the intervals where a function is increasing or decreasing. The SAT tests this both from graphs (read the trend from the picture) and from equations (determine behavior algebraically or by reasoning about the function type).
From a graph: scan the curve from left to right. Wherever the curve goes up, the function is increasing. Wherever the curve goes down, the function is decreasing. The endpoints of these intervals are the x-coordinates of local maxima and minima (peaks and valleys).
For a function that has a local maximum at x = 2 and a local minimum at x = 5 with no other turning points: the function is increasing on the intervals where x is before the peak and after the valley. If the function rises from minus infinity to x = 2 (peak), then decreases from x = 2 to x = 5 (valley), then rises again from x = 5 to positive infinity: increasing on (minus infinity, 2) and (5, positive infinity); decreasing on (2, 5).
The notation convention: increasing and decreasing intervals are typically expressed using x-values (the input variable), not y-values. “The function is increasing on (2, 5)” means for x-values between 2 and 5, the function’s output increases as x increases. Expressing it with y-values (“the function is increasing from y = 3 to y = 7”) is less standard and may cause confusion.
From an equation: for linear functions (f(x) = mx + b), the function is always increasing if m is positive and always decreasing if m is negative. For quadratic functions (f(x) = a(x minus h) squared + k), the function is decreasing then increasing (minimum at vertex) if a is positive, and increasing then decreasing (maximum at vertex) if a is negative. The vertex is at x = h.
For more complex functions, increasing/decreasing analysis generally requires calculus (finding where the derivative is positive vs negative), which is not tested on the SAT. On the Digital SAT, increasing/decreasing questions are answered either from a provided graph or from the simple structures of linear, quadratic, absolute value, or basic polynomial functions.
The “Which Could Define f” Question Type
One of the most distinctive and reliably tested question types in the functions category asks you to look at a graph of a function and determine which equation or description from four choices could define the function. This question type tests whether you can translate graphical properties into algebraic constraints, and the fastest approach is identifying three or four key properties of the graph and checking each answer choice against them.
The checklist approach: for the given graph, quickly identify:
y-intercept value (where does the graph cross the y-axis?) x-intercept(s) or zeros (where does the graph cross the x-axis?) General shape (linear, parabolic, U-shape, V-shape, exponential, etc.) End behavior (does it go up or down at the far left and right?) Vertex location (for parabolas and absolute value functions) Asymptote (for rational functions and exponential functions)
Check each answer choice against these properties. Eliminate any choice that violates a property. The answer is the choice that satisfies all identified properties.
A typical example: a graph shows a parabola opening downward with vertex at (2, 5) and x-intercepts at approximately x = 0 and x = 4. The y-intercept appears to be at y = 1.
Check each property against the answer choices: Opens downward: requires a negative leading coefficient. Eliminate any answer with a positive leading coefficient. Vertex at (2, 5): in vertex form f(x) = a(x minus 2) squared + 5, the vertex is at (2, 5). Choices not in this form can be tested by finding their vertex. Y-intercept at 1: f(0) = a(0 minus 2) squared + 5 = 4a + 5 = 1 gives a = minus 1. Answer: f(x) = minus (x minus 2) squared + 5.
The Desmos approach for this question type is extremely powerful: graph each answer choice in Desmos and visually compare to the given graph. A match in all visible properties (shape, intercepts, vertex location, direction) identifies the correct choice. This approach is often faster than algebraic checking and catches properties that are difficult to verify quickly by hand.
Functions Evaluated at Special Points
The Digital SAT frequently asks about specific function properties that involve the function evaluated at zero, at infinity, or at critical points. These evaluations appear in a variety of formats, and being fluent with them prevents overlooking simple answers.
f(0) is the y-intercept. For f(x) = 3x squared minus 5x + 2, f(0) = 2. On a graph, f(0) is where the curve crosses the y-axis.
f equals zero: the solutions to f(x) = 0 are the x-intercepts (zeros of the function). For a quadratic, these are found by setting the quadratic equal to zero and solving.
The value of x where f(x) is maximum: for a downward-opening parabola f(x) = minus 2(x minus 3) squared + 7, the maximum is at x = 3 (the vertex), and the maximum value is 7.
The value of x where f(x) = g(x): this is the x-coordinate of the intersection point of the two graphs. Graphically, it is where the two curves cross. Algebraically, set f(x) equal to g(x) and solve.
Where f(x) greater than g(x): this is the set of x-values where the graph of f is above the graph of g. Graphically, identify the intervals between crossing points where f’s curve is higher. This is essentially an inequality question embedded in a graph-reading context.
For these “where is f above g” questions, Desmos is extremely useful. Graph both functions and visually identify the intervals where f is above g by looking at which curve is higher.
Twelve Fully Worked Examples From Easy to Hard Module 2
The following twelve examples cover the full range of difficulty levels and question formats on the Digital SAT for functions and transformations.
Example 1: Evaluate a Function at a Number (Easy)
Given f(x) = 4x squared minus 3x + 1, find f(2).
Substitute x = 2: f(2) = 4(4) minus 3(2) + 1 = 16 minus 6 + 1 = 11.
Principle: substitute the given input for every occurrence of x. Do not skip any term.
Example 2: Find Input Given Output (Easy)
Given f(x) = 5x minus 7, find x such that f(x) = 13.
Set 5x minus 7 = 13. Solve: 5x = 20, x = 4.
Principle: “find x such that f(x) = k” means solve the equation f(x) = k for x.
Example 3: Domain Restriction From Radical (Easy-Medium)
Find the domain of f(x) = root(4x minus 8).
Require 4x minus 8 greater than or equal to 0. Solve: 4x greater than or equal to 8, x greater than or equal to 2. Domain: x greater than or equal to 2, written as [2, positive infinity).
Principle: the expression under a square root must be non-negative. Set it greater than or equal to zero and solve for x.
Example 4: Function Composition at a Value (Medium)
Given f(x) = x + 3 and g(x) = 2x minus 1, find f(g(5)).
Step one: g(5) = 2(5) minus 1 = 9. Step two: f(g(5)) = f(9) = 9 + 3 = 12.
Principle: evaluate the inner function first (g), then use the result as input to the outer function (f). The inner function is g, not f, even though g appears inside the parentheses of f(g(5)).
Example 5: Composition as an Expression (Medium)
Given f(x) = x squared + 1 and g(x) = 3x minus 2, find f(g(x)).
f(g(x)) = f(3x minus 2) = (3x minus 2) squared + 1 = 9x squared minus 12x + 4 + 1 = 9x squared minus 12x + 5.
Principle: substitute the entire expression g(x) in place of x in f(x). Expand carefully.
Example 6: Vertical Shift Transformation (Medium)
The graph of f(x) is given. Which of the following describes the graph of f(x) minus 4?
Subtracting 4 from the output shifts the graph DOWN 4 units. Every point (x, y) on f becomes (x, y minus 4) on f(x) minus 4.
Principle: adding or subtracting a constant outside the function is a vertical shift. Positive constant shifts up, negative shifts down. Direction is intuitive for vertical shifts.
Example 7: Horizontal Shift Identification (Medium)
The graph of g(x) is the graph of f(x) shifted 3 units to the right. Which equation defines g(x)?
A. g(x) = f(x + 3) B. g(x) = f(x minus 3) C. g(x) = f(x) + 3 D. g(x) = f(x) minus 3
A right shift of 3 units corresponds to replacing x with (x minus 3) inside the function: g(x) = f(x minus 3). The minus sign inside causes a right shift (counterintuitive rule). Answer: B.
Choices A shifts left, C shifts up vertically, D shifts down vertically.
Principle: horizontal shift right by h means f(x minus h). The minus sign inside corresponds to a rightward shift.
Example 8: Identify Inverse Function Value (Medium)
If f(4) = 9 and f(7) = 2, what is f^(-1)(9)?
By definition, if f(4) = 9 then f^(-1)(9) = 4.
Principle: f^(-1)(b) = a whenever f(a) = b. The inverse reverses the input-output pair.
Example 9: Find Inverse Algebraically (Hard)
Find the inverse of f(x) = (2x + 5) / 3.
Step one: write y = (2x + 5) / 3. Step two: swap x and y: x = (2y + 5) / 3. Step three: solve for y: 3x = 2y + 5, 2y = 3x minus 5, y = (3x minus 5) / 2.
So f^(-1)(x) = (3x minus 5) / 2.
Verify: f(f^(-1)(x)) = f((3x minus 5) / 2) = (2 times (3x minus 5) / 2 + 5) / 3 = ((3x minus 5) + 5) / 3 = 3x / 3 = x. Correct.
Example 10: Identify Which Equation Matches a Graph (Hard)
A graph shows a parabola opening upward with vertex at (minus 1, 3) and a y-intercept above 3. Which could define f?
A. f(x) = (x + 1) squared + 3 B. f(x) = (x minus 1) squared + 3 C. f(x) = minus(x + 1) squared + 3 D. f(x) = (x + 1) squared minus 3
Vertex at (minus 1, 3): vertex form f(x) = a(x minus h) squared + k with h = minus 1 gives f(x) = a(x minus (minus 1)) squared + 3 = a(x + 1) squared + 3. Opens upward means a is positive, so a = 1 (or any positive value). This gives Choice A. Choice B has vertex at (1, 3). Choice C opens downward. Choice D has vertex at (minus 1, minus 3). Answer: A.
Example 11: Reading Increasing Intervals From a Graph (Hard)
A graph of f shows: f increases from x = minus 3 to x = 1, decreases from x = 1 to x = 4, and increases again for x greater than 4. On which interval is f decreasing?
The decreasing interval is (1, 4). The function decreases between its local maximum at x = 1 and its local minimum at x = 4.
Principle: identify the x-coordinates of turning points (local max and min) to define the boundaries of increasing and decreasing intervals.
Example 12: Composition With Table Values (Hard Module 2)
A table shows: f(1) = 3, f(2) = 5, f(3) = 7, f(5) = 9. A second table shows: g(1) = 2, g(2) = 3, g(3) = 1, g(5) = 2. Find f(g(3)).
Step one: g(3) = 1 (from the second table). Step two: f(g(3)) = f(1) = 3 (from the first table).
Principle: evaluate the inner function first using its table, then use the result to look up the outer function. Do not look up f(3) directly.
Common Mistakes That Cost Points
The horizontal shift direction error is the most common transformation error. Writing f(x minus 3) for a left shift (it is actually a right shift) or f(x + 3) for a right shift (it is actually a left shift) produces a wrong answer even when the student knows the shift should occur.
Evaluating composition in the wrong order is the second most common error. Computing f(g(x)) by applying f first and then g gives g(f(x)), which is a different function. The inner function must always be evaluated first.
Using the new value rather than the original value when finding the inverse is an error specific to the “inverse from a table” question type. If f(7) = 4, then f^(-1)(4) = 7, not 4. Some students report 4 as the inverse value because they see it in the table.
Confusing f(minus x) (reflection across y-axis) with minus f(x) (reflection across x-axis) is a transformation error. f(minus x) negates the input; minus f(x) negates the output. These produce different reflections.
Treating the domain as “all real numbers” without checking for radical or denominator restrictions causes students to miss domain questions. Always check both restriction types before stating the domain.
Transformation Summary: The Complete Rule Set for Test Day
Vertical shift up k units: f(x) + k Vertical shift down k units: f(x) minus k Shift right h units: f(x minus h) Shift left h units: f(x + h) Reflect across x-axis: minus f(x) Reflect across y-axis: f(minus x) Vertical stretch by factor a: a times f(x) where a greater than 1 Vertical compression by factor a: a times f(x) where 0 less than a less than 1 Horizontal stretch by factor b: f(x/b) Horizontal compression by factor b: f(bx) Combined: a times f(x minus h) + k (shift right h, up k, stretch by a)
The critical rule to memorize: horizontal transformations (inside the function) have opposite direction. Minus inside means shift right. Plus inside means shift left. Everything else follows intuitive direction.
Desmos Strategies for Function Questions
Desmos is powerful for function questions in three main ways. For “which equation matches this graph” questions, type each answer choice into Desmos and visually compare to the given graph. The matching equation will produce the same shape, intercepts, and position.
For transformation questions, type the parent function f(x) and the transformed version into Desmos simultaneously and observe how they differ. This makes the direction and magnitude of each transformation visually immediate.
For composition and inverse questions, graph both f(g(x)) and the candidate answer choices to verify which is equivalent. Two equivalent expressions will produce identical graphs everywhere in their common domain.
For increasing/decreasing interval questions, graph the function and trace along the curve from left to right, identifying where the curve goes up and where it goes down.
Connecting Functions to the Broader SAT Advanced Math Domain
Functions are the conceptual framework for most of the Advanced Math domain. Every polynomial question involves analyzing a polynomial function. Every exponential question involves an exponential function. Every quadratic question involves a quadratic function. The function notation, composition, transformation, and graph-reading skills in this guide apply across all of these question types.
The most direct connections: exponential function behavior (covered in the SAT Math exponential functions guide) is analyzed using the same increasing/decreasing, domain/range, and transformation frameworks developed here. Polynomial function behavior (covered in the SAT Math polynomial zeros and factors guide) uses the same “which equation matches this graph” approach with vertex and zero identification.
The complete SAT Advanced Math domain guide provides the complete picture of how functions interact with every other Advanced Math topic on the Digital SAT.
Score Range Strategy for Function Questions
For students targeting 550-620, the priority is function evaluation (f(a) and working backwards from output to input) and basic graph reading (y-intercept, x-intercepts, general shape). These appear on most tests and require only basic substitution and graph-reading skills.
For students targeting 620-700, add the transformation rules (especially the horizontal shift direction), composition at specific values, and inverse function identification from tables. These appear at medium difficulty and account for most of the function questions in this score range.
For students targeting 700-760, add composition as an algebraic expression, finding inverse functions algebraically, identifying increasing/decreasing intervals precisely, and the “which equation matches this graph” question type using the vertex/intercept checklist. These appear at hard difficulty and reward the systematic property-checking approach.
For students targeting 760-800, all function topics in this guide should be mastered with near-zero error rate. The hardest function questions combine multiple skills: a composition that results in an expression that must then be transformed, or a graph identification that requires ruling out three close-but-wrong candidates using a precise algebraic property.
Why Function Fluency Compounds Across the Test
The compounding value of function fluency deserves explicit acknowledgment. A student who is fluent in function notation, composition, and transformations will approach every Advanced Math question with a stronger conceptual foundation than a student who has only learned to recognize specific question types. When a polynomial question asks about “the values of x where f(x) = g(x),” function fluency makes this immediately recognizable as a question about intersection points. When an exponential question asks about “the behavior of f as x increases,” function fluency makes this immediately recognizable as an end-behavior or increasing/decreasing question.
This cross-topic leverage means that the hours invested in mastering functions produce more score improvement than hours invested in most other topic areas, because the payoff extends across the entire Advanced Math domain rather than applying only to explicitly labeled function questions. Students who understand this compounding effect allocate preparation time to functions more generously than the raw question count alone would suggest, and they consistently see the benefit of this allocation in their final scores.
Conclusion
SAT function questions reward deep, flexible understanding of the input-output framework and the ability to read function properties fluently from both equations and graphs. The most reliably tested skills are function evaluation at specific inputs and expressions, composition in the correct order (inner function first), identification of the inverse from input-output pairs, application of the complete transformation rule set with special attention to the counterintuitive horizontal shift direction, and graph reading for zeros, intercepts, maxima, minima, and increasing/decreasing intervals.
The transformation rules, once memorized correctly, are among the most reliably answerable questions on the entire Digital SAT. The horizontal shift direction (minus inside means right, plus inside means left) is the one rule that requires deliberate memorization against intuition. Every other transformation follows either intuitive direction or a simple pattern. A student who has these rules automatic and uses Desmos to verify transformation questions will answer every standard transformation question correctly in under 90 seconds.
The broader payoff of function mastery extends through the entire Advanced Math domain. Functions are the language in which all algebraic relationships are expressed on the Digital SAT, and fluency in this language produces compounding benefits across every topic that follows.
For a student who has made it through this guide with genuine understanding of each section, the function questions on the Digital SAT should feel like the most familiar and reliable category in Advanced Math. They follow predictable patterns, test a finite set of rules, and reward systematic application of the skills covered here. That reliability, in a domain that often feels unpredictable, is exactly what targeted preparation for function questions provides.
How the College Board Structures Function Questions Across Difficulty Levels
Easy function questions test whether students can evaluate f(a) at a specific number and correctly read basic graph properties like the y-intercept or the number of x-intercepts. These questions appear in Module 1 and require only substitution and basic graph reading. A student who has practiced these mechanics will answer them in under 60 seconds.
Medium function questions introduce one additional layer: evaluating f at an expression rather than a number (f(2x + 1) requires distributing), reading composition from tables (f(g(3)) using two provided tables), identifying a vertical shift from an equation, or finding the inverse from a stated function value. At this level the College Board begins introducing the notation tricks and order-of-operations traps that catch students who have surface-level but not deep understanding.
Hard function questions in Module 2 combine multiple skills in a single problem. A typical hard function question might present a graph with two curves and ask for the value of f(g(x)) at the intersection point, requiring graph reading, composition, and intersection identification simultaneously. Or it might ask which transformation of f(x) produces a graph that passes through a specific point, requiring both transformation knowledge and verification by substitution. These questions reward students who can apply multiple function skills fluidly without switching mental frameworks.
The Digital SAT’s adaptive nature means that strong performance in Module 1 leads to harder Module 2 function questions that test exactly the skills covered in this guide at their deepest level. Preparing the full range of function skills described here ensures that you are not surprised by any question format in Module 2.
Function Notation in Contextual Problems
The SAT increasingly presents function notation in applied, real-world contexts rather than purely abstract algebraic settings. A function might represent the population of a city P(t) where t is years since 2010, the revenue R(x) where x is units sold, or the height h(t) of a projectile at time t. In these contexts, function notation carries specific real-world meaning that the question asks you to interpret.
When the function is contextual, evaluating f(a) means “what is the quantity when the input is a?” For P(10) = 85,000, this means “the population is 85,000 ten years after 2010.” Finding the input for a given output means “when does the quantity reach this value?” If P(t) = 100,000 and t = 15, this means “the population reaches 100,000 in year 2025.”
The domain in context means “what input values are physically meaningful?” For a function modeling the height of a ball t seconds after it is thrown, the domain is the time interval from launch to landing (t is between 0 and the time the ball hits the ground). Negative time values are outside the domain because they represent times before the throw occurred.
The range in context means “what output values are achievable?” For the height function, the range is from 0 (ground level) to the maximum height. A height below zero is physically impossible (the ball cannot go underground in this model), so the range is bounded below by zero.
A question might ask: “The function P(t) = 2t + 50 models the profit in thousands of dollars from selling t units. What is the minimum number of units the company must sell to make a profit?” This requires solving P(t) greater than 0: 2t + 50 greater than 0, so t greater than minus 25. Since t represents units sold, t must be a non-negative integer, and any positive t gives a positive P(t), so even selling 1 unit gives a profit. The minimum is t = 1. This combines domain restrictions (non-negative integer inputs) with inequality solving in a function context.
Piecewise Functions: A Frequently Tested Extension
The Digital SAT tests piecewise functions with increasing frequency at the harder difficulty levels. A piecewise function is defined by different formulas over different parts of its domain.
A typical piecewise function: f(x) = 2x + 3 for x less than 0, and f(x) = x squared minus 1 for x greater than or equal to 0.
Evaluating at a specific point requires first identifying which piece applies. For f(minus 2): since minus 2 is less than 0, use the first piece: f(minus 2) = 2(minus 2) + 3 = minus 4 + 3 = minus 1. For f(3): since 3 is greater than or equal to 0, use the second piece: f(3) = (3) squared minus 1 = 9 minus 1 = 8.
The most common error with piecewise functions is applying the wrong piece. Always identify which inequality the input value satisfies before choosing which formula to use. For inputs that equal a boundary value (like x = 0 in the example above), check whether the boundary is included in the first piece (less than or equal to) or the second piece (greater than or equal to).
Graph of a piecewise function: each piece is graphed over its specified domain interval. At boundary points, check whether the endpoint is included (filled circle) or excluded (open circle) based on the inequality. If the two pieces give different values at the boundary, there is a jump discontinuity at that point. If they give the same value, the function is continuous there.
Composition with piecewise functions requires extra care: evaluate the inner function first, then determine which piece of the outer piecewise function applies to the result.
Absolute Value Functions as a Special Piecewise Case
| Absolute value functions are a specific type of piecewise function that the SAT tests frequently. The function f(x) = | x | equals x when x is non-negative and minus x when x is negative. This is exactly the piecewise structure: f(x) = x for x greater than or equal to 0, and f(x) = minus x for x less than 0. |
| The graph of y = | x | is a V-shape with vertex at the origin. The V-shape is the graphical signature of an absolute value function. The left branch has slope minus 1 and the right branch has slope plus 1, meeting at the vertex. |
| Transformations of the absolute value function: the vertex form is f(x) = a | x minus h | + k, where (h, k) is the vertex, a controls the steepness (and whether the V opens up or down), and the shift rules apply as for any other function. |
| f(x) = | x minus 3 | + 2: vertex at (3, 2), V opens upward. The vertex is at x = 3 (horizontal shift right 3) and y = 2 (vertical shift up 2). The graph has the same V-shape as | x | but translated 3 right and 2 up. |
| f(x) = minus 2 | x + 1 | minus 4: vertex at (minus 1, minus 4), V opens downward (negative a), and is steeper than | x | by a factor of 2 (the absolute value of a = 2). |
| Absolute value functions appear in both equation-matching questions (identify which equation fits a given V-shaped graph) and transformation questions (describe how the graph of | x | was transformed to produce the given graph). The vertex location and whether the V opens up or down are the two properties that most efficiently narrow down the answer choices. |
How Function Transformations Combine: The Order of Operations
When multiple transformations are applied simultaneously, the combined form is a times f(x minus h) + k. But the order in which you interpret the transformations matters when the problem describes them verbally rather than algebraically.
If the problem says “the graph of g is the graph of f shifted 3 right, stretched vertically by a factor of 2, and shifted 4 down,” you apply these in order to determine the equation:
Start with f(x). Shift right 3: f(x minus 3). Stretch vertically by 2: 2 times f(x minus 3). Shift down 4: 2 times f(x minus 3) minus 4.
The resulting equation g(x) = 2f(x minus 3) minus 4.
If the problem gives the equation g(x) = 2f(x minus 3) minus 4 and asks to describe the transformations, read them from the equation in this order: horizontal shift (inside: x minus 3 means right 3), vertical stretch (outside coefficient: 2 means stretch by 2), vertical shift (added constant: minus 4 means shift down 4).
The key: horizontal transformations always live inside the function (affecting the input), vertical transformations always live outside (affecting the output). The coefficient a and the constant k are outside; the shift h is inside.
Recognizing Function Types From Their Graphs
One of the most practically useful skills for “which equation matches this graph” questions is recognizing the characteristic shape of each common function type.
A linear function (f(x) = mx + b) produces a straight line. The slope determines whether it rises or falls from left to right.
A quadratic function (f(x) = ax squared + bx + c) produces a parabola with a single vertex. If a is positive the parabola opens up; if a is negative it opens down.
| An absolute value function (f(x) = a | x minus h | + k) produces a V-shape with vertex at (h, k). If a is positive it opens up; if negative it opens down. |
A square root function (f(x) = root(x)) produces a curve that starts at the origin (or a shifted version), rises quickly at first, and then increasingly slowly. It is defined only for x greater than or equal to 0 (or the shifted equivalent).
A cube root function (f(x) = cube root of x) looks like a square root but extends to both positive and negative x. It has a point of inflection (a characteristic S-shape) rather than a sharp vertex.
An exponential function (f(x) = a times b to the x) produces a curve that accelerates (for growth, b greater than 1) or approaches zero asymptotically (for decay, 0 less than b less than 1). It never crosses the x-axis (for positive a) and has a horizontal asymptote at y = 0.
A rational function (f(x) = 1/x or similar) has a vertical asymptote where the denominator is zero and a horizontal asymptote determined by the degrees of numerator and denominator.
Memorizing these characteristic shapes means you can often identify the function type from the graph in under five seconds, which guides your choice of which algebraic properties to check first.
The Complete Reading-a-Graph Checklist
For any graph-reading question on the Digital SAT, work through this checklist before attempting to answer:
Identify the general shape and function type (linear, parabolic, V-shape, exponential, etc.). Locate the y-intercept (where the graph crosses the y-axis). Count and locate the x-intercepts (where the graph crosses the x-axis). Identify any asymptotes (horizontal or vertical). Find any local maxima or minima (peaks and valleys). Determine the end behavior (what happens as x approaches very large positive and negative values). Identify symmetry (symmetric about the y-axis suggests an even function; symmetric about the origin suggests an odd function).
This checklist takes under 20 seconds for most graphs and provides the information needed to answer virtually any question about the graph. Not every property on the checklist will be relevant to every question, but working through the checklist prevents the error of overlooking a key property that differentiates the correct answer from a trap choice.
Anticipating Wrong Answer Choices for Function Questions
The College Board builds trap answers for function questions around specific, predictable errors. Understanding these traps prevents selecting a wrong answer that resulted from a common mistake.
For horizontal shift questions, the trap answer shifts in the wrong direction. f(x minus 3) corresponds to a right shift; the trap is a left shift of 3. This trap appears on virtually every horizontal shift question.
For composition questions, the trap evaluates in the wrong order: f(g(x)) computed as g applied to f(x) instead of f applied to g(x). The trap answer is g(f(x)).
For inverse function questions evaluated from a table, the trap reports the output value (b) rather than the input value (a) that maps to it. If f(3) = 7, the trap for f^(-1)(7) reports 7.
For domain questions, the trap reports the domain without applying one of the two restrictions (radical or denominator), giving “all real numbers” when a restriction exists, or reporting the wrong restricted interval.
For graph-matching questions, the trap uses the vertex (h, k) from vertex form f(x) = a(x minus h) squared + k but reverses the sign: reporting the vertex as (minus h, k) instead of (h, k) for a function written as a(x + h) squared + k. The correct vertex for f(x) = 2(x + 3) squared minus 1 is (minus 3, minus 1), not (3, minus 1).
For transformation description questions, the trap describes a vertical transformation as a horizontal one or vice versa, or gives the correct type of transformation but the wrong direction.
Knowing these specific traps means you can evaluate answer choices critically rather than scanning for the first one that matches your calculation. A choice that matches your answer but is a known trap type should trigger a recheck before finalizing.
Why Function Questions Are Among the Highest-Value Items to Prepare
Function questions appear four to six times per Digital SAT administration, making them the most frequent topic in the Advanced Math domain. But their value goes beyond their direct frequency for three reasons.
First, function fluency directly supports performance on polynomial, exponential, and quadratic questions that represent most of the remaining Advanced Math questions. A student who reads function notation fluently and understands transformations will handle these adjacent topics more reliably than a student who has studied only the algebraic procedures for each topic type in isolation.
Second, function questions at the medium and hard difficulty levels have reliable, learnable structure. The composition order rule, the horizontal shift direction, the inverse definition from pairs, and the graph-matching checklist are all specific, finite pieces of knowledge that produce correct answers when applied correctly. Unlike some hard algebraic questions that require creative problem-solving, hard function questions primarily test whether the student has internalized these specific structures.
Third, the transformation and graph-interpretation skills tested in function questions appear in other question types as well. Understanding how to read increasing and decreasing intervals from a graph helps with inequality questions. Understanding how the vertical stretch affects function outputs helps with scaling questions. Understanding how to match an equation to a graph by checking vertex, intercepts, and end behavior helps with “which equation could define” questions across every function type.
The total return on function preparation time is among the highest available for any single topic on the Digital SAT. Three to four focused study hours covering all the skills in this guide produces reliable performance on four to six direct function questions per administration, plus improved performance on numerous adjacent question types that share the same underlying skills.
Deeper Analysis of Each Worked Example: What Each One Teaches
Working through the strategic lesson embedded in each example reveals patterns that generalize to every function question on the Digital SAT.
Example 1 (evaluate at a number) establishes the baseline substitution skill. The critical practice is performing the substitution before simplifying. Students who try to simplify f(x) first and then substitute sometimes apply the simplification incorrectly. Writing f(2) = 4(2) squared minus 3(2) + 1 with the substitution completed first, then simplifying left to right, is the most reliable approach.
Example 2 (find input from output) reverses the direction: instead of “given x, find f(x),” it asks “given f(x), find x.” This is a one-step equation-solving problem. The important recognition: “find x such that f(x) = k” means set the function equal to k and solve. Students who fail to make this translation treat the problem as a harder version of Example 1 and circle back with uncertainty.
Example 3 (domain from radical) reinforces the non-negotiable check for radical restrictions. Any time a function contains a square root, cube root with even index, or any even-power root, the domain is restricted. Setting the radicand greater than or equal to zero (for square roots) is the mechanical step; the conceptual understanding is that the output of a square root must be real, which requires a non-negative input.
Example 4 (composition at a value) is the template for every composition question involving specific numbers. Evaluate g first. Use the result as input to f. Two steps, in that order, always. Students who skip writing the intermediate value (g(5) = 9) and try to do both steps in their head are more likely to lose track of the order.
Example 5 (composition as expression) requires the most careful algebraic execution. Substituting g(x) = 3x minus 2 for x in f(x) = x squared + 1 requires treating (3x minus 2) as a single unit and squaring the entire expression. The most common error is squaring only 3x and forgetting the cross-term from (3x minus 2) squared = 9x squared minus 12x + 4.
Example 6 (vertical shift) and Example 7 (horizontal shift) should be studied together. The vertical shift in Example 6 follows intuitive direction (minus 4 outside means down 4). The horizontal shift in Example 7 contradicts intuition (right shift corresponds to minus 3 inside). Placing these two examples side by side makes the contrast vivid and memorable.
Example 8 (inverse from a pair of values) is the fastest inverse function question type on the SAT. If f(4) = 9, then f^(-1)(9) = 4. No formula needed, no algebra needed, just the definition of inverse. Students who set up algebraic inverse procedures for this question type are working harder than necessary.
Example 9 (find inverse algebraically) is the most technique-intensive example. The three-step procedure (write y = f(x), swap x and y, solve for y) is the standard algorithm. The verification step (confirming f(f^(-1)(x)) = x) is strongly recommended before moving on, because it catches algebraic errors without requiring a separate check.
Example 10 (graph matching with vertex form) demonstrates the elimination strategy. Rather than testing all four properties of the graph against all four choices, identify the most discriminating property first. The vertex location eliminates two or three choices immediately. The opening direction eliminates one more. The remaining choice is the answer.
Example 11 (increasing intervals from graph) requires reading x-coordinates of turning points accurately. The boundary of each interval is the x-coordinate of the peak or valley, not the y-coordinate of the peak or valley. Students sometimes confuse these and report the maximum or minimum value (the y-coordinate) instead of the location (the x-coordinate) when asked for the interval.
Example 12 (composition with tables) is the most common form of hard function question on the Digital SAT. Two tables, one for f and one for g, and you must find f(g(a)) for some value a. The order is: table for g first (to evaluate g(a)), then table for f (to evaluate f(g(a))). Any deviation from this order produces the wrong answer.
Connecting Functions to Quadratic and Polynomial Topics
Function notation, transformations, and graph analysis are the tools used to analyze all specific function types on the Digital SAT. Understanding this connection helps you see why function mastery produces compounding benefits.
For quadratic functions (covered in the broader Advanced Math domain), the vertex form f(x) = a(x minus h) squared + k is a direct application of transformation notation. The vertex (h, k) identifies the horizontal shift h (right by h) and vertical shift k (up by k) applied to the parent function f(x) = ax squared. Reading the vertex from the vertex form is exactly the horizontal shift rule application: x minus h inside means the shift is h to the right.
For polynomial functions (covered in the SAT Math polynomial zeros and factors guide), the zeros of the function are the x-intercepts, the degree determines the maximum number of real zeros, and the leading coefficient determines the end behavior. All of these are function properties that are analyzed using the graph-reading framework in this guide.
For exponential functions (covered in the SAT Math exponential functions guide), the transformation structure a times f(x minus h) + k applies directly. An exponential function shifted horizontally still has the same growth rate; it is the same curve moved left or right. A vertical shift changes the asymptote. A vertical stretch changes the growth magnitude but not the rate.
This cross-topic integration means that every worked example and every technique in this guide pays dividends across multiple question types. The investment in function mastery is the highest-leverage investment available in the Advanced Math domain.
Pre-Test Checklist: Function Skills to Confirm Before Test Day
Before the Digital SAT, confirm fluency with each of the following:
Evaluate f(3) given any function formula by substituting 3 for every x. Evaluate f(2x + 1) given any function formula by substituting (2x + 1) for every x and simplifying. Find x given f(x) = 7 by setting the formula equal to 7 and solving. Find the domain of a function with a square root by setting the radicand greater than or equal to zero. Find the domain of a function with a variable denominator by excluding the values that make the denominator zero. Evaluate f(g(3)) using two tables by looking up g(3) first, then looking up f of that result. Find f(g(x)) as an expression by substituting g(x) for every x in f(x). Apply the vertical shift rule correctly: f(x) + k means shift up k (or down if k is negative). Apply the horizontal shift rule correctly: f(x minus h) means shift RIGHT by h (counterintuitive). Apply the reflection rules: minus f(x) reflects across x-axis, f(minus x) reflects across y-axis. Find f^(-1)(b) given that f(a) = b by answering a immediately. Find f^(-1)(x) algebraically by swapping x and y, then solving for y. Identify increasing and decreasing intervals from a graph by reading the x-coordinates of turning points. Match an equation to a graph by checking vertex, intercepts, direction, and shape.
These fourteen skills cover every function operation tested on the Digital SAT. Fluency across all fourteen produces reliable accuracy on four to six direct function questions per administration, with additional benefits for adjacent topics.
The Function Notation Fluency Barrier and How to Overcome It
Many students who have studied algebra for years still have a partially formed understanding of function notation. They can perform specific mechanical steps (substituting a number for x) but struggle when the notation is used in slightly unfamiliar ways (substituting an expression for x, composing from tables, reading inverse values from a graph). This partial fluency is the function notation barrier, and the Digital SAT is specifically designed to test whether students have overcome it.
The barrier shows up most clearly in three situations. First: when the input to a function is not a simple number but an expression like (a + 1) or (2x minus 3). Students who have only practiced substituting numbers sometimes freeze when they see an expression in the parentheses, unsure whether to treat it as a multiplication (it is not) or a distribution (the correct approach is substitution).
Second: when composition is described verbally rather than with explicit notation. “Apply g to the output of f when x = 4” means find f(4) first, then apply g to that result. Students who know f(g(x)) notation but have not internalized its verbal equivalent may misread the order.
Third: when a function is defined implicitly through a graph or table rather than an explicit formula. f(3) = 5 from a table means “the function’s output is 5 when the input is 3.” This is exactly the same as evaluating f(3) = 2(3) + 1 = 7 from a formula, except the value comes from a table rather than computation. Students who have not practiced table-based function evaluation sometimes struggle to recognize them as the same operation.
Overcoming the function notation barrier requires deliberate practice with each of these situations individually. The worked examples in this guide address all three. Working through Example 1 to 5 in order provides progressive exposure to increasing notation complexity, and reaching Example 12 (composition from tables) with confidence confirms that the barrier has been overcome.
Why the Digital SAT Tests Functions More Than Previous Versions
The Digital SAT places greater emphasis on function questions than previous versions of the test, reflecting a broader shift in the College Board’s assessment priorities toward connected mathematical reasoning rather than isolated procedural skill. Functions, as the language in which all relationships between quantities are expressed, occupy a central position in this connected reasoning emphasis.
Practically, this means that students preparing specifically for the Digital SAT (rather than relying on preparation for older test formats) need to give functions more attention than traditional SAT prep resources might suggest. The four to six function questions per administration represent a higher frequency than many preparation guides indicate, and the harder function questions at the Module 2 level require deeper conceptual understanding than the “plug in the value” format that characterized older test versions.
The emphasis on transformation rules, composition, and graph-reading (as opposed to just evaluating functions at specific numbers) reflects the Digital SAT’s broader goal of testing mathematical reasoning and the ability to represent relationships in multiple ways. A student who can evaluate f(3) but cannot identify what f(x minus 3) looks like graphically has a gap in this reasoning ability that the Digital SAT is designed to detect and measure.
Addressing this gap requires the full depth of preparation described in this guide rather than just the basic evaluation exercises. The result of comprehensive function preparation is not just better performance on function questions but a more fluent mathematical thinking style that benefits every question category on the Digital SAT.
The Three Rules Every Student Must Have Automatic Before Test Day
After reviewing all the material in this guide, three rules stand out as especially high-value to have fully automatic before the Digital SAT because they resolve the most frequently missed question types in the functions category.
Rule one: the horizontal shift direction. f(x minus h) shifts the graph RIGHT by h. f(x + h) shifts the graph LEFT by h. Inside the function, the shift direction is opposite to the sign. This rule must override the intuitive (but wrong) expectation that “minus” means left. Every horizontal shift question on the SAT includes the wrong-direction choice as a prominent trap, and the only reliable defense is automatic application of this rule.
Rule two: the composition order. f(g(x)) means evaluate g first, then f. The inner function (g) is evaluated before the outer function (f). This is tested in every composition question through the trap answer g(f(x)), which reverses the order. Whether the composition involves specific numbers, algebraic expressions, or table values, the rule is the same: inner function first, always.
Rule three: the inverse pairing. f^(-1)(b) equals a whenever f(a) = b. No algebra needed for this type of question. If the problem gives f(5) = 12, the inverse value f^(-1)(12) is immediately 5 by the definition of inverse. This rule resolves a class of questions in under 10 seconds for students who have internalized it, and in two to three minutes (with potential errors) for students who attempt to find the inverse algebraically.
These three rules, combined with the checklist approach for graph-matching questions and the evaluation-first approach for composition questions, cover the mechanics of every standard function question type on the Digital SAT. Master these three rules specifically, in addition to the full framework in this guide, and function questions will be among your most reliably correct answers on test day.
Frequently Asked Questions
Q1: What does f(x) mean and how do you evaluate it?
f(x) means “the output of function f when the input is x.” To evaluate f(x) at a specific input, substitute that value for every occurrence of x in the function’s formula. For f(x) = 3x squared minus x + 2, f(4) means substitute 4 for x: 3(16) minus 4 + 2 = 46. The notation f(x) does not mean f times x; it means f applied to x as an input.
Q2: What is the domain of a function?
The domain is the set of all valid input values. For most algebraic functions, the domain is all real numbers unless a restriction applies. Two types of restrictions appear on the SAT: expressions under even roots must be non-negative (set the radicand greater than or equal to zero and solve), and expressions in denominators cannot be zero (set the denominator equal to zero, solve, and exclude those values). In contextual problems, the domain is further restricted by what input values are physically meaningful. When writing domain solutions, use the notation appropriate to the problem: for continuous restrictions, use interval notation like [2, positive infinity); for discrete restrictions (integer-only inputs), describe the allowed integers explicitly. The Digital SAT almost always tests continuous domains that are expressed as intervals.
Q3: What is function composition and which function is applied first?
Function composition f(g(x)) means apply g to the input first, then apply f to the result. The inner function (g) is evaluated first despite f appearing on the outside of the notation. For f(g(3)): compute g(3) first to get a number, then compute f of that number. For f(g(x)) as an expression: substitute the entire expression g(x) in place of x in f(x) and simplify. A useful mental model: think of f(g(x)) as “f applied to the output of g,” which makes clear that g produces its output first and f consumes it. The College Board always includes g(f(x)) (the reversed composition) among the answer choices for composition questions, so the order rule must be automatic.
Q4: What is the inverse function and how is it found?
The inverse function f^(-1) reverses the input-output relationship of f. If f(a) = b, then f^(-1)(b) = a. Algebraically, to find f^(-1)(x): write y = f(x), swap x and y, then solve for y. The result is f^(-1)(x). Graphically, the graph of f^(-1) is the reflection of the graph of f across the line y = x.
Q5: What is the horizontal shift rule and why is it counterintuitive?
f(x minus h) shifts the graph h units to the RIGHT. f(x + h) shifts the graph h units to the LEFT. This is counterintuitive because “minus h” feels like it should mean leftward. The reason: to produce the same output at the shifted location, the input to the function must still reach the same value, which requires adding h to x. The rule is: inside the function, the shift direction is opposite to the sign. Minus inside means right; plus inside means left. The best way to internalize this rule is through a specific example: if the graph of f(x) passes through (5, 3), then the graph of f(x minus 2) passes through (7, 3), because f(7 minus 2) = f(5) = 3. The point moved from x = 5 to x = 7, a rightward shift, despite the “minus 2” notation. Working through this example once concretely locks in the rule more reliably than any mnemonic.
Q6: What is the difference between minus f(x) and f(minus x)?
minus f(x) negates the output values and reflects the graph across the x-axis. Every point (x, y) becomes (x, minus y). f(minus x) negates the input values and reflects the graph across the y-axis. Every point (x, y) becomes (minus x, y). These are fundamentally different transformations that produce different graphs.
Q7: How do I find where a function is increasing or decreasing from a graph?
Trace the graph from left to right. Where the curve goes up (output increases as you move right), the function is increasing. Where the curve goes down (output decreases as you move right), the function is decreasing. The boundaries between increasing and decreasing intervals are the x-coordinates of local maxima (peaks) and local minima (valleys).
Q8: What is the vertical line test?
The vertical line test determines whether a graph represents a function. A graph represents a function if and only if every vertical line drawn through the coordinate plane intersects the graph at most once. If any vertical line intersects the graph at two or more points, the relationship is not a function (some x-value maps to multiple y-values). On the Digital SAT, the vertical line test appears in questions asking whether a given graph represents a function, or in questions that present four graphs and ask which one is the graph of a function. A circle fails the vertical line test (vertical lines through the interior intersect it at two points). An upward parabola passes the vertical line test. A sideways parabola (opening left or right) fails it. These specific shapes appear regularly in vertical line test questions.
Q9: How do I identify the range of a function from a graph?
The range is the set of all y-values that appear on the graph. Visually, it is the extent of the graph in the vertical direction. Look for the minimum and maximum y-values the graph achieves. If the graph continues indefinitely upward, the range extends to positive infinity. If it has a minimum but no maximum (like an upward parabola), the range is [minimum y-value, positive infinity). The y-values that the graph never reaches are excluded from the range. For functions with horizontal asymptotes (like exponential functions), the range excludes the asymptote value. For example, f(x) = 2 to the x has a horizontal asymptote at y = 0, so the range is y greater than 0 (positive y-values only). Reading the range requires identifying both the extremes of the graph and any values that the graph approaches but never reaches.
Q10: What does f(g(x)) equal if f and g are inverse functions?
f(f^(-1)(x)) = x and f^(-1)(f(x)) = x. When a function is composed with its inverse in either order, the result is the identity function (the output equals the input). This property defines what it means to be an inverse function. The Digital SAT tests this property in the format: “If f(f^(-1)(x)) = x for all x in the domain, what is f^(-1)(x) if f(x) = 3x + 6?” The answer is found algebraically by the swap-and-solve method, and the composition identity provides an easy verification that the answer is correct.
Q11: How do I identify whether two expressions represent the same function by using Desmos?
Graph both expressions as separate functions in Desmos. If they are equivalent, their graphs will be identical. If they differ, the graphs will separate at some point. This visual check is faster than algebraic verification for many question types, particularly for “which of the following is equivalent to f(x)” questions where each answer choice must be checked against the original expression. A practical Desmos technique: type the original expression as f(x) and each answer choice as g(x). If f(x) and g(x) produce overlapping graphs, they are equivalent. To make the comparison easier, type f(x) minus g(x) in a third line: if this expression equals zero everywhere (the horizontal line y = 0), the expressions are identical. Any nonzero output from f(x) minus g(x) confirms they are different.
Q12: What is a local maximum vs an absolute maximum?
A local maximum is a peak where the function is higher than all nearby points, but there may be higher points elsewhere on the graph. An absolute maximum is the highest point on the entire graph over the specified domain. A function can have multiple local maxima but only one absolute maximum (though that maximum may be achieved at multiple points). On the Digital SAT, questions about “the maximum value” on a restricted domain are asking for the absolute maximum on that interval. For a continuous function on a closed interval, the absolute maximum occurs either at one of the local maxima within the interval or at one of the endpoints. Checking the function value at both the interior local maxima and the endpoints, then selecting the largest, identifies the absolute maximum.
Q13: How does the transformation a times f(x) affect the graph?
Multiplying the function output by a stretches the graph vertically. If a is greater than 1, every y-value is multiplied by a, stretching the graph away from the x-axis. If 0 less than a less than 1, the graph is compressed toward the x-axis. If a is negative, the graph is reflected across the x-axis in addition to being stretched or compressed. The x-intercepts (zeros) remain unchanged because a times 0 = 0. This is why the vertex form a(x minus h) squared + k has the a-value controlling the “width” of the parabola (actually its steepness): a larger absolute value of a makes the parabola narrower, and a smaller absolute value makes it wider. This visual connection between the algebraic coefficient and the graphical appearance is frequently tested in transformation questions.
Q14: How do I evaluate f(g(x)) using a table when no formula is given?
Use the second table (defining g) to find the value of g at the given input. Then use the first table (defining f) to find the value of f at the result from g. For f(g(3)): look up g(3) in the g-table to get a number n, then look up f(n) in the f-table. The answer is f(n). Never look up f directly at the original input 3; always use the g-table first.
Q15: What are even and odd functions and how are they identified graphically?
| An even function satisfies f(minus x) = f(x) for all x, meaning it is symmetric about the y-axis. The graph looks the same when reflected across the y-axis. Common even functions: f(x) = x squared, f(x) = x to the fourth, f(x) = | x | . An odd function satisfies f(minus x) = minus f(x), meaning it is symmetric about the origin. Rotating the graph 180 degrees around the origin produces the same graph. Common odd functions: f(x) = x, f(x) = x cubed. Most functions are neither even nor odd. |
Q16: How do I find the vertex of a parabola from its equation for graph matching?
In vertex form f(x) = a(x minus h) squared + k, the vertex is directly (h, k). In standard form f(x) = ax squared + bx + c, the vertex is at x = minus b / (2a), and the y-coordinate is found by substituting this x-value into the equation. For graph matching, finding the vertex gives the peak or valley location, which narrows the answer choices to one or two candidates before any other properties need to be checked. On the Digital SAT, the vertex form is typically used for transformation and graph-matching questions because it makes the vertex location explicit. When a question asks you to identify the equation whose graph has its vertex at a specific point, immediately write the vertex form a(x minus h) squared + k with the given vertex (h, k) substituted, and use any other given information (like a specific point on the graph or the opening direction) to find a. This structured approach resolves vertex-based graph matching questions in under 90 seconds.
Q17: What does the SAT mean when it asks for the “zeros” of a function?
The zeros of a function f are the x-values for which f(x) = 0. These are also called roots or x-intercepts (the points where the graph crosses the x-axis). For a polynomial, the zeros are found by setting the polynomial equal to zero and solving. For a graph, the zeros are read directly as the x-coordinates of the crossing points on the x-axis. The zero-factor-x-intercept trinity is one of the most important conceptual connections in all of SAT Math: zero of f equals root of f equals x-intercept of graph of f. All three phrasings describe the same mathematical object, and the ability to recognize all three phrasings as equivalent is a reliable scoring differentiator on the Digital SAT.
Q18: How do I handle composition when one of the functions is defined by a graph and the other by an equation?
For f(g(3)) where g is defined by an equation and f by a graph: first evaluate g(3) algebraically to get a number. Then use the graph to find f of that number (read the y-coordinate at that x-value). For the reverse (g is from a graph, f is from an equation): read g(3) from the graph, then evaluate f algebraically at that value. The process is the same regardless of which representation is used; always evaluate the inner function first.
Q19: When does a function not have an inverse?
A function does not have an inverse over its full domain when it is not one-to-one, meaning the same output value is produced by more than one input. Graphically, if a horizontal line crosses the graph at two or more points, the function fails the “horizontal line test” and is not one-to-one. For example, f(x) = x squared fails the horizontal line test because both x = 3 and x = minus 3 produce the output 9. Restricting the domain to x greater than or equal to 0 makes it one-to-one and allows an inverse to exist on that restricted domain.
Q20: How many function questions appear on the Digital SAT, and what is the most efficient preparation strategy?
Function questions appear approximately four to six times per Digital SAT administration across both Algebra and Advanced Math domains, making them the highest-frequency topic in the Advanced Math section. The most efficient preparation strategy focuses first on function evaluation and notation (highest frequency, foundational for all other skills), then adds the horizontal shift rule (single most-tested transformation concept) and function composition in the correct order. Completing the preparation with inverse functions, graph-reading for increasing/decreasing intervals, and the “which equation matches this graph” checklist approach covers the full range of function question types. Focused preparation of three to four hours produces reliable accuracy across the entire category, with compounding benefits for polynomial, exponential, and quadratic questions that share the same conceptual framework. Given the four-to-six question frequency, the cross-topic compounding value, and the reliable, learnable structure of every function question type, function preparation delivers the highest return per study hour of any single topic on the Digital SAT Math section.