EN FR

COM-2: Coordinate Geometry and Lines

Module 1 · Mathematical Communication & Geometry

Section 1: Introduction

Think about the last time you drove up a steep hill. Some hills feel gentle; others feel like you’re launching into orbit. That steepness — how much you rise for every metre you travel forward — has a precise mathematical name: slope.

Or think about a car’s speedometer. Speed is distance divided by time — change in position divided by change in time. That fraction, , is exactly the same idea as slope, just applied to motion instead of geometry.

Slope isn’t a geometry concept. It’s a universal concept. It measures how fast one quantity changes relative to another. That’s why it appears everywhere: in physics, in economics, in biology, in engineering.

A teaser for what’s coming. In calculus, you’ll encounter something called the derivative. It sounds intimidating — but once you’ve worked through this course, you’ll recognize it immediately: the derivative is just a slope. Specifically, it’s the slope of the curve at a single point, computed by finding slopes of secant lines through nearby points and asking what value they approach.

Everything in this lesson — distance, midpoint, slope, line equations, secant lines — is building toward that moment. You won’t learn the derivative today. But by the time you meet it in calculus, it will feel like an old friend.

After this lesson, you will be able to:

Section 2: Prerequisites

This lesson builds directly on COM-1. The notation habits you established there — vertical work, exact values, and implication arrows — are expected throughout.

  • From COM-1: Exact Values. Coordinates like must stay as fractions. Do not use decimals or approximations in your work.
  • Cartesian Plane: You should be comfortable plotting points , identifying quadrants, and navigating the horizontal () and vertical () axes.
  • Fraction Arithmetic: You will need to add, subtract, multiply, and divide fractions without a calculator to compute slopes and intercepts.
  • Pythagorean Theorem: Recall that for a right triangle. This is the geometric engine behind the distance formula.

Retrieval Checkpoint

In the phrase “rise over run,” which direction corresponds to the “rise”?

Success Factor: Slope is the single most important concept in calculus. If you ever find yourself writing “run over rise” (), stop and re-read the definition. Getting the direction right today will save you hours of confusion in the next course.

Section 3: Core Concepts


C1 — The Distance Formula

Place two points on a coordinate plane: and . To find the straight-line distance between them, draw a right triangle: the horizontal leg has length and the vertical leg has length . The distance is the hypotenuse.

Distance Formula

This is the Pythagorean theorem written in coordinate form. It doesn’t matter which point you call — squaring removes the sign.

xy123452468A(1, 2)B(4, 6)Δx = 3Δy = 4d = 5

The distance formula is the Pythagorean theorem in coordinate form: the legs are Δx and Δy; the hypotenuse is d.

Quick example: distance from to :

Common error — the “Manhattan distance” trap: Writing . This gives the distance you’d walk along a grid (like city blocks) — not the straight-line distance. Always square each difference, add, then take the square root.



C2 — The Midpoint Formula

The midpoint of a segment is the point exactly halfway between its two endpoints. You find it by averaging each coordinate separately.

Midpoint Formula

Add the two -values and divide by 2; add the two -values and divide by 2.

Common error — subtraction instead of addition: Writing instead of . The midpoint uses the average (sum ÷ 2), not the half-difference. If you need to, say out loud: “add, then halve.”



C3 — Slope

Slope measures steepness: how much a line rises (or falls) for every unit it moves to the right. It’s the ratio of vertical change to horizontal change.

Slope

Given any two distinct points on a line, the slope is the same regardless of which two points you choose — this is what makes slope a property of the line, not just the points.

Special cases:

m > 0m < 0y = cm = 0x = cundefinedrises left to rightfalls left to righthorizontal linevertical line

The most common slope error: reversing the formula and writing . The mnemonic is “rise over run” — rise is vertical (), run is horizontal (). The -values always go in the numerator.



C4 — Equations of Lines

Once you know a slope and one point on a line, you can write its equation. There are two standard forms — and in calculus, one of them is far more useful than the other.

Point-Slope Form (primary)

where is the slope and is any known point on the line.

Slope-Intercept Form (derived)

where is the -intercept. This is obtained by expanding point-slope and solving for .

Why point-slope is the primary form in calculus. In calculus, you’ll be given a point on a curve and a slope (the “tangent slope”) — you’ll almost never know the -intercept directly. Point-slope form lets you write the equation immediately from what you have. Starting with slope-intercept forces you to compute as an extra step — and that’s an extra opportunity for an error.

Get comfortable reaching for point-slope first. You can always expand it to slope-intercept afterwards if you need to.

Example: slope , through :

That’s it — that’s the equation. If you need slope-intercept:



C5 — Parallel and Perpendicular Lines

Parallel and Perpendicular Slope Relationships

  • Parallel lines have equal slopes: . They never intersect.
  • Perpendicular lines have slopes whose product is : , so . They intersect at a right angle.
m1 = 1m2 = 1Parallel: m₁ = m₂m1 = 2m2 = −½Perpendicular: m₁ · m₂ = −1

The perpendicular slope rule is sometimes stated as “negate and take the reciprocal.” Both operations are required:

Common error — half the operation: Given slope 4, writing the perpendicular slope as (only negated) or (only reciprocated). The correct perpendicular slope is . Both operations are always required.



C6 — Secant Lines

A secant line is a straight line that crosses a curve at exactly two distinct points. Its slope measures the average rate of change of the curve between those two points.

Slope of a Secant Line

If a curve is defined by and the secant passes through and , then:

This is simply the slope formula — applied to two points on a curve rather than a line.

The secant line is the bridge between algebra and calculus. In the interactive visualization below, the fixed point P is anchored at on the parabola . Drag the slider to move the second point Q along the curve. Watch what happens to the slope of the secant as Q approaches P.

xy1232468y = x²P(1,1)Q(2.5, 6.3)

Slope of secant PQ:  m = 3.50

What do you notice? As you drag Q toward P (sliding x₂ toward 1), the slope values get closer and closer to a specific number. That limiting value — the slope the secant approaches as the two points merge — is what calculus calls the derivative of at . You’ll formalize this in BTC-2.

Section 4: Worked Examples

Example 1 — Distance and Midpoint (C1, C2)

Find the exact distance and midpoint between and .

Step 1 — Identify the differences:

Step 2 — Apply the distance formula:

Step 3 — Apply the midpoint formula:

Note: the midpoint -coordinate is , not 2.5 — exact form from COM-1.



Example 2 — Testing Perpendicularity with Slopes (C3, C5)

Points , , . Is the angle at a right angle? In other words, is ?

Try computing both slopes before reading the solution.

Show Solution

Step 1 — Compute slope of PQ:

Step 2 — Compute slope of PR:

Step 3 — Check the product:

Since the product of slopes is , we conclude — the angle at is exactly .



Example 3 — Equation of a Line Through Two Points (C3, C4)

Write the equation of the line through and .

Step 1 (slope) is fully shown. Try step 2 before reading the rest.

Step 1 — Compute the slope:

Show Steps 2 and 3

Step 2 — Write in point-slope form (using the point ):

Step 3 — Expand to slope-intercept if needed:

Check: Using the other point gives — the same result. Either point works in step 2.



Example 4 — The Secant Line (C3, C4, C6)

Let . Find the equation of the secant line through and .

The steps are named. Try each one before reading.

Step 1: Evaluate f at both points

Step 2: Compute the slope of the secant

Step 3: Write the equation in point-slope form

Using :

Equivalent slope-intercept form:

Notice: we evaluated at two points on a curve, computed a slope, then wrote a line equation — using nothing but C1–C4 skills. This is exactly the difference quotient from BTC-2, before taking the limit.

Section 5: Guided Practice

Choose the correct answer from the dropdown. If your choice is wrong, you’ll see an explanation of why — and why the correct answer is right.

Problem 1 — Slope from Two Points (C3) — Generative

Find the slope of the line through and .

Find the slope of the line through and .

Find the slope of the line through and .

Find the slope of the line through and .

Find the slope of the line through and .


Problem 2 — Point-Slope Form (C4) — Generative

A line has slope and passes through . Which equation is correct?

A line has slope and passes through . Which equation is correct?

A line has slope and passes through . Which equation is correct?

A line has slope and passes through . Which equation is correct?

A line has slope and passes through . Which equation is correct?


Problem 3 — Parallel or Perpendicular? (C5)

Line 1 has slope . Line 2 has slope . What is their relationship?

Line 1 has slope . Line 2 also has slope . What is their relationship?

Line 1 has slope . Line 2 has slope . What is their relationship?

Line 1 has slope . Line 2 has slope . What is their relationship?

Line 1 has slope . Line 2 has slope . What is their relationship?


Problem 4 — Distance Formula (C1)

Find the exact distance between and .

Section 6: Independent Practice

Work through each problem independently. Show your steps using vertical work from COM-1. Use the “Show Solution” toggle to check your reasoning — not just your answer.

Problem 1 — Distance and Midpoint (C1, C2)

Problem 2 — Slope from Two Points (C3)

Problem 3 — Equation of a Line Through Two Points (C3, C4)

Write the equation of the line through and in point-slope form.

Show Solution

Step 1 — Slope:

Step 2 — Point-slope form (using ):

Equivalent slope-intercept:

Write the equation of the line through and in point-slope form.

Show Solution

Step 1 — Slope:

Step 2 — Point-slope form (using ):

