Problem of the Week

Problem 30 Solution

Congratulations to Matthew Whitten from The Cavendish School and Anna Poliakoff from Hitchin Girls’ School for successfully solving the problem!

a) The equation of the line between midpoint of (1,4),(4,1) and (7,7):
Midpoint of (1,4),(4,1): (2.5,2.5)
(Gradient: \frac{7-2.5}{7-2.5} = 1)
Equation of line: y = x (x and y coordinates are the same)

The equation of the line between midpoint of (4,1),(7,7) and (1,4):
Midpoint of (4,1),(7,7)): (5.5,4)
Both points have a y-coordinate of 4, so
Equation of line: y = 4

The equation of the line between midpoint of (1,4),(7,7) and (4,1):
Midpoint of (1,4),(7,7)): (4,5.5)
Both points have an x-coordinate of 4, so
Equation of line: x = 4

The point that satisfies all 3 equations is (4,4) due to x = 4 and y = 4.

Therefore, the centroid is (4,4).

(It is worth noting that just two of the three lines is sufficient to find the intersection, as the third will also pass through the same point. This may be used in further parts to save time.)

b) Centroid ABC:

The equation of the line between midpoint of (3,5),(7,7) and (5,3):
Midpoint of (3,5),(7,7)): (5,6)
Both points have an x-coordinate of 5, so
Equation of line: x = 5

The equation of the line between midpoint of (3,5),(5,3) and (7,7):
Midpoint of (3,5),(5,3)): (4,4)
(Gradient: \frac{7-4}{7-4} = 1)
Equation of line: y = x (x and y coordinates are the same)

The equation of the line between midpoint of (5,3),(7,7) and (3,5):
Midpoint of (5,3),(7,7)): (6,5)
Both points have an y-coordinate of 5, so
Equation of line: y = 5

The point that satisfies all 3 equations is (5,5) due to x = 4 and y = 4.

Therefore, the centroid of ABC is (5,5).

Centroid ADC:

The equation of the line between midpoint of (3,5),(5,3) and (2,2):
Midpoint of (3,5),(5,3)): (4,4)
(Gradient: \frac{2-4}{2-4} = 1)
Equation of line: y = x (x and y coordinates are the same)

The equation of the line between midpoint of (3,5),(2,2) and (5,3):
Midpoint of (3,5),(2,2)): (2.5,3.5)
(Gradient: \frac{3-3.5}{5-2.5} = -\frac{1}{5})
Substituting (5,3) in y=mx+c: 3=-\frac{1}{5}(5)+c, c = 4.

Solving the two equations y = x and y = -\frac{1}{5}x + 4 gives (\frac{10}{3},\frac{10}{3}) as the centroid of ADC.

Distance between (\frac{10}{3},\frac{10}{3}) and (5,5):

    \[\sqrt{(5-\frac{10}{3})^2 + (5-\frac{10}{3})^2}\]


    \[=\sqrt{\frac{50}{9}}\]


    \[=\frac{5\sqrt{2}}{3}\]

c) Consider a triangle with sides A(x_1,y_1), B(x_2,y_2), C(x_3,y_3) and centroid D, with midpoint AB(\frac{x_1+x_2}{2}\,\frac{y_1+y_2}{2}), AC(\frac{x_1+x_3}{2}\,\frac{y_1+y_3}{2}) and BC(\frac{x_2+x_3}{2}\,\frac{y_2+y_4}{2}).


Firstly, we need to find the ratio in which a centroid splits the line of a vertex to the other side midpoint. We can do this by finding two vectors that translate the vertex to the centroid. The first vector will go from A to B and then halfway from B to C, multiplied by p (where the centroid bisects the line in the ratio p:(1-p)). The second method will go from A to C and then, multiplied by q (where the centroid bisects the line in the ratio q:(1-q)), go from B to C and halfway along B to A.

First vector (where M_1 is the midpoint of BC):

\vec{AD}=p\vec{AM_1} = p\begin{pmatrix}x_2-x_1+\frac{x_3-x_2}{2}\y_2-y_1+\frac{y_3-y_2}{2}\end{pmatrix}


Second Vector (where M_3 is the midpoint of AB):


\vec{AD} = \vec{AC}+q\vec{CM_3}=\begin{pmatrix}x_3-x_1+q(\frac{-2x_3+x_2+x_1}{2})\y_3-y_1+q(\frac{-2x_3+x_2+x_1}{2})\end{pmatrix}

You can write the vectors in simultaneous equations since they describe the same overall translation. We will focus on the x part of the equation.

p(x_2-x_1+\frac{x_3-x_2}{2})=x_3-x_1+q(\frac{-2x_3+x_2+x_1}{2})
p(2x_2-2x_1+x_3-x_2)=2x_3-2x_1+q({-2x_3+x_2+x_1})
px_2-2px_1+px_3=x_3(2-2q)+x_1(1-q)+x_2(b)
Since this must be true for all values of x_1, x_2, x_3 we can equate coefficients, leaving us with three simultaneous equations:

-2q=p-2
p=q
p=2-2q
Solving these equations, we get that p and q are equal to \frac{2}{3}. Therefore, the centroid must divide the line of a vertex to its opposite midpoint in the ratio 2:1
We can now use this to find the coordinates of the centroid, based off the line from vertex to opposite midpoint (we will use the line from A to the midpoint of BC):
D=x_1+\frac{2}{3}(\frac{x_2+x_3}{2}-x_1)
Simplifying, the equation of the centroid is:
D=(\frac{x_1+x_2+x_3}{3},\frac{y_1+y_2+y_3}{3})

(Please note that while finding equations of the three lines is completely valid, the algebra becomes very long and convoluted, so a vector method is used here, well done to those who acquired the answer using purely y=mx+c.)

Site Search