Difference between revisions of "2022 AIME II Problems/Problem 15"
(→Solution 3) |
Bobjoebilly (talk | contribs) m (→Solution 3) |
||
(18 intermediate revisions by 6 users not shown) | |||
Line 8: | Line 8: | ||
circle w1=circle(O1,9),w2=circle(O2,6),o=circle(O1,O2,B); | circle w1=circle(O1,9),w2=circle(O2,6),o=circle(O1,O2,B); | ||
point A=intersectionpoints(o,w2)[1],D=intersectionpoints(o,w2)[0],C=intersectionpoints(o,w1)[0]; | point A=intersectionpoints(o,w2)[1],D=intersectionpoints(o,w2)[0],C=intersectionpoints(o,w1)[0]; | ||
− | filldraw(A--B--O1--C--D--O2--cycle,0.2* | + | filldraw(A--B--O1--C--D--O2--cycle,0.2*fuchsia+white,black); |
draw(w1); | draw(w1); | ||
draw(w2); | draw(w2); | ||
Line 34: | Line 34: | ||
==Solution 1== | ==Solution 1== | ||
− | First observe that <math>AO_2 = O_2D</math> and <math>BO_1 = O_1C</math>. Let points <math>A'</math> and <math>B'</math> be the reflections of <math>A</math> and <math>B</math>, respectively, about the perpendicular bisector of <math>\overline{O_1O_2}</math>. Then quadrilaterals <math>ABO_1O_2</math> and <math>A | + | First observe that <math>AO_2 = O_2D</math> and <math>BO_1 = O_1C</math>. Let points <math>A'</math> and <math>B'</math> be the reflections of <math>A</math> and <math>B</math>, respectively, about the perpendicular bisector of <math>\overline{O_1O_2}</math>. Then quadrilaterals <math>ABO_1O_2</math> and <math>B'A'O_2O_1</math> are congruent, so hexagons <math>ABO_1CDO_2</math> and <math>A'B'O_1CDO_2</math> have the same area. Furthermore, triangles <math>DO_2A'</math> and <math>B'O_1C</math> are congruent, so <math>A'D = B'C</math> and quadrilateral <math>A'B'CD</math> is an isosceles trapezoid. |
<asy> | <asy> | ||
import olympiad; | import olympiad; | ||
size(180); | size(180); | ||
defaultpen(linewidth(0.7)); | defaultpen(linewidth(0.7)); | ||
− | pair | + | pair Ap = dir(105), Bp = dir(75), O1 = dir(25), C = dir(320), D = dir(220), O2 = dir(175); |
− | draw(unitcircle^^ | + | draw(unitcircle^^Ap--Bp--O1--C--D--O2--cycle); |
+ | label("$A'$",Ap,dir(origin--Ap)); | ||
label("$B'$",Bp,dir(origin--Bp)); | label("$B'$",Bp,dir(origin--Bp)); | ||
− | |||
label("$O_1$",O1,dir(origin--O1)); | label("$O_1$",O1,dir(origin--O1)); | ||
label("$C$",C,dir(origin--C)); | label("$C$",C,dir(origin--C)); | ||
Line 48: | Line 48: | ||
label("$O_2$",O2,dir(origin--O2)); | label("$O_2$",O2,dir(origin--O2)); | ||
draw(O2--O1,linetype("4 4")); | draw(O2--O1,linetype("4 4")); | ||
− | draw( | + | draw(Ap--D^^Bp--C,linetype("2 2")); |
</asy> | </asy> | ||
− | Next, remark that <math> | + | Next, remark that <math>B'O_1 = DO_2</math>, so quadrilateral <math>B'O_1DO_2</math> is also an isosceles trapezoid; in turn, <math>B'D = O_1O_2 = 15</math>, and similarly <math>A'C = 15</math>. Thus, Ptolmey's theorem on <math>A'B'CD</math> yields <math>A'D\cdot B'C + 2\cdot 16 = 15^2</math>, whence <math>A'D = B'C = \sqrt{193}</math>. Let <math>\alpha = \angle A'B'D</math>. The Law of Cosines on triangle <math>A'B'D</math> yields |
− | <cmath>\cos\alpha = \frac{15^2 + 2^2 - (\sqrt{193})^2}{2\cdot 2\cdot 15} = \frac{36}{60} = \frac 35,</cmath> and hence <math>\sin\alpha = \tfrac 45</math>. Thus the distance between bases <math> | + | <cmath>\cos\alpha = \frac{15^2 + 2^2 - (\sqrt{193})^2}{2\cdot 2\cdot 15} = \frac{36}{60} = \frac 35,</cmath> and hence <math>\sin\alpha = \tfrac 45</math>. Thus the distance between bases <math>A’B’</math> and <math>CD</math> is <math>12</math> (in fact, <math>\triangle A'B'D</math> is a <math>9-12-15</math> triangle with a <math>7-12-\sqrt{193}</math> triangle removed), which implies the area of <math>A'B'CD</math> is <math>\tfrac12\cdot 12\cdot(2+16) = 108</math>. |
− | Now let <math>O_1C = | + | Now let <math>O_1C = O_2A' = r_1</math> and <math>O_2D = O_1B' = r_2</math>; the tangency of circles <math>\omega_1</math> and <math>\omega_2</math> implies <math>r_1 + r_2 = 15</math>. Furthermore, angles <math>A'O_2D</math> and <math>A'B'D</math> are opposite angles in cyclic quadrilateral <math>B'A'O_2D</math>, which implies the measure of angle <math>A'O_2D</math> is <math>180^\circ - \alpha</math>. Therefore, the Law of Cosines applied to triangle <math>\triangle A'O_2D</math> yields |
<cmath>\begin{align*} | <cmath>\begin{align*} | ||
193 &= r_1^2 + r_2^2 - 2r_1r_2(-\tfrac 35) = (r_1^2 + 2r_1r_2 + r_2^2) - \tfrac45r_1r_2\\ | 193 &= r_1^2 + r_2^2 - 2r_1r_2(-\tfrac 35) = (r_1^2 + 2r_1r_2 + r_2^2) - \tfrac45r_1r_2\\ | ||
Line 59: | Line 59: | ||
\end{align*}</cmath> | \end{align*}</cmath> | ||
− | Thus <math>r_1r_2 = 40</math>, and so the area of triangle <math> | + | Thus <math>r_1r_2 = 40</math>, and so the area of triangle <math>A'O_2D</math> is <math>\tfrac12r_1r_2\sin\alpha = 16</math>. |
Thus, the area of hexagon <math>ABO_{1}CDO_{2}</math> is <math>108 + 2\cdot 16 = \boxed{140}</math>. | Thus, the area of hexagon <math>ABO_{1}CDO_{2}</math> is <math>108 + 2\cdot 16 = \boxed{140}</math>. | ||
Line 250: | Line 250: | ||
==Solution 3== | ==Solution 3== | ||
− | [[File:AIME 2022 15.png|400px|right]] | + | [[File:AIME-II-2022-15.png|400px|right]] |
Let points <math>A'</math> and <math>B'</math> be the reflections of <math>A</math> and <math>B,</math> respectively, about the perpendicular bisector of <math>O_1 O_2.</math> | Let points <math>A'</math> and <math>B'</math> be the reflections of <math>A</math> and <math>B,</math> respectively, about the perpendicular bisector of <math>O_1 O_2.</math> | ||
<cmath>B'O_2 = BO_1 = O_1 P = O_1 C,</cmath> | <cmath>B'O_2 = BO_1 = O_1 P = O_1 C,</cmath> | ||
Line 259: | Line 259: | ||
Similarly <math>A'C = B'D \implies \triangle A'CO_1 = \triangle B'DO_2.</math> | Similarly <math>A'C = B'D \implies \triangle A'CO_1 = \triangle B'DO_2.</math> | ||
− | + | Ptolemy's theorem on <math>A'CDB'</math> yields <cmath>B'D \cdot A'C + A'B' \cdot CD = A'D \cdot B'C \implies</cmath> | |
<cmath> B'D^2 + 2 \cdot 16 = 15^2 \implies B'D = A'C = \sqrt{193}.</cmath> | <cmath> B'D^2 + 2 \cdot 16 = 15^2 \implies B'D = A'C = \sqrt{193}.</cmath> | ||
The area of the trapezoid <math>A'CDB'</math> is equal to the area of an isosceles triangle with sides | The area of the trapezoid <math>A'CDB'</math> is equal to the area of an isosceles triangle with sides | ||
Line 285: | Line 285: | ||
The area of hexagon <math>B'A'O_1 CDO_2</math> is equal to the sum of the area of the trapezoid <math>A'CDB'</math> and the areas of two equal triangles <math>B'O_2 D</math> and <math>A'O_1 C,</math> so the area of the hexagon <math>ABO_1 CDO_2</math> is <cmath>108 + 16 + 16 = \boxed{140}.</cmath> | The area of hexagon <math>B'A'O_1 CDO_2</math> is equal to the sum of the area of the trapezoid <math>A'CDB'</math> and the areas of two equal triangles <math>B'O_2 D</math> and <math>A'O_1 C,</math> so the area of the hexagon <math>ABO_1 CDO_2</math> is <cmath>108 + 16 + 16 = \boxed{140}.</cmath> | ||
− | ''' | + | '''vladimir.shelomovskii@gmail.com, vvsss''' |
+ | |||
+ | ==Solution 4== | ||
+ | |||
+ | |||
+ | [[File:AIME 2022 II Prob15.jpg|400px|top]] | ||
+ | |||
+ | |||
+ | Let circle <math>O_1</math>'s radius be <math>r</math>, then the radius of circle <math>O_2</math> is <math>15-r</math>. Based on Brahmagupta's Formula, | ||
+ | |||
+ | |||
+ | the hexagon's Area <math>= \sqrt{14(1)(16-r)(1+r)} + \sqrt{7(8)(23-r)(8+r)}</math>. | ||
+ | |||
+ | |||
+ | Now we only need to find the <math>r</math>. | ||
+ | |||
+ | |||
+ | Connect <math>O_1</math> and <math>A</math> , <math>O_1</math> and <math>D</math> , and let <math>X</math> be the point of intersection between <math>O_1D</math> and circle <math>O_2</math> , based on the " 2 Non-Congruent Triangles of 'SSA' Scenario " , we can immediately see <math>O_1X = O_1A</math> and therefore get an equation from the "Power of A Point Theorem: | ||
+ | |||
+ | |||
+ | <math>(O_1A)(O_1D) = r(15+15-r) = 15r + r(15-r)</math> (1). | ||
+ | |||
+ | |||
+ | Similarly, | ||
+ | |||
+ | |||
+ | <math>(O_2B)(O_2C) = (15-r)(15+r) = 15(15-r) + r(15-r)</math> (2). | ||
+ | |||
+ | |||
+ | We can also get two other equations about these 4 segments from Ptolemy's Theorem: | ||
+ | |||
+ | |||
+ | <math>(O_1A)(O_2B) = 30 + r(15-r)</math> (3) | ||
+ | |||
+ | |||
+ | <math>(O_1D)(O_2C) = 240 + r(15-r)</math> (4) | ||
+ | |||
+ | |||
+ | Multiply equations (1) and (2), and equations (3) and (4) respectively, we will get a very simple and nice equation of <math>r</math>: | ||
+ | |||
+ | |||
+ | <math>2(15^2)r(15-r) = 7200 + 270r(15-r)</math>, | ||
+ | |||
+ | |||
+ | then: | ||
+ | |||
+ | |||
+ | <math>r(15-r) = 40</math>. | ||
+ | |||
+ | |||
+ | This result is good enough for us to find the hexagon's area, which: | ||
+ | |||
+ | <math>= \sqrt{14(1)(16-r)(1+r)} + \sqrt{7(8)(23-r)(8+r)}</math> | ||
+ | <math>= \sqrt{14(1)(1+15-r)(1+r)} + \sqrt{7(8)(8+15-r)(8+r)}</math> | ||
+ | <math>= \sqrt{14(1)(1+15+40)} + \sqrt{7(8)(64+8(15)+40)}</math> | ||
+ | <math>= 28 + 112 = \boxed{\textbf{140}}</math>. | ||
+ | |||
+ | eJMaSc | ||
+ | |||
+ | |||
+ | ==Video Solution== | ||
+ | https://youtu.be/TeAWS5H5bcc | ||
+ | |||
+ | ~MathProblemSolvingSkills.com | ||
+ | |||
==See Also== | ==See Also== |
Latest revision as of 23:28, 28 June 2023
Problem
Two externally tangent circles and have centers and , respectively. A third circle passing through and intersects at and and at and , as shown. Suppose that , , , and is a convex hexagon. Find the area of this hexagon.
Solution 1
First observe that and . Let points and be the reflections of and , respectively, about the perpendicular bisector of . Then quadrilaterals and are congruent, so hexagons and have the same area. Furthermore, triangles and are congruent, so and quadrilateral is an isosceles trapezoid. Next, remark that , so quadrilateral is also an isosceles trapezoid; in turn, , and similarly . Thus, Ptolmey's theorem on yields , whence . Let . The Law of Cosines on triangle yields and hence . Thus the distance between bases and is (in fact, is a triangle with a triangle removed), which implies the area of is .
Now let and ; the tangency of circles and implies . Furthermore, angles and are opposite angles in cyclic quadrilateral , which implies the measure of angle is . Therefore, the Law of Cosines applied to triangle yields
Thus , and so the area of triangle is .
Thus, the area of hexagon is .
~djmathman
Solution 2
Denote by the center of . Denote by the radius of .
We have , , , , , are all on circle .
Denote . Denote . Denote .
Because and are on circles and , is a perpendicular bisector of . Hence, .
Because and are on circles and , is a perpendicular bisector of . Hence, .
In ,
Hence,
In ,
Hence,
In ,
Hence,
Taking , we get . Thus, .
Taking these into (1), we get . Hence,
Hence, .
In ,
In , by applying the law of sines, we get
Because circles and are externally tangent, is on circle , is on circle ,
Thus, .
Now, we compute and .
Recall and . Thus, .
We also have
Thus,
Therefore,
~Steven Chen (www.professorchenedu.com)
Solution 3
Let points and be the reflections of and respectively, about the perpendicular bisector of We establish the equality of the arcs and conclude that the corresponding chords are equal Similarly
Ptolemy's theorem on yields The area of the trapezoid is equal to the area of an isosceles triangle with sides and
The height of this triangle is The area of is
Denote hence
Semiperimeter of is
The distance from the vertex to the tangent points of the inscribed circle of the triangle is equal
The radius of the inscribed circle is
The area of triangle is
The hexagon has the same area as hexagon
The area of hexagon is equal to the sum of the area of the trapezoid and the areas of two equal triangles and so the area of the hexagon is
vladimir.shelomovskii@gmail.com, vvsss
Solution 4
Let circle 's radius be , then the radius of circle is . Based on Brahmagupta's Formula,
the hexagon's Area .
Now we only need to find the .
Connect and , and , and let be the point of intersection between and circle , based on the " 2 Non-Congruent Triangles of 'SSA' Scenario " , we can immediately see and therefore get an equation from the "Power of A Point Theorem:
(1).
Similarly,
(2).
We can also get two other equations about these 4 segments from Ptolemy's Theorem:
(3)
(4)
Multiply equations (1) and (2), and equations (3) and (4) respectively, we will get a very simple and nice equation of :
,
then:
.
This result is good enough for us to find the hexagon's area, which:
.
eJMaSc
Video Solution
~MathProblemSolvingSkills.com
See Also
2022 AIME II (Problems • Answer Key • Resources) | ||
Preceded by Problem 14 |
Followed by Last Problem | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.