Question 1 of 24
Find the gradient of the line through (-3, 7) and (5, -1).
Show a hint
Use change in y divided by change in x, keeping the subtraction order consistent.
Cambridge International AS Level · Mathematics 9709
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
17 lesson sections
Explanation
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
Work at your own pace
Question 1 of 24
Use change in y divided by change in x, keeping the subtraction order consistent.
Quick recall
Card 1 of 14
Front
Review the essentials
Lines: calculate gradients with matched subtraction order; choose y = mx + c, point-gradient or general form appropriately; and handle vertical lines separately. Use equal gradients for parallel lines and negative reciprocals for non-vertical perpendicular lines.
Coordinates: average coordinates for a midpoint, use Pythagoras for distance, and solve equations simultaneously for intersections. Verify an intersection in every original equation and retain exact values when no rounding is requested.
Circles: identify centre and radius from standard form, complete both squares in expanded form, and use diameter, symmetry, tangent-radius perpendicularity and angle-in-a-semicircle facts only when their conditions are stated.
Intersections: substitute a line into a circle or curve and interpret the quadratic discriminant. Excluded scope includes implicit differentiation, all other Pure Mathematics 1 sections, other examination components and complete AS Mathematics coverage.
Authorship: original ai assisted.
Original practice, not an official examination paper. Readnary is not affiliated with the awarding body. Prepared with AI assistance.