PSAT MATH • ALGEBRA 2

Graphing Functions

Master the art of translating algebraic expressions into visual graphs to unlock deeper understanding of function behavior.

Historical Context & Motivation

For thousands of years, mathematicians worked with equations as purely symbolic objects — strings of numbers and letters manipulated according to algebraic rules. The idea that an equation could be visualized as a curve on a plane was a groundbreaking shift in mathematical thinking. The ability to graph functions transformed mathematics from abstract symbol-pushing into a powerful tool for understanding patterns, predicting behavior, and solving real-world problems.

~300 BCE
Euclid's Geometry
Euclid systematized geometry in Elements, but algebra and geometry remained separate disciplines. Curves were studied purely through geometric construction, not equations.
1637
Descartes Invents the Coordinate Plane
René Descartes published La Géométrie, introducing the Cartesian coordinate system. For the first time, every point in a plane could be described by an ordered pair (x, y), unifying algebra and geometry.
1748
Euler Formalizes Functions
Leonhard Euler defined the modern concept of a function as a rule assigning each input exactly one output. His notation f(x) is still the standard used today on the PSAT and beyond.
1800s
Graphing Becomes Central to Analysis
Mathematicians like Cauchy and Riemann used graphs to study continuity, limits, and rates of change. Graphing became the primary tool for understanding how functions behave.
Modern
Graphing on Standardized Tests
Today, the PSAT and SAT routinely test your ability to interpret and produce graphs of functions. Graphing calculators and software have made visual analysis more accessible than ever.

The core question that graphing answers is deceptively simple: given an equation like y = x² − 4x + 3, what does it look like? Understanding the visual shape of a function lets you quickly identify its zeros, its maximum and minimum values, its domain and range, and how it transforms when you modify the equation. These are exactly the skills the PSAT expects you to have.

Core Principles of Graphing Functions

Before you plot any specific function, you need to understand the foundational ideas that apply to every graph you will ever encounter. These core principles are the toolkit you carry into every PSAT problem involving graphs.

1

Input-Output Pairs

Every point (x, y) on a graph represents one input-output pair: you plug x into the function, and the function returns y. The graph is simply the collection of all such pairs.
2

Domain and 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 displays both.
3

Intercepts

The x-intercepts are where the graph crosses the x-axis (y = 0), and the y-intercept is where it crosses the y-axis (x = 0). These are often the first features you should identify.
4

Increasing & Decreasing Behavior

A function is increasing where the graph rises from left to right and decreasing where it falls. Turning points mark the transitions between these behaviors.
5

Transformations

Shifting, stretching, reflecting, or compressing a parent function follows predictable rules. Recognizing transformations lets you graph complex functions quickly by modifying a simpler base shape.
KEY TAKEAWAY
KEY TAKEAWAY

Visualizing Parent Functions

The most important skill in graphing is recognizing parent functions — the simplest version of each function family. Once you memorize the shape of each parent function, you can graph any transformed version by applying shifts, stretches, and reflections. The diagram below shows the four parent functions you are most likely to encounter on the PSAT.

Four essential parent functions for the PSAT: the quadratic (parabola), the linear (straight line), the absolute value (V-shape), and the square root (half-parabola). Each shape is unique and recognizable.

Notice how each parent function has a distinct signature shape. The quadratic opens upward like a bowl, the linear function is a perfectly straight diagonal, the absolute value forms a sharp V, and the square root curves gently to the right. On the PSAT, you will often be given a transformed version of one of these — such as y = (x − 3)² + 2 — and asked to identify key features. Knowing the parent shape is your starting point for every such question.

Mathematical Framework for Graphing

Graphing a function efficiently requires a systematic approach. Rather than plotting dozens of random points, skilled test-takers identify key features algebraically and then sketch the curve. The equations below summarize the tools you need.

