Find the coordinates of the point which divides the line segment joining the points (4,−3) and (8,5) in the ratio 3:1 internally.
Open in App
Solution
Let P(x,y) be the required point. Using the section formula P(x,y)=(m1x2+m2x1m1+m2,m1y2+m2y1m1+m2), we get x=3(8)+1(4)3+1=24+44=284=7,y=3(5)+1(−3)3+1=15−34=124=3 P(x,y)=(7,3) is the required point.