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).

flashcards

QuestionAnswer
What is a midpoint?The point that is exactly halfway between two points.
How do you calculate the x and y coordinates of a midpoint?They are the averages of the x and y coordinates of the two points respectively.
What is the formula for the Midpoint between (x_1, y_1) and (x_2, y_2)?\text{Midpoint} = ( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} )
What are the formulas for x_M and y_M, the coordinates of the midpoint?x_M = \frac{x_1 + x_2}{2}
y_M = \frac{y_1 + y_2}{2}
Find the midpoint of (2, 3) and (6, 7).(4, 5)
Find the midpoint of (-1, 4) and (3, -2).(1, 1)
Find the midpoint of (0, 0) and (5, 10).(2.5, 5)
Find the midpoint of (-4, -6) and (4, 6).(0, 0)
How do you find point A given point B and the midpoint between them?Set up two equations using the midpoint formula (\frac{x_1 + x_2}{2} = x_M and \frac{y_1 + y_2}{2} = y_M) and solve for the unknown coordinates.
Find point A, given midpoint (6, 10) and point B (4, 8).(8, 12)
Find point C, given midpoint (5, 1) and point D (2, -4).(8, 6)