Skip to content

GRE Algebra: Functions and Coordinate Geometry

Last updated: May 2, 2026

Algebra: Functions and Coordinate Geometry questions are one of the highest-leverage areas to study for the GRE. This guide breaks down the rule, the elements you need to recognize, the named traps that catch most students, and a memory aid that scales to test day. Read it once, then practice the same sub-topic adaptively in the app.

The rule

Almost every functions/coordinate-geometry problem on the GRE rewards one move: convert fluently between the algebraic form (an equation, a function $f(x)$, a slope-intercept line) and the geometric picture (points, lines, intercepts, distances). The right answer must satisfy BOTH the equation and the geometric constraint stated in the problem. Most students lose points by skipping the sketch, by misreading $f(a)$ as the input rather than the output, or by forgetting that the slope between two points is $\frac{y_2 - y_1}{x_2 - x_1}$ — not the reverse.

Elements breakdown

Function-evaluation discipline

Treat $f(\text{input}) = \text{output}$ as a strict input-output machine; never confuse the two.

  • Identify what is inside the parentheses (input)
  • Identify what equals the function (output)
  • Substitute the input into the rule for $x$
  • If asked for $f(g(x))$, evaluate $g$ first, then feed into $f$
  • If given $f(a) = b$, the point $(a, b)$ lies on the graph

Line toolkit

Every line problem reduces to slope-intercept form $y = mx + b$ or point-slope form $y - y_1 = m(x - x_1)$.

  • Slope: $m = \frac{y_2 - y_1}{x_2 - x_1}$
  • Parallel lines share slope $m$
  • Perpendicular lines have slopes whose product is $-1$
  • $x$-intercept: set $y = 0$; $y$-intercept: set $x = 0$
  • Distance between $(x_1,y_1)$ and $(x_2,y_2)$ is $\sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}$
  • Midpoint is $\left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right)$

Parabolas and quadratics in the plane

A quadratic $y = ax^2 + bx + c$ is a parabola; its key features map directly to algebra.

  • Opens upward if $a > 0$, downward if $a < 0$
  • Vertex $x$-coordinate: $x = -\frac{b}{2a}$
  • $y$-intercept is $c$
  • $x$-intercepts (roots) come from factoring or the quadratic formula
  • Number of $x$-intercepts is determined by the discriminant $b^2 - 4ac$

Transformation rules

Shifts, stretches, and reflections of $f(x)$ follow predictable algebraic patterns — and the inside-the-parentheses changes go opposite to intuition.

  • $f(x) + k$ shifts up by $k$
  • $f(x + h)$ shifts LEFT by $h$ (counterintuitive)
  • $-f(x)$ reflects across the $x$-axis
  • $f(-x)$ reflects across the $y$-axis
  • $c \cdot f(x)$ vertically stretches by factor $c$

Sketch-then-solve

When a problem mentions any geometric object, draw it before computing.

  • Plot given points or intercepts on rough axes
  • Mark known slopes, distances, or symmetries
  • Identify which quadrant(s) constrain the answer
  • Estimate the answer from the picture before algebra
  • Use the sketch to eliminate impossible answer choices

Common patterns and traps

The Sketch-First Heuristic

When a problem describes any line, point, or curve, drawing rough axes and plotting what you know almost always reveals the answer faster than pure algebra. The picture lets you eliminate impossible quadrants, spot symmetries, and sanity-check your final number against geometric intuition. GRE answer choices are often spread across positive and negative ranges precisely so a sketch eliminates two or three of them instantly.

A problem gives two points and asks for a third point satisfying a slope or distance condition; sketching shows the third point must be in, say, Quadrant II, eliminating any positive-$x$ answer choice.

The Inside-the-Parentheses Reversal

Transformations of $f(x)$ that occur INSIDE the function argument behave opposite to what students expect. $f(x - 2)$ shifts the graph RIGHT by 2, and $f(2x)$ horizontally COMPRESSES by a factor of 2 (not stretches). Test-makers love to put both an inside change and an outside change in the same problem to see whether you process them correctly.

An answer choice flips the direction of horizontal shift, e.g., claiming $f(x+5)$ shifts the graph 5 units to the right.

The Plug-In-The-Point Strategy

When a question asks whether a point lies on a curve, or which equation passes through given points, just substitute. This is faster than rearranging the equation. If $(3, 7)$ is supposed to satisfy $y = ax + 1$, plug in: $7 = 3a + 1$, so $a = 2$. The strategy turns multi-step algebra into single-step arithmetic.

Five candidate equations are given; rather than analyzing each, you plug the given point into all five and pick the one that works.

The Hidden-Constraint Trap

