Division of a segment in a given ratio (vector and coordinate methods).

Knowing the coordinates of points M1(x1,y1,z1) and M2(x2,y2,z2) and the ratio λ at which the point M divides the directed segment M1M2, we will find the coordinates of point M.

Let O be the origin. Let's denote OM1=r1, OM2=r2, OM=r. Since M1M=rr1,MM2=r2r, then rr1=λ(r2r), from which (since λ1) r=r1+λr21+λ.

This obtained form provides the solution to the problem in vector form. Transitioning to coordinates in this formula, we getx=x1+λx21+λ,y=y1+λy21+λ,z=z1+λz21+λ.

Examples.

2.57. The segment with endpoints at A(3,2) and B(6,4) is divided into three equal parts. Find the coordinates of the division points.

Solution.

Let C(xC,yC) and D(xD,yD) be the points dividing the segment AB into three equal parts. Then λ1=ACCB=12; xC=xA+λ1xB1+λ1=3+1261+12=4;

yC=yA+λ1yB1+λ1=2+1241+12=0.

Next, we find the coordinates of point D:

λ2=ADDB=21=2; xD=xA+λ2xB1+λ2=3+261+2=5;

yD=yA+λ2yB1+λ2=2+241+2=2.

Answer: (4,0) и (5,2).

2.58. Determine the coordinates of the endpoints of a segment that is divided into three equal parts, given that the points are C(2,0,2) and D(5,2,0).

Solution:

Let A(xA,yA,zA) and B(xB,yB,zB) be the endpoints of the given segment.

We'll write down the formulas for finding the coordinates of point C and substitute the known coordinates:

λ1=ACCB=12; xC=xA+λ1xB1+λ12=xA+12xB1+12=2xA+12xB3 3=xA+12xB;

yC=yA+λ1yB1+λ10=yA+12yB1+120=yA+12yB;

zC=zA+λ1zB1+λ12=zA+12zB1+12=2zA+12zB3 3=zA+12zB.

Similar equations will be written for point D:

λ2=ADDB=21=2; xD=xA+λ2xB1+λ25=xA+2xB1+2=xA+2xB3 15=xA+2xB;

yD=yA+λ2yB1+λ22=yA+2yB1+26=yA+2yB;

zD=zA+λ2zB1+λ20=zA+2zB1+20=zA+2zB.

Next, we will write the obtained equations for xA,xB; yA,yB; and zA,zB pairwise as systems and solve them:

{xA+12xB=3xA+2xB=15{xA=30,5xB30,5xB+2xB=15 {xA=30,58=1xB=121,5=8

{yA+12yB=0yA+2yB=6{yB=2yAyA4yA=6 {yB=4yA=2

{zA+12zB=3zA+2zB=0{2zB+0,5zB=3zA=2zB {zB=2zA=4

Thus, we obtained the coordinates of the endpoints of the segment A(1,2,4) and B(8,4,2).

Answer: A(1,2,4), B(8,4,2).

Tags: Division of a segment in a given ratio, algebraic lines, geometry