Coordinate Geometry
5 minQuiz at the end
The Coordinate Plane
The coordinate plane has two axes:
- x-axis β horizontal
- y-axis β vertical
- Origin β (0, 0), where the axes meet
Points are written as (x, y).
The Four Quadrants
| Quadrant | x | y |
|---|---|---|
| I | + | + |
| II | β | + |
| III | β | β |
| IV | + | β |
Midpoint Formula
The midpoint between (xβ, yβ) and (xβ, yβ):
M = ((xβ+xβ)/2, (yβ+yβ)/2)
Midpoint of (2,4) and (8,10): ((2+8)/2, (4+10)/2) = (5, 7)
Distance Formula
Distance between (xβ, yβ) and (xβ, yβ):
d = β[(xβ-xβ)Β² + (yβ-yβ)Β²]
Distance from (0,0) to (3,4): β(9+16) = β25 = 5
(This is the Pythagorean theorem applied to coordinates!)
Gradient Formula
m = (yβ-yβ) / (xβ-xβ)
Gradient of (1,2) to (4,11): (11-2)/(4-1) = 9/3 = 3