After many questions about trigonometry, calculus, and parabolas, we finally get a fresh new question about geometry. This question deals with one of the most hated figures in the world of geometry: circles.
Two circles with radii of 5 cm each are externally tangent to each other. Each of these two circles is internally tangent to a circle with a radius of 15 cm. What is the perimeter and area of the shape enclosed between the three circles?
To get the idea of what it looks like, try to draw it. You will eventually see what this whole question is about, and that will make the question much easier for you.
First, we need to get the perimeter. When you connect all the centers of the circles, you get an equilateral triangle. This happens because the side lengths are 5 + 5 and 15 - 5 (externally tangent circles and internally tangent circles, respectively). This triangle is the key to the whole question.
There is a theorem saying that the centers of two tangent circles and the point of tangency all lie on the same line. This means you can extend two sides of the equilateral triangle to create a sector of the big circle. This sector's area and perimeter are 60°/360° = 1/6 of the area and the perimeter of the circle.
Since these extensions go through the centers of the small circles as well, they split them up to 60° and 120° angles (the 60° angle is formed by the equilateral triangle, and the 120° angle is its supplement). Now we can calculate both the perimeter and the area of the shape between the three circles.
The perimeter is given by adding the three arcs which form the shape. Each small circle gives an arc of 120°, and the big circle gives an arc of 60°. Let's find these arc lengths.
Small circles:
2π * 5 * 120°/360° = 10π/3
Large circle:
2π * 15 * 60°/360° = 30π/6 = 5π
There are two small circles, so the total perimeter is:
5π + 2 * 10π/3 = 15π/3 + 20π/3 = 35π/3 cm
This equals about 36.65 cm.
As for the area, we can calculate the area of the sector of the large circle, subract the area of the equilateral triangle, and subtract the area of the two sectors of the small circles. This will give us the area of the shape we want.
Area of the big sector:
π * 152 / 6 = 225π / 6 = 37.5π
Area of the equilateral triangle:
102√3 / 4 = 25√3
Area of a small sector:
π * 52 / 3 = 25π/3
Remember there are two small sectors, so we can now calculate:
37.5π - 25√3 - 2 * 25π/3 = 225π/6 - 25√3 - 100π/6 = 125π/6 - 25√3 cm2
This equals about 22.15 cm2
That's it for today. Hope you liked it. Visit super math tips for more cool information like that.
Yours,
Nadav
nadavs
Tuesday, June 17, 2008
Areas and Tangent Circles
Sunday, June 15, 2008
Coordinated Circles
Today I have a very common question - how to find an equation of a circle from three points, which are a requirement for a unique circle. See how this can be done the hard way and the easy way.
Find the center, radius, and area of a circle that passes through (6, 2), (0, -6), and (7, 1).
The usual way of doing this type of problems is finding the equations of two lines between those points, finding their perpendicular bisectors, find their point of intersection (the center), and go from there. There is one very good adjective to describe this: boring. Since this blog is all about interesting math, you'll see there is a way that cuts all this line of operations up to "finding their perpendicular bisectors". Yes, removing two very annoying steps.
Since the center of the circle is equidistant from all three points, we need to find a point which is equidistant from the first two points, then find a point which is equidistant from the second and third point, and then see if they match. If they do, the point we found is equidistant from the first and third point (by the transitive property).
So, let's equate the distance between (6, 2) and (0, -6) (the generic point is (x, y)):
√((x - 6)2 + (y - 2)2) = √((x - 0)2 + (y + 6)2)
Square both sides:
(x - 6)2 + (y - 2)2 = x2 + (y + 6)2
Open parentheses and add like terms:
x2 - 12x + 36 + y2 - 4y + 4 = x2 + y2 + 12y + 36
-12x - 4y + 4 = 12y
-12x - 16y + 4 = 0
-16y = 12x - 4
y = -3x/4 + 1/4
We didn't get a point, we got a line. This line is the perpendicular bisector of the segment between the two points, because the geometric location of all the points equidistant from two points is a line. This line is the perpendicular bisector of the segment connecting the two points. Now you know how to find a perpendicular bisector of two points in one very easy step.
Let's do the same thing to the second pair of points:
√((x - 0)2 + (y + 6)2) = √((x - 7)2 + (y - 1)2)
x2 + (y + 6)2 = (x - 7)2 + (y - 1)2
x2 + y2 + 12y + 36 = x2 - 14x + 49 + y2 - 2y + 1
12y + 36 = -14x + 49 - 2y + 1
14y = -14x + 14
y = -x + 1
Now we have two sets of points that are equidistant from a given set of points. All we need now is to equate those lines and find the point that is equidistant from all three points:
y = -3x/4 + 1/4
y = -x + 1
Equate the y's:
-3x/4 + 1/4 = -x + 1
x/4 = 3/4
x = 3
So:
y = -3 + 1
y = -2
The point which is equidistant from all three points and thus the center of the circle is (3, -2).
Now everything becomes really easy. To find the radius of the circle, we need to find the distance from the center to one of the points. Let's say to (7, 1):
r = √((7 - 3)2 + (1 - (-2))2)
r = √(42 + 32)
r = √25
r = 5
Using the formula for the area of a circle, we finally answer the question completely with the answer:
S = 52 * π = 25π
Problem solved.
Nadav
nadavs
Tuesday, May 27, 2008
Circular Coordinate Geometry
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