ACT Strategy

ACT Math: Functions, Graphs & Coordinate Geometry Explained

Learn how to tackle ACT math questions on functions, graphs, and coordinate geometry. Tips on plotting points, transformations, and using your calculator.

nGenius Prep Team·May 12, 2026·10 min read

Functions, graphs, and coordinate geometry questions make up a significant portion of the ACT math section — and for many students, they're the questions that feel the most abstract. What does f(x) even mean? Why do equations make shapes? How am I supposed to remember what shifting a graph "left by 3" looks like?

The thing is, these concepts are more visual and intuitive than students think. Once your student understands the coordinate plane, knows how equations connect to shapes, and learns a few rules about transformations, these problems become manageable — and even predictable.

This guide covers everything your student needs to know about functions, graphs, and coordinate geometry on the ACT. We'll start with the basics and build up to the concepts that separate good scores from great ones.

The Coordinate Plane: Your Foundation

Every graphing and coordinate geometry question lives on the coordinate plane — that two-dimensional grid with an x-axis (horizontal) and y-axis (vertical) that your student has been seeing since middle school.

Reading and Plotting Points

A point on the coordinate plane is written as (x, y). The first number tells you how far to go left or right from the origin (0, 0), and the second tells you how far to go up or down.

  • (3, 5) = 3 units right, 5 units up
  • (−2, 4) = 2 units left, 4 units up
  • (1, −3) = 1 unit right, 3 units down

The ACT tests this in surprisingly direct ways. A question might plot several points and ask which quadrant a specific point falls in, or it might ask you to identify coordinates from a graph.

Quick quadrant reminder:

  • Quadrant I: (+, +) — upper right
  • Quadrant II: (−, +) — upper left
  • Quadrant III: (−, −) — lower left
  • Quadrant IV: (+, −) — lower right

Finding Distances Between Points

The distance formula calculates the straight-line distance between two points:

d = √[(x₂ − x₁)² + (y₂ − y₁)²]

But here's a tip that makes this easier to understand: the distance formula is just the Pythagorean theorem in disguise. If you plot two points and draw a right triangle connecting them (one horizontal leg, one vertical leg), the distance is the hypotenuse.

Example: Find the distance between (1, 2) and (4, 6).

  1. 1.Horizontal distance: 4 − 1 = 3
  2. 2.Vertical distance: 6 − 2 = 4
  3. 3.Distance: √(3² + 4²) = √(9 + 16) = √25 = 5

Recognizing this as a 3-4-5 right triangle saves time. The ACT loves using Pythagorean triples (3-4-5, 5-12-13, 8-15-17) in distance problems.

Finding the Midpoint

The midpoint formula gives you the point exactly halfway between two points:

Midpoint = ((x₁ + x₂)/2, (y₁ + y₂)/2)

In plain English: average the x-coordinates and average the y-coordinates. That's your midpoint.

Example: Midpoint between (2, 8) and (6, 4) = ((2+6)/2, (8+4)/2) = (4, 6)

The ACT sometimes flips this around: "If the midpoint of segment AB is (5, 3) and point A is (2, 7), what is point B?" Work backward using the formula to find the missing coordinates.

Equations and Shapes: How They Connect

One of the most important ideas in coordinate geometry is that every equation type produces a specific, predictable shape on the coordinate plane. Your student doesn't need to memorize every possible graph, but they should recognize the major ones:

Linear Equations → Straight Lines

The equation y = mx + b always produces a straight line.

  • m is the slope (how steep the line is)
  • b is the y-intercept (where the line crosses the y-axis)

A positive slope goes up from left to right. A negative slope goes down. A slope of zero is a horizontal line. An undefined slope (like x = 5) is a vertical line.

Quadratic Equations → Parabolas

The equation y = ax² + bx + c always produces a parabola (a U-shape or upside-down U).

  • If a is positive, the parabola opens upward
  • If a is negative, it opens downward
  • The vertex is the highest or lowest point

Absolute Value → V-Shape

The equation y = |x| produces a V-shape. The vertex of the V is at the origin, and the two arms extend upward at 45-degree angles.

Circles → Circles

The equation (x − h)² + (y − k)² = r² produces a circle with center (h, k) and radius r. The ACT occasionally asks students to identify the center or radius from the equation.

Why This Matters

The ACT frequently shows an equation and asks what the graph looks like, or shows a graph and asks which equation matches. If your student can look at y = −2x² + 3 and instantly think "downward-opening parabola shifted up 3," they'll save significant time and answer these questions with confidence.