GENERAL TRANSFORMATION FORM
y = a · f(b(x − h)) + k
a = vertical stretch (|a| > 1) or compression (0 < |a| < 1); if a < 0, reflects over x-axis. b = horizontal stretch/compression; if b < 0, reflects over y-axis. h = horizontal shift (right if h > 0). k = vertical shift (up if k > 0).
FINDING X-INTERCEPTS (ZEROS)
Set y = 0, then solve f(x) = 0
The solutions are the x-values where the graph touches or crosses the x-axis. For a quadratic ax² + bx + c = 0, use the quadratic formula: x = (−b ± √(b² − 4ac)) / (2a).
FINDING THE Y-INTERCEPT
Set x = 0, then compute y = f(0)
Every function that includes x = 0 in its domain has exactly one y-intercept. Simply substitute zero for x and simplify.
VERTEX OF A QUADRATIC
Vertex: (h, k) where h = −b / (2a) and k = f(h)
For a quadratic in standard form y = ax² + bx + c, the vertex is the highest or lowest point. If a > 0, the parabola opens upward and the vertex is a minimum; if a < 0, it opens downward and the vertex is a maximum.

These four tools — the transformation form, x-intercepts, y-intercept, and vertex formula — give you enough information to sketch almost any function you will see on the PSAT. The strategy is always the same: identify the parent function, apply transformations, plot key points, and connect them with the known shape.

Understanding Transformations in Detail

Transformations are the key to graphing efficiently on the PSAT. Rather than building every graph from scratch, you start with the parent function and apply modifications. The diagram below shows how the parent function y = x² transforms when you change the values of a, h, and k in the equation y = a(x − h)² + k.

This diagram shows the parent quadratic y = x² (dashed) alongside three transformations: a vertical stretch (y = 2x²), a horizontal and vertical shift (y = (x − 2)² + 1), and a reflection over the x-axis (y = −x²).
Summary of common function transformations
TransformationChange to EquationEffect on Graph
Vertical shift up by kf(x) + kEvery point moves up k units
Vertical shift down by kf(x) − kEvery point moves down k units
Horizontal shift right by hf(x − h)Every point moves right h units
Horizontal shift left by hf(x + h)Every point moves left h units
Vertical stretch by factor aa · f(x), where |a| > 1Graph becomes narrower (steeper)
Vertical compression by factor aa · f(x), where 0 < |a| < 1Graph becomes wider (flatter)
Reflection over x-axis−f(x)Graph flips upside down
Reflection over y-axisf(−x)Graph flips left to right
PSAT Tip

Worked Example: Graphing a Quadratic

Let's walk through a complete example of the type you might see on the PSAT. We will graph the function f(x) = −2(x − 1)² + 8 by identifying all key features and plotting them step by step.

1
Step 1 — Identify the Parent FunctionThe equation has the form a(x − h)² + k, which tells us the parent function is y = x² (a parabola). All transformations will be applied to this U-shaped curve.
Parent function: y = x²
2
Step 2 — Determine the VertexIn the form a(x − h)² + k, the vertex is at (h, k). Here h = 1 and k = 8, so the vertex is at (1, 8). Since a = −2, which is negative, the parabola opens downward, making the vertex a maximum.
Vertex: (1, 8) — maximum point
3
Step 3 — Find the Y-InterceptSet x = 0: f(0) = −2(0 − 1)² + 8 = −2(1) + 8 = −2 + 8 = 6. So the y-intercept is at (0, 6).
Y-intercept: (0, 6)
4
Step 4 — Find the X-InterceptsSet f(x) = 0: −2(x − 1)² + 8 = 0. Subtract 8: −2(x − 1)² = −8. Divide by −2: (x − 1)² = 4. Take the square root: x − 1 = ±2. So x = 3 or x = −1. The x-intercepts are at (−1, 0) and (3, 0).
X-intercepts: (−1, 0) and (3, 0)
5
Step 5 — Determine the Axis of SymmetryThe axis of symmetry is the vertical line passing through the vertex: x = 1. Notice that the x-intercepts (−1 and 3) are equidistant from this line, confirming our work.
Axis of symmetry: x = 1
6
Step 6 — Sketch the GraphPlot the vertex (1, 8) at the top, the y-intercept (0, 6), and the x-intercepts (−1, 0) and (3, 0). By symmetry, the point (2, 6) is the mirror of (0, 6) across x = 1. Connect these with a smooth downward-opening parabola. The |a| = 2 tells us the parabola is narrower than the standard y = x².
Domain: all real numbers. Range: y ≤ 8.

