Olympiad Maths Prep

Track / Stage 7 / 163 of 300 #1563 of 2000

Problem 1563

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

Given a parallelogram ABCDABCD. The line perpendicular to ACAC passing through CC and the line perpendicular to BDBD passing through AA intersect at point PP. The circle centered at point PP and radius PCPC intersects the line BCBC at point XX, (XCX \ne C) and the line DCDC at point YY , (YCY \ne C). Prove that the line AXAX passes through the point YY .

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. Setup the problem with coordinates:
Assume that the coordinates of the vertices of the parallelogram ABCDABCD are A(a+1,b)A(a+1, b), B(1,b)B(1, b), C(0,0)C(0, 0), and D(a,0)D(a, 0) with a,b0a, b \neq 0. This setup ensures that BCADBC \parallel AD and ABCDAB \parallel CD.

2. **Find the equations of the lines APAP and CPCP:**
- The line APAP is perpendicular to BDBD and passes through AA. The slope of BDBD is b1a\frac{b}{1-a}, so the slope of APAP is 1ab-\frac{1-a}{b}. The equation of APAP is:
yb=1ab(x(a+1))(a1)xbya2+b2+1=0 y - b = -\frac{1-a}{b}(x - (a+1)) \Rightarrow (a-1)x - by - a^2 + b^2 + 1 = 0
- The line CPCP is perpendicular to ACAC and passes through CC. The slope of ACAC is ba+1\frac{b}{a+1}, so the slope of CPCP is a+1b-\frac{a+1}{b}. The equation of CPCP is:
y=a+1bx(a+1)x+by=0 y = -\frac{a+1}{b}x \Rightarrow (a+1)x + by = 0

3. **Find the coordinates of point PP:**
Solve the system of equations for APAP and CPCP:
{(a1)xbya2+b2+1=0(a+1)x+by=0 \begin{cases} (a-1)x - by - a^2 + b^2 + 1 = 0 \\ (a+1)x + by = 0 \end{cases}
Adding these equations, we get:
(a1)x+(a+1)x=a2b212ax=a2b21x=a2b212a (a-1)x + (a+1)x = a^2 - b^2 - 1 \Rightarrow 2ax = a^2 - b^2 - 1 \Rightarrow x = \frac{a^2 - b^2 - 1}{2a}
Substituting xx back into the equation of CPCP:
(a+1)(a2b212a)+by=0y=(a+1)(a2b21)2ab (a+1)\left(\frac{a^2 - b^2 - 1}{2a}\right) + by = 0 \Rightarrow y = -\frac{(a+1)(a^2 - b^2 - 1)}{2ab}
Therefore, P(a2b212a,(a+1)(a2b21)2ab)P\left(\frac{a^2 - b^2 - 1}{2a}, -\frac{(a+1)(a^2 - b^2 - 1)}{2ab}\right).

4. **Find the coordinates of point YY:**
Since PY=PCPY = PC, point YY lies on the line DCDC and has the same distance from PP as CC. The coordinates of YY are:
Y(a2b21a,0) Y\left(\frac{a^2 - b^2 - 1}{a}, 0\right)

5. **Prove the similarity of triangles ADY\triangle ADY and ADC\triangle ADC:**
- Since DY=b2+1aDY = \left|\frac{b^2 + 1}{a}\right| and DC=aDC = |a|, we have:
DYDC=b2+1aa=b2+1=DY2 DY \cdot DC = \left|\frac{b^2 + 1}{a}\right| \cdot |a| = b^2 + 1 = DY^2
- Since ADY=ADC\angle ADY = \angle ADC, the triangles ADY\triangle ADY and ADC\triangle ADC are similar by the AA (Angle-Angle) similarity criterion.

6. **Show that AXAX passes through YY:**
- Let the tangent from XX to the circle (PYC)(PYC) intersect ACAC at MM and CPCP intersect (PYC)(PYC) at NN. Since ACAC is tangent to (PYC)(PYC), we have:
XYC=XNC=XCM=ACB=CAD=DYA \angle XYC = \angle XNC = \angle XCM = \angle ACB = \angle CAD = \angle DYA
- Since D,Y,CD, Y, C are collinear and AA and XX are not on the same side divided by CDCD, it follows that A,Y,XA, Y, X are collinear.

\blacksquare

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