7.2 Parallel and Perpendicular Lines


2026 📋 Syllabus Objectives

By the end of these notes, you should be able to:

  • Know and use the condition that tells you when two lines are parallel
  • Know and use the condition that tells you when two lines are perpendicular

1. What is a Gradient?

Before we look at parallel and perpendicular lines, you need to understand what gradient means.

The gradient of a line tells you how steep the line is. It measures how much the line goes up or down for every step it moves to the right.

The Gradient Formula:

m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}

Here, (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) are any two points on the line, and mm stands for the gradient.

In plain English: Take two points on a line. Divide the vertical distance (difference in yy values) by the horizontal distance (difference in xx values).

Quick Example: Find the gradient of the line passing through (1,3)(1, 3) and (5,11)(5, 11).

m=11351=84=2m = \frac{11 - 3}{5 - 1} = \frac{8}{4} = 2

So the gradient is 2. This means for every 1 step to the right, the line goes 2 steps up.

💡 Remember: A positive gradient means the line goes uphill (left to right). A negative gradient means it goes downhill.


2. The Equation of a Straight Line

A straight line can be written in the form:

y=mx+cy = mx + c

  • mm is the gradient (the steepness of the line)
  • cc is the y-intercept (where the line crosses the y-axis)

This form is very useful because you can read off the gradient immediately just by looking at the equation.

Example: In the equation y=3x+7y = 3x + 7, the gradient is 33 and the y-intercept is 77.

Sometimes the equation is written in a different form, such as ax+by=cax + by = c. In that case, rearrange it into the form y=mx+cy = mx + c to find the gradient.

Example: Rearrange 2x+4y=82x + 4y = 8 into y=mx+cy = mx + c.

4y=2x+84y = -2x + 8 y=12x+2y = -\frac{1}{2}x + 2

The gradient is 12-\frac{1}{2}.


3. Parallel Lines

Two lines are parallel when they run in exactly the same direction and never meet, no matter how far they are extended.

🔑 The Condition for Parallel Lines:

Two lines are parallel if and only if their gradients are equal.

m1=m2m_1 = m_2

Here, m1m_1 is the gradient of the first line and m2m_2 is the gradient of the second line.

Think of it this way: If two lines lean at exactly the same angle, they will never cross — they are parallel.

Sign in to view full notes