Question
Find the distance of the point from the line .
Solution — Step by Step
The perpendicular distance from a point to the line is:
Here , , , and our point is .
Plug into :
The absolute value gives .
A 3-4-5 Pythagorean triple — recognise it immediately to save time.
Distance = units (or units)
Why This Works
The formula gives the perpendicular distance — the shortest possible distance from a point to a line. Any other path from the point to the line would be longer.
The denominator is the magnitude of the normal vector to the line. We’re essentially projecting the vector from any point on the line to onto this normal direction — that projection gives the perpendicular distance.
The absolute value in the numerator matters because can be negative depending on which side of the line the point sits. Distance is always positive, so we take the magnitude.
Alternative Method — Using a Perpendicular Line
We can find the foot of the perpendicular from to the line and compute the distance directly.
The line through perpendicular to has slope … wait, the original line has slope , so the perpendicular has slope .
Perpendicular line: , i.e., .
Solve simultaneously with :
- … (i)
- … (ii)
Multiply (i) by 4 and (ii) by 3: and . Adding: , so .
Then .
Distance from to works out to — same answer.
The direct formula is always faster in exams. Use the perpendicular-foot method only when the question specifically asks for the foot of the perpendicular or the image of a point in a line.
Common Mistake
Dropping the absolute value sign. When you compute , the result can be negative — for instance if the point were , the numerator would be . A negative distance is meaningless. Always apply before dividing. This exact slip has cost marks in CBSE board exams where method marks require correct formula application.
A second trap: misreading the sign of . The line here is , so , not . Students who rewrite it as and use get by accident (still correct here!) but will get the numerator wrong: , giving — completely wrong.
Always write out , , explicitly from the standard form before substituting.