Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: Coordinate Geometry (GRE/GMAT) – Complete Guide
Source: https://www.fatskills.com/gre/chapter/how-to-solve-coordinate-geometry-gregmat-complete-guide

How to Solve: Coordinate Geometry (GRE/GMAT) – Complete Guide

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~6 min read

How to Solve: Coordinate Geometry (GRE/GMAT) – Complete Guide

Score Impact: Coordinate geometry appears 4-6 times per GRE and 3-5 times per GMAT—mastering it can boost your Quant score by 5-7 points and push you into the 90th+ percentile.


WHAT THIS QUESTION TYPE IS ACTUALLY TESTING

The exam isn’t testing your ability to derive formulas—it’s testing: ✅ Spatial reasoning under time pressure – Can you visualize lines, slopes, and distances without plotting? ✅ Precision with conditions – Do you misread "x-intercept" as "y-intercept" or confuse "parallel" with "perpendicular"? ✅ Elimination efficiency – Can you spot the trap answer that looks right but violates a hidden condition?


ANATOMY OF THE QUESTION

Structure Breakdown

  1. Stem – Sets up the scenario (e.g., "Line l passes through points (2,3) and (4,7)").
  2. Conditions – Hidden constraints (e.g., "Line m is perpendicular to l and has a y-intercept of 5").
  3. Answer Choices – Usually 5 options, with 1-2 traps (e.g., wrong slope sign, swapped intercepts).
  4. What to Ignore – Irrelevant details (e.g., "A circle is centered at the origin" when the question is about a line).

Representative Example

Line k passes through the points (1, -2) and (4, 4). Line m is perpendicular to k and intersects the y-axis at (0, 3). What is the x-intercept of line m?

Answer Choices: A) -2 B) -1 C) 0 D) 1 E) 2


THE DECISION FRAMEWORK (Step-by-Step)

Run this process every time—no exceptions.

Step 1: Identify What’s Given and What’s Asked

  • Given: Points, slopes, intercepts, or equations.
  • Asked: Slope, intercept, distance, or equation of a line/circle.
  • Action: Underline the target (e.g., "x-intercept of m") and circle the conditions (e.g., "perpendicular to k").

Step 2: Find the Slope of the First Line

  • If given two points, use: [ m = \frac{y_2 - y_1}{x_2 - x_1} ]
  • If given an equation, rewrite in slope-intercept form (y = mx + b).
  • Action: Calculate the slope first—it’s the foundation for everything else.

Step 3: Use Perpendicularity/Parallelism (If Applicable)

  • Perpendicular lines: Slopes are negative reciprocals (m₁ × m₂ = -1).
  • Parallel lines: Slopes are equal (m₁ = m₂).
  • Action: If the question mentions "perpendicular" or "parallel," immediately find the second slope.

Step 4: Write the Equation of the Second Line

  • Use point-slope form (y - y₁ = m(x - x₁)) if you have a point and slope.
  • Use slope-intercept form (y = mx + b) if you have the y-intercept.
  • Action: Plug in known values to solve for the missing variable.

Step 5: Find the Required Intercept or Point

  • x-intercept: Set y = 0 and solve for x.
  • y-intercept: Set x = 0 and solve for y.
  • Action: Substitute only what’s needed—don’t overcalculate.

Step 6: Eliminate Wrong Answers

  • Check signs: Is the slope positive/negative? Is the intercept above/below zero?
  • Check magnitude: Does the answer make sense (e.g., x-intercept at x = 100 when points are near the origin)?
  • Action: Cross out 2-3 options immediately based on logic.

Worked Examples

Example 1 – Straightforward

Line p passes through (2, 5) and (6, 9). Line q is parallel to p and has a y-intercept of -3. What is the x-intercept of q?

Step 1: Target = x-intercept of q. Given: q is parallel to p and b = -3. Step 2: Slope of p: [ m_p = \frac{9 - 5}{6 - 2} = \frac{4}{4} = 1 ] Step 3: q is parallel → m_q = 1. Step 4: Equation of q: y = 1x - 3. Step 5: x-intercept → set y = 0: [ 0 = x - 3 \implies x = 3 ] Step 6: Answer = D) 3.


Example 2 – Common Trap Version

Line a passes through (-1, 4) and (3, -2). Line b is perpendicular to a and passes through (0, 1). What is the x-intercept of b?

