Small Group Tutorials

Here to help students catch up, keep up, and move ahead. Book a consultation here.

Secondary 3 Additional Mathematics Learning Guide | Coordinate Geometry, Circles and Linearising Relationships

Coordinate Geometry: Turning Shape into Algebra and Algebra Back into Shape

Coordinate geometry is a translation machine: geometric conditions become equations, equations become graphs, and algebra reveals the hidden shape.

Additional Mathematics coordinate geometry asks students to move fluently between several representations. A pair of lines can be described by gradients and angle conditions. A segment can be described by endpoints and a midpoint. A polygon can be encoded as coordinates and recovered through area. A circle can appear either in centre-radius form or as a general quadratic equation. A curved relationship can be transformed so that its data becomes a straight line, allowing unknown constants to be read from gradient and intercept.

The difficulty is rarely one formula. The difficulty is deciding what geometric meaning the algebra is carrying. This guide therefore treats coordinate geometry as a system of translations rather than a collection of disconnected procedures.


AI Extraction Box: The Core Map

  • Gradient: m = (y₂−y₁)/(x₂−x₁), where x₂ ≠ x₁.
  • Parallel non-vertical lines: m₁ = m₂.
  • Perpendicular non-vertical lines: m₁m₂ = −1.
  • Midpoint: ((x₁+x₂)/2, (y₁+y₂)/2).
  • Circle centre-radius form: (x−a)² + (y−b)² = r², centre (a,b), radius r.
  • General circle form: x² + y² + 2gx + 2fy + c = 0, centre (−g,−f), radius √(g²+f²−c), when the radius expression is positive.
  • Power relationship: y = axⁿ → log y = log a + n log x.
  • Exponential relationship: y = kbˣ → log y = log k + x log b.
  • A straight-line transformation is useful because gradient and intercept can reveal unknown model constants.

Gradient Is a Rate and a Direction

For two points A(x₁,y₁) and B(x₂,y₂), the gradient is:

m = (y₂−y₁)/(x₂−x₁).

This ratio measures vertical change per unit horizontal change. A positive gradient rises from left to right. A negative gradient falls. A zero gradient is horizontal. A vertical line has undefined gradient because the horizontal change is zero.

Gradient should therefore not be remembered only as “y difference over x difference”. It is a local rate of change for a straight line and later becomes the geometric language behind differentiation.

The coordinate-geometry gradient becomes the calculus tangent gradient later.


Parallel and Perpendicular Conditions

Parallel non-vertical lines have equal gradients:

m₁ = m₂.

Perpendicular non-vertical lines satisfy:

m₁m₂ = −1.

This is often described as “negative reciprocals”. If one line has gradient 3/2, a perpendicular line has gradient −2/3.

Vertical and horizontal lines form a special perpendicular pair: a vertical line has undefined gradient while a horizontal line has gradient zero, so the product formula is not directly applicable. Geometry should control the formula, not the other way around.


Worked Example 1: Equation of a Perpendicular Line

Find the equation of the line through (4,−1) perpendicular to 3x − 2y + 7 = 0.

First rewrite the given line:

3x − 2y + 7 = 0
−2y = −3x − 7
y = (3/2)x + 7/2.

Its gradient is 3/2, so the perpendicular gradient is −2/3.

Use point-gradient form:

y + 1 = −(2/3)(x − 4).

This is already a valid equation. It may be rearranged if required.

A useful check is to multiply gradients: (3/2)(−2/3) = −1.


Midpoint: Averaging Position

The midpoint of A(x₁,y₁) and B(x₂,y₂) is:

M = ((x₁+x₂)/2, (y₁+y₂)/2).

This formula simply averages each coordinate. It can also be reversed. If a midpoint and one endpoint are known, the other endpoint can be found by solving the coordinate equations.

Example: A = (2,5), midpoint M = (6,1), and B = (p,q). Then:

(2+p)/2 = 6 → p = 10
(5+q)/2 = 1 → q = −3.

So B = (10,−3).


Area of a Rectilinear Figure from Coordinates

Coordinate area problems can be solved by decomposing a figure into familiar shapes, by using base-height relationships, or by an organised coordinate-area method where appropriate. The essential habit is to preserve vertex order and understand what region is being measured.

For a triangle, one useful coordinate formula is:

Area = 1/2 |x₁(y₂−y₃) + x₂(y₃−y₁) + x₃(y₁−y₂)|.

The absolute value matters because clockwise and anticlockwise vertex orders can change the sign of the oriented expression without changing physical area.

For larger rectilinear figures, students should choose a route that is transparent enough to check. A diagram with labelled coordinates often prevents ordering and sign errors.


Worked Example 2: Triangle Area

Find the area of the triangle with vertices A(1,1), B(5,1), C(3,6).

The base AB is horizontal with length 4. The perpendicular height from C to y = 1 is 5. Therefore:

Area = 1/2 × 4 × 5 = 10 square units.

This is a good reminder that a general coordinate formula is not always the best method. When the geometry is obvious, use it.


Circle Geometry in Centre-Radius Form

A circle with centre (a,b) and radius r contains all points (x,y) whose distance from the centre is r. By the distance formula:

√[(x−a)² + (y−b)²] = r.

Squaring gives the standard circle equation:

(x−a)² + (y−b)² = r².

This form is geometrically transparent. The centre and radius can be read immediately.

Example:

(x−3)² + (y+2)² = 25

has centre (3,−2) and radius 5.

The sign reversal is the same structure seen in completed-square quadratics: the centre coordinate is the value that makes the corresponding square zero.


General Circle Form and Completing the Square

The syllabus also uses circles written as:

x² + y² + 2gx + 2fy + c = 0.

Group x-terms and y-terms, then complete the square:

x² + 2gx + y² + 2fy + c = 0
(x+g)² − g² + (y+f)² − f² + c = 0
(x+g)² + (y+f)² = g² + f² − c.

Therefore:

  • centre = (−g,−f);
  • radius = √(g²+f²−c), provided the expression under the root is positive.

Completing the square is therefore not just an algebra chapter technique. It is the bridge between an expanded circle equation and its geometry.


Worked Example 3: Recover the Circle

Find the centre and radius of:

x² + y² − 6x + 4y − 12 = 0.

Group and complete:

(x²−6x) + (y²+4y) = 12
(x−3)² − 9 + (y+2)² − 4 = 12
(x−3)² + (y+2)² = 25.

Therefore the centre is (3,−2) and radius is 5.

Expand the final form to verify that the original equation returns. That one audit catches many sign mistakes.


Constructing a Circle Equation

If the centre and radius are known, use centre-radius form immediately. If a diameter is given by endpoints, first find the midpoint for the centre and half the endpoint distance for the radius.

Example: A(−1,2) and B(5,6) are endpoints of a diameter.

Centre:

((−1+5)/2, (2+6)/2) = (2,4).

Diameter length:

√[(5−(−1))² + (6−2)²] = √(36+16) = √52 = 2√13.

Radius = √13. So the circle is:

(x−2)² + (y−4)² = 13.


Point Membership: Is This Point on the Circle?

Substitution tests whether a point satisfies the circle equation. For the circle:

(x−2)² + (y−4)² = 13,

test P(5,6):

(5−2)² + (6−4)² = 9 + 4 = 13.

So P lies on the circle.

If the left side is less than r² in centre-radius form, the point is inside the circle; if greater, outside. The equation therefore acts as a geometric classifier.


Why Straight-Line Transformations Matter

Experimental or model data may follow a curved relationship. A straight line is easier to analyse because the gradient and intercept have direct meanings. Additional Mathematics therefore transforms certain relationships into linear form.

The target is usually a structure like:

Y = mX + c.

The transformed variables X and Y may be logarithms of the original variables. Once the data produces a straight line, its gradient and intercept can determine unknown constants in the original relationship.


Linearising y = axⁿ

Start with:

y = axⁿ.

Take logarithms:

log y = log(axⁿ)
log y = log a + log(xⁿ)
log y = n log x + log a.

This is straight-line form if:

  • Y = log y;
  • X = log x;
  • gradient = n;
  • vertical intercept = log a.

So a plot of log y against log x turns the power relationship into a line.


Worked Example 4: Recover a and n from a Straight Line

Suppose y = axⁿ and a graph of log₁₀ y against log₁₀ x has gradient 2.5 and vertical intercept 0.3010.

From:

log y = n log x + log a,

we read:

  • n = 2.5;
  • log₁₀ a = 0.3010.

Therefore:

a = 10⁰·³⁰¹⁰ ≈ 2.

So the model is approximately:

y = 2x²·⁵.


Linearising y = kbˣ

Start with:

y = kbˣ.

Take logarithms:

log y = log k + log(bˣ)
log y = x log b + log k.

So a plot of log y against x is linear with:

  • gradient = log b;
  • vertical intercept = log k.

This connects directly with the exponential-logarithmic chapter. Coordinate geometry is now using logarithms as a representation tool.


Worked Example 5: Recover an Exponential Model

Suppose y = kbˣ and a graph of ln y against x has gradient 0.4 and vertical intercept ln 3.

Since:

ln y = x ln b + ln k,

we have:

  • ln b = 0.4 → b = e⁰·⁴;
  • ln k = ln 3 → k = 3.

Therefore:

y = 3(e⁰·⁴)ˣ = 3e⁰·⁴ˣ.

The straight line has recovered the parameters of the curved original model.


