A circle (of radius a), a line, and a point are mapped by inversion into two concentric circles and the center of those concentric circles. If the distance from the given circle's center to the line is b, then what is the distance from the point to the line?
Inversion Defined:
Let O be the center of a circle of radius k. An inversion with respect to circle O is a mapping f:R2 -> R2 such that for all P in R2 (not O), P' = f(P) lies on ray OP and
|OP'||OP| = k2.
See www.geocities.com/bractals/inv.jpg
for graphical description of inversion.
For simplicity, and WOLOG (I like that acronym, thanks Bractals), let's assume the given circle of radius a is located on the line y = 0, and the center of the inversion circle of radius k is located at the origin, that is , coordinate (0,0). Then, we can ignore the y coordinates altogether.
Let's start by fixing the given circle's center at a distance c from the origin. The inverted image has a center located at c' = ck2/(c2 -a2), where a is the radius of the given circle and k is the inversion radius.
Next, the distance between the line and the center of the given circle is b. The point of interest, L, on the line is located at x-coordinate (c-b). The inverted image of this point, L', is located at k2/(c-b), which is the point on the resulting circle farthest from the origin. The diameter of this circle extends from the origin to this point. The center of this circle is half of this distance, and so is located at k2/2(c-b).
The inversion images of the given circle and the given line are concentric circles, so their centers are located at the same point. Therefore, ck2/(c2-a2) = k2/2(c-b). This simplifies to c2 -2bc + a2 = 0. Using the quadratic formula, we get c = b +- (b2 - a2).5.
Now, let's determine the location of the given point by starting from the location of its inversion image at p' = k2/2(c-b), which is the center of the concentric circles we obtained from inversion of the given line and circle. Since |p|*|p'| = k2, we have p = 2(c-b).
The distance from p to the line is |p - L|, which gives us the equation |p-L| = |2(c-b) - (c-b)| = |c-b|. Now we can substitute for c. So, |p-L| = |[b+- (b2 - a2).5] - b|.
Our solution, then, is |p-L| = (b2 - a2).5.
Edited to correct typos in key equations as pointed out by Eric. Thanks, Eric.
Edited on February 26, 2006, 12:53 pm
|
Posted by Mindrod
on 2006-02-25 22:40:47 |