Difference between revisions of "2021 AIME I Problems/Problem 11"
MRENTHUSIASM (talk | contribs) m (→Diagram) |
MRENTHUSIASM (talk | contribs) (→Solution 1 (Cyclic Quadrilaterals, Similar Triangles, and Trigonometry)) |
||
Line 43: | Line 43: | ||
We obtain the following diagram: | We obtain the following diagram: | ||
− | [[ | + | <asy> |
+ | /* Made by MRENTHUSIASM */ | ||
+ | size(300); | ||
+ | |||
+ | pair A, B, C, D, A1, B1, C1, D1, P, M1, M2; | ||
+ | A = origin; | ||
+ | C = (sqrt(53041)/31,0); | ||
+ | B = intersectionpoints(Circle(A,4),Circle(C,5))[0]; | ||
+ | D = intersectionpoints(Circle(A,7),Circle(C,6))[1]; | ||
+ | A1 = foot(A,B,D); | ||
+ | C1 = foot(C,B,D); | ||
+ | B1 = foot(B,A,C); | ||
+ | D1 = foot(D,A,C); | ||
+ | P = intersectionpoint(A--C,B--D); | ||
+ | M1 = midpoint(A--B); | ||
+ | M2 = midpoint(C--D); | ||
+ | markscalefactor=0.025; | ||
+ | draw(rightanglemark(A,A1,B),red); | ||
+ | draw(rightanglemark(B,B1,A),red); | ||
+ | draw(rightanglemark(C,C1,D),red); | ||
+ | draw(rightanglemark(D,D1,C),red); | ||
+ | draw(Arc(M1,A,B)^^Arc(M2,C,D),blue); | ||
+ | draw(A1--B1--C1--D1--cycle,green); | ||
+ | dot("$A$",A,1.5*W,linewidth(4)); | ||
+ | dot("$B$",B,1.5*dir(180-aCos(11/59)),linewidth(4)); | ||
+ | dot("$C$",C,1.5*E,linewidth(4)); | ||
+ | dot("$D$",D,1.5*dir(-aCos(11/59)),linewidth(4)); | ||
+ | dot("$A_1$",A1,1.5*dir(A1-A),linewidth(4)); | ||
+ | dot("$B_1$",B1,1.5*S,linewidth(4)); | ||
+ | dot("$C_1$",C1,1.5*dir(C1-C),linewidth(4)); | ||
+ | dot("$D_1$",D1,1.5*N,linewidth(4)); | ||
+ | dot("$E$",P,dir((180-aCos(11/59))/2),linewidth(4)); | ||
+ | label("$\theta$",P,dir(180-aCos(11/59)/2),red); | ||
+ | draw(A--B--C--D--cycle^^A--C^^B--D^^circumcircle(A,B,C)); | ||
+ | draw(A--A1^^B--B1^^C--C1^^D--D1,dashed); | ||
+ | </asy> | ||
In every cyclic quadrilateral, each pair of opposite angles is supplementary. So, we have <math>\angle EA_1B_1=\angle EAB</math> (both supplementary to <math>\angle B_1A_1B</math>) and <math>\angle EB_1A_1=\angle EBA</math> (both supplementary to <math>\angle A_1B_1A</math>), from which <math>\triangle A_1B_1E \sim \triangle ABE</math> by AA, with the ratio of similitude <cmath>\frac{A_1B_1}{AB}=\underbrace{\frac{A_1E}{AE}}_{\substack{\text{right} \\ \triangle A_1AE}}=\underbrace{\frac{B_1E}{BE}}_{\substack{\text{right} \\ \triangle B_1BE}}=\cos\theta. \hspace{15mm}(1)</cmath> | In every cyclic quadrilateral, each pair of opposite angles is supplementary. So, we have <math>\angle EA_1B_1=\angle EAB</math> (both supplementary to <math>\angle B_1A_1B</math>) and <math>\angle EB_1A_1=\angle EBA</math> (both supplementary to <math>\angle A_1B_1A</math>), from which <math>\triangle A_1B_1E \sim \triangle ABE</math> by AA, with the ratio of similitude <cmath>\frac{A_1B_1}{AB}=\underbrace{\frac{A_1E}{AE}}_{\substack{\text{right} \\ \triangle A_1AE}}=\underbrace{\frac{B_1E}{BE}}_{\substack{\text{right} \\ \triangle B_1BE}}=\cos\theta. \hspace{15mm}(1)</cmath> | ||
Similarly, we have <math>\angle EC_1D_1=\angle ECD</math> (both supplementary to <math>\angle D_1C_1D</math>) and <math>\angle ED_1C_1=\angle EDC</math> (both supplementary to <math>\angle C_1D_1C</math>), from which <math>\triangle C_1D_1E \sim \triangle CDE</math> by AA, with the ratio of similitude <cmath>\frac{C_1D_1}{CD}=\underbrace{\frac{C_1E}{CE}}_{\substack{\text{right} \\ \triangle C_1CE}}=\underbrace{\frac{D_1E}{DE}}_{\substack{\text{right} \\ \triangle D_1DE}}=\cos\theta. \hspace{14.75mm}(2)</cmath> | Similarly, we have <math>\angle EC_1D_1=\angle ECD</math> (both supplementary to <math>\angle D_1C_1D</math>) and <math>\angle ED_1C_1=\angle EDC</math> (both supplementary to <math>\angle C_1D_1C</math>), from which <math>\triangle C_1D_1E \sim \triangle CDE</math> by AA, with the ratio of similitude <cmath>\frac{C_1D_1}{CD}=\underbrace{\frac{C_1E}{CE}}_{\substack{\text{right} \\ \triangle C_1CE}}=\underbrace{\frac{D_1E}{DE}}_{\substack{\text{right} \\ \triangle D_1DE}}=\cos\theta. \hspace{14.75mm}(2)</cmath> |
Revision as of 10:47, 2 October 2021
Contents
Problem
Let be a cyclic quadrilateral with and Let and be the feet of the perpendiculars from and respectively, to line and let and be the feet of the perpendiculars from and respectively, to line The perimeter of is where and are relatively prime positive integers. Find
Diagram
~MRENTHUSIASM (by Geometry Expressions)
Solution 1 (Cyclic Quadrilaterals, Similar Triangles, and Trigonometry)
This solution refers to the Diagram section.
By the Converse of the Inscribed Angle Theorem, if distinct points and lie on the same side of (but not on itself) for which then and are cyclic. From the Converse of the Inscribed Angle Theorem, quadrilaterals and are all cyclic.
Suppose and intersect at and let It follows that and
We obtain the following diagram: In every cyclic quadrilateral, each pair of opposite angles is supplementary. So, we have (both supplementary to ) and (both supplementary to ), from which by AA, with the ratio of similitude Similarly, we have (both supplementary to ) and (both supplementary to ), from which by AA, with the ratio of similitude We apply the Transitive Property to and
- We get so by SAS, with the ratio of similitude
- We get so by SAS, with the ratio of similitude
From and the perimeter of is Two solutions follow from here:
Solution 1.1 (Law of Cosines)
Note that holds for all We apply the Law of Cosines to and respectively: We subtract from Finally, substituting this result into gives from which the answer is
~MRENTHUSIASM (inspired by Math Jams's 2021 AIME I Discussion)
Solution 1.2 (Area Formulas)
Let the brackets denote areas. We find in two different ways:
- Note that holds for all By area addition, we get
- By Brahmagupta's Formula, we get where is the semiperimeter of
Equating the expressions for we have so Since we have It follows that Finally, substituting this result into gives from which the answer is
~MRENTHUSIASM (credit given to Leonard my dude)
Remark (Ptolemy's Theorem)
In we have ~MRENTHUSIASM
Solution 2 (Finding cos x)
The angle between diagonals satisfies (see https://en.wikipedia.org/wiki/Cyclic_quadrilateral#Angle_formulas). Thus, That is, or . Thus, or . So, In this context, . Thus, . The perimeter of is and the answer is .
~y.grace.yu
Solution 3 (Pythagorean Theorem)
We assume that the two quadrilateral mentioned in the problem are similar (due to both of them being cyclic). Note that by Ptolemy’s, one of the diagonals has length [I don't believe this is correct... are the two diagonals of necessarily congruent? -peace09] WLOG we focus on diagonal To find the diagonal of the inner quadrilateral, we drop the altitude from and and calculate the length of Let be (Thus By Pythagorean theorem, we have Now let be (thus making ). Similarly, we have We see that , the scaled down diagonal is just which is times our original diagonal implying a scale factor of Thus, due to perimeters scaling linearly, the perimeter of the new quadrilateral is simply making our answer
~fidgetboss_4000
See Also
2021 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 10 |
Followed by Problem 12 | |
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.