Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: Coordinate Geometry Basics
Source: https://www.fatskills.com/k-12-assessment-tests/chapter/how-to-solve-coordinate-geometry-basics

How to Solve: Coordinate Geometry Basics

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

⏱️ ~7 min read

How to Solve: Coordinate Geometry Basics

For Students Who Want to Ace Their Exam & Teachers Who Need a Ready-to-Record Script


Introduction

"Master coordinate geometry, and you’ll unlock how GPS finds your location, how architects design buildings, and how to crush every graph-based question on your exam—guaranteed."


What You Need To Know First

Before diving in, make sure you understand:
1. Number lines – How to plot positive/negative numbers on a line.
2. Ordered pairs – What (x, y) means and how to read them.
3. Basic algebra – Solving simple equations like 2x + 3 = 7.

If any of these feel shaky, pause and review them first.


Key Vocabulary

Term Plain-English Definition Quick Example
Coordinate Plane A flat grid with an x-axis (horizontal) and y-axis (vertical). Like a map where you find points.
Origin The center point (0, 0) where the axes cross. Starting point for all coordinates.
Ordered Pair A pair of numbers (x, y) that locate a point. (3, -2) means 3 right, 2 down.
Quadrant One of four sections of the coordinate plane. Quadrant I: (+, +), Quadrant II: (-, +).
Slope How steep a line is; "rise over run." Slope = 2 means up 2, right 1.
Intercept Where a line crosses the x-axis (x-intercept) or y-axis (y-intercept). y-intercept = 4 means (0, 4).

Formulas To Know

1. Distance Between Two Points

Formula: [ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} ] Variables: - (x₁, y₁) = first point - (x₂, y₂) = second point - d = distance between them Memorise?MEMORISE THIS (Not always given on exams.)


2. Midpoint of a Line Segment

Formula: [ M = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right) ] Variables: - (x₁, y₁) = first endpoint - (x₂, y₂) = second endpoint - M = midpoint Memorise?MEMORISE THIS (Often given, but faster if you know it.)


3. Slope of a Line

Formula: [ m = \frac{y_2 - y_1}{x_2 - x_1} ] Variables: - (x₁, y₁) and (x₂, y₂) = two points on the line - m = slope Memorise?MEMORISE THIS (Critical for equations of lines.)


4. Equation of a Line (Slope-Intercept Form)

Formula: [ y = mx + b ] Variables: - m = slope - b = y-intercept (where the line crosses the y-axis) Memorise?MEMORISE THIS (Most common form on exams.)


5. Equation of a Line (Point-Slope Form)

Formula: [ y - y_1 = m(x - x_1) ] Variables: - m = slope - (x₁, y₁) = a point on the line Memorise? ❌ Given on most exam sheets (but useful to recognise).


Step-by-Step Method

How to Plot Points on a Coordinate Plane

  1. Start at the origin (0, 0).
  2. Move horizontally to the x-coordinate.
  3. If x is positive, move right.
  4. If x is negative, move left.
  5. From there, move vertically to the y-coordinate.
  6. If y is positive, move up.
  7. If y is negative, move down.
  8. Mark the point and label it (x, y).

How to Find the Distance Between Two Points

  1. Label the points as (x₁, y₁) and (x₂, y₂).
  2. Subtract the x-coordinates: x₂ - x₁.
  3. Subtract the y-coordinates: y₂ - y₁.
  4. Square both differences.
  5. Add the squared differences.
  6. Take the square root of the sum.
  7. Simplify if possible.

How to Find the Midpoint of a Line Segment

  1. Label the endpoints as (x₁, y₁) and (x₂, y₂).
  2. Add the x-coordinates: x₁ + x₂.
  3. Divide by 2 to find the x-coordinate of the midpoint.
  4. Add the y-coordinates: y₁ + y₂.
  5. Divide by 2 to find the y-coordinate of the midpoint.
  6. Write the midpoint as an ordered pair.

How to Find the Slope of a Line

  1. Pick two points on the line and label them (x₁, y₁) and (x₂, y₂).
  2. Subtract the y-coordinates: y₂ - y₁.
  3. Subtract the x-coordinates: x₂ - x₁.
  4. Divide the y-difference by the x-difference.
  5. Simplify the fraction if possible.
  6. If the slope is a fraction, leave it as is (e.g., 2/3).
  7. If the slope is negative, keep the negative sign (e.g., -4).

How to Write the Equation of a Line (Slope-Intercept Form)

  1. Find the slope (m) using two points.
  2. Find the y-intercept (b) by plugging one point into y = mx + b and solving for b.
  3. Write the equation in the form y = mx + b.

How to Write the Equation of a Line (Point-Slope Form)

  1. Find the slope (m) using two points.
  2. Pick one point (x₁, y₁) on the line.
  3. Plug into the formula: y - y₁ = m(x - x₁).
  4. Simplify if needed (but leave in point-slope form unless asked to convert).

