Maths Olympiad Prep

Library / /307 of 520

Geometry Difficulty 7.0 National olympiad, round 2 Prove it

Consider a point MM inside triangle ABCABC such that triangles ABM,BCMABM, BCM and CAMCAM have equal areas. Prove that MM is the intersection point of the medians of triangle ABCABC.

Solution

1. Introduction to Barycentric Coordinates:
We start by considering the point M M inside triangle ABC \triangle ABC such that the areas of triangles ABM \triangle ABM , BCM \triangle BCM , and CAM \triangle CAM are equal. We will use Barycentric coordinates with respect to ABC \triangle ABC . In Barycentric coordinates, the vertices of ABC \triangle ABC are represented as:
A=(1,0,0),B=(0,1,0),C=(0,0,1) A = (1, 0, 0), \quad B = (0, 1, 0), \quad C = (0, 0, 1)

2. Equal Area Condition:
For the areas of ABM \triangle ABM , BCM \triangle BCM , and CAM \triangle CAM to be equal, the point M M must divide the triangle into three regions of equal area. This implies that the coordinates of M M must be:
M=(13,13,13) M = \left( \frac{1}{3}, \frac{1}{3}, \frac{1}{3} \right)
This is because the sum of the Barycentric coordinates must be 1, and equal areas imply equal weights.

3. Midpoints of the Sides:
Next, we find the midpoints of the sides of ABC \triangle ABC :
D=(12,12,0)(midpoint of AB) D = \left( \frac{1}{2}, \frac{1}{2}, 0 \right) \quad \text{(midpoint of } AB\text{)}
E=(0,12,12)(midpoint of BC) E = \left( 0, \frac{1}{2}, \frac{1}{2} \right) \quad \text{(midpoint of } BC\text{)}
F=(12,0,12)(midpoint of CA) F = \left( \frac{1}{2}, 0, \frac{1}{2} \right) \quad \text{(midpoint of } CA\text{)}

4. Equations of the Medians:
We now find the equations of the medians AD AD , BE BE , and CF CF in Barycentric coordinates:
- The median AD AD passes through A=(1,0,0) A = (1, 0, 0) and D=(12,12,0) D = \left( \frac{1}{2}, \frac{1}{2}, 0 \right) .
- The median BE BE passes through B=(0,1,0) B = (0, 1, 0) and E=(0,12,12) E = \left( 0, \frac{1}{2}, \frac{1}{2} \right) .
- The median CF CF passes through C=(0,0,1) C = (0, 0, 1) and F=(12,0,12) F = \left( \frac{1}{2}, 0, \frac{1}{2} \right) .

5. Intersection of the Medians:
By Barycentric Ceva's theorem, the medians of a triangle intersect at a single point, which is the centroid. The centroid G G of ABC \triangle ABC in Barycentric coordinates is:
G=(13,13,13) G = \left( \frac{1}{3}, \frac{1}{3}, \frac{1}{3} \right)

6. Conclusion:
Since M M has the same Barycentric coordinates as the centroid G G , we conclude that M M is indeed the intersection point of the medians of ABC \triangle ABC .

\blacksquare

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.