# The straight line and its equation

> Edexcel International GCSE Further Pure Mathematics · 4PM1
> Source: https://www.owlsprep.com/study/edexcel-igcse-further-pure-math-s8-the-straight-line-and-its/

This guide covers the three core straight line equation forms required for Edexcel IGCSE Further Pure Math (4PM1). You will learn how to derive, rearrange, and apply each form to solve standard exam questions.

**Prerequisites:** [Calculate gradient of a straight line between two points](https://www.owlsprep.com/study/edexcel-igcse-further-pure-math-s8-gradient-of-a-straight-line/); [Interpret rectangular Cartesian coordinates](https://www.owlsprep.com/study/edexcel-igcse-further-pure-math-s8-rectangular-cartesian-coordinates/)

## Learning objectives

- Recall and apply the slope-intercept form y = mx + c to find line equations and interpret parameters
- Use the point-slope form y - y₁ = m(x - x₁) to derive line equations given a point and gradient
- Rewrite line equations between standard ax + by = c form and other forms, and interpret this general format
- Solve typical exam questions requiring calculation of line equations from given data

## Slope-Intercept Form: y = mx + c

**Slope-Intercept Form** — A linear equation that explicitly states the gradient (m) and y-intercept (c) of a straight line. The y-intercept is the point where the line crosses the y-axis (x=0).

*Example:* y = 2x + 3 has a gradient of 2 and y-intercept at (0, 3)

This form is most useful when you know both the gradient of the line and its y-intercept, or when you need to quickly identify these parameters from a given equation. It is also the easiest form to use for plotting lines by hand, as you can start at the y-intercept and use the gradient to plot additional points.

**Worked example:** A straight line has a gradient of -2 and crosses the y-axis at (0, 5). Write its equation in slope-intercept form.

1. Identify the values of m and c from the question
2. $$m = -2, c = 5$$
3. Substitute into the slope-intercept form y = mx + c
4. $$y = -2x + 5$$

> **Exam tip:** If a question says a line passes through the origin, c = 0 so the equation simplifies to y = mx.

*Calculator:* allowed

## Point-Slope Form: y - y₁ = m(x - x₁)

**Point-Slope Form** — A linear equation used when you know the gradient of the line and the coordinates of any single point (x₁, y₁) that lies on the line. This is the most versatile form for most exam questions.

*Example:* A line with gradient 3 passing through (1, 4) has equation y - 4 = 3(x - 1)

This form is ideal for exam questions that give you a gradient and a point on the line, or two points (you can calculate the gradient first using your prior knowledge, then apply this form). You can always rearrange this form to slope-intercept or standard form if required.

> **tip**
>
> You do not need to expand the point-slope form unless the question specifically asks for another format, but expanding is usually safer to avoid arithmetic errors when checking your answer.

**Worked example:** Find the equation of the straight line with gradient 4 that passes through the point (2, -1). Give your answer in slope-intercept form.

1. Identify the known values: gradient m = 4, point (x₁, y₁) = (2, -1)
2. Substitute into point-slope form
3. $$y - (-1) = 4(x - 2)$$
4. Simplify left side and expand right side
5. $$y + 1 = 4x - 8$$
6. Rearrange to y = mx + c form by subtracting 1 from both sides
7. $$y = 4x - 9$$

*Calculator:* allowed

## Standard Form: ax + by = c

**Standard Form of a Straight Line** — A linear equation written as ax + by = c where a, b, c are integers, and the coefficient a is non-negative. This form is useful for finding x and y intercepts quickly, and is often requested explicitly in exam questions.

*Example:* The equation y = 2x + 5 can be rewritten as 2x - y = -5 in standard form

Many exam questions will ask you to give your final answer in this form, so you must be comfortable rearranging other line equation forms to meet this requirement. Always ensure a, b and c are integers with no common factors, and a is positive unless specified otherwise.

**Worked example:** Rewrite the equation y = (3/2)x + 4 in standard form, where a, b and c are integers with no common factors.

1. Multiply all terms by 2 to eliminate the fraction
2. $$2y = 3x + 8$$
3. Rearrange terms to group x and y on the left side, constants on the right
4. $$-3x + 2y = 8$$
5. Multiply all terms by -1 to make the x coefficient positive
6. $$3x - 2y = -8$$
7. Check that 3, -2, -8 have no common factors: this is the final standard form

> **Exam tip:** Double check that all coefficients are integers and have no common factors, as marks are often lost for failing to simplify this form fully.

*Calculator:* allowed

## Common pitfalls

- **Wrong:** Mixing up x₁ and y₁ values when substituting into point-slope form, e.g. writing y - 3 = m(x - 2) for point (2, 3)
  - Why it fails: This shifts the line off the given point, leading to an incorrect equation that does not pass through the stated coordinate
  - Correct: Always map y₁ to the y-coordinate of the point and x₁ to the x-coordinate: for point (p, q), the equation starts y - q = m(x - p)
- **Wrong:** Leaving fractions in the standard form ax + by = c, e.g. writing (1/2)x + y = 3 as the final answer
  - Why it fails: The standard form explicitly requires integer values for a, b, c, so this will lose marks even if the relationship is mathematically equivalent
  - Correct: Multiply all terms by the lowest common denominator of all fractions to eliminate denominators before rearranging to standard form
- **Wrong:** Misidentifying the sign of c in slope-intercept form, e.g. saying c = 3 for y = 2x - 3
  - Why it fails: The constant term in y = mx + c includes its sign, so a negative constant means a negative y-intercept
  - Correct: Always read the full constant term including its sign: for y = 2x - 3, c = -3, so the y-intercept is at (0, -3)
- **Wrong:** Leaving the x coefficient negative in standard form, e.g. giving -2x + 3y = 5 as the final answer
  - Why it fails: Standard convention for ax + by = c requires the x coefficient a to be non-negative, so this will not meet question requirements
  - Correct: Multiply all terms by -1 to make the x coefficient positive, resulting in 2x - 3y = -5 for the example above
- **Wrong:** Using only y = mx + c for all questions, even when given a point and gradient not on the y-axis
  - Why it fails: This requires extra calculation to find c, increasing the risk of arithmetic errors and wasting exam time
  - Correct: Use the point-slope form directly when given a gradient and any point on the line, then rearrange to the required format if needed

## Cheatsheet

| Form | Required inputs | Primary use case | Example |
| --- | --- | --- | --- |
| y = mx + c | Gradient (m), y-intercept (c) | Identify gradient/y-intercept, plot lines | y = 3x + 2, m=3, c=2 |
| y - y₁ = m(x - x₁) | Gradient (m), any point (x₁, y₁) on the line | Derive line equation from a point and gradient | y - 4 = 2(x + 1) for m=2, point (-1, 4) |
| ax + by = c | Rearranged from other forms, a,b,c integers, a≥0 | Required exam format, find intercepts quickly | 2x + 3y = 6, x-intercept (3,0), y-intercept (0,2) |

## What's next

Mastering straight line equations is a foundational skill for the rest of your Edexcel IGCSE Further Pure Math coordinate geometry unit, and will be used extensively in topics like calculus (when finding equations of tangents and normals to curves) and multi-step coordinate geometry problems. Next, you should build on this knowledge by learning the conditions for parallel and perpendicular lines, the next sub-topic in the S8 unit, and practice combining these rules to solve complex exam questions. Regularly practice rearranging between the three forms to ensure you can do this quickly and accurately under time pressure, as this is a common source of easy marks if you avoid the common pitfalls listed above.

---

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/edexcel-igcse-further-pure-math-s8-the-straight-line-and-its/