Equivalent slope-intercept:

Write the equation of the line through and in point-slope form.

Show Solution

Step 1 — Slope:

Step 2 — Point-slope form (using — the -intercept!):

Since the known point is the -intercept, slope-intercept form is immediate: .

Write the equation of the line through and in point-slope form.

Show Solution

Step 1 — Slope:

Step 2 — Point-slope form (using ):

Equivalent slope-intercept:

Write the equation of the line through and in point-slope form.

Show Solution

Step 1 — Slope:

Step 2 — Point-slope form (using ):

Equivalent slope-intercept:

Problem 4 — Perpendicular Line Through a Point (C5, C4)

A line has slope and passes through the point . Find the equation of the line perpendicular to it that also passes through .

Show Solution

Step 1 — Perpendicular slope:

Step 2 — Point-slope form through :

Slope-intercept:

A line has equation . Find the equation of the line perpendicular to it that passes through .

Show Solution

Step 1 — Read slope and find perpendicular slope:

Step 2 — Point-slope form through :

A line has equation . Find the equation of the line perpendicular to it that passes through .

Show Solution

Step 1 — Read slope and find perpendicular slope:

Step 2 — Point-slope form through :

Slope-intercept:

A line has equation . Find the equation of the line perpendicular to it that passes through .

Show Solution

Step 1 — Read slope and find perpendicular slope:

Step 2 — Point-slope form through :

Equivalent:

A line has equation . Find the equation of the line perpendicular to it that passes through .

Show Solution

Step 1 — Read slope and find perpendicular slope:

Step 2 — Point-slope form through :

Slope-intercept:

Problem 5 — Secant Line on a Curve (C3, C4, C6)

Let . Find the equation of the secant line through and . Write your answer in point-slope form.

Show Full Solution

Step 1 — Evaluate f at both points:

Step 2 — Secant slope:

Step 3 — Point-slope form (using ):

Section 7: Mastery Check

No hints. No scaffolding. These questions test whether you can recognize and apply coordinate geometry principles on your own.

Question 1 — Feynman Test

In your own words, explain why point-slope form is more useful than slope-intercept form in calculus. Your answer should mention: (1) what information you typically know when working with curves, and (2) what extra step slope-intercept requires that point-slope avoids.

0 / 600
See a Model Answer

In calculus, when you find a tangent line to a curve at a specific point, you know two things: the coordinates of the point and the slope at that point (from the derivative). You almost never know the -intercept directly.

Point-slope form lets you write the equation immediately using exactly what you know. Slope-intercept form requires computing as an extra step — this isn’t hard, but it’s an additional arithmetic operation and an extra place to make an error.

More importantly, the point-slope structure mirrors how you find tangent lines in calculus: “I know a point, I have a slope, here’s the line.” Starting with slope-intercept hides that structure.


Question 2 — Apply (C5)

Find the equation of the line perpendicular to that passes through . Write your answer in both point-slope and slope-intercept forms.

Show Solution

Step 1 — Read the slope:

Step 2 — Perpendicular slope: (negate and reciprocate )

Step 3 — Point-slope form:

Step 4 — Slope-intercept form:


Question 3 — Feynman Test — Secant to Tangent (C6)

In your own words, explain the difference between a secant line and a tangent line for a curve . If we only have algebra (no calculus), how can we use a secant line to estimate the slope of the curve at a single point?

0 / 500
See a Model Answer

A secant line passes through two distinct points on a curve, measuring the average rate of change between them. A tangent line touches the curve at exactly one point, measuring the “instantaneous” rate of change there. To estimate the tangent slope using only algebra, we pick a second point very close to our target point and compute the slope of the secant line connecting them. As the distance between the points decreases, the secant slope approaches the tangent slope.


Question 4 — Distance vs Midpoint Check (C1, C2)

Find the midpoint of the segment connecting and .


Question 5 — Analyze (C3)

A student is asked to find the slope of the line through and . They write:

What is the error? What is the correct slope?

Show Analysis

The error: The student has computed instead of . They put the -differences in the numerator and the -differences in the denominator — exactly backwards.

Correct slope:

Note that the correct slope is the reciprocal of the student’s answer . This is the tell-tale sign of a reversed-formula error.


Self-Assessment

How confident are you with the six core concepts from this lesson?

Still shakyReady for the Boss Fight

Section 8: Boss Fight

You’ve practiced individual concepts. Now combine them — under real constraints. Choose your path:

📐 Path A: The Surveyor

You’re mapping three city intersections. Using only coordinates, determine whether a key road is perpendicular to another, locate a meeting point, and write the equation of a new road. Think like a city planner with a coordinate grid.

📈 Path B: The Analyst