Coordinate-geometry problems often state a constraint indirectly — 'in the first quadrant', 'with positive integer coordinates', 'tangent to the $x$-axis'. Missing this constraint produces an answer that is algebraically correct but geometrically impossible. Always re-read the problem after solving to check that your answer satisfies every condition, not just the equation you wrote.

You solve a quadratic and get $x = 2$ or $x = -5$; the problem said 'in Quadrant II', so only the negative root survives, but a trap choice corresponds to the positive root.

The Slope-Flip Trap

Two slope-related errors dominate this topic: writing the slope formula as $\frac{x_2 - x_1}{y_2 - y_1}$ (run over rise), and confusing parallel-slope with perpendicular-slope rules. For perpendicularity, the slopes multiply to $-1$, so the perpendicular slope is the NEGATIVE RECIPROCAL — flip the fraction AND change the sign.

An answer choice gives the reciprocal of the correct slope without the sign change, or the sign change without the reciprocal.

How it works

Suppose you're told $f(x) = 2x - 5$ and asked for the $x$-intercept of the line $y = f(x)$. Set $y = 0$: $0 = 2x - 5$, so $x = \frac{5}{2}$. The intercept is $\left(\frac{5}{2}, 0\right)$. Notice the two-way translation: the algebraic act of setting $y = 0$ corresponds to the geometric act of finding where the line crosses the $x$-axis. Now suppose a second line is perpendicular to this one and passes through $(4, 1)$. The original slope is $2$, so the perpendicular slope is $-\frac{1}{2}$, and the new line is $y - 1 = -\frac{1}{2}(x - 4)$, or $y = -\frac{1}{2}x + 3$. Every functions/coordinate-geometry problem is some combination of these moves: read the picture, write the equation, solve, and confirm the answer makes geometric sense.

Worked examples

Worked Example 1

In the $xy$-plane, line $\ell$ passes through the points $(-2, 5)$ and $(4, -7)$. Line $m$ is perpendicular to line $\ell$ and passes through the point $(1, 3)$. What is the $y$-intercept of line $m$?

What is the $y$-intercept of line $m$?

  • A $\frac{1}{2}$
  • B $\frac{5}{2}$ ✓ Correct
  • C $3$
  • D $\frac{7}{2}$
  • E $5$

Why B is correct: First, slope of $\ell$: $m_\ell = \frac{-7 - 5}{4 - (-2)} = \frac{-12}{6} = -2$. Perpendicular slope is the negative reciprocal: $m_m = \frac{1}{2}$. Line $m$ has equation $y - 3 = \frac{1}{2}(x - 1)$, so $y = \frac{1}{2}x + \frac{5}{2}$. The $y$-intercept is $\frac{5}{2}$.

Why each wrong choice fails:

  • A: This is the perpendicular slope $\frac{1}{2}$ itself, not the $y$-intercept of line $m$. The student stopped one step early. (The Hidden-Constraint Trap)
  • C: This is the $y$-coordinate of the given point $(1, 3)$, not the $y$-intercept. A line passes through a point but its $y$-intercept is generally elsewhere.
  • D: This results from using slope $-\frac{1}{2}$ then flipping the sign at the end, or from arithmetic with the wrong perpendicular slope. It's the answer if you forgot the sign-change rule. (The Slope-Flip Trap)
  • E: This is the $y$-coordinate of the first given point $(-2, 5)$. It has nothing to do with line $m$'s intercept.
Worked Example 2

The function $g$ is defined by $g(x) = (x - 3)^2 + 4$. The graph of $g$ in the $xy$-plane is shifted 2 units to the LEFT and 5 units DOWN to produce the graph of a new function $h$. What is the minimum value of $h(x)$?

What is the minimum value of $h(x)$?

  • A $-5$
  • B $-1$ ✓ Correct
  • C $0$
  • D $4$
  • E $9$

Why B is correct: $g(x) = (x-3)^2 + 4$ has vertex $(3, 4)$ and minimum value $4$. Shifting LEFT 2 and DOWN 5 moves the vertex to $(1, -1)$, so the new minimum value is $-1$. Algebraically: $h(x) = g(x + 2) - 5 = (x + 2 - 3)^2 + 4 - 5 = (x - 1)^2 - 1$, confirming a minimum of $-1$.

