|
The Intersection of Two CirclesTwo circles in a plane intersect in zero, one, two, or infinitely many points. The latter case occurs only in the case of two identical circles. The first case (zero points of intersection) occurs whenever the distance between the centers of the circles is greater than the sum of the radii or the distance between the center is less than the absolute value of the difference in their radii. Problem: Give the general solution to this question:
Solution:In this diagram, I have used the example in which circle A is red, centered at (-9,1) with a radius of 7, and circle B is green, centered at (5,-5) with a radius of 18. C is the midpoint of A and B. E and F are the intersections of the two circles, and D is the midpoint of E and F.
Let K be the area of the triangle ABE. The lengths of the sides of this triangle are d, rA, and rB. Heron's Formula tells us
By regrouping the four factors inside the square root, we get the area of the triangle in terms of d2 rather than in terms of d, and this is computationally easier:
C ((xB+xA)/2, (yB+yA)/2) is the midpoint between the centers of the circles. D is the midpoint between the two points of intersection of the circles. We will consider AB the "base" of triangle ABE, and DE the "height" of the triangle. Point D divides the base into two segments, AD, and DB, whose signed lengths will be dA and dB, where dA+dB=d. (The context in which I use signed distances is very narrow. By "signed" I mean only that distances measured along line AB from A to B are considered "positive" and distances in the other direction are considered "negative".) Note the following facts, where all distances are signed:
By Pythagoras, we have rA2-dA2 = rB2-dB2, so
This way, the signed length, CD, which is negative in the diagram, is given by
The ratio of change in the x-coordinate to signed distance along line AB is (xB-xA)/d, and the ratio of change in the y-coordinate to signed distance along this line is (yB-yA)/d. From this we can calculate the coordinates of point D:
Did you wonder when we would make use of K, the area of triangle ABE? Well, your wait is over!
Line DE is perpendicular to AB, so the ratio of change in the x-coordinate to distance along DE equal to plus or minus the ratio for the y-coordinate along AB, and the ratio of change in the y-coordinate to distance along DE is minus or plus the ratio for the x-coordinate along AB. Note that the choice of plus or minus is arbitrary, but if you choose "plus" for the x-coordinate, you must choose "minus" for the y-coordinate, and vice-versa. One choice gets you to point E, and the other choice gets you to point F, which are the two solutions to this problem. With this in mind, we choose that the ratio of change in the x-coordinate to distance along line DE is (yB-yA)/d, and the ratio of change in the y-coordinate to signed distance along this line is -(xB-xA)/d. From this we can calculate the coordinates of point E:
where K and d2 are, again for reference,
The two solutions, then, are
Internet References
Related pages in this website
|
|
The webmaster and author of the Math
Help site is Graeme McRae. |