# Equations of Lines: Parallel & Perpendicular

> Mathematics · CIE IGCSE 0580
> Source: https://www.owlsprep.com/study/cie-0580-u3-equations-of-lines-parallel-perpendicular/

This guide covers parallel and perpendicular line equations for CIE IGCSE Math 0580, including mandatory Core content for all students and clearly marked Extended-only topics for higher-tier candidates, with exam-aligned practice problems.

**Prerequisites:** [Calculate gradient of a straight line from two points or a graph](https://www.owlsprep.com/study/cie-0580-u3-gradient-of-straight-lines/); [Write straight line equations in y = mx + c form](https://www.owlsprep.com/study/cie-0580-u3-equations-of-straight-lines/)

## Learning objectives

- Recall that parallel lines have equal gradients
- Derive equations of parallel lines in y = mx + c, y = k, and x = k forms for Core tier
- Use the m₁m₂ = -1 rule to calculate gradients of perpendicular lines (Extended)
- Rewrite line equations in ax + by = c integer form (Extended)
- Calculate the perpendicular bisector of a line segment (Extended)

## Core: Equations of Parallel Lines

**Parallel Lines** — Two or more straight lines that never intersect, no matter how far they are extended. All parallel lines have exactly equal gradient (m) values.

*Example:* Lines $y = 2x + 3$ and $y = 2x - 7$ are parallel, as both have gradient $m=2$.

For Core tier, you will work with three line forms: $y = mx + c$ (sloped lines), $y = k$ (horizontal lines, gradient 0), and $x = k$ (vertical lines, undefined gradient). To find the equation of a parallel line through a given point, first copy the gradient of the original line, then substitute the gradient and point coordinates into $y = mx + c$ to solve for the y-intercept $c$.

**Worked example:** Find the equation of the line parallel to $y = 3x + 2$ that passes through the point $(2, 5)$. Give your answer in $y = mx + c$ form.

1. 1. Identify the gradient of the given line: $m = 3$ (parallel lines share the same gradient)
2. 2. Substitute $m=3$, $x=2$, $y=5$ into $y = mx + c$:
3. $$5 = 3(2) + c$$
4. 3. Solve for $c$:
5. $$5 = 6 + c \implies c = -1$$
6. 4. Write the final equation: $y = 3x - 1$

> **Exam tip:** Always rearrange given line equations to y = mx + c first to extract the correct gradient before solving for parallel lines.

## Extended Only: Perpendicular Lines & ax + by = c Form

**Perpendicular Lines** — Two lines that intersect at a 90° right angle. For non-vertical/non-horizontal lines, the product of their gradients equals -1: $m_1m_2 = -1$. Horizontal lines ($y=k$) and vertical lines ($x=k$) are also perpendicular.

*Example:* A line with gradient $2$ is perpendicular to a line with gradient $-\frac{1}{2}$, as $2 \times -\frac{1}{2} = -1$.

Extended candidates must also be able to write line equations in $ax + by = c$ form, where $a$, $b$, and $c$ are integers and $a$ is non-negative. To find a perpendicular line equation, first calculate the negative reciprocal of the original gradient, then substitute the given point coordinates to solve for the intercept.

**Worked example:** Find the equation of the line perpendicular to $y = 2x + 1$ that passes through $(4, 3)$. Give your answer in $ax + by = c$ form with positive integer coefficients.

1. 1. Gradient of given line: $m_1 = 2$
2. 2. Gradient of perpendicular line: $m_2 = -\frac{1}{2}$ (since $2 \times -\frac{1}{2} = -1$)
3. 3. Substitute $m=-\frac{1}{2}$, $x=4$, $y=3$ into $y = mx + c$:
4. $$3 = -\frac{1}{2}(4) + c \implies 3 = -2 + c \implies c = 5$$
5. 4. Write in $y = mx + c$ form: $y = -\frac{1}{2}x + 5$
6. 5. Multiply all terms by 2 to eliminate fractions: $2y = -x + 10$
7. 6. Rearrange to $ax + by = c$ form: $x + 2y = 10$

**Worked example:** Find the perpendicular bisector of the line segment joining $A(1, 2)$ and $B(5, 6)$. Give your answer in $y = mx + c$ form.

1. 1. Calculate the midpoint of segment $AB$:
2. $$\text{Midpoint} = \left(\frac{1+5}{2}, \frac{2+6}{2}\right) = (3, 4)$$
3. 2. Calculate the gradient of $AB$:
4. $$m_1 = \frac{6-2}{5-1} = 1$$
5. 3. Gradient of perpendicular bisector: $m_2 = -1$
6. 4. Substitute midpoint $(3,4)$ and $m=-1$ into $y = mx + c$:
7. $$4 = -1(3) + c \implies c = 7$$
8. 5. Final equation: $y = -x + 7$

**Exam command terms**

- **Find the perpendicular bisector of $AB$** — Calculate the midpoint of $AB$, use the negative reciprocal of $AB$'s gradient, then write the equation through the midpoint.

- **Give your answer in $ax + by = c$ form** — Rearrange the equation to eliminate fractions, ensuring $a$ is a non-negative integer.

**Check your understanding**

1. What is the gradient of a line perpendicular to $y = 4x - 3$?

   *Why:* The product of perpendicular gradients is -1, so $m = -1/4$.

*Calculator:* allowed

## Exam Cues & Quick Practice

**Exam command terms**

- **Find the equation of the line parallel to...** — Use the exact same gradient as the given line, substitute the provided point to find the intercept. *(Line parallel to $y=4x-1$ through $(0,2)$: answer $y=4x+2$)*

**Check your understanding**

1. What is the gradient of a line parallel to $y = -5x + 9$?

   *Why:* Parallel lines have identical gradients, so the gradient is exactly -5.

## Common pitfalls

- **Wrong:** (Extended) Using the negative reciprocal gradient for parallel lines
  - Why it fails: Students mix up parallel and perpendicular gradient rules
  - Correct: Parallel lines have equal gradients; only use the negative reciprocal for perpendicular lines (Extended only)
- **Wrong:** (Extended) Extracting the gradient directly from $ax + by = c$ without rearranging to $y = mx + c$ first
  - Why it fails: For $2x + y = 5$, the gradient is not 2, it is -2
  - Correct: Always rearrange given line equations to $y = mx + c$ form before reading the gradient value
- **Wrong:** (Extended) Using an endpoint of a segment instead of the midpoint when calculating the perpendicular bisector
  - Why it fails: The perpendicular bisector cuts the segment exactly in half, so it must pass through the midpoint
  - Correct: Calculate the midpoint of the segment first before finding the perpendicular bisector equation
- **Wrong:** (Extended) Leaving a negative $a$ value when writing equations in $ax + by = c$ form
  - Why it fails: Extended tier requires $a$ to be a non-negative integer
  - Correct: If you get $-2x + 3y = 6$, multiply all terms by -1 to get $2x - 3y = -6$
- **Wrong:** (Extended) Trying to apply the $m_1m_2 = -1$ rule to horizontal and vertical lines
  - Why it fails: Horizontal lines have gradient 0, vertical lines have undefined gradient, so their product does not exist
  - Correct: Recognize that all $y = k$ (horizontal) and $x = k$ (vertical) lines are automatically perpendicular to each other

## Cheatsheet

| Concept | Core Rule | Extended Rule |
| --- | --- | --- |
| Parallel Lines | Equal gradients ($m_1 = m_2$) | Same as Core, can write in $ax + by = c$ form |
| Perpendicular Lines | Not assessed | Product of gradients = -1 ($m_1m_2 = -1$) |
| Perpendicular Bisector | Not assessed | Passes through segment midpoint, has perpendicular gradient |
| Allowed Line Forms | $y = mx + c$, $y = k$, $x = k$ | All Core forms + $ax + by = c$ (integer $a \geq 0$) |

## What's next

Now that you have mastered parallel and perpendicular line equations, you can apply this knowledge to more complex coordinate geometry problems for your CIE IGCSE Math 0580 exam. Core students can move on to practice problems involving line intersections and graph sketching, while Extended students can progress to harder topics including 3D coordinates and shape problems that combine line equations with area or perimeter calculations. Be sure to practice past paper questions to build speed and accuracy under exam conditions.

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/cie-0580-u3-equations-of-lines-parallel-perpendicular/
