Maths Olympiad Prep

Library / /488 of 520

Geometry Difficulty 4.6 AIME Prove it

Given a moving circle CC that is externally tangent to the circle C_1:(x2)2+y2=1C\_1: (x-2)^2 + y^2 = 1 and tangent to the line l:x=1l: x = -1.

(1) Find the equation of the trajectory EE of the center of the moving circle.

(2) If a moving point MM is any point on the line ll, and the line passing through the point P(1,0)P(1, 0) intersects the curve EE at points AA and BB, prove that k_MA+k_MB=2k_MPk\_MA + k\_MB = 2k\_MP.

Solution

(1) From the problem, we know that the distance from the center of the moving circle CC to the point (2,0)(2, 0) is equal to its distance to the line x=2x = -2.

According to the definition of a parabola, the trajectory of the center of the moving circle CC is a parabola with focus at (2,0)(2, 0) and directrix x=2x = -2.

Thus, the equation of the trajectory EE of the center of the moving circle is y2=8xy^2 = 8x.

(2) Proof: From the problem, we know that when the slope of the line ABAB is 00, it does not satisfy the condition. Therefore, let's assume the equation of the line ABAB is x=my+1x = my + 1. Solving the system of equations:
{x=my+1,y2=8x, \begin{cases} x = my + 1, \\ y^2 = 8x, \end{cases}
we eliminate xx and obtain y28my8=0y^2 - 8my - 8 = 0, with Δ=64m2+32>0\Delta = 64m^2 + 32 > 0, which always holds true.

Denote A(x_1,y_1)A(x\_1, y\_1) and B(x_2,y_2)B(x\_2, y\_2), and M(1,t)M(-1, t). Then we have:
y_1+y_2=8m,y_1y_2=8,x_1+x_2=8m2+2,x_1x_2=1. y\_1 + y\_2 = 8m, \quad y\_1 \cdot y\_2 = -8, \quad x\_1 + x\_2 = 8m^2 + 2, \quad x\_1 \cdot x\_2 = 1.
Now, let's compute the slopes:
2k_MP=2t11=t, 2k\_MP = 2 \cdot \frac{t}{-1 - 1} = -t,
k_MA+k_MB=y_1tx_1+1+y_2tx_2+1 k\_MA + k\_MB = \frac{y\_1 - t}{x\_1 + 1} + \frac{y\_2 - t}{x\_2 + 1}
=y_1x_2+y_2x_1+y_1+y_2t(x_1+x_2)2tx_1x_2+x_1+x_2+1 = \frac{y\_1 x\_2 + y\_2 x\_1 + y\_1 + y\_2 - t(x\_1 + x\_2) - 2t}{x\_1 x\_2 + x\_1 + x\_2 + 1}
=18y_1y_2(y_1+y_2)+y_1+y_2t(x_1+x_2)2tx_1x_2+x_1+x_2+1 = \frac{\frac{1}{8} y\_1 y\_2(y\_1 + y\_2) + y\_1 + y\_2 - t(x\_1 + x\_2) - 2t}{x\_1 x\_2 + x\_1 + x\_2 + 1}
=t(8m2+4)8m2+4=t. = \frac{-t(8m^2 + 4)}{8m^2 + 4} = -t.
Hence, k_MA+k_MB=2k_MP\boxed{k\_MA + k\_MB = 2k\_MP}.

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.