What is the endpoint $P(x,y)$ of a line segment , if I know its starting point: $C(x(1), y(1))$, the gradient $G$, and its length $L$?
2026-04-03 01:31:49.1775179909
Getting the coordinates of a point on section
26 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
HINT:
$$(x-x_1)^2+(y-y_1)^2=L^2$$
and $$G=\dfrac{y-y_1}{x-x_1}$$