Skip to content

9709 · 1.3

Coordinate geometry

Coordinate geometry uses algebra to describe geometric shapes. By placing shapes on a grid, we can use equations and formulas to analyse their properties like length, slope, and position.

Need to know

What you need to know

  • The gradient $m$ measures the steepness of the line. It is calculated as 'rise over run': $m = \frac{y_2 - y_1}{x_2 - x_1}$.
  • A positive gradient means the line slopes upwards from left to right.
  • A negative gradient means the line slopes downwards from left to right.
  • A horizontal line has a gradient of 0. A vertical line has an undefined gradient.
  • The final equation is often required in the form $ax + by + c = 0$, where $a, b, c$ are integers.

Explanation

The Geometry of Grids

  1. A straight line is defined by y = mx + c, where 'm' is the gradient (steepness) and 'c' is the y-intercept (where it crosses the vertical axis).
  2. Parallel lines share the same gradient (m₁ = m₂). Perpendicular lines meet at a 90° angle, and their gradients multiply to give -1 (m₁m₂ = -1).
  3. The distance between two points (x₁, y₁) and (x₂, y₂) is found using Pythagoras' theorem: √((x₂−x₁)² + (y₂−y₁)²).
  4. The midpoint of the line segment connecting two points is the average of their coordinates: ((x₁+x₂)/2, (y₁+y₂)/2).