Shortest Distance of Arbitrary Point from Line evaluator uses Shortest Distance of a Point from Line = modulus(((X Coefficient of Line*X Coordinate of Arbitrary Point)+(Y Coefficient of Line*Y Coordinate of Arbitrary Point)+Constant Term of Line)/sqrt((X Coefficient of Line^2)+(Y Coefficient of Line^2))) to evaluate the Shortest Distance of a Point from Line, Shortest Distance of Arbitrary Point from Line formula is defined as the perpendicular distance from one arbitrary point to the Line under consideration. Shortest Distance of a Point from Line is denoted by d symbol.
How to evaluate Shortest Distance of Arbitrary Point from Line using this online evaluator? To use this online evaluator for Shortest Distance of Arbitrary Point from Line, enter X Coefficient of Line (Lx), X Coordinate of Arbitrary Point (xa), Y Coefficient of Line (Ly), Y Coordinate of Arbitrary Point (ya) & Constant Term of Line (cLine) and hit the calculate button.