Difference between revisions of "2011 AIME I Problems/Problem 14"
(LaTeX stuff) |
|||
Line 3: | Line 3: | ||
== Solution == | == Solution == | ||
+ | <asy> | ||
+ | size(200); | ||
+ | defaultpen(linewidth(0.8)); | ||
+ | real dif = 45; | ||
+ | pair A1=dir(22.5 + 3*dif)*15,A2=dir(22.5 + 2*dif)*15,A3=dir(22.5 + dif)*15,A4=dir(22.5)*15,A5=dir(22.5 + 7*dif)*15,A6=dir(22.5 + 6*dif)*15,A7=dir(22.5 + 5*dif)*15,A8=dir(22.5 + 4*dif)*15; | ||
+ | pair M1=(A1+A2)/2,M3=(A3+A4)/2,M5=(A5+A6)/2,M7=(A7+A8)/2; | ||
+ | pair B1=extension(M1,(A4.x-1,A4.y-1),M3,(A6.x-1,A6.y+1)),B3=extension(M3,(A6.x-1,A6.y+1),M5,(A8.x+1,A8.y+1)),B5=extension(M5,(A8.x+1,A8.y+1),M7,(A2.x+1,A2.y-1)),B7=extension(M7,(A2.x+1,A2.y-1),M1,(A4.x-1,A4.y-1)); | ||
+ | draw(M1--B1^^M3--B3^^M5--B5^^M7--B7); | ||
+ | draw(A1--A2--A3--A4--A5--A6--A7--A8--cycle); | ||
+ | </asy> | ||
===Solution 1=== | ===Solution 1=== | ||
Let <math>\theta=\angle M_1 M_3 B_1</math>. Thus we have that <math>\cos 2 \angle A_3 M_3 B_1=\cos(2\theta + \frac{\pi}{2})=-\sin2\theta</math>. | Let <math>\theta=\angle M_1 M_3 B_1</math>. Thus we have that <math>\cos 2 \angle A_3 M_3 B_1=\cos(2\theta + \frac{\pi}{2})=-\sin2\theta</math>. |
Revision as of 20:08, 14 March 2012
Contents
[hide]Problem
Let be a regular octagon. Let
,
,
, and
be the midpoints of sides
,
,
, and
, respectively. For
, ray
is constructed from
towards the interior of the octagon such that
,
,
, and
. Pairs of rays
and
,
and
,
and
, and
and
meet at
,
,
,
respectively. If
, then
can be written in the form
, where
and
are positive integers. Find
.
Solution
Solution 1
Let . Thus we have that
.
Since is a regular octagon and
, let
.
Extend and
until they intersect. Denote their intersection as
. Through similar triangles & the
triangles formed, we find that
.
We also have that through ASA congruence (
,
,
). Therefore, we may let
.
Thus, we have that and that
. Therefore
.
Squaring gives that and consequently that
through the identities
and
.
Thus we have that . Therefore
.
Solution 2
Let . Then
and
are the projections of
and
onto the line
, so
, where
. Then since
,
, and
.
See also
2011 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 13 |
Followed by Problem 15 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |