Skip to content

Revise: Introduction to Coordinate Geometry

Locate points precisely with coordinates, measure the distance and midpoint between them, and describe straight lines with slope and the equation y = mx + c.

The Cartesian Coordinate System

Coordinates are ordered pairs (x, y), measured from the origin (0, 0).

(3, 4) means 3 right, 4 up from the origin.

Distance Between Two Points

d = √[(xβ‚‚βˆ’x₁)Β² + (yβ‚‚βˆ’y₁)Β²]

(0,0) to (3,4) β†’ d = 5.

Midpoint of a Segment

M = ((x₁+xβ‚‚)/2, (y₁+yβ‚‚)/2)

(0,0) to (6,10) β†’ M = (3, 5).

Slope of a Line

m = (yβ‚‚βˆ’y₁)/(xβ‚‚βˆ’x₁) β€” rise over run.

(0,0) to (4,8) β†’ m = 2.

Equation of a Straight Line

y = mx + c: m is the slope, c is the y-intercept.

Slope 3 through (2,11) β†’ y = 3x + 5.