Consider 2 circle of radius a and b (b > a) both lying in the first quadrant and touching the coordinate axes.
If the 2 circles intersect so that the common cord is longest.
Then find
a b
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.
Here's a way without letting a = 1 -
The longest possible common chord is the diameter of the small circle.
So, ( 2 b − 2 a ) 2 + a 2 3 a 3 + b 2 − 4 a b ( a b ) 2 + 3 a b a b = b 2 = 0 = 4 a b = 3 , 1 = 3
Problem Loading...
Note Loading...
Set Loading...
Without loss of generality let a = 1 . then the longest shared chord will be a diameter of this smaller circle.
The respective equations of the two circles are
( x − 1 ) 2 + ( y − 1 ) 2 = 1 and ( x − b ) 2 + ( y − b ) 2 = b 2 .
By symmetry, the points of intersection of the two circles will lie on the diameter of the smaller circle that has slope − 1 . Since the diameter passes through ( 1 , 1 ) it will thus lie on the line given by the equation y − 1 = − ( x − 1 ) . Now substitute this into the equation for the smaller circle to find that
2 ∗ ( x − 1 ) 2 = 1 ⟹ x = 1 ± 2 1 .
So one of the points of intersection will then be ( 1 − 2 1 , 1 + 2 1 ) . Now we just need to substitute this point into the equation for the larger circle to find the value for b , (and hence a b ).
The equation for the larger circle can be written as
x 2 + y 2 − 2 b ( x + y ) + b 2 = 0 ,
which, after substituting the coordinates of the point of intersection, yields that
3 − 4 b + b 2 = 0 ⟹ ( b − 3 ) ( b − 1 ) = 0 .
As we are looking for a circle with b > ( a = 1 ) we can conclude that b , and hence a b , is equal to 3 .