Consider the circle x 2 + y 2 = 4 9 , and a point A ( 6 , 8 ) lying outside it. Lines are drawn through point A such that they intersect the circle, and form secants. It turns out that the midpoints of the secants, lie on a circular arc with center ( a , b ) and radius r .
Find the triplet ( a , b , r ) .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
A line passing through point A is given by (parametric equation):
p = A + t u
where u is a unit vector of an arbitrary direction,
The line intersects the given circle when
p T p = R 2
where R is the radius of the given circle ( R = 7 in this problem).
Plugging in the expression for p , we get,
t 2 u T u + 2 t u T A + A T A = R 2
Since u is a unit vector, this becomes
t 2 + 2 t u T A + A T A = R 2
the solutions of this quadratic equation (if they exist) are t 1 and t 2 ,
which satisfy
t 1 t 2 = A T A − R 2 , and
t 1 + t 2 = − 2 u T A
Now the corresponding points of intersection (the end points of the secant) are p 1 a n d p 2 , where
p 1 = A + t 1 u p 2 = A + t 2 u
The midpoint is P = 1 / 2 ( p 1 + p 2 ) = A + 2 1 ( t 1 + t 2 ) u = A − ( u T A ) u = ( I − u u T ) A
Let's form P T P , and see what that is equal to,
P T P = A T ( I − u u T ) ( I − u u T ) A = A T ( I − u u T ) A = A T P
Therefore,
P T P − A T P = 0
Let P 0 = 2 1 A , then
( P − P 0 ) T ( P − P 0 ) = P 0 T P 0 = 4 1 A T A
This is an equation of a circle with center P 0 = 1 / 2 A and radius of 2 1 A T A .
In this problem, A = (6, 8), so the center is (3, 4) and the radius r = 2 1 6 2 + 8 2 = 5 .
Therefore, the required triplet is ( 3 , 4 , 5 ) .
Problem Loading...
Note Loading...
Set Loading...
Let T1, T2 = two points of tangency of tangents from A and O(0,0) = center of the circle. These three points are the special cases of 'midpoints of chords' in the problem. So the desired circle passes through them.
Triangles AT1O and AT2O are right angle triangles Angle T1OA and angle T1AO are complimentary So angles T1OT2 and T1AT2 must be supplimentary, making the quadrilateral AT1OT2 cyclic. So a circle passing through T1, O, T2 must pass through A as well!
So the center of the circle must be midpoint of (0,0) and (6,8) and the radius must be half their distance = 5