SAT MATH • ALGEBRA 2

Graphing Functions

Master the art of translating equations into visual graphs to decode SAT function questions with confidence.

Historical Context & Motivation

For thousands of years, mathematicians worked with equations as purely symbolic objects — strings of numbers and operations without any visual representation. The idea that an equation could be turned into a picture on a grid was a breakthrough that transformed how humans think about relationships between quantities. The ability to graph a function connects the abstract world of algebra to the concrete world of shapes and patterns, making it possible to see behavior — like growth, decay, symmetry, and zeros — at a glance.

~300 BCE
Euclid & Geometric Algebra
Greek mathematicians like Euclid solved algebraic problems using geometric constructions — lengths, areas, and volumes — but had no coordinate system to plot curves.
1637
Descartes Invents Coordinate Geometry
René Descartes published La Géométrie, introducing the Cartesian coordinate plane. For the first time, every algebraic equation could be paired with a geometric curve.
1748
Euler Formalizes Functions
Leonhard Euler defined the modern concept of a function as a rule that assigns each input exactly one output, written f(x). This notation remains the standard on the SAT today.
1960s–Today
Graphing Calculators & Digital Tools
The rise of graphing calculators and software like Desmos made function graphing accessible to every student, shifting the emphasis from manual plotting to interpreting and analyzing graphs.

On the SAT, graphing questions ask you to move fluidly between an equation and its graph. Can you identify which graph matches a given equation? Can you read key features — intercepts, vertex, direction — directly from a formula? This lesson builds that bridge, starting from the foundational ideas and working up to the exact skills the test demands.

Core Principles & Definitions

Before you can graph any function, you need a solid grasp of a few foundational ideas. These principles apply whether you are graphing a simple line, a parabola, or an absolute value function — they are the universal tools you will use every time you encounter a graph on the SAT.

1

Function Notation

The expression f(x) means "the output of function f when the input is x." On a graph, x is the horizontal position and f(x) is the vertical position.
2

Ordered Pairs & Plotting

Every point on a graph is an ordered pair (x, y) where y = f(x). You move x units right and y units up from the origin to locate the point.
3

Intercepts

The y-intercept is where the graph crosses the y-axis (set x = 0). The x-intercepts (or zeros) are where the graph crosses the x-axis (set y = 0).
4

Domain & Range

The domain is the set of all valid x-values (inputs), and the range is the set of all resulting y-values (outputs). The graph visually shows both.
5

Transformations

Shifting, reflecting, stretching, or compressing a parent function changes its graph in predictable ways. Recognizing these patterns lets you graph complex functions quickly.
KEY TAKEAWAY
KEY TAKEAWAY

Visual Explanation — Parent Functions Gallery

The SAT tests a small family of parent functions — the simplest version of each function type. Once you recognize these shapes, you can identify more complex graphs that are simply shifted, stretched, or reflected versions. The diagram below shows four parent functions that appear most frequently on the SAT.

The four parent functions most commonly tested on the SAT. Notice that the linear function is a straight line, the quadratic is a U-shaped parabola, the absolute value is a V-shape, and the exponential curves steeply upward with a horizontal asymptote.

Each of these parent functions has a unique silhouette. On the SAT, you will often see transformed versions — shifted left or right, moved up or down, stretched or flipped. But the underlying shape always traces back to one of these parents. Being able to recognize the parent shape instantly saves you valuable time on test day.

Mathematical Framework — Key Equations

Each function family has a standard form that reveals graphing information directly. Knowing these forms lets you extract key features — vertex, intercepts, slope, direction — without plotting individual points.

SLOPE-INTERCEPT FORM (LINEAR)
f(x) = mx + b
Where m is the slope (rise over run) and b is the y-intercept. A positive m means the line rises left to right; a negative m means it falls.
VERTEX FORM (QUADRATIC)
f(x) = a(x − h)² + k
The vertex is at (h, k). If a > 0 the parabola opens upward; if a < 0 it opens downward. The magnitude of a controls how wide or narrow the parabola is.
STANDARD FORM (QUADRATIC)
f(x) = ax² + bx + c
The y-intercept is c. The x-coordinate of the vertex is x = −b / (2a). This form is common on the SAT when the question gives you the equation and asks for the graph.
EXPONENTIAL GROWTH / DECAY
f(x) = a · bˣ
Where a is the initial value (y-intercept when x = 0) and b is the base. If b > 1, the function grows; if 0 < b < 1, it decays. The horizontal asymptote is y = 0.
SAT TIP

Detailed Breakdown — Transformations

Most SAT graphing questions involve transformations — predictable changes to a parent function's graph caused by altering its equation. Understanding these four transformation types lets you graph virtually any function the SAT throws at you without plotting a table of points.

