← All guided lessons

Cambridge International AS Level · Mathematics 9709

Coordinate geometry

This original practice pack develops AS-level coordinate geometry through equations of straight lines, gradients, intersections, distances, midpoints, parallel and perpendicular lines, standard and expanded circle equations, algebraic line-circle problems, elementary circle geometry, and graph-intersection conditions. Every task is self-contained and needs no diagram. It covers Cambridge 9709 Pure Mathematics 1 section 1.3 only; implicit differentiation and the rest of AS Mathematics are excluded.

2026 / 2027 · Academic review not recorded · Published 2026-09-08

AI-assisted practice — not independently academically reviewed. Answers may contain errors; check important results against your course materials.

Guided tutorial

Learn the topic

17 lesson sections

Lesson contents · 17 sections

What you will learn

  • Find and interpret equations of straight lines in gradient-intercept, point-gradient and general forms.
  • Calculate gradients, midpoints, distances and points of intersection from stated coordinates or equations.
  • Use gradient relationships for parallel and perpendicular lines, including careful treatment of vertical and horizontal lines.
  • Identify a circle's centre and radius from standard or expanded form and construct circle equations from sufficient information.
  • Solve line-circle problems algebraically and use the discriminant to distinguish two intersections, tangency and no real intersection.
  • Apply elementary circle geometry, including a tangent being perpendicular to its radius, symmetry and the angle in a semicircle.
  • Connect intersections of graphs with simultaneous solutions and determine parameter ranges without relying on an unstated sketch.

Explanation

Scope and a diagram-free coordinate toolkit

Coordinate geometry translates geometric facts into equations. A point is represented by an ordered pair, a line by a linear equation, and a circle by a quadratic equation in x and y. Intersections are coordinates that satisfy both relevant equations, so algebra can replace an accurately drawn diagram.

The main habits in this pack are to state the formula being used, preserve exact values such as square roots, and substitute final coordinates back into every original equation. When a question asks for a distance or radius, the result is non-negative; when it asks for a point, both coordinates are required.

This pack is limited to Cambridge 9709 Pure Mathematics 1 section 1.3. It includes elementary geometry of circles but excludes implicit differentiation, and it does not claim to cover other Paper 1 sections or a complete AS Mathematics route.

Explanation

Gradient and the three useful line forms

For distinct points (x1, y1) and (x2, y2) with x2 not equal to x1, the gradient is m = (y2 - y1)/(x2 - x1). The order of subtraction must match in numerator and denominator. If x2 = x1, the line is vertical and its gradient is undefined; its equation is x = x1.

The form y = mx + c displays gradient m and y-intercept c. The point-gradient form y - y1 = m(x - x1) is often fastest when one point and the gradient are known. The general form ax + by + c = 0 is useful for intersections and also includes vertical lines. If b is non-zero, rearranging shows its gradient is -a/b.

To find a line from two points, calculate the gradient, substitute either point into point-gradient form, and then rearrange only if another form is requested. Checking both given points in the final equation detects sign and intercept errors.

Worked example

Worked example: a line through two points

Find the equation of the line through A(-2, 5) and B(4, -1). Its gradient is (-1 - 5)/(4 - (-2)) = -6/6 = -1.

Using A in point-gradient form gives y - 5 = -1(x + 2), so y = -x + 3. In general form this is x + y - 3 = 0.

The check is direct: at A, -2 + 5 - 3 = 0, and at B, 4 - 1 - 3 = 0. Both points satisfy the equation, so neither the gradient sign nor the constant has been lost.

Explanation

Parallel, perpendicular, horizontal and vertical lines

Distinct non-vertical parallel lines have equal gradients. Non-vertical perpendicular lines have gradients whose product is -1, so a line of gradient m, where m is non-zero, has perpendicular gradient -1/m. Equal gradients alone do not prove that two equations name distinct lines; they may describe the same line.

The special cases matter. A horizontal line has equation y = constant and gradient 0. A vertical line has equation x = constant and undefined gradient. Horizontal and vertical lines are perpendicular even though multiplying their gradients is not possible.

A perpendicular bisector passes through a segment's midpoint and is perpendicular to the segment. Find the midpoint first, then use the negative reciprocal gradient unless the segment is horizontal or vertical, in which case use the special-case equations.