Why each wrong choice fails:

  • A: This is the vertical shift amount in isolation; the student subtracted 5 from 0 instead of from the original minimum of 4.
  • C: This results from shifting LEFT incorrectly as RIGHT and combining errors. It also matches a misread that 'minimum value' equals the $x$-coordinate of the vertex, which it doesn't. (The Inside-the-Parentheses Reversal)
  • D: This is the original minimum value of $g$, before the vertical shift. The student applied only the horizontal shift (which doesn't affect minimum value) and forgot to subtract 5.
  • E: This results from ADDING the 5 instead of subtracting, treating 'down 5' as 'up 5'. (The Inside-the-Parentheses Reversal)
Worked Example 3

The function $f$ is defined for all real numbers by $f(x) = x^2 - 6x + 11$. Let $p$ be the minimum value of $f(x)$, and let $q$ be the value of $f(5)$.

Quantity A: $p$
Quantity B: $q - 4$

Compare Quantity A and Quantity B.

  • A Quantity A is greater.
  • B Quantity B is greater.
  • C The two quantities are equal. ✓ Correct
  • D The relationship cannot be determined from the information given.

Why C is correct: The vertex of $f(x) = x^2 - 6x + 11$ is at $x = -\frac{-6}{2(1)} = 3$, so $p = f(3) = 9 - 18 + 11 = 2$. Next, $f(5) = 25 - 30 + 11 = 6$, so $q - 4 = 6 - 4 = 2$. Both quantities equal $2$.

Why each wrong choice fails:

  • A: If a student miscomputes $f(5)$ as something smaller, they might conclude $q - 4 < p$. But careful arithmetic shows $f(5) = 6$ exactly.
  • B: If a student forgets to subtract 4 from $q$, they'd compare $p = 2$ to $q = 6$ and pick B. The trap is failing to read Quantity B carefully. (The Hidden-Constraint Trap)
  • D: Both quantities are fully determined by the given function — there is no missing information. 'Cannot be determined' is never correct when both expressions reduce to specific numbers.

Memory aid

S.O.S. — Sketch, Output, Slope. Before computing, sketch the situation; verify which side of $f(\,\cdot\,)$ is the input and which is the output; double-check slope as rise-over-run, not run-over-rise.

Key distinction

$f(a) = b$ means the POINT $(a, b)$ is on the graph — $a$ goes on the $x$-axis, $b$ on the $y$-axis. Reversing this is the single most common error on function-graph questions.

Summary

Master the two-way translation between algebra (equations, $f(x)$) and geometry (points, lines, parabolas), and most GRE coordinate problems collapse into a few mechanical steps.

Practice algebra: functions and coordinate geometry adaptively

Reading the rule is the start. Working GRE-format questions on this sub-topic with adaptive selection, watching your mastery score climb in real time, and seeing the items you missed return on a spaced-repetition schedule — that's where score lift actually happens. Free for seven days. No credit card required.

Start your free 7-day trial

Frequently asked questions

What is algebra: functions and coordinate geometry on the GRE?

Almost every functions/coordinate-geometry problem on the GRE rewards one move: convert fluently between the algebraic form (an equation, a function $f(x)$, a slope-intercept line) and the geometric picture (points, lines, intercepts, distances). The right answer must satisfy BOTH the equation and the geometric constraint stated in the problem. Most students lose points by skipping the sketch, by misreading $f(a)$ as the input rather than the output, or by forgetting that the slope between two points is $\frac{y_2 - y_1}{x_2 - x_1}$ — not the reverse.

How do I practice algebra: functions and coordinate geometry questions?

The fastest way to improve on algebra: functions and coordinate geometry is targeted, adaptive practice — working questions that focus on your specific weak spots within this sub-topic, getting immediate feedback, and revisiting items you missed on a spaced-repetition schedule. Neureto's adaptive engine does this automatically across the GRE; start a free 7-day trial to see your sub-topic mastery climb in real time.

What's the most important distinction to remember for algebra: functions and coordinate geometry?

$f(a) = b$ means the POINT $(a, b)$ is on the graph — $a$ goes on the $x$-axis, $b$ on the $y$-axis. Reversing this is the single most common error on function-graph questions.

Is there a memory aid for algebra: functions and coordinate geometry questions?

S.O.S. — Sketch, Output, Slope. Before computing, sketch the situation; verify which side of $f(\,\cdot\,)$ is the input and which is the output; double-check slope as rise-over-run, not run-over-rise.

What is "The sign-flip trap" in algebra: functions and coordinate geometry questions?

forgetting that $f(x+3)$ shifts LEFT, not right.

What is "The slope-inversion trap" in algebra: functions and coordinate geometry questions?

writing $\frac{x_2 - x_1}{y_2 - y_1}$ instead of the correct ratio.

Ready to drill these patterns?

Take a free GRE assessment — about 20 minutes and Neureto will route more algebra: functions and coordinate geometry questions your way until your sub-topic mastery score reflects real improvement, not luck. Free for seven days. No credit card required.

Start your free 7-day trial