Worked Examples

Example 1 - Basic: Plotting Points & Finding Distance

Problem: Plot the points A(2, 3) and B(-1, -2), then find the distance between them.

Step-by-Step Solution:
1. Plot Point A(2, 3): - Start at (0, 0). - Move right 2 units (x = 2). - Move up 3 units (y = 3). - Mark and label A.
2. Plot Point B(-1, -2): - Start at (0, 0). - Move left 1 unit (x = -1). - Move down 2 units (y = -2). - Mark and label B.
3. Find the distance: - x₂ - x₁ = -1 - 2 = -3(-3)² = 9 - y₂ - y₁ = -2 - 3 = -5(-5)² = 25 - 9 + 25 = 34 - √34 (cannot simplify further).

Answer: The distance is √34 units.

What we did and why: - Plotted points to visualise the problem. - Used the distance formula to find how far apart they are. - Squared the differences to ensure positive values before adding.


Example 2 - Medium: Midpoint & Slope

Problem: Find the midpoint and slope of the line segment connecting C(4, -1) and D(-2, 5).

Step-by-Step Solution:
1. Find the midpoint: - x₁ + x₂ = 4 + (-2) = 22 ÷ 2 = 1 - y₁ + y₂ = -1 + 5 = 44 ÷ 2 = 2 - Midpoint = (1, 2).
2. Find the slope: - y₂ - y₁ = 5 - (-1) = 6 - x₂ - x₁ = -2 - 4 = -6 - m = 6 / -6 = -1

Answer: Midpoint = (1, 2), Slope = -1.

What we did and why: - Used the midpoint formula to find the exact center. - Calculated slope to determine the line’s steepness and direction (negative = downward).


Example 3 - Exam Style: Equation of a Line

Problem: A line passes through (3, 7) and (0, 1). Write its equation in slope-intercept form.

Step-by-Step Solution:
1. Find the slope (m): - m = (7 - 1) / (3 - 0) = 6 / 3 = 2
2. Find the y-intercept (b): - The line passes through (0, 1), so b = 1. - (Check: Plug (3, 7) into y = 2x + 1 → 7 = 2(3) + 1 → 7 = 7 ✓)
3. Write the equation: - y = 2x + 1

Answer: y = 2x + 1

What we did and why: - Used two points to find slope. - Recognised that (0, 1) is the y-intercept, saving time. - Verified the equation with the second point to avoid mistakes.


Common Mistakes

Mistake Why it Happens Correct Approach
Mixing up x and y in ordered pairs Students write (y, x) instead of (x, y). Always write (x, y): "Along the hall (x), then up the stairs (y)."
Forgetting to square differences in distance formula Rushing and skipping the squaring step. Write (x₂ - x₁)² and (y₂ - y₁)² separately before adding.
Incorrect slope sign Subtracting coordinates in the wrong order. Always do y₂ - y₁ over x₂ - x₁ (same order for both).
Assuming horizontal lines have no slope Confusing "no slope" with "zero slope." Horizontal lines have m = 0. Vertical lines have undefined slope.
Misidentifying quadrants Not remembering the signs for each quadrant. Draw a quick sketch: I (+,+), II (-,+), III (-,-), IV (+,-).

Exam Traps

Trap How to Spot it How to Avoid it
Giving x-intercept instead of y-intercept Question asks for y-intercept, but answer choices include x-intercept. Circle the word "y-intercept" in the question. Plug x = 0 into the equation.
Slope as a decimal instead of fraction Answer choices have decimals, but your slope is a fraction. Convert fractions to decimals only if the question specifies. Otherwise, keep as fractions.
Plotting points in the wrong quadrant Points like (-3, 4) are plotted in Quadrant IV instead of II. Always check the signs of x and y before plotting.

1-Minute Recap

"Alright, let’s lock this in. Coordinate geometry is all about plotting points, finding distances, midpoints, and slopes—then turning those into equations. Here’s the cheat sheet:

  1. Plotting points: (x, y) means right/left first, then up/down.
  2. Distance: Subtract, square, add, square root. No shortcuts.
  3. Midpoint: Average the x’s and y’s.
  4. Slope: Rise over run, y₂ - y₁ over x₂ - x₁. Negative slope? Line goes down.
  5. Equation of a line: y = mx + b. Find m (slope), then b (y-intercept).

Examiners love to trick you with signs and quadrants, so double-check every negative. And if you’re stuck, draw a quick sketch—it saves points. You’ve got this!


Teacher Notes for Recording: - Pacing: Speak slowly during formulas (e.g., "distance equals the square root of…"). - Visuals: Use a whiteboard or digital grid to plot points live. - Engagement: Ask students to pause and try a step before revealing the answer. - Time Check: The full script should run ~8-10 minutes with examples. Trim recaps if needed.