143k views
4 votes
Line segment AB has endpoints A(1, 2) and B(5, 3). Find the coordinates of the point that divides the line segment directed from A to B in the ratio of 1:3.

2 Answers

4 votes

Answer:

2, 9/4

Explanation:

(2, 9/4)

(mx2 + nx1)

(m + n)

,

(my2 + ny1)

(m + n)

Where the point divides the segment internally in the ratio m:n

((1)(5) + (3)(1))

(1 + 3)

,

((1)(3) + (3)(2))

(1 + 3)

= 2,

9

4

User Dubison
by
8.2k points
1 vote

Answer:

The coordinates of the point that divides the line segment directed from A to B in the ratio of 1:3 is P ( 2 , 2.25 ).

Explanation:

Given:

Let Point P ( x , y ) divides Segment Am in the ratio 1 : 3 = m : n (say)

point A( x₁ , y₁) ≡ ( 1 , 2)

point B( x₂ , y₂) ≡ (5 , 3)

To Find:

point P( x , y) ≡ ?

Solution:

IF a Point P divides Segment AB internally in the ratio m : n, then the Coordinates of Point P is given by Section Formula as


x=((mx_(2) +nx_(1)) )/((m+n))\\ \\and\\\\y=((my_(2) +ny_(1)) )/((m+n))\\\\

Substituting the values we get


x=((1* 5 +3* 1) )/((1+3))\\ \\and\\\\y=((1* 3 +3* 2) )/((1+3))\\\\\therefore x = (8)/(4)=2 \\\\and\\\therefore y = (9)/(4)=2.25 \\\\\\\therefore P(x,y) = (2 , 2.25)

The coordinates of the point that divides the line segment directed from A to B in the ratio of 1:3 is P ( 2 , 2.25 ).

User Slim
by
8.2k points