Given the parabola C1 with vertex (2−1,1) and focus (2−43,1), and another parabola C2 with the equation y2−ay+x+2b=0. C1 and C2 intersect at a point where their tangents are perpendicular. Prove that C2 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 (2−43)−(2−1)=41, the equation of the parabola C1 is x=4⋅41(y−1)2+2−1, which simplifies to y2−2y−x+2=0.
Suppose the tangents to C1 and C2 at their intersection point A(x0,y0) are perpendicular. The tangent to C1 at point A is given by y0y−(y+y0)−21(x+x0)+2=0, with slope k1=2y0−21. Similarly, the slope of the tangent to C2 at point A is k2=−2y0−a1. Since k1⋅k2=−1, we have 4y02−2(a+2)y0+2a−1=0, (1) Also, since (x0,y0) lies on both C1 and C2, we have y02−2y0−x0+2=0,y02−ay0+x0+2b=0.
Adding these two equations, we get 2y02−(2+a)y0+2b+2=0, (2) Subtracting (2) multiplied by 2 from (1), we eliminate y0 and get: −a+2b+2+21=0. Therefore, the curve y2−ay+x+2b=0 passes through the fixed point (2−21,1).
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.