Olympiad Maths Prep

Track / Stage 7 / 299 of 300 #1699 of 2000

Problem 1699

National olympiad second round; IMO P1/P4
Geometry Difficulty 8.0 Prove it

In a square ABCDABCD, EE is the midpoint of BCBC and FF is the midpoint of CDCD. Prove that AFAF and AEAE divide the diagonal BDBD in three equal segments.

This one wants a proof. Work it on paper, read the official solution, then mark yourself honestly — the ladder only means something if the record is true.

Official solution

1. Identify the coordinates of the vertices of the square:
Let the square ABCDABCD be positioned in the coordinate plane with vertices at:
A=(0,0),B=(a,0),C=(a,a),D=(0,a) A = (0, 0), \quad B = (a, 0), \quad C = (a, a), \quad D = (0, a)
where aa is the side length of the square.

2. **Determine the coordinates of points EE and FF:**
Since EE is the midpoint of BCBC and FF is the midpoint of CDCD, their coordinates are:
E=(a,a2),F=(a2,a) E = \left( a, \frac{a}{2} \right), \quad F = \left( \frac{a}{2}, a \right)

3. **Find the equations of lines AFAF and AEAE:**
- The slope of AFAF is:
slope of AF=a0a20=2 \text{slope of } AF = \frac{a - 0}{\frac{a}{2} - 0} = 2
Thus, the equation of line AFAF is:
y=2x y = 2x
- The slope of AEAE is:
slope of AE=a20a0=12 \text{slope of } AE = \frac{\frac{a}{2} - 0}{a - 0} = \frac{1}{2}
Thus, the equation of line AEAE is:
y=12x y = \frac{1}{2}x

4. **Find the equation of diagonal BDBD:**
- The slope of BDBD is:
slope of BD=a00a=1 \text{slope of } BD = \frac{a - 0}{0 - a} = -1
Thus, the equation of line BDBD is:
y=x+a y = -x + a

5. **Find the intersection points PP and QQ:**
- Intersection point P=AFBDP = AF \cap BD:
2x=x+a    3x=a    x=a3 2x = -x + a \implies 3x = a \implies x = \frac{a}{3}
Substituting x=a3x = \frac{a}{3} into y=2xy = 2x:
y=2(a3)=2a3 y = 2 \left( \frac{a}{3} \right) = \frac{2a}{3}
Thus, PP has coordinates:
P=(a3,2a3) P = \left( \frac{a}{3}, \frac{2a}{3} \right)
- Intersection point Q=AEBDQ = AE \cap BD:
12x=x+a    32x=a    x=2a3 \frac{1}{2}x = -x + a \implies \frac{3}{2}x = a \implies x = \frac{2a}{3}
Substituting x=2a3x = \frac{2a}{3} into y=12xy = \frac{1}{2}x:
y=12(2a3)=a3 y = \frac{1}{2} \left( \frac{2a}{3} \right) = \frac{a}{3}
Thus, QQ has coordinates:
Q=(2a3,a3) Q = \left( \frac{2a}{3}, \frac{a}{3} \right)

6. **Verify that PP and QQ divide BDBD into three equal segments:**
- The coordinates of BB and DD are B=(a,0)B = (a, 0) and D=(0,a)D = (0, a).
- The length of diagonal BDBD is:
BD=(a0)2+(0a)2=a2+a2=a2 BD = \sqrt{(a - 0)^2 + (0 - a)^2} = \sqrt{a^2 + a^2} = a\sqrt{2}
- The distances BPBP, PQPQ, and QDQD are:
BP=(aa3)2+(02a3)2=(2a3)2+(2a3)2=4a29+4a29=8a29=2a23 BP = \sqrt{\left( a - \frac{a}{3} \right)^2 + \left( 0 - \frac{2a}{3} \right)^2} = \sqrt{\left( \frac{2a}{3} \right)^2 + \left( -\frac{2a}{3} \right)^2} = \sqrt{\frac{4a^2}{9} + \frac{4a^2}{9}} = \sqrt{\frac{8a^2}{9}} = \frac{2a\sqrt{2}}{3}
PQ=(2a3a3)2+(a32a3)2=(a3)2+(a3)2=a29+a29=2a29=a23 PQ = \sqrt{\left( \frac{2a}{3} - \frac{a}{3} \right)^2 + \left( \frac{a}{3} - \frac{2a}{3} \right)^2} = \sqrt{\left( \frac{a}{3} \right)^2 + \left( -\frac{a}{3} \right)^2} = \sqrt{\frac{a^2}{9} + \frac{a^2}{9}} = \sqrt{\frac{2a^2}{9}} = \frac{a\sqrt{2}}{3}
QD=(2a30)2+(a3a)2=(2a3)2+(2a3)2=4a29+4a29=8a29=2a23 QD = \sqrt{\left( \frac{2a}{3} - 0 \right)^2 + \left( \frac{a}{3} - a \right)^2} = \sqrt{\left( \frac{2a}{3} \right)^2 + \left( -\frac{2a}{3} \right)^2} = \sqrt{\frac{4a^2}{9} + \frac{4a^2}{9}} = \sqrt{\frac{8a^2}{9}} = \frac{2a\sqrt{2}}{3}
- Since BP=PQ=QD=a23BP = PQ = QD = \frac{a\sqrt{2}}{3}, the diagonal BDBD is divided into three equal segments.

\blacksquare

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