Today I have a question involving some coordinate geometry, or analytic geometry. It also involves some circles. It's quite easy, but somewhat long. Here it comes.
What is the sum of the radii of all circles going through the points (1, 9) and (8, 8) and also tangent to the x-axis?
First, you should know that if a circle is tangent to the x-axis, its radius is the y-coordinate of its center. Let's call the center (x, y), so its radius is y.
Since it's a circle, the distance between the center and each of the points must be y. Let's use the distance formula to show that:
y = sqrt((x - 1)2 + (y - 9)2)
y = sqrt((x - 8)2 + (y - 8)2)
Square and open parentheses:
y2 = x2 - 2x + 1 + y2 - 18y + 81
y2 = x2 - 16x + 64 + y2 - 16y + 64
y^2 cancels on all equations (I also moved the y terms):
18y = x2 - 2x + 82 /*8
16y = x2 - 16x + 128 /*9
144y = 8x2 - 16x + 656
144y = 9x2 - 144x + 1152
9x2 - 144x + 1152 = 8x2 - 16x + 656
x2 - 128x + 496 = 0
(x - 4)(x - 124) = 0
x = 4, 124
Now let's see what's y (the radius) for each x:
16y = 42 - 16*4 + 128 = 80
y = 5
When x = 124:
16y = 1242 - 16*124 + 128 = 13520
y = 845
So the two circles have radii of 5 and 845, so the sum of the radii is 850.
Hope you liked it.
Nadav
nadavs
Tuesday, May 27, 2008
Circular Coordinate Geometry
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment