Construct a line segment perpendicular to a given line segment and through its endpoint

42 Views Asked by At

Given the $x$-$y$ coordinates of the start and end points of line segment, draw another segment with a given length $L$ perpendicular to an endpoint of the first segment and determine the coordinate of its constructed endpoint.

enter image description here