Difference between revisions of "2006 AIME II Problems/Problem 6"
| Line 1: | Line 1: | ||
| − | == | + | == Solution 1 == |
| − | + | <asy> | |
| + | unitsize(32mm); | ||
| + | defaultpen(linewidth(.8pt)+fontsize(10pt)); | ||
| + | dotfactor=3; | ||
| + | |||
| + | pair B = (0, 0), C = (1, 0), D = (1, 1), A = (0, 1); | ||
| + | pair Ep = (2 - sqrt(3), 0), F = (1, sqrt(3) - 1); | ||
| + | pair Ap = (0, (3 - sqrt(3))/6); | ||
| + | pair Cp = ((3 - sqrt(3))/6, 0); | ||
| + | pair Dp = ((3 - sqrt(3))/6, (3 - sqrt(3))/6); | ||
| + | pair[] dots = {A, B, C, D, Ep, F, Ap, Cp, Dp}; | ||
| + | |||
| + | draw(A--B--C--D--cycle); | ||
| + | draw(A--F--Ep--cycle); | ||
| + | draw(Ap--B--Cp--Dp--cycle); | ||
| + | dot(dots); | ||
| − | + | label("$A$", A, NW); | |
| − | + | label("$B$", B, SW); | |
| + | label("$C$", C, SE); | ||
| + | label("$D$", D, NE); | ||
| + | label("$E$", Ep, SE); | ||
| + | label("$F$", F, E); | ||
| + | label("$A'$", Ap, W); | ||
| + | label("$C'$", Cp, SW); | ||
| + | label("$D'$", Dp, E); | ||
| + | label("$s$", Ap--B, W); | ||
| + | label("$1$", A--D, N); | ||
| + | </asy> | ||
Call the vertices of the new square A', B', C', and D', in relation to the vertices of <math>ABCD</math>, and define <math>s</math> to be one of the sides of that square. Since the sides are [[parallel]], by [[corresponding angles]] and AA~ we know that triangles <math>AA'D'</math> and <math>D'C'E</math> are similar. Thus, the sides are proportional: <math>\frac{AA'}{A'D'} = \frac{D'C'}{C'E} \Longrightarrow \frac{1 - s}{s} = \frac{s}{1 - s - CE}</math>. Simplifying, we get that <math>s^2 = (1 - s)(1 - s - CE)</math>. | Call the vertices of the new square A', B', C', and D', in relation to the vertices of <math>ABCD</math>, and define <math>s</math> to be one of the sides of that square. Since the sides are [[parallel]], by [[corresponding angles]] and AA~ we know that triangles <math>AA'D'</math> and <math>D'C'E</math> are similar. Thus, the sides are proportional: <math>\frac{AA'}{A'D'} = \frac{D'C'}{C'E} \Longrightarrow \frac{1 - s}{s} = \frac{s}{1 - s - CE}</math>. Simplifying, we get that <math>s^2 = (1 - s)(1 - s - CE)</math>. | ||
| Line 11: | Line 36: | ||
Here's an alternative geometric way to calculate <math>AE</math> (as opposed to [[trigonometry|trigonometric]]): The diagonal <math>\overline{AC}</math> is made of the [[altitude]] of the equilateral triangle and the altitude of the <math>45-45-90 \triangle</math>. The former is <math>\frac{AE\sqrt{3}}{2}</math>, and the latter is <math>\frac{AE}{2}</math>; thus <math>\frac{AE\sqrt{3} + AE}{2} = AC = \sqrt{2} \Longrightarrow AE= \sqrt{6}-\sqrt{2}</math>. The solution continues as above. | Here's an alternative geometric way to calculate <math>AE</math> (as opposed to [[trigonometry|trigonometric]]): The diagonal <math>\overline{AC}</math> is made of the [[altitude]] of the equilateral triangle and the altitude of the <math>45-45-90 \triangle</math>. The former is <math>\frac{AE\sqrt{3}}{2}</math>, and the latter is <math>\frac{AE}{2}</math>; thus <math>\frac{AE\sqrt{3} + AE}{2} = AC = \sqrt{2} \Longrightarrow AE= \sqrt{6}-\sqrt{2}</math>. The solution continues as above. | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 17:11, 9 December 2013
Solution 1
Call the vertices of the new square A', B', C', and D', in relation to the vertices of
, and define
to be one of the sides of that square. Since the sides are parallel, by corresponding angles and AA~ we know that triangles
and
are similar. Thus, the sides are proportional:
. Simplifying, we get that
.
is
degrees, so
. Thus,
, so
. Since
is equilateral,
.
is a
, so
. Substituting back into the equation from the beginning, we get
, so
. Therefore,
, and
.
Here's an alternative geometric way to calculate
(as opposed to trigonometric): The diagonal
is made of the altitude of the equilateral triangle and the altitude of the
. The former is
, and the latter is
; thus
. The solution continues as above.