Worked example

Worked example: equation of a perpendicular bisector

Find the perpendicular bisector of the segment joining A(2, -1) to B(8, 3). The midpoint is ((2 + 8)/2, (-1 + 3)/2) = (5, 1).

The gradient of AB is (3 - (-1))/(8 - 2) = 4/6 = 2/3, so the perpendicular gradient is -3/2. Through (5, 1), the bisector is y - 1 = (-3/2)(x - 5).

Multiplying by 2 and rearranging gives 3x + 2y - 17 = 0. Substituting the midpoint gives 15 + 2 - 17 = 0, and (2/3)(-3/2) = -1, confirming both required properties.

Explanation

Midpoints, distances and intersections

The midpoint of A(x1, y1) and B(x2, y2) is ((x1 + x2)/2, (y1 + y2)/2). The distance AB is sqrt((x2 - x1)^2 + (y2 - y1)^2), obtained from Pythagoras. Squaring removes sign differences, so reversing the order of the two points gives the same distance.

To find an intersection of two lines, solve their equations simultaneously. Substitution is convenient when one variable is already isolated; elimination is often efficient in general form. A single solution means one intersection, inconsistent parallel equations mean no intersection, and equivalent equations represent the same line with infinitely many common points.

Do not infer a midpoint, distance or intersection from appearance. All values should follow from the stated coordinates and equations, and an intersection should be checked in both original equations.

Worked example

Worked example: intersection and distance from the origin

Find the intersection of 2x + y = 7 and x - y = 2. Adding the equations eliminates y and gives 3x = 9, so x = 3. Then x - y = 2 gives y = 1.

The intersection is P(3, 1). It satisfies 2(3) + 1 = 7 and 3 - 1 = 2, so the simultaneous solution is verified.

Its distance from the origin O(0, 0) is OP = sqrt((3 - 0)^2 + (1 - 0)^2) = sqrt(10). This exact positive value is preferable to a rounded decimal when no accuracy instruction is given.

Explanation

Standard and expanded equations of circles

The equation (x - a)^2 + (y - b)^2 = r^2 represents the circle with centre (a, b) and radius r, where r is positive. Notice the reversed signs inside the brackets: (x + 3)^2 corresponds to centre x-coordinate -3.

An expanded circle has the form x^2 + y^2 + 2gx + 2fy + c = 0. Completing the square gives (x + g)^2 + (y + f)^2 = g^2 + f^2 - c, so the centre is (-g, -f) and the radius is sqrt(g^2 + f^2 - c), provided this quantity is positive.

Equal coefficients of x^2 and y^2 and no xy term are characteristic of these axis-aligned circle equations. Completing both squares and expanding back again is a reliable sign check.

Worked example

Worked example: recover centre and radius from expanded form

Find the centre and radius of x^2 + y^2 - 6x + 4y - 12 = 0. Group the variable terms: (x^2 - 6x) + (y^2 + 4y) = 12.

Complete each square: (x - 3)^2 - 9 + (y + 2)^2 - 4 = 12. Therefore (x - 3)^2 + (y + 2)^2 = 25.

The centre is (3, -2) and the radius is 5. Expanding the standard form returns x^2 + y^2 - 6x + 4y + 9 + 4 - 25 = 0, which simplifies to the original equation.

Explanation

Points, symmetry, diameters and the angle in a semicircle

For a circle with centre C and radius r, a point P lies on the circle exactly when CP^2 = r^2. A smaller squared distance places P inside and a larger squared distance places it outside. Comparing squared distances avoids unnecessary square roots.

The centre is the midpoint of every diameter. If the endpoints of a diameter are known, their midpoint gives the centre and half their distance gives the radius. Conversely, reflection in the centre maps one end of a diameter to the other.

An angle subtended by a diameter at any other point on the circle is 90 degrees. This result may justify perpendicular sides in a triangle, but the point must be stated to lie on the circle and the chord used must actually be a diameter.

Worked example

Worked example: a circle defined by a diameter

A(-1, 2) and B(5, 6) are endpoints of a diameter. Their midpoint is C(( -1 + 5)/2, (2 + 6)/2) = (2, 4), so C is the centre.

