Study Guide

Coordinate geometry

CIE A-Level MathematicsΒ· 30 min read

1. Distance, Midpoint and Gradientβ˜…β˜†β˜†β˜†β˜†β± 10 min

πŸ“˜ Definition

Gradient

m=y2βˆ’y1x2βˆ’x1m = \frac{y_2 - y_1}{x_2 - x_1}

A measure of the steepness of a straight line, equal to the ratio of vertical change (rise) to horizontal change (run) between any two points on the line.

For any two points and , we use the Pythagorean theorem to find the distance between them, and the average of coordinates to find the midpoint:

  • Distance:

  • Midpoint:

πŸ“ Worked Example

Find the distance between and , and the coordinates of the midpoint of .

  1. 1

    Label coordinates

  2. 2

    Calculate differences between coordinates:

  3. 3
    x2βˆ’x1=3,y2βˆ’y1=4x_2 - x_1 = 3, \quad y_2 - y_1 = 4
  4. 4

    Substitute into the distance formula:

  5. 5
    d=(3)2+(4)2=9+16=25=5d = \sqrt{(3)^2 + (4)^2} = \sqrt{9 + 16} = \sqrt{25} = 5
  6. 6

    Calculate midpoint as the average of coordinates:

  7. 7
    M=(1+42,3+72)=(2.5,5)M = \left(\frac{1+4}{2}, \frac{3+7}{2}\right) = (2.5, 5)

Exam tip:

The order of points does not matter for distance or gradient, since squared differences eliminate negative signs.

2. Equations of Straight Linesβ˜…β˜…β˜†β˜†β˜†β± 15 min

πŸ“˜ Definition

Equation of a straight line

yβˆ’y1=m(xβˆ’x1)ory=mx+cy - y_1 = m(x-x_1) \quad \text{or} \quad y = mx + c

An algebraic relationship connecting the and coordinates of every point on the line, where is the gradient and is the y-intercept (the value of where the line crosses the y-axis).

CIE almost always asks for answers in the form , where are integers and is positive.

πŸ“ Worked Example

Find the equation of the line with gradient that passes through , giving your answer in the form .

  1. 1

    Substitute , , into the point-gradient formula:

  2. 2
    yβˆ’1=βˆ’2(xβˆ’3)y - 1 = -2(x - 3)
  3. 3

    Expand the right-hand side:

  4. 4
    yβˆ’1=βˆ’2x+6y - 1 = -2x + 6
  5. 5

    Rearrange all terms to the left-hand side to match the required form:

  6. 6
    2x+yβˆ’7=02x + y - 7 = 0

Exam tip:

Always rearrange your answer to match the form specified in the question question to avoid losing marks.

3. Parallel and Perpendicular Linesβ˜…β˜…β˜†β˜†β˜†β± 15 min

πŸ“˜ Definition

Perpendicular bisector

A line that cuts a given line segment exactly in half at a 90Β° angle. It is often used to find the center of a circle passing through two or three points.

πŸ“ Worked Example

Find the equation of the line perpendicular to that passes through .

  1. 1

    Rearrange the original line to find its gradient:

  2. 2
    y=βˆ’2x+7β€…β€ŠβŸΉβ€…β€Šm1=βˆ’2y = -2x + 7 \implies m_1 = -2
  3. 3

    Calculate the gradient of the perpendicular line:

  4. 4
    m2=βˆ’1m1=βˆ’1βˆ’2=12m_2 = \frac{-1}{m_1} = \frac{-1}{-2} = \frac{1}{2}
  5. 5

    Use the point-gradient formula to find the equation:

  6. 6
    yβˆ’2=12(xβˆ’1)y - 2 = \frac{1}{2}(x - 1)
  7. 7

    Multiply through by 2 and rearrange into standard form:

  8. 8
    2yβˆ’4=xβˆ’1β€…β€ŠβŸΉβ€…β€Šxβˆ’2y+3=02y - 4 = x - 1 \implies x - 2y + 3 = 0

Exam tip:

Always check the product of gradients for perpendicular lines: if the product is not , you made a mistake.

4. Equations of Circlesβ˜…β˜…β˜…β˜†β˜†β± 20 min

πŸ“˜ Definition

Standard equation of a circle

