In our graph of line segment AB with midpoint M, our endpoints are given as (2, 2) and (8, 4), so we have x1 = 2, x2 = 8, y1 = 2, and y2 = 4. We plug these values into our midpoint formula to get:
M = ((2 + 8) / 2, (2 + 4) / 2) = (10 / 2, 6 / 2) = (5, 3)
Thus, our midpoint is (5, 3) as shown in the graph.
Endpoint Formula
When we are given one endpoint and the midpoint of a line segment, we can determine the other endpoint using the endpoint formula. The endpoint formula is derived from the midpoint formula.
If the midpoint of a line segment is (m1, m2) and the endpoints are (x1, y1) and (x2, y2), then the midpoint formula is:
M1 = (x1 + x2) / 2
M2 = (y1 + y2) / 2
Solving each of these for x2 and y2:
x2 = 2(m1) - x1
y2 = 2(m2) - y1
We see that if we are given one endpoint and the midpoint of a line segment, then we can use the endpoint formula to find the other endpoint . Let's look at our graph example again.
Suppose we are given the endpoint A, which has coordinates (2, 2), and the midpoint M, which has coordinates (5, 3), and we want to find the other endpoint of our line segment.
x1 = 2
y1 = 2
m1 = 5
m2 = 3
We plug these values into our endpoint formula to get the following:
(x2, y2) = (2*5 - 2, 2*3 - 2) = (10 - 2, 6 - 2) = (8, 4)
Thus, our other endpoint is (8, 4) as shown in the graph.
Examples
Let's take a look at a couple example problems using what we just learned.
1) In the graph, identify any line segments, rays, endpoints, and midpoints.
We have line segments AB, AC, and BC. There is a ray that starts at point D. All of the points can be endpoints, because A and B are endpoints of line segment AB, C is an endpoint of line segment AC, and D is the endpoint of the ray. Point B is the midpoint of line segment AC.
2) If a line segment has one endpoint (1, 5) and midpoint (-2, 7), find the other endpoint.
We see that
x1 = 1
y1 = 5
m1 = -2
m2 = 7
Plugging these values into the endpoint formula'
(x2, y2) = (2m1 - x1, 2m2 - y1) = (2*-2 - 1, 2*7 - 5) = (-5, 9)
Th.us, our other endpoint is (-5, 9).
Lesson Summary
A line segment is just what the name sounds like - a segment of a line. A ray is a line that starts at a point and extends forever in one direction. Endpoints are the points on either end of a line segment or on one end of a ray. The midpoint of a line segment is the point that lies halfway between the endpoints.
The formula for determining the midpoint of a line segment is:
(m1, m2) = ((x1 + x2) / 2, (y1 + y2) / 2)
The formula for determining an endpoint when you know the midpoint is:
(x2, y2) = (2(m1) - x1, 2(m2) - y1)