The four fundamental transformations and how they modify a parent function's graph.
TransformationChange to EquationEffect on GraphExample
Vertical Shiftf(x) + kMoves graph up (k > 0) or down (k < 0) by |k| unitsx² + 3 shifts the parabola up 3
Horizontal Shiftf(x − h)Moves graph right (h > 0) or left (h < 0) by |h| units(x − 2)² shifts right 2
Vertical Stretch / Compressa · f(x)|a| > 1 stretches (narrower); 0 < |a| < 1 compresses (wider)3x² is narrower than x²
Reflection−f(x) or f(−x)−f(x) reflects over x-axis; f(−x) reflects over y-axis−x² flips the parabola downward
The dashed curve is the parent function f(x) = x². The cyan curve shows a horizontal shift, the amber curve shows a vertical shift, the red curve shows a reflection, and the violet curve shows a vertical stretch.
COMMON TRAP

Worked Example — Graphing a Quadratic

Let's walk through a full SAT-style problem: sketch the key features of the graph of f(x) = −(x + 1)² + 4 and determine which graph among four choices matches it.

1
Step 1 — Identify the Parent FunctionThe core expression is (x + 1)², which is based on the parent function x². This tells us the graph is a parabola.
Parent function: f(x) = x² → parabola shape
2
Step 2 — Find the VertexCompare with vertex form a(x − h)² + k. Here a = −1, and the expression (x + 1) can be rewritten as (x − (−1)). So h = −1 and k = 4. The vertex is at (−1, 4).
Vertex: (−1, 4)
3
Step 3 — Determine the DirectionThe coefficient a = −1 is negative, so the parabola opens downward. The vertex (−1, 4) is the highest point — a maximum.
Opens downward → vertex is the maximum
4
Step 4 — Find the Y-InterceptSet x = 0: f(0) = −(0 + 1)² + 4 = −1 + 4 = 3. The y-intercept is (0, 3).
Y-intercept: (0, 3)
5
Step 5 — Find the X-Intercepts (Zeros)Set f(x) = 0: 0 = −(x + 1)² + 4 → (x + 1)² = 4 → x + 1 = ±2 → x = 1 or x = −3. The graph crosses the x-axis at (1, 0) and (−3, 0).
X-intercepts: (−3, 0) and (1, 0)
6
Step 6 — Choose the Correct GraphLook for the graph with a downward-opening parabola, vertex at (−1, 4), y-intercept at (0, 3), and x-intercepts at −3 and 1. Eliminate any choice that does not match all four features.
Match the graph that satisfies all key features simultaneously.

Strengths & Limitations of Graphing Strategies

There are several approaches to graphing on the SAT, and each has trade-offs. The table below compares three common strategies so you can choose the fastest one for each question type.

Comparison of three graphing strategies for SAT multiple-choice questions.
StrategyStrengthsLimitations
Feature Matching — Read vertex, intercepts, and direction from the equation; match to a graphFastest method; ideal for vertex form and slope-intercept form. Usually eliminates 3 of 4 choices quickly.Requires you to know the equation forms well. Less effective when the equation is in an unusual format.
Plug-In Points — Substitute specific x-values and check which graph passes through those pointsAlways works, even when you don't recognize the function type. Good backup strategy.Slower; you may need 3–4 points. Risk of arithmetic errors under time pressure.
Transformation Recognition — Identify how the equation differs from the parent function and apply shifts/reflectionsVery efficient for complex transformations. Helps you visualize the graph without any calculation.Requires strong knowledge of parent function shapes. Horizontal shifts can be counterintuitive.
KEY TAKEAWAY
KEY TAKEAWAY

Connection to Advanced Topics

Graphing functions on the SAT is the foundation for deeper mathematical analysis you will encounter in precalculus, calculus, and beyond. The same skills — reading key features, understanding transformations, and connecting equations to shapes — extend to more complex functions and tools.

How SAT graphing skills connect to advanced math topics.
SAT-Level SkillAdvanced Extension
Finding x-intercepts (zeros) of quadraticsFinding zeros of polynomial functions of degree 3 and higher; the Fundamental Theorem of Algebra
Identifying the vertex as a max or minOptimization using calculus — finding maxima and minima with derivatives
Applying shifts and reflections to parent functionsTransformations of trigonometric, logarithmic, and rational functions in precalculus
Recognizing exponential growth/decay shapesModeling real-world phenomena with differential equations in calculus and science
Reading slope from a linear graphInstantaneous rate of change — the derivative as the slope of a tangent line

The key insight is that every advanced function you will meet in the future — from sine waves to logarithmic curves — follows the same transformation rules you are learning now. Mastering these rules on the SAT is not just about earning points; it is about building a graphing intuition that will carry you through years of mathematics.

Practice Problems

1
A function f is defined by f(x) = a(x − h)² + k, where a < 0, h > 0, and k > 0. Which of the following correctly describes the vertex of the parabola and the direction in which it opens?
2
Which of the following gives the vertex and y-intercept of f(x) = 2(x − 3)² − 8?
3
The graph of g(x) = x² is transformed to produce h(x) = −(x + 4)² + 6. Which of the following gives the x-intercepts of h(x)?
4
A ball is launched upward from the roof of a building. Its height in feet after t seconds is modeled by h(t) = −16t² + 48t + 64. What is the maximum height, in feet, that the ball reaches?
5
Two functions are defined as f(x) = |x − 2| + 1 and g(x) = −|x − 2| + 5. The graphs of f and g intersect at two points. Which of the following best describes the relationship between the graphs of f and g?
Varsity Tutors • SAT Math • Graphing Functions