Sec 3 Coordinate Geometry | Gradient, Distance, Straight Lines and Geometric Problems

Secondary 3 Coordinate Geometry is the eduKateSingapore guide to using coordinates, gradient, distance and straight-line equations to solve geometric problems on the Cartesian plane. For students searching coordinate geometry, Sec 3 coordinate geometry, gradient between two points, length of a line segment, equation of a straight line or y=mx+c, the key transition is from “plotting points” to using algebra to prove geometric relationships.

The 2027 G3 Singapore-Cambridge Secondary Education Certificate Mathematics syllabus K310 includes finding the gradient of a straight line from two coordinates, finding the length of a line segment from its endpoints, interpreting and finding straight-line equations in the form y=mx+c, and solving geometric problems using coordinates. This page is written around that durable G3/SEC scope; 4052 remains the 2026 reference code for the previous O-Level naming.

This page belongs to the Secondary Mathematics Topic Library. It depends on Sec 2 Linear Graphs, Pythagoras’ Theorem and reliable equation solving. It stays within G3/E-Math coordinate geometry; deeper analytic geometry belongs in the specialist Mathematics handoff to Bukit Timah Tutor.

Quick answer: the four core tools

  • Gradient: m=(y₂−y₁)/(x₂−x₁).
  • Distance: √[(x₂−x₁)²+(y₂−y₁)²].
  • Straight-line equation: y=mx+c.
  • Geometric interpretation: use gradient, distance and line equations to establish parallelism, intersection and shape properties.

Coordinates: order matters

A point (x,y) records horizontal position first, vertical position second.

Point (−3,4) means three units left and four units up from the origin.

Gradient between two points

For A(x₁,y₁) and B(x₂,y₂):

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

Think “vertical change divided by horizontal change”.

Worked gradient example

A(2,3), B(8,15).

m=(15−3)/(8−2)=12/6=2.

Gradient signs

  • Positive: line rises left to right.
  • Negative: line falls left to right.
  • Zero: horizontal line.
  • Undefined: vertical line because horizontal change is zero.

Distance between two points

The distance formula is Pythagoras written in coordinates.

Horizontal difference = x₂−x₁.

Vertical difference = y₂−y₁.

Distance = √[(horizontal difference)²+(vertical difference)²].

Worked distance example

A(1,2), B(7,10).

Horizontal difference=6, vertical difference=8.

Distance=√(36+64)=10.

Why signs disappear inside the distance

If a coordinate difference is negative, squaring makes its contribution positive. Geometric distance is non-negative.

However, do not drop signs before squaring in other algebraic contexts; here the square comes from Pythagoras.

Equation of a straight line

y=mx+c

  • m: gradient.
  • c: y-intercept.

Find a line from gradient and intercept

Gradient 3 and y-intercept −5 gives y=3x−5.

Find a line from gradient and one point

A line has gradient 2 and passes through (4,11).

Write y=2x+c.

11=2(4)+c, so c=3.

Equation: y=2x+3.

Find a line through two points

  1. Find gradient from the two coordinates.
  2. Write y=mx+c.
  3. Substitute either point.
  4. Solve for c.
  5. Check the second point.

Worked equation example

Points (1,4) and (5,12).

m=(12−4)/(5−1)=2.

y=2x+c.

4=2(1)+c, so c=2.

Equation y=2x+2.

Parallel lines

Non-vertical parallel lines have equal gradients.

If line A has gradient 4 and line B has gradient 4, they are parallel unless they are the same line.

This is a geometric property expressed algebraically.

Intersection

The intersection of two straight lines is a point satisfying both equations.

This links coordinate geometry to Simultaneous Equations.

Worked intersection example

y=2x+1 and y=−x+7.

Set them equal: 2x+1=−x+7.

3x=6, so x=2.

y=5.

Intersection: (2,5).

Use coordinates to identify a shape

Suppose four points form a quadrilateral. Coordinate geometry can test:

  • equal side lengths using distance
  • parallel opposite sides using gradient
  • right-angle structure through line relationships
  • coinciding or intersecting lines using equations

Worked shape test

A(0,0), B(4,0), C(4,3), D(0,3).

AB and CD are horizontal; BC and AD are vertical.

AB=CD=4 and BC=AD=3.

The coordinate evidence establishes a rectangle.

A note on perpendicular lines

Many school courses also use the result that gradients of non-vertical perpendicular lines are negative reciprocals, so m₁m₂=−1. Because exact sequencing can vary, use this when it is part of the student’s taught course or when derived from the geometry being studied.

The official 2027 K310 coordinate-geometry bullet list foregrounds gradient, distance, straight-line equations and geometric problems; this page keeps those as the core owner scope.

Horizontal and vertical lines

Horizontal: y=k.

Vertical: x=k.

These forms are often easier than forcing every line into y=mx+c.

