GRE QUANTITATIVE • GEOMETRY AND MEASUREMENT

Coordinate Geometry and Distance

Master the Cartesian plane and distance formulas essential for GRE Quantitative success.

Historical Context & Motivation

The ability to describe geometric shapes using numbers and equations—rather than purely through compass-and-straightedge constructions—represents one of the most transformative breakthroughs in the history of mathematics. Coordinate geometry, also called analytic geometry, fuses algebra and geometry into a single framework, enabling us to compute distances, slopes, and areas with algebraic precision. Before this synthesis existed, Greek geometers had to rely on elaborate visual proofs that, while elegant, were often impractical for quantitative computation. The marriage of coordinates and geometry solved that limitation and laid the groundwork for calculus, physics, and every standardized quantitative exam—including the GRE.

~300 BCE
Euclid's Elements
Euclid codified plane geometry axiomatically, but all relationships were described purely through geometric constructions, with no numerical coordinate system.
1637
Descartes' La Géométrie
René Descartes published his landmark appendix introducing the Cartesian coordinate system, uniting algebra and geometry and enabling every point in the plane to be specified by an ordered pair (x, y).
1637
Fermat's Parallel Discovery
Pierre de Fermat independently developed a coordinate approach to geometry around the same period, contributing the concept of equations of lines and curves.
1748
Euler's Introductio
Leonhard Euler formalized the function concept within the coordinate plane, solidifying the link between algebraic expressions and geometric curves.
Modern Era
Standardized Testing & Applied Math
Coordinate geometry became a cornerstone of standardized quantitative reasoning, appearing on the GRE, SAT, and GMAT as a tool for testing spatial reasoning and algebraic fluency simultaneously.

The central question that coordinate geometry answers is deceptively simple: given two points in a plane, how far apart are they, and what geometric relationships can we deduce purely from their numerical coordinates? This question is the foundation of the distance formula, the midpoint formula, and the broader toolkit that the GRE Quantitative section expects you to wield fluently.

Core Principles & Definitions

Coordinate geometry rests on a handful of foundational ideas that, once internalized, unlock every distance and position problem on the GRE. The Cartesian plane provides the stage; ordered pairs identify the actors; and formulas derived from the Pythagorean theorem supply the computational machinery. Understanding these principles at a conceptual level—not just memorizing formulas—is what distinguishes a high scorer from someone who merely recognizes problem types.

1

The Cartesian Plane

Two perpendicular number lines—the x-axis (horizontal) and the y-axis (vertical)—intersect at the origin (0, 0), dividing the plane into four quadrants.
2

Ordered Pairs

Every point is uniquely identified by (x, y), where x measures horizontal displacement from the origin and y measures vertical displacement. Order matters: (3, 5) ≠ (5, 3).
3

The Distance Formula

Derived directly from the Pythagorean theorem, d = √[(x₂ − x₁)² + (y₂ − y₁)²] computes the straight-line (Euclidean) distance between any two points.
4

The Midpoint Formula

The midpoint of a segment with endpoints (x₁, y₁) and (x₂, y₂) is ((x₁ + x₂)/2, (y₁ + y₂)/2)—the arithmetic mean of the coordinates.
5

Slope & Collinearity

The slope m = (y₂ − y₁)/(x₂ − x₁) captures the rate of change between two points. Three points are collinear if and only if they share the same pairwise slope.
KEY TAKEAWAY
Think of the distance formula as a GPS satellite calculating how far apart two city intersections are. Each intersection has a street address (x) and an avenue address (y); the formula simply measures the straight-line path between them, just as GPS computes the crow-flies distance between two latitude-longitude coordinates. The algebraic computation is a direct application of the Pythagorean theorem—the horizontal and vertical separations form the legs of a right triangle, and the distance is the hypotenuse.

Visual Explanation — The Distance Formula on the Plane

Points A (1, 1) and B (4, 2) define a right triangle with vertex C (4, 1). The horizontal leg (Δx = 3) and vertical leg (Δy = 1) are shown as dashed amber lines, while the distance d = √10 is the cyan hypotenuse—a direct application of the Pythagorean theorem.

The diagram above illustrates the geometric intuition behind the distance formula. When you draw a horizontal segment from A to the x-coordinate of B, and then a vertical segment from that point up to B, you create a right triangle whose legs are the horizontal separation Δx = x₂ − x₁ and the vertical separation Δy = y₂ − y₁. The straight-line distance between the two points is simply the hypotenuse of this right triangle, computed via the Pythagorean theorem. This construction is the single most important visualization to internalize for GRE coordinate geometry—virtually every distance question reduces to identifying the right triangle hidden in the problem.

Mathematical Framework

The mathematical toolkit for coordinate geometry on the GRE centers on three formulas, all of which derive from elementary algebra and the Pythagorean theorem. Mastering these formulas—and understanding when to deploy each—is sufficient for the vast majority of GRE coordinate geometry questions.

