Skip to content
mathlab
0
0
0 XP
Lvl 1
KJ
Lesson 1 ~40 min Linear Relationships C · Path +90 XP

The Midpoint Formula

You already know how to find a midpoint by counting squares. This lesson turns that process into a formula, which is what lets it work for points with awkward coordinates and lets it be used inside a proof.

Today's hook: Two trailheads sit at grid references $(-3, 7)$ and $(5, -1)$. The plan calls for a shelter exactly halfway along the straight line between them. Counting squares would work if the numbers were friendly. They are not.
0/5QUESTS
Think First
warm-up

The numbers $4$ and $10$ have a halfway point of $7$. How did you get it? Now do the same for $-3$ and $5$. Does the method still work when one of the numbers is negative?

Record your answer in your workbook.
1
The Big Idea
+5 XP to read

A midpoint is just an average, done twice. Average the two x-coordinates to get the midpoint's x, and average the two y-coordinates to get its y. The two axes never interfere with each other.

$$M = \left( \frac{x_1 + x_2}{2},\ \frac{y_1 + y_2}{2} \right)$$

The picture is the reason the formula splits. Drop a dashed line from each point to the x-axis. The one from the midpoint lands exactly halfway between the other two, and the same happens on the y-axis. So the two-dimensional problem is two one-dimensional problems.

A B M half half half half halfway along, one axis at a time
$M = \left( \frac{x_1+x_2}{2}, \frac{y_1+y_2}{2} \right)$
Add, then halve
The commonest error is subtracting. A midpoint is an average, so the operation is addition.
Both coordinates
Halving only the x and copying the y gives a point that is not on the interval at all.
Order does not matter
Adding is commutative, so it makes no difference which point you call the first.
2
What You'll Master
objectives

Know

  • the midpoint formula $M = \left( \dfrac{x_1+x_2}{2}, \dfrac{y_1+y_2}{2} \right)$ for the interval joining $(x_1, y_1)$ and $(x_2, y_2)$
  • that the midpoint is the average of the coordinates, taken separately on each axis
  • that the diagonals of a parallelogram bisect each other, so they share a midpoint

Understand

  • why averaging the coordinates locates the halfway point, using the dashed projections onto each axis
  • why the formula is unaffected by which point is labelled first
  • why a known midpoint and one endpoint determine the other endpoint uniquely

Can Do

  • find the midpoint of an interval from the coordinates of its endpoints, including negative and fractional values
  • find an unknown endpoint given the midpoint and the other endpoint
  • use midpoints of diagonals to decide whether a quadrilateral is a parallelogram
3
Words You Need
vocabulary
IntervalThe straight segment joining two points, including both endpoints. Also called a line segment.
MidpointThe point on an interval that divides it into two equal parts.
EndpointEither of the two points that an interval joins.
BisectTo cut into two equal parts. A midpoint bisects the interval it lies on.
AverageThe sum of the values divided by how many there are. For two values, add and halve.
4
Halfway on a Number Line
+5 XP to read

Before the plane, the line. What is halfway between $4$ and $10$?

Most people answer $7$ instantly, and there are two ways of explaining it. You can say the gap is $6$, so half the gap is $3$, and $4 + 3 = 7$. Or you can say the halfway point is the average, $\dfrac{4 + 10}{2} = 7$.

Both work, but the second is the one worth keeping. It survives negatives without any thought about which number is bigger. Halfway between $-3$ and $5$ is $\dfrac{-3 + 5}{2} = 1$, and no subtraction was needed anywhere.

A midpoint is an average. Everything else in this lesson is that one sentence applied twice.

5
From the Number Line to the Plane
+5 XP to read

Now take an interval from $A(x_1, y_1)$ to $B(x_2, y_2)$ and drop a dashed line from each endpoint straight down to the x-axis, as in the diagram.

Those two dashed lines are parallel, and so is the one from the midpoint $M$. Three parallel lines cutting the interval $AB$ into two equal parts must cut the x-axis into two equal parts as well. So the foot of $M$ is halfway between the feet of $A$ and $B$, which makes the x-coordinate of $M$ the average of $x_1$ and $x_2$.

Repeat the argument with horizontal dashed lines onto the y-axis and the same conclusion follows for the y-coordinate. Putting the two together:

$M = \left( \dfrac{x_1 + x_2}{2},\ \dfrac{y_1 + y_2}{2} \right)$

Notice that the two coordinates never mix. The x-coordinates only ever meet other x-coordinates. That is what makes the formula easy to remember and easy to misuse: halving only one of them leaves a point floating well off the interval.

6
Working Backwards from a Midpoint
+5 XP to read

A common version of the question gives you one endpoint and the midpoint, and asks for the other endpoint. There are two ways to handle it.

