Maths Olympiad Prep

Library / /444 of 520

Geometry Difficulty 7.4 National olympiad, round 2 Prove it

On the equal AC AC and BC BC of an isosceles right triangle ABC ABC , points D D and E E are marked respectively, so that CD=CE CD = CE . Perpendiculars on the straight line AE AE , passing through the points C C and D D , intersect the side AB AB at the points P P and Q Q .Prove that BP=PQ BP = PQ .

Solution

1. Assign Coordinates:
Let DD be on AC\overline{AC} and let EE be on BC\overline{BC} with BC\overline{BC} being a horizontal line parallel to the x-axis. We proceed with coordinate bashing. Let point CC be the origin. We then let B=(a,0)B=(a,0), A=(0,a)A=(0,a), E=(b,0)E=(b,0), and D=(0,b)D=(0,b).

2. Find Equations of Lines:
- The line AB\overline{AB} can be described by the equation:
y=x+a y = -x + a
- The line AE\overline{AE} can be described by the equation:
y=abx+a y = \frac{-a}{b}x + a

3. Find Slopes of Perpendicular Lines:
Since CP\overline{CP} and DQ\overline{DQ} are perpendicular to AE\overline{AE}, they both have a slope of ba\frac{b}{a}. We then use points DD and CC to find the equations of these two lines:
- The line PC\overline{PC}:
y=bax y = \frac{b}{a}x
- The line DQ\overline{DQ}:
y=bax+b y = \frac{b}{a}x + b

4. Find Points of Intersection:
- The point of intersection of AB\overline{AB} and PC\overline{PC} (which is point PP):
x+a=baxa=x(1+ba)a=x(a+ba)x=a2a+b \begin{aligned} -x + a &= \frac{b}{a}x \\ a &= x\left(1 + \frac{b}{a}\right) \\ a &= x\left(\frac{a + b}{a}\right) \\ x &= \frac{a^2}{a + b} \end{aligned}
Substituting xx back into y=baxy = \frac{b}{a}x:
y=baa2a+b=aba+b y = \frac{b}{a} \cdot \frac{a^2}{a + b} = \frac{ab}{a + b}
Thus, P=(a2a+b,aba+b)P = \left(\frac{a^2}{a + b}, \frac{ab}{a + b}\right).

- The point of intersection of AB\overline{AB} and DQ\overline{DQ} (which is point QQ):
x+a=bax+bab=x(a+ba)ab=x(a+ba)x=a2aba+b \begin{aligned} -x + a &= \frac{b}{a}x + b \\ a - b &= x\left(\frac{a + b}{a}\right) \\ a - b &= x\left(\frac{a + b}{a}\right) \\ x &= \frac{a^2 - ab}{a + b} \end{aligned}
Substituting xx back into y=bax+by = \frac{b}{a}x + b:
y=baa2aba+b+b=abb2+aba+b=2abb2a+b y = \frac{b}{a} \cdot \frac{a^2 - ab}{a + b} + b = \frac{ab - b^2 + ab}{a + b} = \frac{2ab - b^2}{a + b}
Thus, Q=(a2aba+b,2aba+b)Q = \left(\frac{a^2 - ab}{a + b}, \frac{2ab}{a + b}\right).

5. Calculate Distances:
- Distance BPBP:
BP=(aa2a+b)2+(0aba+b)2=(a(a+b)a2a+b)2+(aba+b)2=(aba+b)2+(aba+b)2=2(aba+b)2=ab2a+b \begin{aligned} BP &= \sqrt{\left(a - \frac{a^2}{a + b}\right)^2 + \left(0 - \frac{ab}{a + b}\right)^2} \\ &= \sqrt{\left(\frac{a(a + b) - a^2}{a + b}\right)^2 + \left(\frac{-ab}{a + b}\right)^2} \\ &= \sqrt{\left(\frac{ab}{a + b}\right)^2 + \left(\frac{ab}{a + b}\right)^2} \\ &= \sqrt{2\left(\frac{ab}{a + b}\right)^2} \\ &= \frac{ab\sqrt{2}}{a + b} \end{aligned}

- Distance PQPQ:
PQ=(a2a+ba2aba+b)2+(aba+b2aba+b)2=(a2(a2ab)a+b)2+(ab2aba+b)2=(aba+b)2+(aba+b)2=2(aba+b)2=ab2a+b \begin{aligned} PQ &= \sqrt{\left(\frac{a^2}{a + b} - \frac{a^2 - ab}{a + b}\right)^2 + \left(\frac{ab}{a + b} - \frac{2ab}{a + b}\right)^2} \\ &= \sqrt{\left(\frac{a^2 - (a^2 - ab)}{a + b}\right)^2 + \left(\frac{ab - 2ab}{a + b}\right)^2} \\ &= \sqrt{\left(\frac{ab}{a + b}\right)^2 + \left(\frac{-ab}{a + b}\right)^2} \\ &= \sqrt{2\left(\frac{ab}{a + b}\right)^2} \\ &= \frac{ab\sqrt{2}}{a + b} \end{aligned}

Since BP=PQBP = PQ, our proof is complete. \blacksquare

The final answer is BP=PQBP = PQ

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.