๐Ÿ“ Coordinates

Grade 8 ยท Geometry ยท FractionRush

Coordinates

Coordinates place points on a grid using (x, y) pairs. This topic builds on coordinate basics to cover midpoints, distance between two points, straight-line equations, and loci on grids.

Midpoint
M = ((xโ‚+xโ‚‚)/2, (yโ‚+yโ‚‚)/2)
Distance
d = โˆš[(xโ‚‚โˆ’xโ‚)ยฒ + (yโ‚‚โˆ’yโ‚)ยฒ]
Gradient
m = (yโ‚‚โˆ’yโ‚)/(xโ‚‚โˆ’xโ‚)
Line equation
y = mx + c

๐Ÿ“– Learn

Midpoint of a Line Segment

Midpoint M of A(xโ‚, yโ‚) and B(xโ‚‚, yโ‚‚):
M = ((xโ‚+xโ‚‚)/2, (yโ‚+yโ‚‚)/2)

The midpoint is the average of the x-coordinates and the average of the y-coordinates.

If you know the midpoint M and one endpoint A, find the other endpoint B: B = (2Mx โˆ’ xโ‚, 2My โˆ’ yโ‚)

Length of a Line Segment

Distance d between A(xโ‚, yโ‚) and B(xโ‚‚, yโ‚‚):
d = โˆš[(xโ‚‚โˆ’xโ‚)ยฒ + (yโ‚‚โˆ’yโ‚)ยฒ]

This is Pythagoras' theorem applied to the horizontal and vertical steps between the two points.

๐Ÿ’ก Horizontal step = |xโ‚‚โˆ’xโ‚|, Vertical step = |yโ‚‚โˆ’yโ‚|. Then d = โˆš(hยฒ + vยฒ)

Gradient and Line Equations

Gradient: m = (yโ‚‚โˆ’yโ‚)/(xโ‚‚โˆ’xโ‚) = rise/run
Line through two points: y โˆ’ yโ‚ = m(x โˆ’ xโ‚)
Standard form: y = mx + c (c = y-intercept)

To find the equation of a line through two points:

Parallel and Perpendicular Lines

Parallel: same gradient (mโ‚ = mโ‚‚)
Perpendicular: gradients multiply to โˆ’1 (mโ‚ ร— mโ‚‚ = โˆ’1), so mโ‚‚ = โˆ’1/mโ‚

Example: line with m = 2/3. Perpendicular gradient = โˆ’3/2.

A horizontal line has gradient 0. A vertical line has undefined gradient.

3D Coordinates

In 3D, points are described by (x, y, z). The z-axis is perpendicular to both x and y.

3D Distance: d = โˆš[(xโ‚‚โˆ’xโ‚)ยฒ + (yโ‚‚โˆ’yโ‚)ยฒ + (zโ‚‚โˆ’zโ‚)ยฒ]
3D Midpoint: M = ((xโ‚+xโ‚‚)/2, (yโ‚+yโ‚‚)/2, (zโ‚+zโ‚‚)/2)
๐Ÿ’ก 3D coordinates appear in cube and cuboid problems: "the vertex at (3, 0, 4)".

โœ๏ธ Worked Examples

Example 1: Midpoint

Find the midpoint of A(2, 5) and B(8, โˆ’1).

Mx = (2 + 8)/2 = 10/2 = 5
My = (5 + (โˆ’1))/2 = 4/2 = 2
Midpoint = (5, 2)

Example 2: Distance between two points

Find the distance between P(1, 2) and Q(4, 6).

ฮ”x = 4 โˆ’ 1 = 3, ฮ”y = 6 โˆ’ 2 = 4
d = โˆš(3ยฒ + 4ยฒ) = โˆš(9 + 16) = โˆš25 = 5

Example 3: Equation of a line through two points

Find the equation of the line through A(1, 3) and B(4, 9).

m = (9 โˆ’ 3)/(4 โˆ’ 1) = 6/3 = 2
y = 2x + c. Substitute A(1,3): 3 = 2(1) + c โ†’ c = 1
Equation: y = 2x + 1

Example 4: Perpendicular line

Find the equation of the line perpendicular to y = 3x โˆ’ 2 passing through (6, 1).

Gradient of given line = 3. Perpendicular gradient = โˆ’1/3
y = โˆ’(1/3)x + c. Substitute (6,1): 1 = โˆ’2 + c โ†’ c = 3
Equation: y = โˆ’(1/3)x + 3

๐ŸŽจ Visualizer

Two-Point Calculator

, ,
Enter two points above.

Line Equation Finder

From gradient and one point, find the full line equation y = mx + c.

,

3D Distance Calculator

, , , ,

Ex 1 โ€” Midpoints

Ex 2 โ€” Distances

Ex 3 โ€” Gradients

Ex 4 โ€” Line Equations

Ex 5 โ€” 3D & Mixed

โญ Practice โ€” 20 Questions

๐Ÿ”ฅ Challenge โ€” 8 Questions