Comparing Function Forms

On the PSAT, quadratic functions can appear in three different algebraic forms. Each form reveals different information at a glance. Knowing which form you are looking at — and what it tells you — can save valuable time on test day.

Three forms of quadratic equations and their advantages
FormEquationReveals DirectlyBest For
Standard Formy = ax² + bx + cy-intercept (c), direction of opening (sign of a)Quick identification of the y-intercept
Vertex Formy = a(x − h)² + kVertex (h, k), axis of symmetry (x = h)Finding the maximum or minimum value
Factored Formy = a(x − r₁)(x − r₂)x-intercepts (r₁ and r₂), direction of openingFinding zeros / x-intercepts quickly
KEY TAKEAWAY
KEY TAKEAWAY

A common PSAT strategy is to convert between forms when the question asks for information that is not immediately visible. For instance, if you are given standard form and asked for the vertex, you can either use the formula h = −b/(2a) or complete the square to convert to vertex form. Both methods are valid, and you should practice both so you can choose the faster one during the test.

Connecting to Higher-Level Function Families

While quadratics are the most heavily tested function type on the PSAT, the same graphing principles extend to every function family you will encounter in Algebra 2 and beyond. The table below shows how the skills you have learned in this lesson connect to more advanced functions.

How quadratic graphing skills extend to advanced function families
ConceptAs Applied to QuadraticsExtension to Advanced Functions
InterceptsAt most 2 x-intercepts, found by solving ax² + bx + c = 0Polynomial of degree n can have up to n x-intercepts
Vertex / ExtremaExactly one vertex (max or min)Cubics, quartics, etc. have multiple local maxima and minima
Transformationsa(x − h)² + k shifts and stretches the parabolaSame rules apply to exponentials, logs, trig functions, and more
End BehaviorBoth ends go up (a > 0) or both go down (a < 0)Odd-degree polynomials have opposite end behavior; exponentials grow without bound
SymmetryEvery parabola has a vertical axis of symmetryEven functions have y-axis symmetry; odd functions have origin symmetry

The transformation rules you learned in this lesson — shifts, stretches, reflections — are truly universal. When you move on to studying exponential functions, logarithmic functions, and trigonometric functions, you will find that the same equation y = a · f(b(x − h)) + k governs every transformation. Mastering it now for quadratics is an investment that pays off across your entire math career.

Practice Problems

PROBLEM 1CONCEPTUAL
The graph of y = f(x) is shifted 4 units to the right and 3 units down. Which equation represents the transformed function?(A) y = f(x + 4) + 3 (B) y = f(x − 4) − 3 (C) y = f(x − 3) − 4 (D) y = f(x + 4) − 3
PROBLEM 2BASIC CALCULATION
Find the vertex, axis of symmetry, y-intercept, and x-intercepts of the function f(x) = (x − 3)² − 4.
PROBLEM 3INTERMEDIATE
The function g(x) = −3x² + 12x − 7 is given in standard form. Convert it to vertex form, identify the vertex, and determine whether the function has a maximum or minimum value. State the range of g.
4
A ball is launched upward from a platform 20 feet above the ground. Its height in feet after t seconds is modeled by h(t) = −16t² + 48t + 20. What is the maximum height of the ball, in feet?
5
A quadratic function passes through the points (−1, 0), (5, 0), and (0, −10). Which of the following is the correct vertex form of this function?
Varsity Tutors • PSAT Math • Graphing Functions