Given a point P(2,2) and a circle C:x2+y2−8y=0, a moving line l passing through point P intersects the circle C at points A and B. If M is the midpoint of the line segment AB and O is the origin of the coordinate system,
(1) When the chord AB is the shortest, find the equation of line l and the length of the chord AB; (2) Find the equation that represents the trajectory of M.
A number or a short expression. Spacing and $ signs are ignored.
Solution
(1) The equation of circle C can be rewritten as (x2)+((y−4)2)=16. Therefore, the center of the circle is C(0,4) and its radius is 4.
The chord AB is shortest when it is perpendicular to MC. At that time, the length of chord AB is 2R2−CP2=42, and the equation of line l satisfying this condition is x−2y+2=0.
To elaborate, let us consider that the shortest chord through point P will be the chord that is perpendicular to the radius of the circle through point P. In this case, line l will pass through both P(2,2) and the closest point to P on the circle along the direction of the radius. That point can be found from the circle's equation to be C(0,4). Since the circle has a radius of 4, and using the fact that P lies inside the circle, we can use the Pythagorean theorem to find the shortest distance from the center C to P, which will be CP=(2−0)2+(2−4)2=22. Hence, the shortest length of chord AB is 2R2−CP2=242−(22)2=42.
(2) Let M(x,y) be the midpoint of chord AB. Thus, CM=(x,y−4) and MP=(2−x,2−y).
According to the problem, CM⋅MP=0 since they are perpendicular when AB is shortest, which gives us the equation x(2−x)+(y−4)(2−y)=0 Expanding and simplifying, we get (x−1)2+(y−3)2=2
Since point P lies inside the circle C, the trajectory of M will be an ellipse with the equation (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.