Question

Perpendicular Distance from Point to Line Formula
Original question: Y L: Ax+By+C=0 d= | Ax₁+ B₁₁+ C | √A² + B² P(x₁,y₁) d
Expert Verified Solution
Answer
The image displays the Perpendicular Distance Formula, which calculates the shortest distance from a specific point to a line defined by the general equation . This distance is measured along a line segment through that is perpendicular to .
Observation
The provided diagram illustrates a Cartesian coordinate system with a line having a negative slope. A point is located in the first quadrant, and a perpendicular line segment of length connects to the line . The formula for this distance is explicitly stated in the top right corner.
Explanation
-
Identify the Components To use this formula, you must have the line in its "General Form" () and the coordinates of the external point . ⚠️ This step is required on exams: always rearrange into before starting.
-
Substitute the Point into the Line Equation We "test" how far the point is from the line by substituting and into the linear expression. Since distance cannot be negative, we apply absolute value bars. This expression represents the magnitude of the "offset" of the point from the line.
-
Normalize by the Magnitude of the Normal Vector The coefficients and represent the components of the normal vector (a vector perpendicular to the line). To get the actual geometric distance, we divide by the length of this vector. This is the Pythagorean length of the vector perpendicular to the line.
-
Combine into the Final Formula Putting it all together, we arrive at the standard formula shown in your image. The final formula calculates the shortest (perpendicular) distance between a point and a line in 2D space.
Final Answer
The formula for the perpendicular distance from point to line is:
Common Mistakes
- Incorrect Signage: Forgetting to move all terms to one side of the equation (making sure the equation equals zero) before identifying , , and . If the line is , you must rewrite it as .
- Denominator Error: Some students accidentally include under the square root in the denominator; remember that only the coefficients of and ( and ) are used to find the magnitude of the normal vector.
FAQ
What is the perpendicular distance formula?
The formula is d = |Ax1 + By1 + C| / √(A² + B²), where the line is in general form Ax + By + C = 0.
How do you prepare the line equation for the formula?
Rewrite the line from slope-intercept form y = mx + b into general form Ax + By + C = 0, like -2x + y - 3 = 0 for y = 2x + 3.
What are common mistakes with this formula?
Forgetting absolute value, not rewriting the equation to equal zero, or including C in the denominator's square root.