Co-ordinate Geometry (also called Analytical Geometry) is the branch of mathematics that connects algebra and geometry. It allows us to describe the exact position of any point in a plane using a pair of numbers called coordinates — written as (x, y). The horizontal line is called the x-axis and the vertical line is the y-axis; together they form the Cartesian plane, named after the French mathematician René Descartes.
In Class 10 (CBSE, Telangana, and Andhra Pradesh syllabus), Chapter 7 covers three major tools: the Distance Formula, the Section Formula, and the Area of a Triangle using coordinates. Exercise 7.1 focuses entirely on the Distance Formula — the most foundational skill of this chapter.
💡 Why learn this? The distance formula is used in real life for GPS navigation, map distances, engineering, architecture, and even in data science. Mastering it builds strong foundations for board exam problems worth 4–6 marks.
The Distance Formula — How It Is Derived
The distance formula is not just a rule to memorise — it is derived from the Pythagoras Theorem. Understanding the derivation helps you remember and apply it correctly even in unfamiliar problems.
Right triangle △ABC formed by two points A and B
∠C = 90° — Pythagoras theorem applies
Given two points A(x₁, y₁) and B(x₂, y₂) in the coordinate plane:
Drop perpendiculars from A and B to the x-axis at points P and Q respectively.
Let C be the foot of perpendicular from A onto BQ.
The horizontal leg AC = PQ = x₂ − x₁
The vertical leg BC = BQ − CQ = y₂ − y₁
△ABC is a right-angled triangle with ∠C = 90°.
Applying Pythagoras Theorem: AB² = AC² + BC²
📐 Distance Formula — The Core of Exercise 7.1
AB = √[ (x₂ − x₁)² + (y₂ − y₁)² ]
Special case: Distance from Origin O(0,0) to point P(x, y) = √(x² + y²)
📌 Important: The formula works regardless of which point is labelled (x₁, y₁) or (x₂, y₂) — since both differences are squared, the negative sign disappears. So you can swap the two points and still get the same answer.
Question 1 — Distance Between Pairs of Points
Find the distance between the following pairs of points.
Q1 (i)
Distance between (2, 3) and (4, 1)
Here x₁ = 2, y₁ = 3, x₂ = 4, y₂ = 1. Substitute into the distance formula.
💡 Key pattern in Q1(iv): The points (a, b) and (−a, −b) are mirror images of each other through the origin. The distance between any point and its "origin-reflection" is always 2√(a²+b²) — twice the distance from the point to the origin.
Question 2 — Distance from the Origin
Q2
Distance between (0, 0) and (36, 15)
One point is the origin, so use the simplified formula: d = √(x² + y²)
📌 How to check √1521 = 39: Prime factorisation method — 1521 = 3 × 507 = 3 × 3 × 169 = 9 × 169 = 9 × 13² = (3×13)² = 39². So √1521 = 39. Always try to check if the number under the root is a perfect square first!
Advertisement
Question 3 — Testing for Collinearity
Three points are collinear (lying on the same straight line) if and only if the sum of the two shorter distances equals the longest distance. In other words, if A, B, C are collinear, then AB + BC = AC (or some arrangement of this). If this condition fails, the points are not collinear.
Q3
Verify whether (1, 5), (2, 3) and (−2, −1) are collinear
AB (A(1,5) to B(2,3))= √[(2−1)²+(3−5)²]= √[1+4] = √5 units
BC (B(2,3) to C(−2,−1))= √[(−2−2)²+(−1−3)²]= √[16+16] = √32 units
AC (A(1,5) to C(−2,−1))= √[(−2−1)²+(−1−5)²] = √[9+36] = √45 = 3√5 units
Check: AB + BC = √5 + √32 ≈ 2.24 + 5.66 = 7.90AC = 3√5 ≈ 6.71AB + BC ≠ AC → Points are NOT collinear
⛔ Common mistake: Students sometimes check only one pair (AB + BC) without checking all three combinations. Make sure you identify the largest distance first and check whether the other two add up to it.
Identifying Triangle and Quadrilateral Types Using Distances
A powerful application of the distance formula is identifying the type of geometric figure formed by a set of points. The table below summarises the conditions for each shape — this is essential knowledge for Questions 4 through 9.
Shape
Condition on Sides
Additional Check
Equilateral Triangle
All 3 sides equal (AB = BC = CA)
—
Isosceles Triangle
Exactly 2 sides equal
—
Scalene Triangle
All 3 sides different
—
Right-angled Triangle
AB² + BC² = AC² (Pythagoras)
Longest side is hypotenuse
Parallelogram
Opposite sides equal: AB = CD, BC = AD
Diagonals AC ≠ BD (unequal)
Rectangle
Opposite sides equal: AB = CD, BC = AD
Diagonals AC = BD (equal)
Rhombus
All 4 sides equal: AB = BC = CD = AD
Diagonals AC ≠ BD (unequal)
Square
All 4 sides equal: AB = BC = CD = AD
Diagonals AC = BD (equal)
💡 Board Exam Tip: When asked to "name the quadrilateral," always check both the sides AND the diagonals. Equal sides + equal diagonals = Square. Equal sides + unequal diagonals = Rhombus. Opposite sides equal + equal diagonals = Rectangle. Opposite sides equal + unequal diagonals = Parallelogram.
Questions 4, 5 & 6 — Triangle Type Problems
Q4
Check whether (5, −2), (6, 4) and (7, −2) are vertices of an isosceles triangle
These questions reverse the usual process — instead of finding distance, you are given the distance (or a condition) and asked to find an unknown coordinate. The strategy is to set up an equation using the distance formula and solve for the unknown.
Q10
Find the point on the X-axis equidistant from (2,−5) and (−2,9)
Any point on the x-axis has y-coordinate = 0. Let the required point be P(x, 0).
PA = PB (equidistant condition)√[(x−2)²+(0+5)²] = √[(x+2)²+(0−9)²]Squaring both sides:(x−2)² + 25 = (x+2)² + 81x²−4x+4+25 = x²+4x+4+81−4x + 29 = 4x + 85−8x = 56 → x = −7
Answer: P(−7, 0)
Q11
If distance between (x, 7) and (1, 15) is 10, find x
📌 This result represents a straight line — every point on the line x + 13y = 17 is equidistant from (−2,8) and (−3,−5). This line is called the perpendicular bisector of the segment joining those two points.
Quick Reference — All 15 Answers at a Glance
Q#
Problem
Answer
Shape / Result
1(i)
(2,3) and (4,1)
2√2 units
—
1(ii)
(−5,7) and (−1,3)
4√2 units
—
1(iii)
(−2,−3) and (3,2)
5√2 units
—
1(iv)
(a,b) and (−a,−b)
2√(a²+b²)
Algebraic result
2
(0,0) and (36,15)
39 units
Exact integer!
3
(1,5),(2,3),(−2,−1)
Not collinear
AB+BC ≠ AC
4
(5,−2),(6,4),(7,−2)
Isosceles △
AB = BC = √37
5
A(3,4),B(6,7),C(9,4),D(6,1)
Square
Jarina is correct
6
(a,0),(−a,0),(0,a√3)
Equilateral △
All sides = 2a
7
(−7,−3),(5,10),(15,8),(3,−5)
Parallelogram
AB=CD=√313
8
(−4,−7),(−1,2),(8,5),(5,−4)
Rhombus, 72 sq.u
All sides = √90
9(i)
(−1,−2),(1,0),(−1,2),(−3,0)
Square
All sides = √8, diags = 4
9(ii)
(−3,5),(3,1),(1,−3),(−5,1)
Parallelogram
Opposite sides equal
9(iii)
(4,5),(7,6),(4,3),(1,2)
Parallelogram
Opposite sides equal
10
X-axis, equidist. from (2,−5)&(−2,9)
(−7, 0)
—
11
(x,7) to (1,15) = 10
x = 7 or −5
Quadratic
12
P(2,−3) to Q(10,y) = 10
y = 3 or −9
Quadratic
13
Circle centre (3,2), through (−5,6)
r = 4√5 units
—
14
(1,5),(5,8),(13,14)
No triangle
Collinear points
15
(x,y) equidist. from (−2,8)&(−3,−5)
x + 13y = 17
Perpendicular bisector
Common Mistakes to Avoid in Exams
Sign errors with negative coordinates: When x₁ or y₁ is negative, subtracting it adds to the value. For example, 3 − (−2) = 3 + 2 = 5, NOT 1. This is the most common source of wrong answers in this exercise.
Forgetting to check diagonals for quadrilaterals: Always compute both diagonals. Equal sides + equal diagonals = Square. Equal sides + unequal diagonals = Rhombus. Never conclude a shape is a square without checking diagonals.
Stopping at "opposite sides equal" and calling it a Rectangle: Opposite sides equal AND diagonals equal = Rectangle. Just opposite sides equal = Parallelogram.
Not simplifying surds: √8 must be simplified to 2√2, and √50 to 5√2. Board examiners deduct marks for unsimplified surds.
Squaring only one side in equidistance problems: In Q10–Q12, you must square both sides of the equation before expanding. Missing this step leads to errors in the algebra.
Confusing collinear check: For collinearity, AB + BC = AC (the largest), not any random arrangement. Identify the largest side first!
⛔ High-risk exam trap: Question 14 tests a concept students often overlook — when AB + BC = AC (not greater than AC), the points are collinear and no triangle is formed. Always check this condition before claiming a triangle exists.
Board Exam Tips and What This Exercise Prepares You For
Exercise 7.1 builds the foundation you need for the rest of Chapter 7. Once you are comfortable with the Distance Formula, the Section Formula (Exercise 7.2) — which divides a line segment in a given ratio — becomes much more approachable. The ability to compute distances also connects directly to the Area of a Triangle using coordinates (Exercise 7.3).
Understanding how to classify triangles and quadrilaterals using coordinates also reinforces concepts from Chapter 6 (Triangles) and Class 9 Co-ordinate Geometry. In Telangana and Andhra Pradesh board exams, Exercise 7.1 problems regularly appear in the 4-mark section, particularly shape identification problems (Q4–Q9) and finding unknown coordinates (Q10–Q12).
📐 Telangana & AP Board Exam Tip: Questions 5 (classroom/square), 8 (rhombus + area), and 10 (equidistant point on X-axis) are the most frequently examined problems from Exercise 7.1. Practise these thoroughly. In CBSE board papers, Q11 and Q12 (finding unknown coordinate given a distance) are perennial favourites for 3–4 mark questions.