Given a parallelogram ABCD. The line perpendicular to AC passing through C and the line perpendicular to BD passing through A intersect at point P. The circle centered at point P and radius PC intersects the line BC at point X, (X=C) and the line DC at point Y , (Y=C). Prove that the line AX passes through the point Y .
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 ABCD are A(a+1,b), B(1,b), C(0,0), and D(a,0) with a,b=0. This setup ensures that BC∥AD and AB∥CD.
2. **Find the equations of the lines AP and CP:** - The line AP is perpendicular to BD and passes through A. The slope of BD is 1−ab, so the slope of AP is −b1−a. The equation of AP is: y−b=−b1−a(x−(a+1))⇒(a−1)x−by−a2+b2+1=0 - The line CP is perpendicular to AC and passes through C. The slope of AC is a+1b, so the slope of CP is −ba+1. The equation of CP is: y=−ba+1x⇒(a+1)x+by=0
3. **Find the coordinates of point P:** Solve the system of equations for AP and CP: {(a−1)x−by−a2+b2+1=0(a+1)x+by=0 Adding these equations, we get: (a−1)x+(a+1)x=a2−b2−1⇒2ax=a2−b2−1⇒x=2aa2−b2−1 Substituting x back into the equation of CP: (a+1)(2aa2−b2−1)+by=0⇒y=−2ab(a+1)(a2−b2−1) Therefore, P(2aa2−b2−1,−2ab(a+1)(a2−b2−1)).
4. **Find the coordinates of point Y:** Since PY=PC, point Y lies on the line DC and has the same distance from P as C. The coordinates of Y are: Y(aa2−b2−1,0)
5. **Prove the similarity of triangles △ADY and △ADC:** - Since DY=ab2+1 and DC=∣a∣, we have: DY⋅DC=ab2+1⋅∣a∣=b2+1=DY2 - Since ∠ADY=∠ADC, the triangles △ADY and △ADC are similar by the AA (Angle-Angle) similarity criterion.
6. **Show that AX passes through Y:** - Let the tangent from X to the circle (PYC) intersect AC at M and CP intersect (PYC) at N. Since AC is tangent to (PYC), we have: ∠XYC=∠XNC=∠XCM=∠ACB=∠CAD=∠DYA - Since D,Y,C are collinear and A and X are not on the same side divided by CD, it follows that A,Y,X are collinear.
■
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.