(xβˆ’h)2+(yβˆ’k)2=r2(x - h)^2 + (y - k)^2 = r^2

A circle with center and radius is the set of all points that are a distance from the center. The general form is , where center is and radius is .

To convert from general form to standard form, we complete the square for the and terms separately.

πŸ“ Worked Example

Find the center and radius of the circle with equation .

  1. 1

    Group terms and terms, move the constant to the right-hand side:

  2. 2
    (x2βˆ’4x)+(y2+6y)=3(x^2 - 4x) + (y^2 + 6y) = 3
  3. 3

    Complete the square for each group, balancing constants on both sides:

  4. 4
    (x2βˆ’4x+4)βˆ’4+(y2+6y+9)βˆ’9=3(x^2 - 4x + 4) - 4 + (y^2 + 6y + 9) - 9 = 3
  5. 5

    Simplify into standard form:

  6. 6
    (xβˆ’2)2+(y+3)2βˆ’13=3β€…β€ŠβŸΉβ€…β€Š(xβˆ’2)2+(y+3)2=16(x - 2)^2 + (y + 3)^2 - 13 = 3 \implies (x - 2)^2 + (y + 3)^2 = 16
  7. 7

    Read off center and radius from standard form:

  8. 8

    Center is and radius is

Exam tip:

Flip the sign of the constant inside the bracket when finding the center: means the x-coordinate is , not .

5. Circle Geometry: Tangents, Chords and the Semicircle Angleβ˜…β˜…β˜…β˜†β˜†β± 7 min

Once you can write a circle's equation, three geometric facts unlock almost every circle problem in Paper 1. Each one turns a circle question into the straight-line tools β€” gradient, perpendicularity and distance β€” you already have.

πŸ“ Worked Example

The circle has centre . Find the equation of the tangent to the circle at the point .

  1. 1

    First confirm is on the circle, then use fact 1: the tangent at is perpendicular to the radius . Find the gradient of the radius:

  2. 2
    mCP=7βˆ’35βˆ’2=43m_{CP} = \frac{7-3}{5-2} = \frac{4}{3}
  3. 3

    The tangent is perpendicular to , so its gradient is the negative reciprocal:

  4. 4
    mtangent=βˆ’34m_{\text{tangent}} = -\frac{3}{4}
  5. 5

    Use the point–gradient form through :

  6. 6
    yβˆ’7=βˆ’34(xβˆ’5)β€…β€Šβ‡’β€…β€Š3x+4y=43y - 7 = -\frac{3}{4}(x - 5) \;\Rightarrow\; 3x + 4y = 43
πŸ“ Worked Example

A chord of the circle with centre lies along the line . Find the midpoint of the chord without solving for the endpoints.

  1. 1

    By fact 3, the perpendicular from the centre to the chord passes through the chord's midpoint . The chord has gradient , so this perpendicular has gradient :

  2. 2
    yβˆ’1=βˆ’1(xβˆ’4)β€…β€Šβ‡’β€…β€Šy=βˆ’x+5y - 1 = -1(x - 4) \;\Rightarrow\; y = -x + 5
  3. 3

    The midpoint is where this perpendicular meets the chord. Solve the two line equations together:

  4. 4
    x+1=βˆ’x+5β€…β€Šβ‡’β€…β€Š2x=4β€…β€Šβ‡’β€…β€Šx=2,β€…β€Šy=3x + 1 = -x + 5 \;\Rightarrow\; 2x = 4 \;\Rightarrow\; x = 2,\; y = 3
  5. 5

    So β€” reached using only the perpendicular-bisector fact, no need to find the endpoints first.

Exam tip:

Almost every circle question starts by drawing the radius to the key point. Tangent problems: radius tangent. Chord problems: drop a perpendicular from the centre to hit the midpoint. Diameter problems: look for the angle in the semicircle.

6. Intersections of Lines and Curvesβ˜…β˜…β˜…β˜†β˜†β± 6 min

To find where a line meets a curve (a circle, a parabola, …), substitute the line into the curve's equation. This gives a single quadratic, and its discriminant tells you how many intersection points there are β€” before you even solve it.

πŸ“ Worked Example

Find the coordinates of the points where the line meets the circle .

  1. 1

    Substitute into the circle to eliminate :

  2. 2
    x2+(x+1)2=25x^2 + (x+1)^2 = 25
  3. 3

    Expand and simplify into a standard quadratic:

  4. 4
    2x2+2xβˆ’24=0β€…β€Šβ‡’β€…β€Šx2+xβˆ’12=02x^2 + 2x - 24 = 0 \;\Rightarrow\; x^2 + x - 12 = 0
  5. 5

    Factorise and solve:

  6. 6
    (x+4)(xβˆ’3)=0β€…β€Šβ‡’β€…β€Šx=βˆ’4 or x=3(x+4)(x-3) = 0 \;\Rightarrow\; x = -4 \text{ or } x = 3
  7. 7

    Find each from the line :

  8. 8
    (βˆ’4,β€‰βˆ’3)and(3, 4)(-4,\,-3) \quad\text{and}\quad (3,\,4)
πŸ“ Worked Example

Find the values of for which the line is a tangent to the circle .

  1. 1

    Substitute the line into the circle:

  2. 2
    x2+(x+k)2=8β€…β€Šβ‡’β€…β€Š2x2+2kx+(k2βˆ’8)=0x^2 + (x+k)^2 = 8 \;\Rightarrow\; 2x^2 + 2kx + (k^2 - 8) = 0
  3. 3

    'Tangent' means exactly one solution, so set the discriminant to zero with :

  4. 4
    (2k)2βˆ’4(2)(k2βˆ’8)=0(2k)^2 - 4(2)(k^2 - 8) = 0
  5. 5

    Simplify and solve for :

  6. 6
    4k2βˆ’8k2+64=0β€…β€Šβ‡’β€…β€Šk2=16β€…β€Šβ‡’β€…β€Šk=Β±44k^2 - 8k^2 + 64 = 0 \;\Rightarrow\; k^2 = 16 \;\Rightarrow\; k = \pm 4
  7. 7

    So there are two tangent lines, and β€” one on each side of the circle.

Exam tip:

The discriminant answers 'how many points?' without solving. Setting is the standard way to find a tangency condition (a value of , a gradient, etc.) β€” the same discriminant idea from Quadratics, reused.

7. Common Pitfalls

Wrong move:

Calculating gradient as instead of

Why:

Mixing up rise over run

Correct move:

Remember gradient = change in y divided by change in x (rise over run)

Wrong move:

Taking perpendicular gradient as instead of

Why:

Forgetting the negative sign required for perpendicular lines

Correct move:

Always check that for perpendicular lines

Wrong move:

Writing the center of as

Why:

Misremembering the sign convention for circle equations

Correct move:

Flip the sign of the constant inside each bracket to get the center coordinates

Wrong move:

Writing radius 3 as 3 instead of 9 on the right-hand side of the circle equation

Why:

Skipping steps when substituting into the standard form

Correct move:

Always square the radius when writing the standard circle equation

Wrong move:

Calculating midpoint as

Why:

Silly algebraic mistake in formula recall

Correct move:

Midpoint is the average of coordinates, so add the coordinates and divide by 2

Wrong move:

Using the gradient of the radius as the gradient of the tangent

Why:

The tangent is perpendicular to the radius at the point of contact, so their gradients are not equal

Correct move:

Take the negative reciprocal of the radius gradient: if then

Wrong move:

Thinking a negative discriminant () means the line is a tangent

Why:

A tangent touches at one point, which needs the discriminant to be exactly zero; a negative discriminant means the line misses the curve entirely

Correct move:

Use for a tangent (one point), for two points, and for no intersection

8. Quick Reference Cheatsheet

Concept

Formula

Distance between two points

Midpoint of segment AB

Gradient between two points

Point-gradient line equation

Gradient-intercept form

Parallel lines

Perpendicular lines

Standard circle equation

, center , radius

General circle equation

, center , radius

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2022 Β· 1

    Line intersection problem

  • 2023 Β· 1

    Circle tangent and center problem

  • 2024 Β· 1

    Perpendicular bisector question

Going deeper

What's Next

Coordinate geometry is a core foundation for almost all other topics in A-Level mathematics. You will use these straight line and circle concepts when finding intersections between lines and curves, calculating tangents and normals in calculus, and solving vector problems in further units. Mastery of these basic formulas and relationships is essential for scoring full marks on many common exam questions, as coordinate geometry problems appear in every Pure 1 paper.