DISTANCE FORMULA
d = √[(x₂ − x₁)² + (y₂ − y₁)²]
Where (x₁, y₁) and (x₂, y₂) are two points in the Cartesian plane, and d is the Euclidean distance between them. The squaring ensures negative differences do not affect the result—distance is always non-negative.
MIDPOINT FORMULA
M = ((x₁ + x₂) / 2, (y₁ + y₂) / 2)
The midpoint M is the arithmetic mean of the respective coordinates. Geometrically, it is the point equidistant from both endpoints along the segment connecting them.
SLOPE FORMULA
m = (y₂ − y₁) / (x₂ − x₁)
The slope m quantifies the steepness and direction of a line. A positive slope rises left-to-right; a negative slope falls. An undefined slope (division by zero) indicates a vertical line.
📐 Pythagorean Derivation
The distance formula is simply the Pythagorean theorem in disguise. Given the right triangle with legs |x₂ − x₁| and |y₂ − y₁|, the theorem states a² + b² = c², so c = √(a² + b²). Substituting the coordinate differences yields the distance formula directly. Recognizing this connection means you never truly need to "memorize" the formula—you can reconstruct it from first principles on test day.

A useful special case arises when two points share one coordinate. If they share the same y-value, the distance simplifies to |x₂ − x₁|; if they share the same x-value, it simplifies to |y₂ − y₁|. The GRE frequently exploits this simplification, presenting points on horizontal or vertical lines to test whether you recognize the shortcut rather than mechanically applying the full formula.

Quadrants, Sign Conventions & Special Cases

The four quadrants are labeled with their sign conventions. Example points are plotted in each quadrant, and the dashed orange line shows the distance between (3, 4) in Quadrant I and (−3, −2) in Quadrant III, computed as √[(3 − (−3))² + (4 − (−2))²] = √(36 + 36) = √72 = 6√2. Points on the axes (green) belong to no quadrant.

Sign conventions are a frequent source of GRE errors. When computing distances across quadrants, the differences (x₂ − x₁) and (y₂ − y₁) can involve subtracting negative numbers, effectively adding the absolute values. For instance, the horizontal distance between x = 3 and x = −4 is 3 − (−4) = 7, not 3 − 4 = −1. The squaring step in the distance formula neutralizes sign mistakes, but the GRE often designs answer choices that correspond to common sign errors, so conceptual clarity here is essential.

Common special cases that simplify the distance formula
Special CaseConditionDistance Simplification
Horizontal segmenty₁ = y₂d = |x₂ − x₁|
Vertical segmentx₁ = x₂d = |y₂ − y₁|
Origin distanceOne point is (0, 0)d = √(x² + y²)
45° diagonal|Δx| = |Δy|d = |Δx| × √2

Worked Example — GRE-Style Problem

Consider the following GRE-style problem: A circle in the xy-plane has its center at (−2, 3) and passes through the point (4, −1). What is the radius of the circle?

Finding the Radius via the Distance Formula
1
Step 1 — Identify the Given InformationThe center of the circle is at (x₁, y₁) = (−2, 3) and the circle passes through (x₂, y₂) = (4, −1). Since the radius of a circle is the distance from the center to any point on the circle, we need to compute d between these two points.
We need: r = d(center, point on circle)
2
Step 2 — Compute the Horizontal DifferenceCalculate Δx = x₂ − x₁ = 4 − (−2) = 4 + 2 = 6. Notice the subtraction of a negative number—this is a critical detail that the GRE frequently tests.
Δx = 6
3
Step 3 — Compute the Vertical DifferenceCalculate Δy = y₂ − y₁ = −1 − 3 = −4. The negative sign indicates B is below A, but squaring eliminates the sign.
Δy = −4
4
Step 4 — Square and SumApply the distance formula: (Δx)² + (Δy)² = 6² + (−4)² = 36 + 16 = 52.
(Δx)² + (Δy)² = 52
5
Step 5 — Take the Square Rootr = √52 = √(4 × 13) = 2√13. Always simplify radicals on the GRE by factoring out perfect squares. Since 52 = 4 × 13, and √4 = 2, the simplified form is 2√13.
r = 2√13 ≈ 7.21
💡 GRE Strategy Note
The GRE often presents answers in both simplified radical form (2√13) and decimal approximations. If you see answer choices like √52, 2√13, and 7.21, know that √52 and 2√13 are equivalent. The test rewards your ability to simplify radicals quickly. A useful shortcut: factor the number under the radical into its prime factors and extract pairs.

Strategies, Strengths & Common Pitfalls

Coordinate geometry is among the most reliable scoring areas on the GRE Quantitative section, because the formulas are straightforward and the problem types are predictable. However, the test designers are skilled at creating traps that exploit careless algebra and sign errors. Understanding both the strengths of the coordinate approach and its common pitfalls is essential for maximizing your score.

