This Lesson (Finding a point in a segment [AB] between endpoints A and B in a coordinate plane) was created by by ikleyn(52754)  : View Source, ShowAbout ikleyn:
Finding a point in a segment [AB] between endpoints A and B in a coordinate plane
Problem 1Line segment AB has endpoints at (-5,3) and (-7,-5). What are the coordinates of its midpoint?
Solution.
x-coordinate of the midpoint is the mean (half of the sum) of x-coordinates
of the points
x-coordinate = = = -6.
y-coordinate of the midpoint is the mean (half of the sum) of y-coordinates
of the points
y-coordinate = = = -1.
Thus the mid-point in your case is the point (-6,-1). ANSWER
Problem 2The line segment joining (-5,-3) and (3,4) is to be divided into five equal parts.
Find the point of division closest to (-5,-3).
Solution
To move from (-5,-3) to (3,4), you should move 8 units along x-axis from -5 to 3
and (simultaneously) 7 units along y-axis from -3 to 4.
So, divide 8 units along x-axis in 5 equal parts; each part will be 8/5 = 1.6 units long.
Also, divide 7 units along y-axis in 5 equal parts; each part will be 7/5 = 1.4 units long.
Now add 1.6 to x-coordinate of the point A, and add 1.4 to y-coordinate of the point A.
Doing this way, you will obtain the coordinates of the closest to A division point
D = (-5+1.6,-3+1.4) = (-3.4,-1.6). ANSWER
Easy ? - - - That's all.
My other lessons in this site related to the slope of a straight line are
- Find the slope of a straight line in a coordinate plane passing through two given points
- Equation for a straight line having a given slope and passing through a given point
- Solving problems related to the slope of a straight line
- Equation for a straight line in a coordinate plane passing through two given points
- Equation for a straight line parallel to a given line and passing through a given point
- Equation for a straight line perpendicular to a given line and passing through a given point
- Miscellaneous problems on equations of straight lines in a coordinate plane
- Advanced problems on finding equations for straight lines
- A tricky problem on a parabola and a straight normal line
- Equations of straight lines in 3D space
- Math Circle level problem on finding equation of a line
- OVERVIEW of lessons related to the slope of a straight line
This lesson has been accessed 655 times.
|