2.3.10 · D5Coordinate Geometry
Question bank — Distance from a point to a line
Before we start, one shared vocabulary so no symbol is unearned:
True or false — justify
TRUE / FALSE: The perpendicular path from a point to a line is always the shortest of all paths from that point to the line.
TRUE. Any slanted path is the hypotenuse of a right triangle whose perpendicular leg is that shortest path, and a hypotenuse always exceeds a leg.
TRUE / FALSE: If you multiply the whole line equation by , the computed distance changes.
FALSE. Numerator and denominator both scale by , so the cancels — the distance depends on the line, not on the particular numbers you wrote it with.
TRUE / FALSE: The formula still works if the point lies exactly on the line.
TRUE. Then , the numerator is , and — exactly the distance you'd expect.
TRUE / FALSE: The denominator can ever be zero for a genuine line.
FALSE. If the equation becomes , which is not a line at all. A real line always has at least one of nonzero, so the denominator is positive.
TRUE / FALSE: For two parallel lines and the gap is regardless of which line you start from.
TRUE. Parallel lines are equidistant everywhere, so any point on one gives the same perpendicular distance to the other.
TRUE / FALSE: The distance formula gives a signed number that tells you which side of the line the point is on.
FALSE as written. The formula with gives only magnitude; drop the bars and then the sign of encodes the side (positive on the normal's side, negative on the other).
TRUE / FALSE: Two different points can have the same nonzero distance to a line yet lie on opposite sides of it.
TRUE. Distance is a magnitude; a point and its mirror image across the line share the same but opposite signed values of .
TRUE / FALSE: The distance between the parallel lines and is .
FALSE. The coefficients must match first. Halve the second line to ; then .
Spot the error
SPOT THE ERROR: "."
The absolute value is missing. A distance cannot be negative, so the numerator must be .
SPOT THE ERROR: "."
The square root is gone. The denominator is the length of the normal vector , which is , not .
SPOT THE ERROR: "For I plug into the formula."
The line isn't in form. Rewrite as , giving — note is , not .
SPOT THE ERROR: "Distance from to : I forgot the and got ."
The constant must be included: . Dropping measures distance to the parallel line through the origin, not to .
SPOT THE ERROR: "The line through and is , so ."
Two mistakes: the intercept was dropped (line is ), and the slope form wasn't converted. Correct standard form is .
SPOT THE ERROR: "."
The denominator is , not . Coefficients get squared and rooted, never just added.
SPOT THE ERROR: "The normal to is ."
Only the and coefficients form the normal vector: . The constant shifts the line but has no direction.
Why questions
WHY does the shortest distance run perpendicular to the line rather than at some angle?
Because a slanted route is the hypotenuse of a right triangle whose vertical leg is the perpendicular drop; the hypotenuse is always longer, so perpendicular wins.
WHY is in the denominator — what is it measuring?
It is the length of the normal vector . Dividing by it converts a raw dot-product () into an actual distance measured in the same units as the axes.
WHY does substituting into tell us anything about distance at all?
That expression is the dot product of the normal with 's position (plus ); it measures how far along the normal direction sits, which — once scaled by — is exactly the perpendicular offset.
WHY must the line be in form before the formula applies?
The formula reads off directly; slope-intercept form hides them and would give wrong coefficients (and a bogus normal vector) if plugged in as-is.
WHY does scaling the equation by any nonzero constant leave the distance unchanged?
Multiplying by scales numerator and denominator equally, so cancels — the geometry of the line is the same, only its algebraic label changed.
WHY do we take the absolute value only in the distance version, but drop it for "which side" questions?
Distance needs pure magnitude, so bars stay. Side-detection needs the sign of to distinguish the two half-planes, so bars come off.
Edge cases
EDGE CASE: What is the distance if lies on ?
Exactly , since makes the numerator vanish — consistent with already being on the road.
EDGE CASE: The line is vertical, , i.e. . Distance from ?
Here , so — just the horizontal gap, as geometry demands.
EDGE CASE: The line is horizontal, , i.e. . Distance from ?
With , — the pure vertical gap, independent of .
EDGE CASE: Does the formula care whether is positive, negative, or zero?
No. just means the line passes through the origin; the formula handles any sign of identically because everything sits inside the absolute value.
EDGE CASE: Two lines given as and with but proportional. Are they parallel, and can the parallel-line shortcut be used?
Yes, proportional coefficients mean parallel lines; but you must first rescale one so both share identical before applying .
EDGE CASE: If and are both very large (say the equation was multiplied by ), does the distance blow up?
No. The inflated numerator is exactly matched by the inflated denominator, so is unaffected — a reassuring sign the formula measures true geometry.
Recall One-line summary of the traps
Every trap is a variation of two habits: (1) forgetting the or the , and (2) skipping the conversion to . Fix those two and most errors disappear.