Key strategies and corresponding pitfalls on GRE coordinate geometry problems
Strategy / StrengthCommon PitfallHow to Avoid It
Sketch the points before computing—visualization catches errors earlyForgetting to subtract a negative: 4 − (−2) ≠ 4 − 2Write out the subtraction explicitly; verify the sign of each difference matches the diagram
Recognize special right triangles (3-4-5, 5-12-13, 8-15-17) to avoid lengthy computationsApplying the distance formula when a simpler approach (horizontal/vertical line) sufficesCheck whether points share an x- or y-coordinate first; if so, distance = absolute difference
Squaring eliminates sign ambiguity in the distance formulaForgetting to simplify the radical in the final answerFactor the radicand completely: extract all perfect-square factors
Midpoint formula is fast—just average the coordinatesConfusing midpoint with distance: adding instead of averagingMidpoint = average; Distance = Pythagorean sum. Keep them mentally separate
Coordinate geometry converts geometric proofs into algebraic verificationUsing slope formula with x₁ = x₂ (undefined slope, vertical line)Always check the denominator x₂ − x₁ before dividing; if zero, the line is vertical
🎯 STRATEGIC INSIGHT
Think of GRE coordinate geometry problems like a pilot's pre-flight checklist. Before launching into computation, systematically check: (1) Are the points on the same horizontal or vertical line? (2) Do the differences form a recognizable Pythagorean triple? (3) Can the midpoint formula answer the question more directly than the distance formula? Running through this quick mental checklist—just as a pilot checks instruments before takeoff—prevents the most common errors and often reveals a faster solution path.

Connection to Advanced Coordinate Geometry

While the GRE primarily tests the distance formula, midpoint formula, and slope, these tools connect directly to more advanced coordinate geometry topics that occasionally appear in harder GRE problems or in graduate-level coursework. Recognizing these connections can give you a strategic advantage when facing unfamiliar question formats.

GRE coordinate geometry concepts and their advanced extensions
GRE-Level ConceptAdvanced ExtensionWhen It Appears on the GRE
Distance between two pointsDistance from a point to a line: d = |Ax + By + C| / √(A² + B²)Occasionally in hard Quantitative Comparison items
Midpoint of a segmentSection formula: dividing a segment in ratio m:nRare, but may appear in Data Interpretation contexts
Slope of a linePerpendicular and parallel slope relationships (m₁ × m₂ = −1)Frequently tested; memorize perpendicular slope condition
Distance from origin: √(x² + y²)Equation of a circle: (x − h)² + (y − k)² = r²Appears in problems about circles in the coordinate plane
Coordinate-based area via base × heightShoelace formula for polygon area from vertex coordinatesExtremely rare; useful as a verification method

The most important advanced connection for GRE purposes is the relationship between the distance formula and the equation of a circle. A circle is defined as the set of all points equidistant from a center point (h, k). Setting the distance formula equal to a constant r yields (x − h)² + (y − k)² = r², the standard form of a circle's equation. When the GRE asks whether a point lies inside, on, or outside a circle, you simply compute the distance from the point to the center and compare it with the radius—an elegant application of the same distance formula you already know.

Practice Problems

PROBLEM 1CONCEPTUAL
Two points in the coordinate plane have the same y-coordinate but different x-coordinates. Without using the distance formula, explain why the distance between them equals the absolute value of the difference of their x-coordinates. What geometric fact justifies this?
PROBLEM 2BASIC CALCULATION
Find the distance between the points (−3, 5) and (1, 2).
PROBLEM 3INTERMEDIATE
The midpoint of segment PQ is M = (3, −1). If P = (−1, 4), find the coordinates of Q and then compute the length of PQ.
PROBLEM 4APPLIED
A delivery drone flies in a straight line from warehouse A at coordinates (−5, 2) to warehouse B at (7, 7), then continues in a straight line to warehouse C at (7, −3). What is the total distance flown by the drone?
PROBLEM 5CRITICAL THINKING
A circle passes through the three points A = (0, 0), B = (6, 0), and C = (3, 3√3). Does the point P = (3, 1) lie inside or outside this circle? (A) Inside, because the distance from P to the center is less than the radius (B) Outside, because the distance from P to the center is greater than the radius (C) On the circle, because the distance from P to the center equals the radius (D) Inside, because P is the centroid of triangle ABC (E) Outside, because P lies below the x-axis

Lesson Summary

Coordinate geometry transforms geometric problems into algebraic computations by assigning numerical coordinates to every point in the plane. The distance formula d = √[(x₂ − x₁)² + (y₂ − y₁)²] is a direct application of the Pythagorean theorem, computing the hypotenuse of the right triangle formed by horizontal and vertical separations. The midpoint formula M = ((x₁ + x₂)/2, (y₁ + y₂)/2) averages coordinates to find the center of a segment, while the slope formula m = (y₂ − y₁)/(x₂ − x₁) captures direction and steepness.

For GRE success, remember these strategic priorities: always sketch points before computing; check for special cases (shared coordinates, Pythagorean triples) that simplify the work; handle negative coordinates carefully by writing out subtractions explicitly; and always simplify radicals by extracting perfect-square factors. These formulas connect to the equation of a circle and perpendicular/parallel slope relationships—advanced extensions that occasionally appear in harder GRE items.

Varsity Tutors • GRE Quantitative • Coordinate Geometry and Distance