The formal way is to write the formula and solve. If $A(2, -4)$ and $M(-1, 3)$, then $\dfrac{2 + x_2}{2} = -1$, so $2 + x_2 = -2$ and $x_2 = -4$. The same on the y-coordinates gives $y_2 = 10$.

The quick way is to think in steps. Going from $A$ to $M$ you moved $-3$ across and $+7$ up. To reach $B$ you take exactly the same step again, landing at $(-4, 10)$. The midpoint is halfway, so the second half of the journey is identical to the first.

Use the quick way to get the answer and the formal way to check it, or the other way round. They are the same idea wearing different clothes.

7
The Parallelogram Test
+5 XP to read

Here is where the formula stops being arithmetic and starts being useful.

In a parallelogram the diagonals bisect each other. That means each diagonal's midpoint is the point where they cross, so both diagonals have the same midpoint.

The converse is also true, and it is the version you use. If the two diagonals of a quadrilateral have the same midpoint, they bisect each other, and the quadrilateral must be a parallelogram.

So to test whether $ABCD$ is a parallelogram, find the midpoint of $AC$ and the midpoint of $BD$. Equal means yes; different means no. Two applications of one formula settle a question about shape.

Be careful with the labelling. The diagonals of $ABCD$ are $AC$ and $BD$, joining opposite vertices. Testing $AB$ and $CD$ tests nothing, because those are sides.

8
Where It Goes Wrong
+5 XP to read

Three errors account for almost every lost mark here.

Subtracting instead of adding. Writing $\dfrac{x_2 - x_1}{2}$ gives half the horizontal gap, which is a length, not a position. It is the right quantity for a different question.

Halving one coordinate only. The midpoint of $(2, 6)$ and $(8, 10)$ is $(5, 8)$, not $(5, 6)$ or $(5, 10)$. Both coordinates get averaged.

Sign slips with negatives. The midpoint of $(-2, -7)$ and $(-6, 1)$ is $\left( \dfrac{-2 + (-6)}{2}, \dfrac{-7 + 1}{2} \right) = (-4, -3)$. Write the brackets in before you simplify.

A quick check catches all three: the midpoint must lie between the endpoints on both axes. If your answer's x is not between $x_1$ and $x_2$, it is wrong, and you know it without redoing the working.

Watch Me Solve It · A midpoint with negatives
+15 XP per step
Q1
PROBLEM
Find the midpoint of the interval joining $A(-3, 7)$ and $B(5, -1)$.
  1. 1
    Write the formula with brackets in place
    $M = \left( \frac{x_1 + x_2}{2},\ \frac{y_1 + y_2}{2} \right)$
    $M = \left( \frac{-3 + 5}{2},\ \frac{7 + (-1)}{2} \right)$
    Substituting inside brackets first means the negatives cannot be lost.
  2. 2
    Simplify each coordinate
    $M = \left( \frac{2}{2},\ \frac{6}{2} \right) = (1, 3)$
  3. 3
    Check it lies between
    The value $1$ is between $-3$ and $5$, and $3$ is between $-1$ and $7$, so the answer is at least plausible. The shelter goes at $(1, 3)$.
Answer$M(1, 3)$
Watch Me Solve It · Finding the far endpoint
+15 XP per step
Q2
PROBLEM
The interval $AB$ has $A(2, -4)$ and midpoint $M(-1, 3)$. Find the coordinates of $B$.
  1. 1
    Set up an equation for each coordinate
    $\frac{2 + x_2}{2} = -1$
    $\frac{-4 + y_2}{2} = 3$
    Two independent equations, one per axis, because the coordinates never mix.
  2. 2
    Solve them
    $2 + x_2 = -2 \ \Rightarrow\ x_2 = -4$
    $-4 + y_2 = 6 \ \Rightarrow\ y_2 = 10$
  3. 3
    Check with the step method
    From $A(2, -4)$ to $M(-1, 3)$ is $-3$ across and $+7$ up. Taking the same step from $M$ lands at $(-4, 10)$, which agrees.
Answer$B(-4, 10)$
Watch Me Solve It · Testing a quadrilateral
+15 XP per step
Q3
PROBLEM
Show that the quadrilateral with vertices $A(1, 2)$, $B(6, 3)$, $C(8, 7)$ and $D(3, 6)$ is a parallelogram.
  1. 1
    Identify the diagonals
    In $ABCD$ the diagonals join opposite vertices, so they are $AC$ and $BD$.
  2. 2
    Find the midpoint of each
    $M_{AC} = \left( \frac{1 + 8}{2},\ \frac{2 + 7}{2} \right) = \left( \frac{9}{2},\ \frac{9}{2} \right)$
    $M_{BD} = \left( \frac{6 + 3}{2},\ \frac{3 + 6}{2} \right) = \left( \frac{9}{2},\ \frac{9}{2} \right)$
    Fractional coordinates are perfectly acceptable and often a sign the working is right rather than wrong.
  3. 3
    State the conclusion with its reason
    The diagonals have the same midpoint, so they bisect each other. A quadrilateral whose diagonals bisect each other is a parallelogram.
