Difference between revisions of "Mock Geometry AIME 2011 Problems/Problem 1"
(Created page with "==Problem== Let <math>ABCD</math> be a unit square, and let <math>AB_1C_1D_1</math> be its image after a <math>30</math> degree rotation about point <math>A.</math> The area of ...") |
|||
Line 4: | Line 4: | ||
==Solution== | ==Solution== | ||
<asy> | <asy> | ||
+ | unitsize(5cm); | ||
draw(unitsquare); | draw(unitsquare); | ||
draw((0,1)--(1/2, (2-sqrt(3))/2)--((1+sqrt(3))/2,(3-sqrt(3))/2)--(sqrt(3)/2,3/2)--cycle); | draw((0,1)--(1/2, (2-sqrt(3))/2)--((1+sqrt(3))/2,(3-sqrt(3))/2)--(sqrt(3)/2,3/2)--cycle); | ||
+ | label("$A$",(0,1),NW); | ||
+ | label("$B$",(1,1),E); | ||
+ | label("$C$",(1,0),SE); | ||
+ | label("$D$",(0,0),SW); | ||
+ | label("$B_1$",(sqrt(3)/2,3/2),N); | ||
+ | label("$C_1$",((1+sqrt(3))/2,(3-sqrt(3))/2),ENE); | ||
+ | label("$D_1$",(1/2,(2-sqrt(3))/2),SSW); | ||
+ | label("$E$",(1,(3-sqrt(3))/3),SE); | ||
+ | draw((0,1)--(1,(3-sqrt(3))/3)); | ||
</asy> | </asy> | ||
+ | |||
+ | Denote the intersection of <math> BC </math> and <math> C_1D_1 </math> as <math> E </math>. Also, denote a polygon enclosed in square brackets as the area as that polygon. (For example, <math> [ABCD] </math> denotes the area of polygon <math> ABCD </math>.) | ||
+ | |||
+ | The area of the union of the two squares is equal to <math> [ABCD]+[AB_1C_1D_1]-[ABED_1] </math>. Note that <math> [ABCD]=[AB_1C_1D_1]=1 </math>, so we wish to find <math> 2-[ABED_1] </math>. | ||
+ | |||
+ | Draw in <math> AE </math>. Notice that <math> \triangle AED_1\cong\triangle AEB </math>, since <math> \angle ABE=\angle AD_1E=90^\circ </math>, <math> AD_1=AB=1 </math>, and <math> AE=AE </math>, so the triangles are congruent by HL. Thus, their areas are equal, and we need to find <math> 2-2[ABE] </math>. | ||
+ | |||
+ | Note that <math> \angle BAB_1=30^\circ </math>, since that's the angle of rotation, so <math> \angle D_1AB=90^\circ-30^\circ=60^\circ </math>. Also, since <math> \angle D_1AE=\angle EAB </math>, we have <math> \angle EAB=\frac{60^\circ}{2}=30^\circ </math>. | ||
+ | |||
+ | Now we have <math> BE=BA\cdot\tan\angle EAB=1\cdot\tan30^\circ=\frac{\sqrt{3}}{3} </math>. Finally, <math> [ABE]=\frac{1}{2}\cdot1\cdot\frac{\sqrt{3}}{3}=\frac{\sqrt{3}}{6} </math>, and our answer is <math> 2-2\left(\frac{\sqrt{3}}{6}\right)=\frac{6-\sqrt{3}}{3} </math>, and <math> a+b+c=\boxed{012} </math>. |
Revision as of 15:28, 30 December 2011
Problem
Let be a unit square, and let be its image after a degree rotation about point The area of the region consisting of all points inside at least one of and can be expressed in the form where are positive integers, and shares no perfect square common factor with . Find
Solution
Denote the intersection of and as . Also, denote a polygon enclosed in square brackets as the area as that polygon. (For example, denotes the area of polygon .)
The area of the union of the two squares is equal to . Note that , so we wish to find .
Draw in . Notice that , since , , and , so the triangles are congruent by HL. Thus, their areas are equal, and we need to find .
Note that , since that's the angle of rotation, so . Also, since , we have .
Now we have . Finally, , and our answer is , and .