1. Let the radii of the three circles be x,y, and z. Since the circles are externally tangent, the length of the common external tangent between any two circles is given by the sum of their radii. Therefore, we have:
a=x+y,b=y+z,c=z+x
2. We need to show that:
π(a+b+c)2≤12T
where T is the sum of the areas of the circles. The area of a circle with radius r is πr2. Thus, the total area T is:
T=πx2+πy2+πz2
3. First, calculate a+b+c:
a+b+c=(x+y)+(y+z)+(z+x)=2x+2y+2z=2(x+y+z)
4. Now, square a+b+c:
(a+b+c)2=(2(x+y+z))2=4(x+y+z)2
5. We need to show that:
π(a+b+c)2≤12T
Substituting the expression for (a+b+c)2 and T, we get:
π⋅4(x+y+z)2≤12(πx2+πy2+πz2)
6. Simplify the inequality:
4(x+y+z)2≤12(x2+y2+z2)
7. Divide both sides by 4:
(x+y+z)2≤3(x2+y2+z2)
8. The inequality (x+y+z)2≤3(x2+y2+z2) is a direct application of the Cauchy-Schwarz inequality in the form:
(x2+y2+z2)(12+12+12)≥(x+y+z)2
Simplifying the right-hand side, we get:
3(x2+y2+z2)≥(x+y+z)2
which is exactly what we needed to prove.
Therefore, the inequality holds true.
■