Maths Olympiad Prep

Library / /398 of 520

Geometry Difficulty 3.9 AMC 10/12 Find the answer

Given a point P(2,2)P(2,2) and a circle C:x2+y28y=0C: x^2 + y^2 - 8y = 0, a moving line ll passing through point PP intersects the circle CC at points AA and BB. If MM is the midpoint of the line segment ABAB and OO is the origin of the coordinate system,

(1) When the chord ABAB is the shortest, find the equation of line ll and the length of the chord ABAB;
(2) Find the equation that represents the trajectory of MM.

A number or a short expression. Spacing and $ signs are ignored.

Solution

(1) The equation of circle CC can be rewritten as (x2)+((y4)2)=16(x^2)+((y-4)^2) = 16. Therefore, the center of the circle is C(0,4)C(0,4) and its radius is 44.

The chord ABAB is shortest when it is perpendicular to MCMC. At that time, the length of chord ABAB is 2R2CP2=422\sqrt{R^2 - CP^2} = 4\sqrt{2}, and the equation of line ll satisfying this condition is x2y+2=0x-2y+2=0.

To elaborate, let us consider that the shortest chord through point PP will be the chord that is perpendicular to the radius of the circle through point PP. In this case, line ll will pass through both P(2,2)P(2,2) and the closest point to PP on the circle along the direction of the radius. That point can be found from the circle's equation to be C(0,4)C(0,4). Since the circle has a radius of 4, and using the fact that PP lies inside the circle, we can use the Pythagorean theorem to find the shortest distance from the center CC to PP, which will be CP=(20)2+(24)2=22CP=\sqrt{(2-0)^2+(2-4)^2} = 2\sqrt{2}. Hence, the shortest length of chord AB is 2R2CP2=242(22)2=422\sqrt{R^2 - CP^2} = 2\sqrt{4^2 - (2\sqrt{2})^2} = 4\sqrt{2}.

(2) Let M(x,y)M(x,y) be the midpoint of chord ABAB. Thus, CM=(x,y4)\vec{CM} = (x, y-4) and MP=(2x,2y)\vec{MP} = (2-x, 2-y).

According to the problem, CMMP=0\vec{CM} \cdot \vec{MP} = 0 since they are perpendicular when ABAB is shortest, which gives us the equation
x(2x)+(y4)(2y)=0x(2-x) + (y-4)(2-y) = 0
Expanding and simplifying, we get
(x1)2+(y3)2=2(x-1)^2 + (y-3)^2 = 2

Since point PP lies inside the circle CC, the trajectory of MM will be an ellipse with the equation
(x1)2+(y3)2=2\boxed{(x-1)^2 + (y-3)^2 = 2}

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.