Difference between revisions of "2007 UNCO Math Contest II Problems/Problem 9"

m (Solution)
m (Solution)
Line 45: Line 45:
 
From there we have <math>BL = OM = \frac{BH}{3}</math>. This means the scale factor of the similar triangles <math>ABC</math> and <math>A_1B_1B</math> is <math>\frac {1}{3}</math> (because the ratio of their altitudes <math>\frac{BL}{BH}</math> is equal to <math>\frac{1}{3}</math> .)  
 
From there we have <math>BL = OM = \frac{BH}{3}</math>. This means the scale factor of the similar triangles <math>ABC</math> and <math>A_1B_1B</math> is <math>\frac {1}{3}</math> (because the ratio of their altitudes <math>\frac{BL}{BH}</math> is equal to <math>\frac{1}{3}</math> .)  
  
Since the smaller circle is inscribed in <math>A_1B_1B</math>, its is equal to <math>\frac{OM}{3} = \frac{\sqrt3}{9}</math> . Repeating this trend infinitely and summing all the areas gives us:  
+
Since the smaller circle is inscribed in <math>A_1B_1B</math>, its radius is equal to <math>\frac{OM}{3} = \frac{\sqrt3}{9}</math> . Repeating this trend infinitely and summing all the areas gives us:  
  
  

Revision as of 18:42, 29 January 2018

Problem

A circle is inscribed in an equilateral triangle whose side length is $2$. Then another circle is inscribed externally tangent to the first circle but inside the triangle as shown. And then another, and another. If this process continues forever what is the total area of all the circles? Express your answer as an exact multiple of $\pi$ (and not as a decimal approximation).

[asy] path T=polygon(3); draw(unitcircle,black); draw(scale(2)*T,black); draw(shift(2/sqrt(3),-2/3)*scale(1/3)*unitcircle,black); draw(shift(2/sqrt(3)/3,-2/9)*shift(2/sqrt(3),-2/3)*scale(1/9)*unitcircle,black); [/asy]


Solution

This problem needs a solution. If you have a solution for it, please help us out by adding it.

Let $ABC$ be the equilateral triangle and let $A_1B_1$ be the internal common tangent of the two largest circles, with the points $A_1$ and $B_1$ laying on the sides $AB$ and $BC$, respectively.

Let $L$ be the point of tangency of the two circles.

Let $OM$ be the inscribed circle's radius, with $O$ being its center and $M$ being the midpoint of $AB$. Let $BH$ be the triangle's altitude. We can calculate $OM$ using Pythagoras' Theorem:


$OM^2 = BO^2 - BM^2$


$OM^2 = \left(\frac{2}{3} \times BH \right)^2 - \left(\frac{1}{2} \times AB \right)^2$


$OM^2 = \left( \frac{2 \sqrt{3}}{3} \right)^2 - 1^2$


$OM = \frac{\sqrt3}{3}$


$\Rightarrow OM = \frac{BH}{3}$


From there we have $BL = OM = \frac{BH}{3}$. This means the scale factor of the similar triangles $ABC$ and $A_1B_1B$ is $\frac {1}{3}$ (because the ratio of their altitudes $\frac{BL}{BH}$ is equal to $\frac{1}{3}$ .)

Since the smaller circle is inscribed in $A_1B_1B$, its radius is equal to $\frac{OM}{3} = \frac{\sqrt3}{9}$ . Repeating this trend infinitely and summing all the areas gives us:


$Area = \pi \left(\frac{\sqrt3}{3}\right)^2 + \pi \left(\frac{\sqrt3}{9}\right)^2 + \pi \left(\frac{\sqrt3}{27}\right)^2 +\pi \left(\frac{\sqrt3}{81}\right)^2 + ...$


$Area = \pi \left(\frac{1}{3} + \frac{1}{3^3} + \frac{1}{3^5} + \frac{1}{3^7} + ... \right)$


We have the geometric progression $B_n = \frac{1}{3^{2n-1}}$ with a scale factor of $\frac{1}{3}$ and a common ratio of $\frac{1}{9}$ :


$Area = \pi \times \frac{\frac{1}{3}}{1 - \frac{1}{9}}$


$Area = \frac{3}{8} \pi$

See Also

2007 UNCO Math Contest II (ProblemsAnswer KeyResources)
Preceded by
Problem 8
Followed by
Problem 10
1 2 3 4 5 6 7 8 9 10
All UNCO Math Contest Problems and Solutions