Step 1: Target = x-intercept of b. Given: b is perpendicular to a and passes through (0,1). Step 2: Slope of a: [ m_a = \frac{-2 - 4}{3 - (-1)} = \frac{-6}{4} = -\frac{3}{2} ] Step 3: b is perpendicular → m_b = 2/3 (negative reciprocal). Step 4: Equation of b: y = (2/3)x + 1 (since it passes through (0,1)). Step 5: x-intercept → set y = 0: [ 0 = \frac{2}{3}x + 1 \implies \frac{2}{3}x = -1 \implies x = -\frac{3}{2} ] Step 6: Answer = B) -1.5 (or -3/2).

Trap: Answer A) -2/3 is the slope of a, not the x-intercept.


Example 3 – Hard Variant

Circle C has center (2, -3) and radius 5. Line l is tangent to C at (5, 1). What is the y-intercept of l?

Step 1: Target = y-intercept of l. Given: l is tangent to C at (5,1). Step 2: Find slope of radius from center to point of tangency: [ m_{\text{radius}} = \frac{1 - (-3)}{5 - 2} = \frac{4}{3} ] Step 3: l is tangent → perpendicular to radius → m_l = -3/4 (negative reciprocal). Step 4: Equation of l: y - 1 = (-3/4)(x - 5). Step 5: y-intercept → set x = 0: [ y - 1 = -\frac{3}{4}(-5) \implies y = 1 + \frac{15}{4} = \frac{19}{4} ] Step 6: Answer = E) 19/4.

Trap: Answer C) 4 is the radius, not the y-intercept.


WRONG ANSWER PATTERNS

WRONG ANSWER TYPE WHY IT LOOKS RIGHT WHY IT IS WRONG
Slope instead of intercept Students calculate slope but pick it as the answer. The question asks for an intercept, not slope.
Sign error Negative slope is written as positive (or vice versa). Perpendicularity requires negative reciprocals.
Swapped x/y intercepts Student finds x-intercept but picks y-intercept (or vice versa). Misreads the question’s target.
Incorrect point used Uses the wrong point in point-slope form (e.g., center of circle instead of tangency point). Fails to identify the correct condition.

Common Mistakes

Mistake Why it Happens Correct Approach
Misreading "perpendicular" as "parallel" Rushes through the question. Circle key words (perpendicular/parallel).
Forgetting to simplify fractions Leaves slope as 6/4 instead of 3/2. Always simplify slopes.
Using the wrong formula Uses distance formula when slope is needed. Identify the target first (slope, intercept, distance).
Assuming lines pass through origin Forgets to check y-intercept. Always verify if b is given.
Plugging in numbers too early Tries backsolving before setting up the equation. Write the equation first, then substitute.

TIME STRATEGY

  • Target Time: 1:30 - 2:00 per question.
  • When to Skip: If you’re stuck after Step 3 (slope calculation), flag and return.
  • Minimum Work Needed:
  • Calculate slope of first line.
  • Find slope of second line (if perpendicular/parallel).
  • Write equation of second line.
  • Solve for the target (intercept/point).

BACKSOLVING AND SHORTCUTS

1. Elimination First

  • If the question asks for an x-intercept, eliminate answers where y ≠ 0.
  • If the line is perpendicular, eliminate answers with the same slope.

2. Plug in Answer Choices

  • For x-intercept questions, plug in the answer choices into the line’s equation and check if y = 0.
  • Example: If the answer is D) 1, plug x = 1 into y = (2/3)x + 1y = 5/3 ≠ 0 → eliminate.

3. Use Symmetry

  • If a line passes through (a, b) and (c, d), its x-intercept is not the average of a and c (common trap).
  • Instead, use the slope-intercept method.

1-Minute Recap

"Here’s the exact process to solve any coordinate geometry question in under 2 minutes:

  1. Underline the target—are you finding a slope, intercept, or distance?
  2. Calculate the first slope—if given two points, use (y₂ - y₁)/(x₂ - x₁). If given an equation, rewrite as y = mx + b.
  3. Find the second slope—if perpendicular, take the negative reciprocal. If parallel, keep it the same.
  4. Write the equation—use point-slope or slope-intercept form.
  5. Solve for the target—set y = 0 for x-intercept, x = 0 for y-intercept.
  6. Eliminate wrong answers—check signs, intercepts, and magnitudes.

Most mistakes happen in Step 1 (misreading the question) or Step 3 (wrong slope for perpendicular lines). Slow down, follow the steps, and you’ll get it right every time."


Final Tip:

Coordinate geometry is about precision, not speed. If you’re unsure, write down every step—even under time pressure. The exam rewards accuracy, not guesswork.

Now go practice—5 questions, 10 minutes, no calculator. You’ve got this.



ADVERTISEMENT