Now AB^2 = (5 - (-1))^2 + (6 - 2)^2 = 36 + 16 = 52. Hence the radius squared is AB^2/4 = 13, and the circle is (x - 2)^2 + (y - 4)^2 = 13.

For any other point P on this circle, angle APB is 90 degrees because AB is a diameter. This conclusion uses the stated circle membership; it is not inferred from an unstated drawing.

Explanation

Algebraic intersections of a line and a circle

To intersect a line and a circle, express one coordinate from the line and substitute it into the circle. The resulting quadratic can have two distinct real roots, one repeated root or no real roots, corresponding respectively to a secant, a tangent or a line that misses the circle.

Each root gives one coordinate; substitute back into the line to recover its paired coordinate. Do not combine an x-coordinate from one root with the y-coordinate belonging to another. Check each ordered pair in both original equations.

A discriminant argument can count intersections without finding their coordinates. It must be applied to the quadratic produced by substitution, with strict or non-strict parameter boundaries matching the requested geometric case.

Worked example

Worked example: a secant through a circle

Find where the line y = x + 1 meets the circle x^2 + y^2 = 25. Substitution gives x^2 + (x + 1)^2 = 25, so 2x^2 + 2x - 24 = 0.

Dividing by 2 gives x^2 + x - 12 = 0 = (x - 3)(x + 4). Thus x = 3 or x = -4. From y = x + 1, the corresponding y-values are 4 and -3.

The intersections are (3, 4) and (-4, -3). Both have x^2 + y^2 = 25 and both satisfy y = x + 1, so the line is a secant with two verified intersection points.

Worked example

Worked example: tangent from a radius

The point P(5, 3) lies on (x - 2)^2 + (y + 1)^2 = 25 because 3^2 + 4^2 = 25. The centre is C(2, -1), so the gradient of radius CP is (3 - (-1))/(5 - 2) = 4/3.

A tangent is perpendicular to the radius at the point of contact, so its gradient is -3/4. Through P, its equation is y - 3 = (-3/4)(x - 5).

Multiplying by 4 and rearranging gives 3x + 4y - 27 = 0. The point P satisfies this equation, and (4/3)(-3/4) = -1, verifying both incidence and perpendicularity. No differentiation is used.

Explanation

Tangency, distance from a centre and discriminants

A line is tangent to a circle when it has exactly one common point. Algebraically, substitution produces a quadratic with discriminant zero. A positive discriminant gives two intersections and a negative discriminant gives none.

There is also a geometric test: a line is tangent exactly when the perpendicular distance from the circle's centre to the line equals the radius. For ax + by + c = 0, the distance from (x0, y0) is |ax0 + by0 + c|/sqrt(a^2 + b^2).

Absolute values often create two parameter values, representing parallel tangents on opposite sides of a circle. State both unless another condition excludes one, and distinguish equality for tangency from strict inequalities for intersecting or missing the circle.

Worked example

Worked example: parameter controls graph intersections

Determine how many intersections y = 2x + k has with y = x^2 - 4. Equating the expressions gives x^2 - 2x - (k + 4) = 0.

Its discriminant is (-2)^2 - 4(1)(-(k + 4)) = 4k + 20. Therefore there are two distinct intersections when k > -5, one repeated intersection when k = -5, and no real intersection when k < -5.

At k = -5 the equation is x^2 - 2x + 1 = (x - 1)^2 = 0, so the contact point is (1, -3). It satisfies both y = 2x - 5 and y = x^2 - 4.

Explanation

Common errors and exact-answer discipline

Keep subtraction order consistent in a gradient, and do not assign a numerical gradient to a vertical line. When using -a/b from ax + by + c = 0, first confirm b is non-zero. For perpendicular lines, use the negative reciprocal or the horizontal-vertical special case.

In circle equations, read centre signs oppositely from the brackets and remember that the right side is radius squared, not radius. When completing squares, add the same correction to both sides or account for it explicitly before identifying the radius.

For intersections, recover paired coordinates and check every point in both equations. Preserve exact roots unless rounding is requested, state parameter boundaries carefully, and never assume a diagram supplies a point, orientation or intersection that the text has not stated.

Original practice, not an official examination paper. Readnary is not affiliated with the awarding body. Prepared with AI assistance.