Coordinate geometry and Pythagoras

The distance formula is not a separate magical formula. It is Pythagoras on the horizontal and vertical displacement between two coordinates.

Understanding this makes the formula easier to reconstruct under pressure.

Coordinate geometry and linear graphs

A straight-line equation can be treated as a graph or as a geometric object. The same gradient and intercept ideas serve both.

This is why weak Sec 2 graph understanding often reappears as Sec 3 coordinate-geometry difficulty.

The coordinate-geometry error taxonomy

  • Order error: swaps x and y.
  • Gradient error: uses horizontal/vertical instead of vertical/horizontal.
  • Sign error: mishandles negative coordinate differences.
  • Distance error: forgets square root.
  • Equation error: inserts c incorrectly.
  • Geometry error: claims shape from appearance instead of coordinate evidence.
  • Intersection error: solves only one line.
  • Scale error: reads a plotted graph with incorrect axis scale.

A diagnostic sequence

  1. Can the student plot and read coordinates accurately?
  2. Can they calculate signed differences?
  3. Can they find gradient?
  4. Can they use Pythagoras for distance?
  5. Can they build y=mx+c from data?
  6. Can they connect equations to geometric properties?
  7. Can they justify a shape using evidence rather than appearance?

Practice set

Practice 1

Question: A(2,1), B(6,9): gradient

Answer: 2

Practice 2

Question: A(0,0), B(3,4): distance

Answer: 5

Practice 3

Question: Gradient 3 through (2,8): equation

Answer: y=3x+2

Practice 4

Question: y=4x−1: y-intercept

Answer: −1

Practice 5

Question: y=2x+3 and y=−x+9: intersection

Answer: (2,7)

Practice 6

Question: Horizontal line through y=5

Answer: y=5

2027 SEC transition note

For the 2027 G3 SEC Mathematics pathway, Mathematics uses subject code K310; 4052 is the reference code for 2026 and earlier. Coordinate geometry remains part of the G3 content, so students should prepare the mathematical system itself rather than memorise a legacy examination label.

Frequently asked questions

What is coordinate geometry?

Using algebra and coordinates to study geometric relationships.

How do I find gradient?

Vertical change divided by horizontal change.

Where does the distance formula come from?

Pythagoras’ theorem applied to horizontal and vertical coordinate differences.

How do I find the equation of a line?

Find m, use y=mx+c, then substitute a known point to find c.

How do I prove lines are parallel?

For non-vertical lines, show they have equal gradients.

Where does this sit in Atlas?

This is the canonical Sec 3 Coordinate Geometry owner under Secondary Mathematics Topic Library.


The final Coordinate Geometry rule

Do not treat coordinates as labels on a picture. They encode measurable geometry. Gradient describes direction, distance measures separation, and the straight-line equation turns a geometric object into algebra that can be solved, compared and justified.

Explore the connected learning guides

Choose the question that brought you here. Open one useful guide, try a small task, and stop when you have what you need.

Take one question further

The same learning habit can travel across subjects, while each subject keeps its own methods. These routes help you notice a difficulty, understand one part of it, and return to something you can do.

A word is familiar, but using it is difficult.

Move from recognising a word to retrieving it in a new context. Understand vocabulary plateaus.

Try it without the guide: Choose one word you already know. Close the guide and use it in a new sentence. Explain why it fits; try another context tomorrow.

A piece of writing has ideas, but the reader loses the thread.

Make the order of events and the links between sentences clear. Explore composition writing.

Try it without the guide: Choose one short paragraph. Read the relevant explanation, close it, and revise the paragraph. Ask someone to tell you what happened and why.

The Mathematics seems familiar, but marks still disappear.

Find the first point where the working stops being reliable. Find Secondary 4 A-Math mark leakage.

Try it without the guide: For a Secondary 4 A-Math question you have attempted, locate the first uncertain line. Repair that step, then try a comparable question without the worked answer.

A Science fact is remembered, but the explanation is incomplete.

Connect the evidence to a scientific idea and the resulting change. Follow the Primary Science learning route.

Try it without the guide: Choose a familiar Primary Science example. Explain the evidence, the idea and the result without notes. Then change one condition and explain your prediction.

Two accounts of the world seem to disagree.

Check the question, source, date and evidence before combining claims. Explore the World Knowledge research library.

Try it without the guide: Take one claim. Find the source best placed to support it, note its date, and state what remains uncertain. Return to your original question.

There is plenty of help, but independence is hard to see.

Check what the learner can understand and do after support is removed. Understand how education works.

Try it without the guide: Choose one small task the child has practised. Agree on a calm, brief attempt without prompts. Use what happens to choose one next step, then stop.

For the structure behind these connections, read the eduKateSingapore runtime manifest and the eduKate ecosystem boot contract. The reader map describes public navigation; those manifests preserve the wider ownership and return rules.