Parent Functions and Transformations

This is where many students struggle — but the concept is actually elegant once it clicks. A parent function is the simplest version of a function type:

  • y = x (basic line)
  • y = x² (basic parabola)
  • y = |x| (basic V-shape)
  • y = √x (basic square root curve)

Transformations are modifications that shift, stretch, compress, or flip the parent function's graph. Here are the rules:

Vertical Shifts (Up and Down)

  • y = f(x) + k → shifts the graph up by k units
  • y = f(x) − k → shifts the graph down by k units

This one is intuitive: adding a number to the output moves everything up.

Horizontal Shifts (Left and Right)

  • y = f(x − h) → shifts the graph right by h units
  • y = f(x + h) → shifts the graph left by h units

This is the counterintuitive one. Subtracting h moves the graph to the right, not the left. Students need to practice this until it becomes automatic, because the ACT specifically targets this confusion.

Here's a way to remember it: the shift is always opposite the sign inside the parentheses. See a minus? Go right. See a plus? Go left.

Vertical Stretch and Compression

  • y = a·f(x) where |a| > 1 → stretches the graph vertically (taller)
  • y = a·f(x) where 0 < |a| < 1 → compresses the graph vertically (shorter)

Reflections

  • y = −f(x) → flips the graph over the x-axis (upside down)
  • y = f(−x) → flips the graph over the y-axis (mirror image)

Putting Transformations Together

Example: What does y = −(x + 2)² + 5 look like compared to y = x²?

  1. 1.Start with y = x² (parabola opening upward, vertex at origin)
  2. 2.The (x + 2) shifts it left 2
  3. 3.The negative sign flips it upside down
  4. 4.The +5 shifts it up 5
  5. 5.Result: downward-opening parabola with vertex at (−2, 5)

The ACT loves asking students to identify these transformations, either by matching a graph to an equation or by describing how one graph relates to another.

Function Notation: f(x) Demystified

Many students panic when they see f(x) because it looks like a new, complicated concept. Here's the truth:

f(x) is just another way of writing y.

When you see f(x) = 2x + 3, it means the same thing as y = 2x + 3. The "f(x)" notation just gives the function a name (f) and makes it explicit that x is the input.

Evaluating Functions

When a problem says "find f(4)," it's asking: what is y when x = 4?

If f(x) = 2x + 3, then f(4) = 2(4) + 3 = 11

Just replace every x in the equation with the given value and simplify.

Composite Functions

The ACT occasionally asks about composite functions, written as f(g(x)) or (f ∘ g)(x). This means "plug g(x) into f(x)."

Example: If f(x) = x² and g(x) = x + 3, what is f(g(2))?

  1. 1.Start inside: g(2) = 2 + 3 = 5
  2. 2.Then: f(5) = 5² = 25

Work from the inside out. Always evaluate the inner function first.

Domain and Range

  • Domain = all the x-values (inputs) that are allowed
  • Range = all the y-values (outputs) that are possible

Most functions have a domain of "all real numbers," but there are important exceptions:

  • Square root functions: Can't take the square root of a negative number, so the domain is restricted to values that keep the expression under the radical ≥ 0
  • Fractions: Can't divide by zero, so the domain excludes any x that makes the denominator = 0

The ACT typically asks about domain in a straightforward way: "What is the domain of f(x) = √(x − 3)?" Answer: x ≥ 3 (because x − 3 must be ≥ 0).

For range, look at the graph. A parabola opening upward with vertex at (0, 2) has a range of y ≥ 2, because the lowest point is y = 2 and it extends upward infinitely.

Using Your Graphing Calculator

Here's something many students overlook: the Enhanced ACT allows calculator use on all 50 math questions, and a graphing calculator is one of the most powerful tools for functions and coordinate geometry.

What Your Calculator Can Do for You

  • Graph equations to visualize their shape and identify key features
  • Find intersection points of two functions
  • Calculate values — plug in an x to find y (table feature)
  • Verify transformations — graph the parent function and the transformed version side by side
  • Check your work on distance and midpoint calculations

Tips for Calculator Use on Graphing Questions

  1. 1.Know how to enter functions before test day. Practice entering different equation types (linear, quadratic, absolute value) so it's automatic.
  2. 2.Adjust your window. If you graph a function and see nothing, your viewing window might be too small or centered in the wrong area. Learn to zoom and adjust.
  3. 3.Use the table feature. Instead of graphing, you can generate a table of x and y values to understand a function's behavior.
  4. 4.Don't rely on the calculator exclusively. Some questions are faster to solve algebraically. Use the calculator as a verification tool and a visual aid, not a crutch.

