Foundations of Coordinate Geometry
From the Linear graph curriculum
Foundations of Coordinate Geometry
TL;DR
Coordinate geometry is a system for describing points, lines, and shapes using numbers. It lets you translate visual ideas into mathematical equations and vice versa. Understanding this fundamental concept opens the door to analyzing graphs and solving geometric problems algebraically.
1. The Mental Model
Think of coordinate geometry like a street map with a numbered grid. Every location (point) has a unique address (coordinates). This address tells you exactly where to find it by specifying how far right/left and how far up/down it is from a central starting point.
2. The Core Material
Coordinate geometry uses a coordinate plane, which is made up of two perpendicular number lines: the x-axis (horizontal) and the y-axis (vertical). They intersect at a point called the origin (0,0).
2.1 Points and Coordinates

Photo by Jan van der Wolf on Pexels
A point on this plane is identified by an ordered pair (x, y).
- The first number (x-coordinate) tells you the horizontal distance from the origin. Positive x means right, negative x means left.
- The second number (y-coordinate) tells you the vertical distance from the origin. Positive y means up, negative y means down.
2.2 Quadrants
The two axes divide the coordinate plane into four sections called quadrants, typically numbered with Roman numerals counter-clockwise starting from the top-right.
graph TD
A["Coordinate Plane"] --> B["x-axis (horizontal)"]
A --> C["y-axis (vertical)"]
B -- "Intersect at" --> D["Origin (0,0)"]
C -- "Intersect at" --> D
D -- "Divides plane into" --> Q1["Quadrant I (+x, +y)"]
D -- "Divides plane into" --> Q2["Quadrant II (-x, +y)"]
D -- "Divides plane into" --> Q3["Quadrant III (-x, -y)"]
D -- "Divides plane into" --> Q4["Quadrant IV (+x, -y)"]
2.3 Distance Between Two Points

Photo by BREAKS OUT on Pexels
You can calculate the distance between any two points (x1, y1) and (x2, y2) using the distance formula, which is derived from the Pythagorean theorem:
Distance = √((x2 - x1)² + (y2 - y1)²)
It's essentially calculating the hypotenuse of a right triangle formed by the two points and their horizontal/vertical separation.
2.4 Midpoint of a Line Segment

Photo by Bohdan Hyrovych on Pexels
The midpoint of a line segment connecting (x1, y1) and (x2, y2) is simply the average of their x-coordinates and the average of their y-coordinates.
Midpoint = ((x1 + x2)/2, (y1 + y2)/2)
2.5 Slope of a Line

Photo by Marek Piwnicki on Pexels
The slope of a line tells you its steepness and direction. It's the "rise over run" – the change in y divided by the change in x between any two points (x1, y1) and (x2, y2) on the line.
Slope (m) = (y2 - y1) / (x2 - x1)
- A positive slope means the line goes up from left to right.
- A negative slope means the line goes down from left to right.
- A slope of zero means it's a horizontal line.
- An undefined slope means it's a vertical line (change in x is zero).
3. Worked Example
Let's find the distance, midpoint, and slope between two points: Point A (2, 3) and Point B (6, 9).
1. Distance:
x1 = 2, y1 = 3
x2 = 6, y2 = 9
Distance = √((6 - 2)² + (9 - 3)²)
Distance = √((4)² + (6)²)
Distance = √(16 + 36)
Distance = √(52)
Distance ≈ 7.21 units
2. Midpoint:
Midpoint = ((2 + 6)/2, (3 + 9)/2)
Midpoint = (8/2, 12/2)
Midpoint = (4, 6)
3. Slope:
Slope = (9 - 3) / (6 - 2)
Slope = 6 / 4
Slope = 3/2 or 1.5
4. Key Takeaways
- The coordinate plane uses x- and y-axes to uniquely locate any point with an (x, y) pair.
- The origin (0,0) is where the x and y axes intersect.
- Quadrants help categorize points based on the signs of their x and y coordinates.
- The distance formula calculates the length of a segment connecting two points.
- The midpoint formula finds the exact middle point of a segment.
- Slope describes a line's steepness and direction (rise over run).
- A positive slope goes up from left to right, a negative slope goes down.
Common Mistakes to Avoid:
- Mixing up x and y: Always remember (x, y), not (y, x).
- Incorrectly applying negative signs: Be careful with subtraction, especially when one or both coordinates are negative.
- Dividing by zero for slope: A vertical line has an undefined slope, not a zero slope.
- Forgetting the square root in the distance formula: It's often the last step people miss.
5. Now Try It
Plot the points C (-3, 5) and D (1, -2) on a piece of graph paper or an online graphing tool. Then, calculate the distance between C and D, the midpoint of the segment CD, and the slope of the line passing through C and D.
Success looks like: You can accurately plot the points, find the distance, midpoint, and slope, and explain what each of those values represents visually.
Frequently asked about Foundations of Coordinate Geometry
More from Linear graph
Get the full Linear graph curriculum
Clone the complete plan to your dashboard for unlimited AI-generated notes, practice quizzes, and a personalised revision schedule.
Create Free Account