Study Guide

The straight line and its equation

Edexcel International GCSE Further Pure Mathematics· 4PM1 Specification Section 8D· 12 min read

1. Slope-Intercept Form: y = mx + c★★☆☆☆⏱ 4 min

✓ Calculator OK

📘 Definition

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. 1

    Identify the values of m and c from the question

  2. 2
    m=2,c=5m = -2, c = 5
  3. 3

    Substitute into the slope-intercept form y = mx + c

  4. 4
    y=2x+5y = -2x + 5

Exam tip:

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

2. Point-Slope Form: y - y₁ = m(x - x₁)★★★☆☆⏱ 4 min

✓ Calculator OK

📘 Definition

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.

📐 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. 1

    Identify the known values: gradient m = 4, point (x₁, y₁) = (2, -1)

  2. 2

    Substitute into point-slope form

  3. 3
    y(1)=4(x2)y - (-1) = 4(x - 2)
  4. 4

    Simplify left side and expand right side

  5. 5
    y+1=4x8y + 1 = 4x - 8
  6. 6

    Rearrange to y = mx + c form by subtracting 1 from both sides

  7. 7
    y=4x9y = 4x - 9

3. Standard Form: ax + by = c★★★☆☆⏱ 4 min

✓ Calculator OK

📘 Definition

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. 1

    Multiply all terms by 2 to eliminate the fraction

  2. 2
    2y=3x+82y = 3x + 8
  3. 3

    Rearrange terms to group x and y on the left side, constants on the right

  4. 4
    3x+2y=8-3x + 2y = 8
  5. 5

    Multiply all terms by -1 to make the x coefficient positive

  6. 6
    3x2y=83x - 2y = -8
  7. 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.

4. Common Pitfalls

Wrong move:

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:

This shifts the line off the given point, leading to an incorrect equation that does not pass through the stated coordinate

Correct move:

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 move:

Leaving fractions in the standard form ax + by = c, e.g. writing (1/2)x + y = 3 as the final answer

Why:

The standard form explicitly requires integer values for a, b, c, so this will lose marks even if the relationship is mathematically equivalent

Correct move:

Multiply all terms by the lowest common denominator of all fractions to eliminate denominators before rearranging to standard form

Wrong move:

Misidentifying the sign of c in slope-intercept form, e.g. saying c = 3 for y = 2x - 3

Why:

The constant term in y = mx + c includes its sign, so a negative constant means a negative y-intercept

Correct move:

Always read the full constant term including its sign: for y = 2x - 3, c = -3, so the y-intercept is at (0, -3)

Wrong move:

Leaving the x coefficient negative in standard form, e.g. giving -2x + 3y = 5 as the final answer

Why:

Standard convention for ax + by = c requires the x coefficient a to be non-negative, so this will not meet question requirements

Correct move:

Multiply all terms by -1 to make the x coefficient positive, resulting in 2x - 3y = -5 for the example above

Wrong move:

Using only y = mx + c for all questions, even when given a point and gradient not on the y-axis

Why:

This requires extra calculation to find c, increasing the risk of arithmetic errors and wasting exam time

Correct move:

Use the point-slope form directly when given a gradient and any point on the line, then rearrange to the required format if needed

5. Quick Reference 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)

6. Frequently Asked

Do I get given the line equation formulae in the 4PM1 exam?

No, all coordinate geometry formulae including the three straight line forms are not provided on the formula sheet, so you must memorize them.

Can I leave my answer in y=mx+c form even if the question doesn't specify?

Always check the question instructions. If it asks for the form ax + by = c, you must rearrange to meet that requirement, otherwise y=mx+c is acceptable unless stated otherwise.

Going deeper

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.