AnswerBoth diagonals have midpoint $\left( \tfrac{9}{2}, \tfrac{9}{2} \right)$, so $ABCD$ is a parallelogram
D
Brain Trainer · Averages, twice
5 problems

Five midpoint items. Check each answer lies between the two endpoints before you move on.

  1. 1 Find the midpoint of $(0, 0)$ and $(8, 6)$.

    Average each coordinate.$(4, 3)$
  2. 2 Find the midpoint of $(-5, 2)$ and $(3, 2)$.

    The interval is horizontal, so the y-coordinate is unchanged.$(-1, 2)$
  3. 3 Find the midpoint of $(-2, -7)$ and $(-6, 1)$.

    $\left( \dfrac{-8}{2}, \dfrac{-6}{2} \right)$$(-4, -3)$
  4. 4 Find the midpoint of $(1.5, -2)$ and $(4.5, 5)$.

    Decimals cause no trouble; add and halve as usual.$(3, 1.5)$
  5. 5 $M(0, 0)$ is the midpoint of $AB$ and $A$ is $(-3, 4)$. Find $B$.

    The step from $A$ to $M$ is $+3$ across and $-4$ down; repeat it.$B(3, -4)$
Complete in your workbook.
MC1
Straightforward substitution
+10 XP

The midpoint of the interval joining $(2, 5)$ and $(8, 1)$ is:

MC2
Symmetry about the origin
+10 XP

The midpoint of the interval joining $(-4, 3)$ and $(4, -3)$ is:

MC3
Working backwards
+10 XP

$M(4, -2)$ is the midpoint of $PQ$, where $P$ is $(1, 1)$. The coordinates of $Q$ are:

MC4
What the test proves
+10 XP

In quadrilateral $PQRS$ you find that $PR$ and $QS$ have the same midpoint. This shows that:

MC5
A vertical interval
+10 XP

The midpoint of the interval joining $(3, -2)$ and $(3, 8)$ is:

Q6
Find and verify
+15 XP
Q6
SHORT ANSWER
Find the midpoint $M$ of the interval joining $P(-7, 2)$ and $Q(3, -8)$. Then verify your answer by comparing the step from $P$ to $M$ with the step from $M$ to $Q$.
Write your working in your book.
Q7
The other endpoint
+15 XP
Q7
SHORT ANSWER
$B(5, -1)$ is the midpoint of the interval $AC$, where $A$ is $(-2, 6)$. Find the coordinates of $C$, and explain why repeating the step from $A$ to $B$ gives the right answer.
Write your working in your book.
Q8
Prove it is a parallelogram
+15 XP
Q8
SHORT ANSWER
The quadrilateral $ABCD$ has vertices $A(-1, 0)$, $B(2, 5)$, $C(7, 4)$ and $D(4, -1)$. Show that $ABCD$ is a parallelogram, and explain why comparing the midpoints of the diagonals is enough to prove it.
Write your working in your book.
S
Stretch Challenge · Midpoints, medians and the centroid
+25 XP
S
CHALLENGE
A triangle has vertices $A(0, 0)$, $B(6, 0)$ and $C(2, 6)$. A median joins a vertex to the midpoint of the opposite side. Find the midpoint of $BC$ and hence the median from $A$. Then show that the point $G = \left( \dfrac{x_A + x_B + x_C}{3}, \dfrac{y_A + y_B + y_C}{3} \right)$ lies two-thirds of the way from $A$ along that median.
R
Quick Review
recap

A midpoint is an average

$M = \left( \dfrac{x_1 + x_2}{2}, \dfrac{y_1 + y_2}{2} \right)$. Add the coordinates and halve, once on each axis.

The axes never interact

The x-coordinate of the midpoint depends only on the two x-coordinates. That is why the formula splits into two independent one-dimensional averages.

Halfway means the step repeats

Given an endpoint and the midpoint, apply the same horizontal and vertical change again to reach the far endpoint. It agrees with solving the formula and is faster.

Equal diagonal midpoints prove a parallelogram

If the diagonals of a quadrilateral have the same midpoint, they bisect each other, and the quadrilateral is a parallelogram. Two uses of one formula settle it.

Your Badges

0 of 6
First Steps
3-Day Streak
3 in a Row
Lesson Ace
Stretch Seeker
Daily Warrior

Mark lesson as complete

Tick when you've finished Learn, Practice and the Stretch. Earns +90 XP and +25 coins.