Coordinate Geometry: Where Algebra Meets the Map
Learn the distance formula, section formula, and midpoint formula to solve Class 10 Coordinate Geometry problems on the x-y plane with confidence.
By the PadhoDost Team ยท ๐ 7 min read ยท Updated 4 August 2026
Part of Class 10 (CBSE) prep๐ง A city with street numbers
Think of a planned city like Chandigarh, where every location is given by a sector number across and a number up. Tell an autorickshaw driver '3 blocks east, 4 blocks north' and they find you exactly. Coordinate geometry does the same thing for points on a graph: every point gets an address (x, y), and once points have addresses, we can measure distances and find meeting spots using simple formulas.
The plane is split by two number lines: the horizontal x-axis and the vertical y-axis, meeting at the origin (0, 0). A point's position is written as (x, y), where x is how far right or left it sits and y is how far up or down. With this system, geometry problems turn into algebra you can compute.
The three formulas you must know
๐ Distance between two points
Find the distance between A(2, 3) and B(5, 7).
Distance formula: AB = square root of [(x2 - x1)^2 + (y2 - y1)^2].
Substitute: AB = square root of [(5 - 2)^2 + (7 - 3)^2].
= square root of [3^2 + 4^2] = square root of [9 + 16] = square root of 25.
So AB = 5 units.
๐ Using the section formula
Find the point that divides the line joining A(-1, 2) and B(4, 7) in the ratio 2:3.
Here (x1, y1) = (-1, 2), (x2, y2) = (4, 7), m = 2, n = 3.
x-coordinate = (m x2 + n x1)/(m + n) = (2 x 4 + 3 x (-1))/(2 + 3) = (8 - 3)/5 = 5/5 = 1.
y-coordinate = (m y2 + n y1)/(m + n) = (2 x 7 + 3 x 2)/(2 + 3) = (14 + 6)/5 = 20/5 = 4.
So the required point is (1, 4).
| Task | Formula to use |
|---|---|
| Length of a segment | Distance formula |
| Point dividing a segment in ratio m:n | Section formula |
| Exact middle of a segment | Midpoint formula |
| Check if 3 points are collinear | Distance formula (sum of two = third) or section formula |
Quick revision
- โEvery point has an address (x, y): x is horizontal, y is vertical.
- โDistance formula comes straight from the Pythagoras theorem on the plane.
- โMidpoint is the section formula with ratio 1:1.
- โDistance from origin to (x, y) is square root of (x^2 + y^2).
- โNote: the area-of-triangle formula was moved out of the current NCERT Class 10 chapter, so focus on distance, section, and midpoint.
โก Quick check
What is the midpoint of the line segment joining the points A(-2, 4) and B(6, -2)?
Ready to test yourself? ๐ฏ
Lock it in with the practice test for this chapter.
Take the practice test โ