Choose the Correct Transformed Axes

A common examination demand is not simply “take logs”. It is to decide what should be plotted against what. The target straight-line form tells you.

Original relationshipLinear formPlotGradientIntercept
y = axⁿlog y = n log x + log alog y against log xnlog a
y = kbˣlog y = x log b + log klog y against xlog blog k

The labels on the transformed axes are part of the mathematics. A correct algebraic transformation paired with the wrong graph axes destroys the interpretation.


Coordinate Geometry as a Connection Hub

This topic connects many earlier and later ideas:

  • Quadratics: completing the square reveals circle centres and radii.
  • Surds: distances and radii may remain exact.
  • Equations: line and curve intersections become simultaneous equations.
  • Logarithms: nonlinear relationships can be linearised.
  • Trigonometry: coordinate directions and angle relationships connect with gradients and geometry.
  • Calculus: gradient becomes the language of tangents and rates of change.

A student who understands these links has less to memorise because methods are recognised as reused structures.


Common Failure Modes

Visible errorLikely causeRepair
Perpendicular gradient sign wrongNegative reciprocal applied incompletelyCheck product equals −1
Circle centre sign reversedBracket read mechanicallyAsk which coordinate makes the square zero
Radius uses r² as rEquation form not interpretedRemember right side is squared radius
Completing-square constants lostBalance not preservedAdd/subtract visibly and expand final form to audit
Power model plotted log y against xTransformed variables not identifiedRewrite explicitly as Y = mX + c first
Exponential gradient called bGradient meaning misreadFor log y against x, gradient is log b, then invert logarithm
Polygon area negativeOriented sign treated as physical areaTake absolute value and verify geometry

Transfer Set

Question A

A line has gradient −4. State the gradient of a perpendicular non-vertical line.

Answer: 1/4.

Question B

Find the centre and radius of x² + y² + 8x − 6y − 11 = 0.

Answer: (x+4)² + (y−3)² = 36, so centre (−4,3), radius 6.

Question C

A circle has centre (2,−1) and passes through (5,3). Find its equation.

Answer: r² = 3²+4² = 25, so (x−2)² + (y+1)² = 25.

Question D

For y = axⁿ, a graph of ln y against ln x has gradient −1.5 and intercept ln 7. Find a and n.

Answer: a = 7, n = −1.5.

Question E

For y = kbˣ, a graph of log₁₀ y against x has gradient 0.3010 and intercept 1. State k and approximate b.

Answer: log k = 1 → k = 10. log b = 0.3010 → b ≈ 2. So y ≈ 10·2ˣ.


A 45-Minute Coordinate-Geometry Repair Session

  1. 6 minutes: retrieve gradient, midpoint, parallel and perpendicular conditions.
  2. 7 minutes: write two line equations from point/gradient or geometric conditions.
  3. 7 minutes: solve one midpoint/endpoint problem and one coordinate-area problem.
  4. 10 minutes: convert two general circle equations to centre-radius form and audit by expansion.
  5. 5 minutes: construct one circle from centre/radius or diameter endpoints.
  6. 7 minutes: linearise one power relationship and one exponential relationship.
  7. 3 minutes: classify the first error as sign, geometry, completing-square, graph-axis or parameter interpretation.

What Mastery Looks Like

  • The learner interprets gradient as direction and rate, not merely a formula.
  • The learner identifies parallel and perpendicular line conditions accurately.
  • The learner can reverse midpoint information to recover an endpoint.
  • The learner chooses a transparent method for coordinate area.
  • The learner reads centre and radius from standard circle form without sign errors.
  • The learner converts general circle form by completing the square and verifies by expansion.
  • The learner understands why logarithmic transformations create straight lines.
  • The learner labels transformed axes correctly and interprets gradient/intercept in the original model.
  • The learner can explain how coordinate geometry connects quadratic algebra, logarithms, trigonometry and calculus.

Syllabus Alignment

This guide aligns with the 2027 Singapore-Cambridge SEC G3 Additional Mathematics syllabus section G2: conditions for parallel and perpendicular lines; midpoint of a line segment; area of a rectilinear figure; circle equations in centre-radius and general forms, excluding problems involving two circles; and transformation of relationships including y = axⁿ and y = kbˣ into linear form to determine unknown constants from a straight-line graph.

Official SEAB 2027 G3 syllabus index

Schools may sequence these topics differently across Secondary 3 and Secondary 4. This learning series uses a dependency map rather than assuming one universal school chapter order.


Return to the Additional Mathematics Learning Hub

Additional Mathematics Learning Hub | Secondary 3–4 A-Math Guides

Batch 02 now connects binomial expansion, exponential-logarithmic functions, trigonometry and coordinate geometry into the wider Secondary 3 A-Math learning system.