Distance Between Two Points
The distance between two points (x1, y1) and (x2, y2) is the length of the straight line segment joining them on the Cartesian plane.
Practice This ConceptLearn the concept
Student-friendly explanation
The distance formula comes from Pythagoras theorem. The horizontal difference is x2 - x1 and the vertical difference is y2 - y1. These act like the two perpendicular sides of a right triangle, and the required distance is the hypotenuse.
How to write this in exams
- 1
Start with the exact idea
The distance between two points (x1, y1) and (x2, y2) is the length of the straight line segment joining them on the Cartesian plane.
- 2
Then show how to use it
Write both points, find x-difference, find y-difference, square both differences, add them, then take the square root.
- 3
Add one concrete example
Distance between (1, 2) and (4, 6) is sqrt((4 - 1)^2 + (6 - 2)^2) = sqrt(9 + 16) = 5 units.
- 4
Avoid this incomplete answer
For (-2, 1) and (4, 9), writing x-difference as 4 - 2 instead of 4 - (-2) gives 2 and leads to a wrong distance.
Definition
Example
Rule to remember
Memory hook
Examples and method
Worked example
Method to apply
Diagram support
How CBSE asks it
Avoid common mistakes
Common confusion
Common wrong answer
Exam tip
Quick check
Find the distance between (0, 0) and (3, 4).
The distance is sqrt((3 - 0)^2 + (4 - 0)^2) = sqrt(9 + 16) = sqrt25 = 5 units.
Study the distance between two points diagram carefully
Use the labelled diagram to keep distance between two points clear in short answers and revision.
What this diagram makes clear
This diagram keeps the labels and direction of distance between two points in the right order.
Where this helps in exams
Use this for labelled diagram work and short exam answers on distance between two points.
Revision cue
Revise distance between two points through the labels before writing the answer.
Answer writing and exam use
1-mark answer
2-mark answer
3-mark answer
Practice this concept with focused MCQs
Open the concept quiz intro first, review the test details, and then start a focused MCQ set from this concept only. Instant score and answer review are live now.
Help improve this page
Found something confusing, incorrect, or missing?