asked 95.2k views
5 votes
Demonstrate using your own unique example how to divide a segment by a given ratio. Be sure to provide coordinates and a ratio that does not have a numerator or denominator of 1.

asked
User PRiera
by
7.9k points

1 Answer

0 votes
Say for example we have segment A with endpoints coordinates of (a,b) and (x,y) and we wish to divide the segment into parts. The ratio of division is assumed to be r. In this case, we identify the first coordinates of the segment next to (a,b) by:

(c,d) = ((x-a)/r + a , (y-b)/r + b)

This formula is used including the constant portion of the division of the segment, (x-a)/r. The addition, a, can vary depending on the position of the coordinates to be taken. On the other end, before (x,y), the coordinates should be
(v,w) = (y - (x-a)/r , z - (y-b)/r )
answered
User Sylens
by
8.2k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.