Sign In
Graph the segment on a coordinate plane. How many steps up and to the right do you need to take to get to point B? How does this number of steps differ if you want to get to the midpoint of the segment?
(0, 7.5), (3, 10), (6,12.5)
Let's plot the given points, A and B, and draw the segment that connects them on a coordinate plane.
We have to move 6 steps to the right and then 5 steps up. Therefore, the midpoint of this segment is (3,10).
To find the coordinates of the points that divide AB into 4 segments, we can follow the same thought process. This time, we will divide 12 and 10 by 4 first. Change inx: 12/4 = 3 [1em] Change iny: 10/4 = 2.5 Now, we can find the coordinates of the first point by going 3 steps to the right of A and then 2.5 steps up. This means that we add 3 and 2.5 to the x - and y -coordinate of point A, respectively.
Point A | (x+3,y+2.5) | New point |
---|---|---|
(-3,5) | (-3+ 3, 5+ 2.5) | (0,7.5) |
To find each new point, we will repeat this process until we have the 3 points that divide AB into 4 segments.
Point | (x+3,y+2.5) | New point |
---|---|---|
(0,7.5) | (0+3, 7.5+2.5) | ( 3,10) |
( 3,10) | ( 3+3, 10+2.5) | (6,12.5) |
Notice that the coordinates of these points follow a pattern. (-3+ 3p, 5+ 2.5p) In the above pattern, the variable p is the number of the point along the segment after A. We can check our pattern by substituting p=4 and making sure that we get the coordinates of point B. (-3+ 3 * 4, 5+ 2.5* 4) = (9,15)