Maths Olympiad Prep

Track / Stage 6 / 310 of 400 #1310 of 1964

Problem 1310

National olympiad, first round
Algebra Difficulty 6.6 Prove it

Given the parabola C1C_{1} with vertex (21,1)(\sqrt{2}-1,1) and focus (234,1)\left(\sqrt{2}-\frac{3}{4}, 1\right), and another parabola C2C_{2} with the equation y2ay+x+2b=0y^{2}-a y+x+2 b=0. C1C_{1} and C2C_{2} intersect at a point where their tangents are perpendicular. Prove that C2C_{2} must pass through a fixed point, and find the coordinates of that point.

---

Translate the above text into English, preserving the original text's line breaks and formatting, and output the translation result directly.

This one wants a proof. Work it on paper, then read the official solution and mark yourself. Be honest about it: the record is only any use to you if it is.

Official solution

Given that (234)(21)=14\left(\sqrt{2}-\frac{3}{4}\right)-(\sqrt{2}-1)=\frac{1}{4}, the equation of the parabola C1C_{1} is x=414(y1)2+21x=4 \cdot \frac{1}{4}(y-1)^{2}+\sqrt{2}-1, which simplifies to y22yx+2=0y^{2}-2 y-x+\sqrt{2}=0.

Suppose the tangents to C1C_{1} and C2C_{2} at their intersection point A(x0,y0)A\left(x_{0}, y_{0}\right) are perpendicular. The tangent to C1C_{1} at point AA is given by y0y(y+y0)12(x+x0)+2=0y_{0} y-\left(y+y_{0}\right)-\frac{1}{2}\left(x+x_{0}\right)+\sqrt{2}=0, with slope k1=12y02k_{1}=\frac{1}{2 y_{0}-2}. Similarly, the slope of the tangent to C2C_{2} at point AA is k2=12y0ak_{2}=-\frac{1}{2 y_{0}-a}. Since k1k2=1k_{1} \cdot k_{2}=-1, we have 4y022(a+2)y0+2a1=04 y_{0}^{2}-2(a+2) y_{0}+2 a-1=0,
(1) Also, since (x0,y0)\left(x_{0}, y_{0}\right) lies on both C1C_{1} and C2C_{2}, we have
y022y0x0+2=0,y02ay0+x0+2b=0. y_{0}^{2}-2 y_{0}-x_{0}+\sqrt{2}=0, \quad y_{0}^{2}-a y_{0}+x_{0}+2 b=0 .

Adding these two equations, we get 2y02(2+a)y0+2b+2=02 y_{0}^{2}-(2+a) y_{0}+2 b+\sqrt{2}=0,
(2) Subtracting (2) multiplied by 2 from (1), we eliminate y0y_{0} and get: a+2b+2+12=0-a+2 b+\sqrt{2}+\frac{1}{2}=0. Therefore, the curve y2ay+x+2b=0y^{2}-a y+x+2 b=0 passes through the fixed point (212,1)\left(\sqrt{2}-\frac{1}{2}, 1\right).

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