Additional Mathematics Classroom · Chapter 6 · SEC 2027 · Shared G2/G3 core
Coordinate Geometry: when a picture becomes an equation
Coordinate geometry is one of the places where Mathematics becomes bilingual. A line can be seen as a geometric object or read as an equation. A circle can be drawn with a centre and radius or encoded algebraically. Parallelism becomes equal gradient. Perpendicularity becomes a product condition. A midpoint becomes an average. An area can be recovered from coordinates. Geometry supplies the meaning; algebra supplies the control.
The older Additional Mathematics textbook separates this material into Coordinate Geometry and Further Coordinate Geometry. That book remains an excellent source of teaching sequence: midpoint, parallel and perpendicular lines, straight-line problems, rectilinear areas, then circle equations and nonlinear graph work. SEC 2027 reorganises the ownership. Both G2 K232 and G3 K341 now share a coordinate-geometry core containing parallel/perpendicular conditions, midpoint, area of rectilinear figures and coordinate geometry of circles. G3 then continues beyond the shared core into linearisation of nonlinear relationships, which will become the next chapter rather than being mixed into this one.
← G3 Chapter 5: Exponential and Logarithmic Functions · ← Shared Chapter 4: Surds
The 2027 SEC crosswalk
For both G2 K232 and G3 K341, the coordinate-geometry core includes:
- condition for two lines to be parallel or perpendicular;
- midpoint of a line segment;
- area of a rectilinear figure;
- coordinate geometry of circles in the forms (x − a)² + (y − b)² = r² and x² + y² + 2gx + 2fy + c = 0;
- problems involving two circles are excluded from this core.
G3 K341 adds a further coordinate-representation skill: transforming relationships such as y = axn and y = kbx into linear form so unknown constants can be recovered from a straight-line graph. That is sufficiently distinct—and sufficiently important—to deserve its own G3-only classroom chapter.
The basic gradient, distance and straight-line equation tools are assumed from the corresponding Mathematics course. We will recap them here because they are dependencies, but we will not pretend they are newly invented A-Math content.
The new chapter boundary follows mathematical ownership: prerequisites are repaired, shared A-Math content is taught together, and G3-only linearisation is separated cleanly.
Official references: SEAB 2027 G2 Additional Mathematics K232 · SEAB 2027 G3 Additional Mathematics K341.
What this chapter is really teaching
Coordinate geometry is sometimes taught as a list of formulas: gradient, midpoint, distance, line equation, circle equation. That approach works for direct exercises and becomes fragile in mixed problems. The stronger idea is that coordinates create a translation system.
- A direction becomes a gradient.
- Parallelism becomes equality of gradients.
- Perpendicularity becomes a negative-reciprocal relationship.
- A point on a line becomes a pair satisfying a linear equation.
- A fixed distance from a centre becomes a circle equation.
- A tangent becomes a line with exactly one common point with a circle or a line perpendicular to the radius at the point of contact.
- A polygon becomes a set of ordered pairs from which lengths, slopes and areas can be reconstructed.
The main skill is therefore not remembering formulas separately. It is moving from geometric condition → algebraic condition → solution → geometric interpretation.
Chapter map
- Coordinates as a geometry language
- Gradient and straight-line equations: prerequisite recap
- Parallel lines
- Perpendicular lines
- Midpoints and section reasoning
- Distance as supporting infrastructure
- Area of rectilinear figures
- The standard equation of a circle
- The general equation of a circle
- Completing the square to recover centre and radius
- Constructing circle equations from geometric data
- Line–circle intersections
- Tangency
- Parameter problems
- What is excluded from the core
- G2/G3 performance differences
- Error diagnosis
- Original guided practice and worked answers
1 · Coordinates are not labels; they are constraints
A point P(x,y) is located by two coordinates. But in algebraic geometry, those coordinates do more than locate the point. They can satisfy equations that encode membership of a geometric object.
If P lies on the line y = 2x + 3, then its coordinates satisfy y = 2x + 3. If P lies on the circle (x − 4)² + (y + 1)² = 25, its coordinates satisfy that equation. A point at the intersection of the line and the circle satisfies both equations at once.
This is the bridge from geometry to simultaneous equations. A diagram can therefore become a system of algebraic constraints.
To say “the point lies on the object” is to say “its coordinates satisfy the object’s equation”.
Membership check
Does P(3,7) lie on y = 2x + 1?
Substitute x = 3: 2(3) + 1 = 7. The y-coordinate matches. Therefore P lies on the line.
Does Q(4,1) lie on (x − 1)² + (y − 1)² = 9?
(4 − 1)² + (1 − 1)² = 9, so Q lies on the circle.
Substitution is not merely a calculation. It is a geometric membership test.
2 · Gradient: direction encoded as a number
For two distinct points A(x1,y1) and B(x2,y2) with x1 ≠ x2, the gradient of AB is
m = (y2 − y1)/(x2 − x1).
Gradient measures vertical change per unit horizontal change. Positive gradient rises from left to right; negative gradient falls; zero gradient is horizontal. A vertical line has undefined gradient because its horizontal change is zero.
Worked prerequisite
Find the gradient of the line through A(−2,5) and B(4,−1).
m = (−1 − 5)/(4 − (−2)) = −6/6 = −1.
If the coordinates are reversed consistently, the same result appears:
(5 − (−1))/(−2 − 4) = 6/(−6) = −1.
The error comes when one subtraction is reversed but the other is not.
Straight-line equation recap
A non-vertical straight line can be written as y = mx + c. If a point (x1,y1) and gradient m are known, point–gradient form is often cleaner:
y − y1 = m(x − x1).
For the line of gradient 3 through (2,−4):
y + 4 = 3(x − 2), so y = 3x − 10.
This is prerequisite material, but it is worth restoring because parallel, perpendicular, tangent and circle-intersection problems all depend on it.
3 · Parallel lines: same direction
Two distinct non-vertical parallel lines have the same gradient. If their equations are y = m1x + c1 and y = m2x + c2, then
parallel → m1 = m2.
The intercepts may differ because parallel lines occupy different positions while maintaining the same direction.
Worked route A
Find the equation of the line through (4,−2) parallel to 3x − 2y = 7.
Rearrange the given line:
−2y = −3x + 7, so y = (3/2)x − 7/2.
The required gradient is 3/2. Use point–gradient form:
y + 2 = (3/2)(x − 4).
Hence y = (3/2)x − 8.
Parameter condition
The line through A(1,2) and B(k,8) is parallel to y = 2x − 5. Find k.
Gradient AB = (8 − 2)/(k − 1) = 6/(k − 1).
For parallel lines:
6/(k − 1) = 2.
So 6 = 2k − 2, giving k = 4.
4 · Perpendicular lines: a right angle encoded algebraically
For two non-vertical, non-horizontal perpendicular lines with gradients m1 and m2,
m1m2 = −1.
Equivalently, the gradients are negative reciprocals. If one gradient is 3/4, the perpendicular gradient is −4/3.
The horizontal–vertical case should be remembered separately: a horizontal line y = constant is perpendicular to a vertical line x = constant. The product formula is not directly applicable because the vertical gradient is undefined.
Worked route A
Find the equation of the line through (3,5) perpendicular to y = −2x + 7.
The given gradient is −2. The perpendicular gradient m satisfies (−2)m = −1, so m = 1/2.
y − 5 = (1/2)(x − 3).
Thus y = x/2 + 7/2.
Worked route B · prove a right angle from coordinates
A(1,1), B(5,3) and C(6,1) are given. Show that angle ABC is 90°.
Gradient BA = (1 − 3)/(1 − 5) = (−2)/(−4) = 1/2.
Gradient BC = (1 − 3)/(6 − 5) = −2.
The product is (1/2)(−2) = −1. Therefore BA ⟂ BC, so ∠ABC = 90°.
This is a good example of proof by translation: the geometric claim becomes an algebraic condition that can be verified exactly.
5 · Midpoint: averaging position
The midpoint M of A(x1,y1) and B(x2,y2) is
M((x1 + x2)/2, (y1 + y2)/2).
The formula is natural: the midpoint lies halfway in horizontal position and halfway in vertical position.
Worked route A
Find the midpoint of A(−4,7) and B(8,−3).
M = ((−4 + 8)/2, (7 − 3)/2) = (2,2).
Reverse midpoint problem
M(3,5) is the midpoint of A(−1,2) and B(p,q). Find B.
(−1 + p)/2 = 3 gives p = 7.
(2 + q)/2 = 5 gives q = 8.
Therefore B = (7,8).
Reverse problems are valuable because they prevent the midpoint formula from becoming a one-way substitution routine.
Midpoint as geometry evidence
Suppose the diagonals of a quadrilateral have the same midpoint. Then they bisect each other, which is a defining property of a parallelogram. Coordinate geometry can therefore prove a shape classification by comparing two midpoint calculations.
6 · Distance: assumed knowledge that keeps returning
Although distance is assumed from Mathematics rather than highlighted as a new Additional Mathematics bullet, circle geometry constantly uses it. For A(x1,y1) and B(x2,y2):
AB = √[(x2 − x1)² + (y2 − y1)²].
The formula is Pythagoras written in coordinates.
Worked route
Find the exact distance between A(−2,1) and B(4,6).
AB = √[(4 + 2)² + (6 − 1)²] = √(36 + 25) = √61.
Keep the answer exact unless a decimal is requested. The previous Surds chapter is now doing work inside geometry.
7 · Area of rectilinear figures: coordinates must become shape information
A rectilinear figure is bounded by straight-line segments. The SEC requirement is not a demand for one special formula. It tests whether coordinates can be converted into enough geometric information to recover area.
There are several useful routes:
- split the figure into rectangles, triangles or trapezia;
- embed the figure inside a larger rectangle and subtract unwanted regions;
- use base × perpendicular height for triangles when a convenient base is available;
- for enrichment or efficient verification, use a coordinate-area determinant/shoelace method, but do not let that replace understanding of the actual figure.
Worked route A · triangle with a horizontal base
A(1,2), B(7,2), C(4,8). Find the area of triangle ABC.
AB is horizontal with length 6. The perpendicular height from C to the line y = 2 is 8 − 2 = 6.
Area = 1/2 × 6 × 6 = 18 square units.
Worked route B · quadrilateral by decomposition
A(0,0), B(6,0), C(5,4), D(1,4). Find the area of ABCD.
AB and DC are horizontal and parallel, with lengths 6 and 4. The vertical separation is 4. ABCD is a trapezium.
Area = 1/2(6 + 4)(4) = 20 square units.
Before using an area formula, the student had to recognise what the coordinates implied about the sides.
Worked route C · prove before measuring
A(1,1), B(6,1), C(6,5), D(1,5). A student immediately calls the figure a rectangle. That is plausible from inspection, but coordinates provide exact evidence: AB and CD are horizontal, BC and AD are vertical, so adjacent sides are perpendicular and opposite sides parallel. The side lengths are 5 and 4, giving area 20 square units.
In examination work, a diagram may not be drawn to scale. The coordinates, not the appearance, are the evidence.
8 · The standard equation of a circle
A circle is the set of all points at a fixed distance r from a centre C(a,b). If P(x,y) is any point on the circle, then CP = r.
Using the distance formula:
√[(x − a)² + (y − b)²] = r.
Squaring gives the standard circle equation:
(x − a)² + (y − b)² = r².
The equation is not an arbitrary template. It is the distance definition of a circle written algebraically.
Reading centre and radius
For (x − 3)² + (y + 4)² = 25:
- centre = (3,−4);
- radius = 5.
The sign inside the bracket is opposite the coordinate because the form is x − a and y − b. Writing (y + 4) means y − (−4).
Circle centred at the origin
If the centre is (0,0), the equation becomes x² + y² = r². For example, x² + y² = 49 has centre (0,0) and radius 7.
Point membership
Does P(6,0) lie on (x − 2)² + (y − 3)² = 25?
(6 − 2)² + (0 − 3)² = 16 + 9 = 25. Yes.
Geometrically, P is exactly 5 units from centre (2,3).
9 · The general equation of a circle
Expanding
(x − a)² + (y − b)² = r²
gives
x² + y² − 2ax − 2by + a² + b² − r² = 0.
The syllabus also writes the general form as
x² + y² + 2gx + 2fy + c = 0.
Comparing forms:
- centre = (−g,−f);
- radius² = g² + f² − c.
The radius is real only when g² + f² − c > 0 for a non-degenerate real circle. If it equals zero, the equation collapses to a single point; if negative, there is no real circle.
Worked route
Find the centre and radius of x² + y² − 6x + 8y − 11 = 0.
Write −6x = 2gx, so g = −3. Write 8y = 2fy, so f = 4. c = −11.
Centre = (−g,−f) = (3,−4).
r² = g² + f² − c = 9 + 16 + 11 = 36, so r = 6.
The same result can be recovered by completing the square. Both methods should agree.
10 · Completing the square recovers the geometry
The general equation can hide the circle’s centre. Completing the square translates the expanded algebra back into geometric form.
Worked route A
Rewrite x² + y² + 4x − 10y + 13 = 0 in centre-radius form.
Group x and y terms:
x² + 4x + y² − 10y = −13.
Complete the squares:
(x + 2)² − 4 + (y − 5)² − 25 = −13.
So
(x + 2)² + (y − 5)² = 16.
Centre = (−2,5), radius = 4.
Why the coefficients of x² and y² matter
In the standard unrotated circle equation, x² and y² have equal coefficients and there is no xy term. If an equation has 2x² + y² = 1, it is not a circle; the unequal coefficients indicate a different conic. The current syllabus circle forms make the circle structure explicit.
A fast consistency check
After completing the square, the right-hand side should be r² and therefore non-negative for a real circle. If you obtain (x − a)² + (y − b)² = −9, there is no real point satisfying the equation. That is either the intended conclusion or evidence of an algebra error.
11 · Constructing a circle equation from centre and radius
If centre and radius are known, use the standard form immediately.
Centre C(4,−1), radius 3:
(x − 4)² + (y + 1)² = 9.
Expand only if the question asks for general form.
Centre plus a point on the circle
A circle has centre C(2,−3) and passes through P(6,0). Find its equation.
Radius² = CP² = (6 − 2)² + (0 + 3)² = 16 + 9 = 25.
Therefore
(x − 2)² + (y + 3)² = 25.
Diameter endpoints
A and B are endpoints of a diameter. Then the centre is the midpoint of AB and the radius is half the distance AB.
Let A(−2,1), B(6,5). Midpoint C = (2,3). AB² = 8² + 4² = 80, so radius² = AB²/4 = 20.
The circle is
(x − 2)² + (y − 3)² = 20.
This one problem links midpoint, distance and circle structure. That is exactly the kind of dependency connection the chapter should train.
12 · Constructing a circle through three points
A non-collinear set of three points determines a unique circle. One efficient algebraic route is to use the general equation
x² + y² + 2gx + 2fy + c = 0
and substitute the three points to obtain three linear equations in g, f and c.
Worked route
Find the circle through A(0,0), B(4,0) and C(0,6).
At A(0,0): c = 0.
At B(4,0): 16 + 8g = 0, so g = −2.
At C(0,6): 36 + 12f = 0, so f = −3.
Thus the circle is
x² + y² − 4x − 6y = 0.
Completing squares:
(x − 2)² + (y − 3)² = 13.
Centre = (2,3), radius = √13.
As a geometric check, triangle ABC is right-angled at A, so its circumcentre is the midpoint of hypotenuse BC: midpoint of (4,0) and (0,6) is indeed (2,3).
Why collinearity matters
Three collinear points cannot lie on one finite circle as three distinct points. If a problem appears to demand such a circle, check the coordinates. The algebraic system will become inconsistent or degenerate because the geometric object does not exist.
13 · Line–circle intersections
A line and a circle may meet at two points, touch at one point or fail to meet. The algebraic method is the same as in Chapter 2: solve the line and circle simultaneously. Substitution reduces the system to a quadratic in one variable.
- discriminant > 0 → two intersection points;
- discriminant = 0 → one repeated intersection, so the line is tangent;
- discriminant < 0 → no real intersection.
This is a major connection across chapters. The discriminant learned with parabolas now classifies line–circle geometry.
Worked route A · two intersections
Find the intersections of y = x + 1 and x² + y² = 25.
Substitute y = x + 1:
x² + (x + 1)² = 25
2x² + 2x − 24 = 0
x² + x − 12 = 0
(x + 4)(x − 3) = 0.
So x = −4 or 3. Then y = −3 or 4.
Intersections: (−4,−3) and (3,4).
Both satisfy x² + y² = 25 because each forms a 3–4–5 radius triangle.
Worked route B · no intersection by distance
The circle has centre (0,0), radius 3. Does the line y = 5 intersect it?
Geometrically, the line is 5 units from the centre, greater than the radius 3, so there is no intersection.
Algebraically, x² + 25 = 9 gives x² = −16, confirming no real intersection.
When two methods agree, the result becomes more trustworthy and the relationship becomes easier to remember.
14 · Tangency: one point, two useful methods
A tangent to a circle meets it at exactly one point. Two powerful descriptions are available.
- Repeated-intersection method: line + circle → quadratic with discriminant 0.
- Radius method: the tangent is perpendicular to the radius at the point of contact.
Neither method is universally best. The given information determines which representation makes the problem shorter.
Worked route A · tangent at a known point
Find the tangent to x² + y² = 25 at P(3,4).
The radius OP has gradient 4/3. The tangent gradient is therefore −3/4.
Using P(3,4):
y − 4 = −(3/4)(x − 3).
Multiply by 4:
4y − 16 = −3x + 9.
Hence 3x + 4y = 25.
Substituting P gives 9 + 16 = 25, so the point lies on the tangent.
Worked route B · parameter for tangency
Find k if y = x + k is tangent to x² + y² = 10.
Substitute y = x + k:
x² + (x + k)² = 10
2x² + 2kx + k² − 10 = 0.
Tangency requires discriminant 0:
(2k)² − 4(2)(k² − 10) = 0
4k² − 8k² + 80 = 0
k² = 20.
Therefore k = ±2√5.
Two parallel tangents exist, one on each side of the centre. The pair of parameter values makes geometric sense.
Distance-to-line interpretation
For advanced verification, a line is tangent to a circle when the perpendicular distance from the centre to the line equals the radius. This can be efficient when the line is already in general form Ax + By + C = 0. However, the distance-from-point-to-line formula is not the main listed coordinate-geometry bullet here, so use it as supporting method rather than making it the only route.
15 · Parameter problems: studying a family of geometric objects
A parameter changes a line, circle or point family. The problem asks for the parameter value at which a geometric relationship appears.
Typical translations include:
- parallel → equal gradients;
- perpendicular → gradient product −1;
- midpoint lies on line → midpoint coordinates satisfy line equation;
- point lies on circle → coordinates satisfy circle equation;
- line tangent to circle → discriminant 0;
- line intersects circle twice → discriminant > 0;
- valid real circle → radius² > 0.
Worked parameter problem A
The circle x² + y² + 2kx − 6y + 2 = 0 has radius 4. Find k.
Here g = k, f = −3, c = 2.
r² = g² + f² − c = k² + 9 − 2 = k² + 7.
Since r = 4:
k² + 7 = 16, so k² = 9.
Therefore k = ±3.
Worked parameter problem B
A(k,2) and B(4,8) are endpoints of a segment whose midpoint lies on y = x + 1. Find k.
Midpoint M = ((k + 4)/2,5).
Because M lies on y = x + 1:
5 = (k + 4)/2 + 1.
4 = (k + 4)/2, so k + 4 = 8 and k = 4.
Again, the geometric phrase “lies on” became a substitution constraint.
16 · What the old textbook contains that now needs relabelling
The legacy book’s Coordinate Geometry chapter includes midpoint, parallel/perpendicular lines, straight-line problems and rectilinear areas. Those remain useful and align cleanly with the shared 2027 core, with basic straight-line equation work treated as prerequisite support.
The legacy Further Coordinate Geometry chapter includes circle equations, y² = kx and power-function graph work. Under SEC 2027:
- circle equations remain core in both G2 and G3;
- the old nonlinear graph examples can still support representation understanding;
- formal transformation of y = axn and y = kbx to a straight-line form belongs to G3 K341 and will be moved into the next G3-only Linear Law chapter;
- problems involving two circles are explicitly excluded from the current coordinate-geometry core.
The book is therefore being unbundled and reassembled, not discarded. Good pedagogy stays; syllabus ownership changes.
Why we are not copying the old chapter order
An old chapter boundary is a publishing decision from an earlier syllabus. A current learning route should instead group ideas by present dependency and assessment ownership. This prevents G2 students from being burdened with G3-only material and prevents G3 students from missing the links between circle geometry, algebra and linearisation.
17 · G2 and G3: shared mathematics, different examination pressure
The listed shared coordinate-geometry content is essentially the same. The difference lies in the wider subject architecture and the demand placed on the learner.
- G2 K232: build reliable translations between geometric conditions and algebra, stabilise circle forms, carry out accurate coordinate calculations and solve connected problems with visible structure.
- G3 K341: do all of the above with less signposting, integrate coordinate geometry with quadratics, trigonometry and later calculus, and continue into linearisation as an additional representation skill.
A shared classroom should therefore not duplicate explanations. It should vary the independence and connection density of the questions. The same circle equation can support a direct G2 centre-radius problem or a G3 parameter/tangent problem that requires several earlier topics.
18 · The coordinate-geometry error map
“Weak at coordinate geometry” is too broad. The first error may occur long before the final answer.
- Coordinate-order failure: x- and y-coordinates are swapped.
- Gradient-sign failure: one subtraction is reversed but the other is not.
- Parallel/perpendicular confusion: equal gradient and negative reciprocal are mixed.
- Vertical-line blindness: undefined gradient is forced into the ordinary product rule.
- Midpoint-direction failure: midpoint formula is memorised but reverse problems cannot be solved.
- Diagram trust: the learner assumes a shape from appearance instead of proving it from coordinates.
- Circle-sign failure: (x + 3) is incorrectly read as centre x = +3 instead of −3.
- Radius-square failure: r² on the right is mistaken for r.
- Completing-square failure: centre and radius are corrupted by algebraic sign errors.
- Membership failure: “point lies on circle” is not translated into substitution.
- Tangent-trigger failure: tangent is not translated into perpendicular radius or repeated intersection.
- Extraneous scope: two-circle methods or G3-only linearisation are studied as though they were shared core.
The repair should begin at the first weak link. If the student cannot rearrange 3x − 2y = 7 into gradient form, a tangent problem is too late a place to begin. Repair the line equation, return to the tangent problem and test whether the whole chain now works.
A six-question diagnostic
- Find a gradient from two points.
- Find a perpendicular gradient.
- Reverse a midpoint problem.
- Read centre and radius from standard circle form.
- Convert general circle form into standard form.
- Translate one tangent statement into an algebraic condition.
Those six questions reveal much more than one long mixed problem marked only right or wrong.
19 · Original guided practice
The following questions are original to this classroom guide. They move from shared prerequisite control into current SEC coordinate-geometry core and mixed reasoning.
A · Lines and gradients
- Find the gradient of the line joining A(−3,4) and B(5,−2).
- Find the equation of the line of gradient 4 through (2,−5).
- Find the equation of the line through (3,1) parallel to 2x + y = 7.
- Find the equation of the line through (−1,6) perpendicular to y = 3x − 2.
- A(2,3), B(k,9). Find k if AB is parallel to y = 2x + 1.
- A(1,4), B(5,6), C(k,2). Find k if AB is perpendicular to BC.
B · Midpoints and shape evidence
- Find the midpoint of A(−6,8) and B(10,−4).
- M(2,5) is the midpoint of A(−4,1) and B(p,q). Find p and q.
- A(0,0), B(6,2), C(8,8), D(2,6). Show that ABCD is a parallelogram by comparing diagonal midpoints.
- A(1,1), B(5,3), C(6,1). Show that ∠ABC = 90°.
- The midpoint of A(k,2) and B(8,6) lies on y = x − 1. Find k.
C · Rectilinear areas
- Find the area of triangle with vertices A(1,2), B(9,2), C(5,7).
- Find the area of quadrilateral A(0,0), B(7,0), C(5,4), D(2,4).
- A(1,1), B(6,1), C(6,5), D(1,5). Verify that ABCD is a rectangle and find its area.
- A rectilinear figure has vertices (0,0), (8,0), (8,3), (5,3), (5,7), (0,7). Find its area by splitting it into rectangles.
D · Circle equations
- State the centre and radius of (x − 5)² + (y + 2)² = 49.
- Write the equation of the circle with centre (−3,4) and radius 6.
- A circle has centre (2,−1) and passes through (7,3). Find its equation.
- Find the centre and radius of x² + y² − 8x + 6y − 11 = 0.
- Rewrite x² + y² + 2x − 12y + 21 = 0 in centre-radius form.
- Determine whether P(6,4) lies on (x − 2)² + (y − 1)² = 25.
E · Constructing circles
- A and B are endpoints of a diameter, where A(−4,2) and B(6,8). Find the circle equation.
- Find the circle through (0,0), (6,0) and (0,8).
- The circle x² + y² + 2gx + 2fy + c = 0 has centre (3,−2) and passes through (7,1). Find g, f and c.
- Find k if x² + y² + 4x − 2y + k = 0 has radius 5.
- Find the possible values of k if x² + y² + 2kx + 8y + 7 = 0 has radius 5.
F · Line–circle intersections and tangents
- Find the intersections of y = x + 1 and x² + y² = 25.
- Determine whether y = 4 intersects x² + y² = 9.
- Find the tangent to x² + y² = 25 at (3,4).
- Find k if y = x + k is tangent to x² + y² = 10.
- Find the values of k for which y = kx + 5 intersects x² + y² = 25 at two distinct points.
- The line y = 2x + c is tangent to the circle (x − 1)² + (y + 2)² = 20. Find c.
G · Mixed SEC reasoning
- A circle has centre C(2,3). The tangent at P(5,7) is claimed to have gradient −3/4. Decide whether the claim can be correct.
- A circle has equation x² + y² − 4x + 6y + k = 0. Find the range of k for which the equation represents a real non-degenerate circle.
- The midpoint of chord AB of a circle is M. Explain why the line joining the centre to M is perpendicular to AB, and describe how gradients could verify this when coordinates are supplied.
- Explain why the equation x² + y² + 4x − 6y + 20 = 0 does not represent a real circle.
- A student reads (x + 3)² + (y − 2)² = 16 and says the centre is (3,2). Explain the sign error.
- A student solves a tangent problem by obtaining a quadratic with discriminant 0 but never checks that the line and circle equations were formed correctly. Explain why the discriminant condition alone does not validate earlier algebra.
- A circle is centred at the origin and a line y = mx + c is tangent to it. Explain why changing c to −c produces the reflected tangent across the origin when m is unchanged.
- Explain why solving problems involving two circles should not be treated as current shared G2/G3 core under the 2027 SEC coordinate-geometry specification.
20 · Worked answers and reasoning checkpoints
- m = (−2 − 4)/(5 + 3) = −6/8 = −3/4.
- y + 5 = 4(x − 2), so y = 4x − 13.
- 2x + y = 7 has gradient −2. Through (3,1): y − 1 = −2(x − 3), so y = −2x + 7.
- Perpendicular gradient to 3 is −1/3. y − 6 = −(1/3)(x + 1), so y = −x/3 + 17/3.
- (9 − 3)/(k − 2) = 2 → 6 = 2k − 4 → k = 5.
- Gradient AB = (6 − 4)/(5 − 1) = 1/2. For perpendicular BC, gradient BC = −2. (2 − 6)/(k − 5) = −2 → −4 = −2(k − 5) → k = 7.
- Midpoint = ((−6 + 10)/2,(8 − 4)/2) = (2,2).
- (−4 + p)/2 = 2 gives p = 8. (1 + q)/2 = 5 gives q = 9. B(8,9).
- Midpoint AC = ((0 + 8)/2,(0 + 8)/2) = (4,4). Midpoint BD = ((6 + 2)/2,(2 + 6)/2) = (4,4). Diagonals bisect each other, so ABCD is a parallelogram.
- Gradient BA = 1/2 and gradient BC = −2. Product = −1, so ∠ABC = 90°.
- Midpoint M = ((k + 8)/2,4). Since M lies on y = x − 1, 4 = (k + 8)/2 − 1. Thus 5 = (k + 8)/2, so k = 2.
- Base AB = 8, height = 5. Area = 20 square units.
- AB = 7, DC = 3, height = 4. Area = 1/2(7 + 3)(4) = 20 square units.
- AB and CD horizontal; BC and AD vertical, so rectangle. Side lengths 5 and 4. Area = 20 square units.
- Use rectangle 5×7 plus rectangle 3×3: 35 + 9 = 44 square units.
- Centre (5,−2), radius 7.
- (x + 3)² + (y − 4)² = 36.
- r² = (7 − 2)² + (3 + 1)² = 25 + 16 = 41. Equation: (x − 2)² + (y + 1)² = 41.
- g = −4, f = 3, c = −11. Centre = (4,−3). r² = 16 + 9 + 11 = 36, so radius 6.
- (x + 1)² − 1 + (y − 6)² − 36 + 21 = 0, hence (x + 1)² + (y − 6)² = 16.
- (6 − 2)² + (4 − 1)² = 16 + 9 = 25. Yes.
- Centre = midpoint = (1,5). AB² = 10² + 6² = 136, so r² = 34. Circle: (x − 1)² + (y − 5)² = 34.
- General form through (0,0) gives c = 0; through (6,0) gives 36 + 12g = 0, so g = −3; through (0,8) gives 64 + 16f = 0, so f = −4. Circle: x² + y² − 6x − 8y = 0, or (x − 3)² + (y − 4)² = 25.
- Centre (−g,−f) = (3,−2), so g = −3, f = 2. Substitute (7,1): 49 + 1 − 42 + 4 + c = 0, so c = −12. g = −3, f = 2, c = −12.
- g = 2, f = −1. r² = 4 + 1 − k = 25, so k = −20.
- g = k, f = 4, c = 7. r² = k² + 16 − 7 = k² + 9 = 25, so k² = 16. k = ±4.
- (−4,−3) and (3,4).
- Substitute y = 4 into circle: x² + 16 = 9, giving x² = −7. No real intersection.
- Radius gradient = 4/3, tangent gradient = −3/4. Equation gives 3x + 4y = 25.
- Substitution gives 2x² + 2kx + k² − 10 = 0. Tangency: discriminant 0 → k² = 20. k = ±2√5.
- Substitute y = kx + 5: (1 + k²)x² + 10kx = 0. One root is x = 0, corresponding to point (0,5). For two distinct intersections, the second root must be distinct, so k ≠ 0. Equivalently discriminant 100k² > 0. Thus k ≠ 0.
- Substitute y = 2x + c into (x − 1)² + (y + 2)² = 20. The quadratic is 5x² + (4c + 6)x + (c² + 4c − 15) = 0. Tangency requires (4c + 6)² − 20(c² + 4c − 15) = 0. This simplifies to c² + 8c − 84 = 0, so c = 6 or c = −14.
- CP vector from (2,3) to (5,7) is (3,4), radius gradient 4/3. A tangent at P would have gradient −3/4. The claim can be correct, and P is indeed 5 units from C.
- g = −2, f = 3, c = k. r² = 4 + 9 − k = 13 − k. For a real non-degenerate circle, 13 − k > 0, so k < 13.
- The perpendicular from a circle centre to a chord bisects the chord. If M is the midpoint, CM is perpendicular to AB. With coordinates, calculate gradient CM and gradient AB and verify their product is −1, with separate handling for horizontal/vertical cases.
- Complete squares: (x + 2)² + (y − 3)² = −7. The left side is non-negative for real x,y but the right side is negative. Therefore no real circle.
- Standard form is (x − a)² + (y − b)² = r². Since x + 3 = x − (−3), the centre is (−3,2).
- Δ = 0 proves a repeated root only for the quadratic that was actually formed. If substitution, expansion or rearrangement was wrong, the discriminant is classifying the wrong equation. Earlier algebra must still be valid.
- Replacing c by −c changes the line from y = mx + c to y = mx − c. For a circle centred at the origin, central symmetry maps (x,y) to (−x,−y), sending one tangent to the opposite parallel tangent. The same slope is preserved.
- SEAB 2027 explicitly states that coordinate-geometry-of-circles problems involving two circles are excluded from the shared G2/G3 coordinate-geometry content. Such work may be enrichment, but it should not displace the listed core.
Checkpoint on Question 31: because y = kx + 5 already passes through (0,5), which lies on x² + y² = 25, every k gives at least one intersection. When k = 0, the line y = 5 is tangent at (0,5), producing only one intersection. Every non-zero k produces a second distinct intersection.
Checkpoint on Question 32: the two values c = 6 and c = −14 correspond to the two parallel tangents of slope 2 on opposite sides of the circle. Parameter multiplicity should be interpreted geometrically rather than treated as suspicious algebra.
21 · A two-week revision architecture
Coordinate geometry often feels easy when every question is labelled. The challenge is recovering the correct translation when the condition is embedded in a mixed problem. Revision should therefore move from direct formula retrieval to unlabelled geometry-to-algebra reasoning.
- Day 1: gradients, line equations and parallel/perpendicular conditions.
- Day 2: midpoint and reverse-midpoint problems.
- Day 4: rectilinear areas and shape verification.
- Day 6: standard circle form and point membership.
- Day 7: general circle form and completing the square.
- Day 9: constructing circle equations from centre, point, diameter or three points.
- Day 11: line–circle intersections and tangency.
- Day 14: parameter questions and an unlabelled mixed diagnostic.
Do not make every return set longer. Make it more discriminating. A six-question set that changes representation can reveal more than thirty repetitive calculations.
Five-minute retrieval test
- State the parallel and perpendicular gradient conditions.
- Write the midpoint formula.
- Write the standard circle equation from centre (a,b) and radius r.
- Read the centre of x² + y² + 2gx + 2fy + c = 0.
- Explain how tangent can be translated into two different algebraic conditions.
- State which coordinate-geometry content is G3-only after the shared circle core.
22 · For teachers: keep the diagram and the algebra in conversation
Coordinate geometry becomes mechanical when students are allowed to ignore the picture. It becomes vague when they are allowed to ignore the equations. The teaching aim is to keep both representations active.
For each worked problem, ask three questions before the calculation:
- What does the diagram or verbal condition say geometrically?
- What equation, gradient, midpoint or distance condition expresses that statement?
- What will the answer mean when we translate back?
For example, “tangent” should not jump directly to a discriminant formula. Students should first say: the line meets the circle once, so the simultaneous equation has a repeated real root, therefore Δ = 0. Or: the tangent is perpendicular to the radius at the contact point, therefore gradients are negative reciprocals.
Use alternative routes deliberately
Some problems should be solved two ways. Find a circle centre from general form by coefficient reading and then by completing the square. Verify a tangent by both perpendicular-gradient reasoning and substitution/discriminant. Compute an area by decomposition and then by a coordinate formula as enrichment.
The purpose is not to make every solution longer. It is to teach students that independent routes can verify one another and expose different aspects of the same structure.
Do not over-teach beyond the current boundary
The legacy textbook contains valuable extra material. Use it when it strengthens understanding, but label enrichment honestly. Two-circle problems should not consume shared-core revision time. G3 linearisation should be taught in the next G3 branch, not smuggled into G2 coordinate geometry because an old chapter once placed related graph work nearby.
23 · For parents: what improvement sounds like
A student who is still formula-dependent may say, “Is this a gradient question or a circle question?” A student gaining structural control begins to say:
- “The lines are perpendicular, so their gradient product must be −1.”
- “The midpoint has to lie on the line, so I will calculate it and substitute.”
- “This equation hides the centre; I should complete the square.”
- “The point lies on the circle, so its coordinates must satisfy the circle equation.”
- “The line is tangent, so I can use perpendicular radius or discriminant zero.”
- “The diagram looks like a rectangle, but I should prove the side directions from the coordinates.”
- “This is a G3 linearisation idea, not part of the shared G2 circle core.”
That language shows that the learner is selecting a condition from meaning rather than waiting for a worksheet heading to name the method.
24 · What carries forward
Coordinate geometry becomes part of many later chapters. Trigonometry supplies angles and exact ratios to coordinate problems. Differentiation supplies tangent gradients to curves. Circles combine with algebraic discriminants. Exponential relationships become straight lines after logarithmic transformation. Calculus graphs become easier to interpret when gradient, intercept, tangent and normal already have geometric meaning.
The old textbook’s next relevant chapter is Linear Law. Under SEC 2027, this is now clearly a G3 K341-only extension of coordinate representation. The next classroom article will use the legacy Linear Law chapter as a teaching source but modernise it around the current requirement to transform relationships such as y = axn and y = kbx into linear form, recover unknown constants from a straight-line graph, and verify the model rather than treating the graph transformation as a memorised recipe.
Chapter 6 mastery checkpoint
- I can translate a point-on-object statement into substitution.
- I can calculate and interpret gradient accurately.
- I can use the conditions for parallel and perpendicular lines, including special horizontal/vertical cases.
- I can find and reverse-engineer midpoints.
- I can use distance as supporting coordinate infrastructure and keep exact surd lengths exact.
- I can find areas of rectilinear figures from coordinates without trusting an unscaled diagram.
- I can derive and use the standard equation of a circle.
- I can read centre and radius from both standard and general circle forms.
- I can complete the square to recover a hidden circle.
- I can construct a circle from centre/radius, centre/point, diameter endpoints or three non-collinear points.
- I can solve line–circle intersections by simultaneous equations.
- I can translate tangency into discriminant zero or radius-perpendicular-tangent reasoning.
- I can solve parameter problems by translating the stated geometric condition first.
- I know that two-circle problems are not part of the current shared coordinate-geometry core.
- I know that formal linearisation of nonlinear relationships belongs to the next G3-only chapter.
Coordinate geometry is mastered when the learner can move from a geometric sentence to an algebraic condition and back again without losing the meaning in either direction.
Official syllabus references
- Singapore Examinations and Assessment Board · 2027 SEC G2 Additional Mathematics K232
- Singapore Examinations and Assessment Board · 2027 SEC G3 Additional Mathematics K341
Curriculum and assessment requirements can change. The official SEAB syllabuses remain the controlling sources for subject codes, examinable content and examination structure.