Question
Find the distance between the points and .
Solution — Step by Step
For two points and , the distance is:
This is just the 2D formula with a third term added — same logic, one extra dimension.
Here, and .
So: and .
Notice the -coordinates are equal — both points lie in the plane .
Why This Works
The 3D distance formula is a direct extension of the Pythagorean theorem applied twice. First, we find the 2D distance in the -plane, then use that as the base of a right triangle with the -difference as the height.
When (as in this problem), the formula collapses back to the familiar 2D form: . Both points are co-planar, so the third dimension contributes nothing.
The 3, 4, 5 Pythagorean triple appearing here is not a coincidence in exam questions — NCERT and board setters love clean answers. Recognising the triple saves calculation time.
Alternative Method — Using Vectors
We can treat the two points as position vectors and .
The displacement vector is:
The magnitude gives the distance:
This vector approach becomes much more powerful in 3D Geometry chapters when you need direction cosines or projections — it’s worth getting comfortable with it now.
When any two coordinates are equal between the two points, cancel that term mentally before calculating. It reduces one squaring step and lowers the chance of arithmetic errors under exam pressure.
Common Mistake
Students often forget to square the differences before adding. A common slip is writing instead of . The formula requires , not . Always write each squared term explicitly in the first step — don’t skip it mentally.