Secondary Mathematics · Worked Repair Guide 21
Coordinate geometry is where algebra and geometry become two languages for the same object. A point can be located numerically. A line can be described by an equation. Distance becomes a square-root calculation. Parallelism becomes a statement about gradient. A midpoint becomes an average of coordinates. The danger is learning each formula separately without seeing how they fit together.
This guide develops one central habit: translate the geometric condition into a coordinate relationship, solve it, then return the result to the diagram. A calculation is not complete until it says something geometric: the point is a midpoint, the lines are perpendicular, the point lies on the line, or the intersection satisfies both equations.
All examples are original teaching constructions. This worked companion does not replace the shorter diagnostic page Why Does Coordinate Geometry Feel Like Algebra and Geometry at the Same Time? or the conceptual Vectors and Coordinate Geometry knowledge object.
1. Coordinates describe position relative to chosen axes
The point A=(3,−2) means three units horizontally from the origin in the positive x-direction and two units vertically in the negative y-direction. The order matters: (3,−2) and (−2,3) are different points.
A point is not a vector, although the same pair of numbers can describe a position vector from the origin. Keep the object type clear. The coordinate pair answers “where?”; a displacement vector answers “how far and in what direction from one point to another?”
Entry check: plot mentally A=(2,5), B=(2,−1), C=(−4,−1). AB is vertical because x is constant. BC is horizontal because y is constant. Therefore AB is perpendicular to BC without any gradient formula.
2. Horizontal and vertical lines should be recognised immediately
Every point on the horizontal line y=4 has y-coordinate 4. Every point on the vertical line x=−3 has x-coordinate −3. These equations are not interchangeable with y=mx+c form when the line is vertical.
A horizontal line has gradient 0 because y does not change as x changes. A vertical line has undefined gradient because the horizontal change is zero, making the gradient denominator zero.
Do not assign a very large number as the gradient of a vertical line. “Undefined” is the structural result. It is also why the rule “perpendicular gradients multiply to −1” needs a separate treatment when one line is vertical and the other horizontal.
3. Gradient is change in y divided by change in x
For distinct points A=(x₁,y₁) and B=(x₂,y₂) with x₂≠x₁, the gradient is (y₂−y₁)/(x₂−x₁).
For A=(1,2) and B=(5,10), gradient=(10−2)/(5−1)=8/4=2. Reversing the subtraction in both numerator and denominator gives (2−10)/(1−5)=−8/−4=2. The gradient is unchanged.
The unsafe version reverses only one subtraction. Writing (10−2)/(1−5)=8/−4=−2 changes the direction incorrectly. The numerator and denominator must describe the same ordered movement from one point to the other.
4. Gradient records rate of change and direction
A positive gradient rises from left to right; a negative gradient falls; zero gradient is horizontal. The size of the gradient describes vertical change per horizontal unit under the chosen scales.
Gradient 3 means y rises by 3 when x rises by 1. Gradient 1/2 means y rises by 1 when x rises by 2. Gradient −4 means y falls by 4 for each increase of 1 in x.
This is why the graph guide and coordinate geometry connect strongly: gradient is both a visual slope and a numerical rate. Use Graphs, Tables and Relationships when the rate interpretation itself is unstable.
5. The midpoint averages corresponding coordinates
The midpoint of A=(x₁,y₁) and B=(x₂,y₂) is ((x₁+x₂)/2,(y₁+y₂)/2).
For A=(−2,5) and B=(8,−1), midpoint=((−2+8)/2,(5−1)/2)=(3,2).
Check geometrically. The displacement from A to M is (5,−3); from M to B it is also (5,−3). The equal directed halves verify that M is a midpoint.
A common error is to average x₁ with y₁ and x₂ with y₂. Coordinate positions must remain aligned by axis: x with x, y with y.
6. Distance comes from Pythagoras
Between A=(x₁,y₁) and B=(x₂,y₂), the horizontal change is x₂−x₁ and the vertical change is y₂−y₁. These form perpendicular legs of a right triangle, so:
AB=√[(x₂−x₁)²+(y₂−y₁)²].
For A=(1,2) and B=(7,10), AB=√(6²+8²)=10. Reversing the order of the points gives −6 and −8 before squaring, producing the same distance.
Distance is non-negative. The square root symbol gives the non-negative length. Do not write ±10 for the distance between two points.
7. The equation y=mx+c separates gradient and intercept
For a non-vertical line, y=mx+c displays two features directly: m is gradient and c is the y-intercept, the y-value when x=0.
For y=−2x+7, the gradient is −2 and y-intercept is (0,7). Setting y=0 gives the x-intercept: 0=−2x+7, so x=3.5.
Do not confuse the intercept value c=7 with the point (0,7). A question asking for coordinates requires the complete ordered pair.
8. Find a line from a point and a gradient
A line of gradient 3 through (2,5) can be found by substituting into y=3x+c:
5=3(2)+c, so c=−1. Therefore y=3x−1.
Check the supplied point: 3(2)−1=5. The gradient remains 3 because the coefficient of x is 3.
An equivalent point-gradient form is y−5=3(x−2). Expanding gives y=3x−1. Different forms can represent the same line and may be useful for different tasks.
9. Find a line from two points
Through A=(−1,4) and B=(3,12), the gradient is (12−4)/(3−(−1))=8/4=2.
Use one point to find c: 4=2(−1)+c, so c=6. The equation is y=2x+6.
Check the second point as an independent test: 2(3)+6=12. Using the same point that generated c checks only the arithmetic of that substitution; checking the other point verifies the complete two-point reconstruction.
10. Parallel non-vertical lines have equal gradients
The lines y=2x+1 and y=2x−5 are distinct and parallel because both have gradient 2 but different intercepts.
If two non-vertical lines have equal gradient and share a point, they are not distinct parallels; they are the same line. Therefore “same gradient” alone is not enough to prove two distinct lines never meet.
Vertical lines x=3 and x=−2 are also parallel, but their gradients are undefined. Handle them through their equations rather than attempting to compare undefined numerical slopes.
11. Perpendicular non-vertical lines have negative reciprocal gradients
If one non-vertical, non-horizontal line has gradient m, a perpendicular line has gradient −1/m. The product is −1.
If a line has gradient 3/2, a perpendicular line has gradient −2/3. If a line has gradient −4, the perpendicular gradient is 1/4.
Horizontal and vertical lines are the special case: y=constant is perpendicular to x=constant. Do not divide by zero to force them into the reciprocal rule.
12. Build a perpendicular line through a given point
Find the line perpendicular to y=3x+2 through P=(6,1). The given line has gradient 3, so the required gradient is −1/3.
Write y=−x/3+c. Substitute P: 1=−2+c, so c=3. The perpendicular line is y=−x/3+3.
Check both conditions separately: P lies on the line because −2+3=1; the product of gradients is 3(−1/3)=−1.
13. A perpendicular bisector combines midpoint and perpendicularity
Let A=(2,1) and B=(8,5). The midpoint is M=(5,3). The gradient AB is (5−1)/(8−2)=4/6=2/3, so the perpendicular gradient is −3/2.
Through M, y−3=−3/2(x−5). This is the perpendicular bisector.
Every point on this line is equidistant from A and B. That is the same locus property used in Constructions, Loci and Geometric Conditions.
The coordinate method proves the same geometric condition without a compass construction.
14. Intersections solve two line equations simultaneously
Find the intersection of y=2x+1 and y=−x+10. At the intersection, both expressions equal the same y-value:
2x+1=−x+10, so 3x=9 and x=3. Then y=7. The intersection is (3,7).
Check both lines: 2(3)+1=7 and −3+10=7. This is exactly the same logic as simultaneous equations: one point survives both constraints.
Use Simultaneous Equations, Elimination and Modelling for a fuller repair route.
15. Collinearity can be proved through equal gradients
Take A=(1,2), B=(4,8), C=(7,14). Gradient AB=(8−2)/(4−1)=2. Gradient AC=(14−2)/(7−1)=2.
Since both comparisons start from A and the gradients agree, B and C lie on the same line through A. Thus A, B and C are collinear.
Equal gradients between unrelated pairs only prove parallel direction unless the lines share a point. State the shared point or use one common line equation to complete the argument.
16. Areas can be found from coordinates without measuring the picture
If A=(0,0), B=(8,0), C=(8,5), triangle ABC is right-angled at B with base 8 and height 5, so area=1/2×8×5=20 square units.
For less conveniently aligned triangles, coordinates can be transformed, split into simpler shapes, or handled by an appropriate area formula when included in the learner’s course.
The key rule is not to estimate area from the visual scale of the sketch. Coordinates are the evidence.
17. A circle equation is a distance condition
As an optional extension, the equation (x−a)²+(y−b)²=r² describes points at distance r from centre (a,b).
For (x−2)²+(y+1)²=25, the centre is (2,−1) and radius 5.
Check point (5,3): horizontal difference 3, vertical difference 4, so 3²+4²=25. The point lies on the circle.
This is the distance formula written as a set of all possible points rather than applied to one pair.
18. Coordinates can expose impossible geometric claims
Suppose A=(0,0), B=(4,0), C=(4,3). Someone claims AB=AC. But AB=4 and AC=5, so the claim is false.
Someone else claims AB is perpendicular to BC. AB is horizontal and BC vertical, so that claim is true.
A diagram may visually suggest both. Coordinates distinguish appearance from established relationship.
This makes coordinate geometry a verification language: the algebra can agree with, refine or contradict the drawing.
19. Capstone: prove a quadrilateral is a rectangle
Let A=(1,2), B=(7,4), C=(5,10), D=(−1,8).
Gradient AB=(4−2)/(7−1)=1/3. Gradient BC=(10−4)/(5−7)=6/−2=−3. Their product is −1, so AB⊥BC.
Gradient CD=(8−10)/(−1−5)=−2/−6=1/3, so CD∥AB. Gradient AD=(8−2)/(−1−1)=6/−2=−3, so AD∥BC.
Opposite sides are parallel and one interior angle is 90°, so ABCD is a rectangle. Distances can add a separate check: AB=√40 and BC=√40, showing this particular rectangle is also a square. The stronger classification follows only after the side lengths are checked.
20. Independent practice
- Find the gradient between (2,3) and (6,11).
- Find the gradient between (−1,5) and (3,−7).
- State the gradient of y=9.
- State the gradient status of x=4.
- Find the midpoint of (−4,7) and (10,−1).
- Find the distance between (1,2) and (7,10).
- Find the equation of gradient 4 through (2,3).
- Find the equation through (−1,4) and (5,16).
- Find a line parallel to y=−3x+7 through (2,1).
- Find a line perpendicular to y=2x−5 through (4,6).
- Find the intersection of y=3x−2 and y=−x+10.
- Show that (0,1),(2,5),(5,11) are collinear.
- Find the perpendicular bisector of the segment joining (0,0) and (6,2).
- Decide whether y=4x+1 and 8x−2y=7 are parallel, identical or intersecting.
- Decide whether y=−x+3 and y=x−1 are perpendicular.
- Find the x-intercept of y=5x−20.
- Find the y-intercept of 2x+3y=12.
- Test whether (5,3) lies on (x−2)²+(y+1)²=25.
- Find the area of the right triangle with vertices (0,0),(9,0),(9,4).
- Explain why equal gradients alone do not prove three unrelated points are collinear.
21. Worked answers
1. 2. (11−3)/(6−2)=8/4.
2. −3. (−7−5)/(3−(−1))=−12/4.
3. 0. A horizontal line has no vertical change.
4. Undefined. A vertical line has zero horizontal change.
5. (3,3).
6. 10. Horizontal and vertical changes are 6 and 8.
7. y=4x−5. Substitute (2,3).
8. y=2x+6. Gradient 12/6=2; use either point.
9. y=−3x+7. Through (2,1), c=7.
10. y=−x/2+8. Perpendicular gradient −1/2; substitute (4,6).
11. (3,7). Set 3x−2=−x+10.
12. Collinear. Gradient from the first point to the second is 2; to the third is also 2.
13. y=−3x+10. Midpoint (3,1), AB gradient 1/3, perpendicular gradient −3.
14. Parallel and distinct. The second becomes y=4x−3.5, same gradient but different intercept.
15. Yes. Gradients −1 and 1 multiply to −1.
16. (4,0). Set y=0.
17. (0,4). Set x=0: 3y=12.
18. Yes. Differences 3 and 4 give 9+16=25.
19. 18 square units. 1/2×9×4.
20. Equal gradients show parallel direction; collinearity additionally requires the points to lie on the same line, typically established by a shared point or one common line equation.
22. Diagnose coordinate errors by the first broken relationship
Common failures include reversing only one subtraction in a gradient, treating a vertical line as having an enormous numerical slope, using the perpendicular reciprocal without changing sign, averaging unlike coordinates, or proving parallelism but stating collinearity.
A useful repair note names the relationship: “same ordered change in numerator and denominator”, “vertical line: gradient undefined”, “perpendicular gradient is the negative reciprocal”, or “same line requires more than equal slope”.
Then rotate or translate the diagram. A secure coordinate method should survive when the points move to different quadrants or the line stops looking conveniently horizontal.
23. Continue through the BTT learning routes
Return to the BTT Mathematics Hub or BTT Mathematical Lab. Use Graphs, Tables and Relationships for rate and graph reading, and Vectors, Magnitude, Direction and Geometric Reasoning for directed displacement.
Within Batch 06, continue to Transformations, Symmetry, Coordinates and Invariants when coordinates are moved under geometric operations; Sequences, Patterns and Nth-Term Generalisation for algebraic rule-building; or Direct and Inverse Proportion, Variation and Rates for gradient-style rate relationships.
24. Sources and scope
The coordinate examples, proofs and practice questions are original teaching material. Standard coordinate definitions, gradient, midpoint and distance relationships are used as mathematical consequences of the Cartesian plane and Pythagoras.
For the current Singapore Secondary curriculum doorway, see MOE: Curriculum for secondary schools. Match circle-equation and optional proof extensions to the learner’s actual subject level and school programme.
