Olympiad Maths Prep

Track / Stage 7 / 167 of 300 #1567 of 2000

Problem 1567

National olympiad second round; IMO P1/P4
Geometry Difficulty 7.3 Find the answer

ABCDABCD is a rectangle. II is the midpoint of CDCD. BIBI meets ACAC at MM. Show that the line DMDM passes through the midpoint of BCBC. EE is a point outside the rectangle such that AE=BEAE = BE and AEB=90o\angle AEB = 90^o. If BE=BC=xBE = BC = x, show that EMEM bisects AMB\angle AMB. Find the area of AEBMAEBM in terms of xx.

Official solution

1. **Part 1: Show that the line DM DM passes through the midpoint of BC BC **

Let D=(0,0) D = (0,0) , A=(0,2b) A = (0,2b) , C=(2a,0) C = (2a,0) , and B=(2a,2b) B = (2a,2b) . The midpoint I I of CD CD is (a,0) (a,0) .

The slope of line BI BI is:
slope of BI=2b02aa=2ba \text{slope of } BI = \frac{2b - 0}{2a - a} = \frac{2b}{a}
The equation of line BI BI is:
y=2ba(xa) y = \frac{2b}{a}(x - a)

Since AC AC is the diagonal of the rectangle, its equation can be found using the points A A and C C :
slope of AC=02b2a0=ba \text{slope of } AC = \frac{0 - 2b}{2a - 0} = -\frac{b}{a}
The equation of line AC AC is:
y2b=ba(x0)    y=bax+2b y - 2b = -\frac{b}{a}(x - 0) \implies y = -\frac{b}{a}x + 2b

To find the intersection M M of BI BI and AC AC , set the equations equal:
2ba(xa)=bax+2b \frac{2b}{a}(x - a) = -\frac{b}{a}x + 2b
Simplify and solve for x x :
2bx2ba=bx+2ab    3bx=4ab    x=4a3 2bx - 2ba = -bx + 2ab \implies 3bx = 4ab \implies x = \frac{4a}{3}
Substitute x=4a3 x = \frac{4a}{3} back into the equation of AC AC :
y=ba(4a3)+2b=4b3+2b=2b3 y = -\frac{b}{a} \left( \frac{4a}{3} \right) + 2b = -\frac{4b}{3} + 2b = \frac{2b}{3}
Thus, M(4a3,2b3) M \left( \frac{4a}{3}, \frac{2b}{3} \right) .

The midpoint of BC BC is:
(2a+2a2,2b+02)=(2a,b) \left( \frac{2a + 2a}{2}, \frac{2b + 0}{2} \right) = (2a, b)

The slope of line DM DM is:
slope of DM=2b304a30=2b4a=b2a \text{slope of } DM = \frac{\frac{2b}{3} - 0}{\frac{4a}{3} - 0} = \frac{2b}{4a} = \frac{b}{2a}
The equation of line DM DM is:
y=b2ax y = \frac{b}{2a}x
Plugging in x=2a x = 2a :
y=b2a2a=b y = \frac{b}{2a} \cdot 2a = b
Therefore, DM DM passes through the midpoint of BC BC .

2. **Part 2: Show that EM EM bisects AMB \angle AMB **

Since AEB \triangle AEB is a 45-45-90 triangle, AB=x2 AB = x\sqrt{2} .

Let D=(0,0) D = (0,0) , A=(0,x) A = (0,x) , C=(x2,0) C = (x\sqrt{2},0) , B=(x2,x) B = (x\sqrt{2},x) , and I=(x22,0) I = \left( \frac{x\sqrt{2}}{2}, 0 \right) .

The slope of AC AC is:
slope of AC=0xx20=12 \text{slope of } AC = \frac{0 - x}{x\sqrt{2} - 0} = -\frac{1}{\sqrt{2}}
The slope of BI BI is:
slope of BI=x0x2x22=xx22=2 \text{slope of } BI = \frac{x - 0}{x\sqrt{2} - \frac{x\sqrt{2}}{2}} = \frac{x}{\frac{x\sqrt{2}}{2}} = \sqrt{2}
Since the slopes multiply to -1:
(12)(2)=1 \left( -\frac{1}{\sqrt{2}} \right) \left( \sqrt{2} \right) = -1
Thus, ACBI AC \perp BI , making AMB=90 \angle AMB = 90^\circ .

Since AEBM AEBM is a cyclic quadrilateral, AMB=ABE \angle AMB = \angle ABE and EMB=EAB \angle EMB = \angle EAB . By the Base Angle Theorem, EAB=EBA \angle EAB = \angle EBA , so EM EM bisects AMB \angle AMB .

3. **Part 3: Find the area of AEBM AEBM in terms of x x **

The area of AEB \triangle AEB is:
[AEB]=12×x×x=x22 [AEB] = \frac{1}{2} \times x \times x = \frac{x^2}{2}

From Part 1, the height from CI CI to M M is half as large as the height from AB AB to M M , so the height from AB AB to M M is 2x3 \frac{2x}{3} .

The area of ABM \triangle ABM is:
[ABM]=12×x2×2x3=x223 [ABM] = \frac{1}{2} \times x\sqrt{2} \times \frac{2x}{3} = \frac{x^2 \sqrt{2}}{3}

The total area of AEBM AEBM is:
[AEBM]=[AEB]+[ABM]=x22+x223=x2(12+23)=x2(3+22)6 [AEBM] = [AEB] + [ABM] = \frac{x^2}{2} + \frac{x^2 \sqrt{2}}{3} = x^2 \left( \frac{1}{2} + \frac{\sqrt{2}}{3} \right) = \frac{x^2 (3 + 2\sqrt{2})}{6}

The final answer is x2(3+22)6 \boxed{ \frac{x^2 (3 + 2\sqrt{2})}{6} }

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