Midpoint of points

The midpoint of two points is the point that is exactly halfway between them.

Importantly, this means that the x and y coordinates of the midpoint are the averages of the x and y coordinates of the two points respectively.

Finding the midpoint of two points

To find the midpoint of the two points, we can add up the x-coordinates of both points, divide by 2 to get the average x-coordinate, and do the same for the y-coordinates.

Or, use the formula:

\text{Midpoint} = ( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} )

We can also separate the formula into its x and y components (x_M and y_M are the x and y coordinates of the midpoint respectively):

x_M = \frac{x_1 + x_2}{2}

y_M = \frac{y_1 + y_2}{2}

Find the midpoint of the points (2, 3) and (6, 7).

Find the midpoint of the points (-1, 4) and (3, -2).

Find the midpoint of the points (0, 0) and (5, 10).

Find the midpoint of the points (-4, -6) and (4, 6).

Finding one point given the other point and the midpoint

Find the point A, given that the midpoint between point A and point B (4, 8) is (6, 10).

Find the point C, given that the midpoint between point C and point D (2, -4) is (5, 1).