When the Calculator Is Especially Helpful

  • Verifying which equation matches a given graph
  • Finding where two graphs intersect
  • Checking transformation rules (graph both the original and the shifted version)
  • Computing complex distance or midpoint calculations

Slope: The Concept That Connects Everything

Slope appears constantly across ACT math, not just in graphing questions. Make sure your student has these formulas down cold:

Slope = (y₂ − y₁) / (x₂ − x₁) — "rise over run"

Key Slope Facts

  • Parallel lines have the same slope
  • Perpendicular lines have slopes that are negative reciprocals (e.g., 2 and −1/2)
  • A horizontal line has slope 0
  • A vertical line has an undefined slope

The ACT loves asking: "Line A has a slope of 3/4. What is the slope of a line perpendicular to Line A?" Answer: −4/3.

Slope-Intercept vs. Standard Form

  • Slope-intercept form: y = mx + b (slope = m, y-intercept = b)
  • Standard form: Ax + By = C (convert to slope-intercept by solving for y)

If a problem gives you an equation in standard form and asks about the slope, convert it first: solve for y to get it into y = mx + b form.

Common ACT Patterns and How to Handle Them

Pattern 1: Matching Graphs to Equations

You'll see a graph and four equation choices (or vice versa). Use process of elimination:

  • Is it a line, parabola, V-shape, or something else? That eliminates at least one or two answers.
  • Where does it cross the y-axis? Check the constant term.
  • Does it open up or down? Check the sign of the leading coefficient.

Pattern 2: Transformation Identification

"Which of the following represents f(x) shifted right 3 and up 2?" Apply the rules: right 3 → replace x with (x − 3). Up 2 → add 2. The answer is f(x − 3) + 2.

Pattern 3: Finding Function Values from Graphs

The problem shows a graph of f(x) and asks: "What is f(3)?" Go to x = 3 on the graph, find where it intersects the function, and read the y-value.

Pattern 4: Domain/Range from Context

"A company's profit function is P(x) = −2x² + 100x − 300, where x is the number of units sold. What values of x make sense?" Negative units don't make sense, and neither do units that produce negative profit (depending on the question). Use context to restrict the domain.

Building These Skills: A Practice Plan

Functions and coordinate geometry reward visual learners, but every student can build competence through structured practice:

  1. 1.Start with the coordinate plane basics — Make sure plotting points, finding distances, and calculating midpoints are automatic.
  2. 2.Learn to recognize equation shapes — Drill the connection between equation types and their graphs until it's instant.
  3. 3.Practice transformations with a graphing calculator — Graph the parent function and the transformed version. See the shift with your own eyes.
  4. 4.Work through function notation problems — Get comfortable substituting values, evaluating composites, and identifying domain restrictions.
  5. 5.Do mixed practice — Once individual skills are solid, mix problem types to simulate the real test.

The ScoreJump ACT course dedicates Lessons 3.18 through 3.20 to coordinate geometry, functions, and graphing — building from foundational concepts to the kinds of multi-step problems that appear at the end of the math section. Each lesson includes worked examples that show students exactly how to think through these problems, not just what the answer is.

Final Thoughts

Functions, graphs, and coordinate geometry are not about memorizing dozens of formulas. They're about understanding a few powerful ideas — that equations create predictable shapes, that transformations follow consistent rules, and that the coordinate plane is a visual tool your student already knows how to use.

With practice and the right guidance, your student can turn these abstract-looking problems into consistent, confident points on test day. If they're working through ACT prep on their own or looking for a structured program to follow, the ACT Blueprint maps out exactly what to study and in what order — so nothing gets missed and nothing gets wasted.

Ready to see what structured ACT prep looks like? Check out our results and see the score improvements our students achieve — then reach out to us to get started.

📞 Not Sure Where Your Student Stands?

Book a free strategy call. We'll assess their score, identify what's holding it back, and recommend the right next step. No pressure — just clarity.

Book a Free Call →

🎯 Want Your Student to Start Practicing Now?

ScoreJump gives them the full nGenius Prep methodology on demand — 57 video lessons, all 5 ACT sections. Try it free for 7 days.

Start Free Trial →