You’re analyzing the shape of a curve by drawing secant lines through nearby points. You’ll compute two secant lines, write their equations, and reason — without any calculus — about what happens as the two points get closer and closer. Think like a mathematician staring at the first glimpse of the derivative.

Path A: The Surveyor

The situation: A city grid has three intersections at coordinates , , and .

Task A1 — Analyze the intersections.

(1) Is road AB perpendicular to road BC? Compute the slopes of AB and BC and apply the perpendicularity test. (2) Find the midpoint M of segment AC. (3) Write the equation of the new access road passing through M that runs parallel to road AB.


0 / 1200
Show Full Solution

Part 1 — Slopes of AB and BC:

Perpendicularity check:

Yes — road AB is perpendicular to road BC.


Part 2 — Midpoint M of AC:


Part 3 — New road through M, parallel to AB:

Parallel to AB means same slope: .

Point-slope form through :

Slope-intercept form:

What to check: Did you verify the perpendicularity with the product test (not just by “looking at” the slopes)? Did you leave the midpoint as an exact fraction rather than a decimal? Did you use point-slope, not slope-intercept, as your starting point?

Path B: The Analyst

The setup: Let .

Task B1 — Analyze the secant lines.

(1) Find the equation of the secant line through and . (2) Find the equation of the secant line through and . (3) As the second point moves from to , the slope of the secant changed. In your own words: what is happening geometrically to the secant line as the second point slides closer and closer to ? What do you think the slope would approach — and what would that limiting line represent?


0 / 1500
Show Full Solution

Part 1 — Secant through (1, f(1)) and (3, f(3)):

Equation:


Part 2 — Secant through (1, f(1)) and (2, f(2)):

Equation:


Part 3 — Geometric description:

As the second point slides from toward , the secant line rotates around the anchor point . With , the slope is 4; with , the slope is 3. As continues moving toward 1, the slope keeps decreasing — approaching the slope of the curve at the single point .

That limiting line — the one the secant approaches as the second point merges with the first — is the tangent line to the curve at . Its slope is what calculus calls the derivative of at . (For , the derivative at is — you’d need calculus to show this rigorously, but you can see the secant slopes 4, 3, … trending toward it.)

Section 9: Challenge Problems

Optional stretch. These go beyond the lesson objectives and connect to deeper ideas. Attempt them when you feel confident with the core material.

Challenge 1 — The Perpendicular Bisector (C1, C2, C4, C5)

The perpendicular bisector of a segment is the line that (1) passes through the midpoint of the segment and (2) is perpendicular to the segment.

Find the equation of the perpendicular bisector of the segment from to .

Show Solution

Step 1 — Midpoint:

Step 2 — Slope of AB:

Step 3 — Perpendicular slope:

Step 4 — Line through M with slope 2:

Equivalent:

Perpendicular bisectors are used in calculus when finding the center of a circle tangent to a curve at a point — a concept related to curvature.

Challenge 2 — Three Equal Distances (C1)

Show that the three points , , form an equilateral triangle — that is, all three side lengths are equal.

Show Solution

Side AB:

Side BC:

Side AC:

Since , triangle is equilateral.

Notice how the exact form was essential — a decimal approximation of would produce rounding errors that make the equilateral property impossible to verify cleanly.

Challenge 3 — The Secant Slope Pattern (C3, C6)

Let . Consider the secant line through the fixed point and the movable point .

  1. Compute the slope of this secant for . Record the four values.
  2. Without computing, what value does the slope appear to approach as ?
  3. Bonus: Simplify the general formula algebraically (expand ). What does the formula become after cancelling ?
Show Solution

Part (a) — Four slopes:

Secant slope

  • :
  • :
  • :
  • :

Part (b) — The pattern:

The slopes 5, 4.5, 4.1, 4.01, … are getting closer and closer to 4.

Part (c) — The algebraic simplification:

As , this expression . So the slope approaches exactly — which is the derivative of at . In BTC-2, you’ll generalize this with the difference quotient .

You just computed your first derivative — without any calculus. The algebraic simplification in part (c) is exactly what the difference quotient formula does. Welcome to the threshold.

Section 10: Solutions Reference

Complete, step-by-step solutions for all problems in Sections 5–9 are available on the solutions page. Solutions include worked arithmetic, common mistakes to watch for, and interpretation guidance.

View Full Solutions →

If you’re stuck: Re-read the relevant Core Concept in Section 3, then find the Worked Example that maps to that concept (e.g., Example 1 maps to Concept 1). The solutions page shows the reasoning behind every step, not just the final answer.

Quick-Reference Formulas

Distance Formula:

Midpoint Formula:

Slope:

Line Equations: Point-slope: . Slope-intercept: .

Parallel & Perpendicular: Parallel: . Perpendicular: .