Skip to content
🚨 This site is a work in progress. Exciting updates are coming soon!

7.1 Q-13

Question Statement

Prove that the line segment joining the midpoints of two sides of a triangle is parallel to the third side and half as long.


Background and Explanation

In this problem, we are asked to prove a property of a triangle. Specifically, the midline theorem states that the line segment joining the midpoints of two sides of a triangle is parallel to the third side and half its length.

To prove this, we will use vectors. First, we will define the position vectors of the vertices of the triangle. Then, we will compute the vector representing the segment joining the midpoints and show that it is parallel to the third side and half as long.


Solution

Step 1: Define the vertices of the triangle

Let the vertices of the triangle be AA, BB, and CC, with their respective position vectors denoted as:

  • a\mathbf{a} for AA,
  • b\mathbf{b} for BB,
  • c\mathbf{c} for CC.

Step 2: Define the midpoints of sides ABAB and ACAC

The midpoints EE and FF of sides ABAB and ACAC, respectively, have the following position vectors:

  • The position vector of EE, the midpoint of ABAB, is given by:
    E=a+b2\mathbf{E} = \frac{\mathbf{a} + \mathbf{b}}{2}

  • The position vector of FF, the midpoint of ACAC, is given by:
    F=a+c2\mathbf{F} = \frac{\mathbf{a} + \mathbf{c}}{2}

Step 3: Find the vector EF⃗E \vec{F}

To find the vector EFβƒ—E \vec{F}, we subtract the position vector of EE from the position vector of FF: EFβƒ—=Fβˆ’EE \vec{F} = \mathbf{F} - \mathbf{E}

Substitute the expressions for F\mathbf{F} and E\mathbf{E}: EFβƒ—=a+c2βˆ’a+b2E \vec{F} = \frac{\mathbf{a} + \mathbf{c}}{2} - \frac{\mathbf{a} + \mathbf{b}}{2}

Step 4: Simplify the expression

Simplifying the right-hand side: EFβƒ—=(a+c)βˆ’(a+b)2E \vec{F} = \frac{(\mathbf{a} + \mathbf{c}) - (\mathbf{a} + \mathbf{b})}{2}
EFβƒ—=cβˆ’b2E \vec{F} = \frac{\mathbf{c} - \mathbf{b}}{2}

Thus, we have: EFβƒ—=12(cβˆ’b)E \vec{F} = \frac{1}{2} (\mathbf{c} - \mathbf{b})

Step 5: Show that EF⃗E \vec{F} is parallel to BC⃗B \vec{C}

Notice that BCβƒ—B \vec{C} is the vector from BB to CC, which is given by: BCβƒ—=cβˆ’bB \vec{C} = \mathbf{c} - \mathbf{b}

Therefore: EF⃗=12BC⃗E \vec{F} = \frac{1}{2} B \vec{C}

This shows that the vector EF⃗E \vec{F} is parallel to BC⃗B \vec{C} and half as long, as required.


Key Formulas or Methods Used

  • Midpoint Formula:
    The position vector of the midpoint of a line segment joining two points AA and BB is:
    Midpoint=a+b2\text{Midpoint} = \frac{\mathbf{a} + \mathbf{b}}{2}

  • Vector Subtraction:
    The vector between two points A(x1,y1)A(x_1, y_1) and B(x2,y2)B(x_2, y_2) is:
    ABβ†’=(x2βˆ’x1,y2βˆ’y1)\overrightarrow{A B} = (x_2 - x_1, y_2 - y_1)

  • Parallel Vectors:
    Two vectors are parallel if one is a scalar multiple of the other.


Summary of Steps

  1. Define the position vectors of the vertices of the triangle.
  2. Calculate the position vectors of the midpoints of sides ABAB and ACAC.
  3. Find the vector joining the midpoints EE and FF by subtracting their position vectors.
  4. Simplify the vector expression and show that it is parallel to the vector BC⃗B \vec{C}.
  5. Conclude that the line segment joining the midpoints is parallel to the third side and half its length.