返回题库

AIME 2013 II · 第 5 题

AIME 2013 II — Problem 5

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

In equilateral ABC\triangle ABC let points DD and EE trisect BC\overline{BC}. Then sin(DAE)\sin(\angle DAE) can be expressed in the form abc\frac{a\sqrt{b}}{c}, where aa and cc are relatively prime positive integers, and bb is an integer that is not divisible by the square of any prime. Find a+b+ca+b+c.

解析

Solution 1

AIME diagram

Without loss of generality, assume the triangle sides have length 3. Then the trisected side is partitioned into segments of length 1, making your computation easier.

Let MM be the midpoint of DE\overline{DE}. Then ΔMCA\Delta MCA is a 30-60-90 triangle with MC=32MC = \dfrac{3}{2}, AC=3AC = 3 and AM=332AM = \dfrac{3\sqrt{3}}{2}. Since the triangle ΔAME\Delta AME is right, then we can find the length of AE\overline{AE} by pythagorean theorem, AE=7AE = \sqrt{7}. Therefore, since ΔAME\Delta AME is a right triangle, we can easily find sin(EAM)=127\sin(\angle EAM) = \dfrac{1}{2\sqrt{7}} and cos(EAM)=1sin(EAM)2=3327\cos(\angle EAM) = \sqrt{1-\sin(\angle EAM)^2}=\dfrac{3\sqrt{3}}{2\sqrt{7}}. So we can use the double angle formula for sine, sin(EAD)=2sin(EAM)cos(EAM)=3314\sin(\angle EAD) = 2\sin(\angle EAM)\cos(\angle EAM) = \dfrac{3\sqrt{3}}{14}. Therefore, a+b+c=020a + b + c = \boxed{020}.

Solution 2

We find that, as before, AE=7AE = \sqrt{7}, and also the area of ΔDAE\Delta DAE is 13\dfrac{1}{3} the area of ΔABC\Delta ABC. Thus, using the area formula, 127sin(EAD)=334\dfrac{1}{2} \cdot 7 \cdot \sin(\angle EAD) = \dfrac{3\sqrt{3}}{4}, and sin(EAD)=3314\sin(\angle EAD) = \dfrac{3\sqrt{3}}{14}. Therefore, a+b+c=020.a + b + c = \boxed{020}.

Solution 3

Let A be the origin of the complex plane, B be 1+i31+i\sqrt{3}, and C be 22. Also, WLOG, let D have a greater imaginary part than E. Then, D is 43+2i33\frac{4}{3}+\frac{2i\sqrt{3}}{3} and E is 53+i33\frac{5}{3}+\frac{i\sqrt{3}}{3}. Then, sin(DAE)=Im(43+2i3353+i33)=Im(26+6i328)=3314\sin(\angle DAE) = Im\left(\dfrac{\frac{4}{3}+\frac{2i\sqrt{3}}{3}}{ \frac{5}{3}+\frac{i\sqrt{3}}{3}}\right) = Im\left(\frac{26+6i\sqrt{3}}{28}\right) = \frac{3\sqrt{3}}{14}. Therefore, a+b+c=020a + b + c = \boxed{020}

Solution 4

Without loss of generality, say that the side length of triangle ABC is 3. EC is 1 and by the law of cosines, AE2=1+322(1)(3)cos(DAE)AE^2=1+3^2-2(1)(3)\cos(\angle DAE) or AE=7AE=\sqrt7 The same goes for AD. DE equals 1 because AD and AE trisect BC. By the law of cosines, cos(DAE)=(177)/2(7)(7)=13/14\cos(\angle DAE)=(1-7-7)/-2(\sqrt7)(\sqrt7)=13/14 Since sin2(DAE)=1cos2(DAE)\sin^2(\angle DAE)=1-cos^2(\angle DAE) Then sin2(DAE)=1169196=27196\sin^2(\angle DAE)= 1-\frac{169}{196}=\frac{27}{196} So sin(DAE)=3314\sin(\angle DAE)=\frac{3\sqrt{3}}{14}. Therefore, a+b+c=020a + b + c = \boxed{020}

Solution 5 (Vectors)

Setting up a convinient coordinate system, we let AA be at point (0,0)(0, 0), BB be at point (3,33)(3, 3\sqrt3), and CC be at point (6,0)(6, 0). Then DD and EE will be at points (4,23)(4, 2\sqrt3) and (5,3)(5, \sqrt3). Then cos(DAE)=ADAEADAE=45+23328=1314\cos(\angle DAE) = \frac{\vec{AD}\cdot\vec{AE}}{\|\vec{AD}\| \|\vec{AE}\|} = \frac{4\cdot5 + 2\sqrt{3}\cdot\sqrt{3}}{28}=\frac{13}{14}. From here, we see that sin(DAE)=1cos2(DAE)=3314020\sin(\angle DAE) = \sqrt{1-\cos^2(\angle DAE)} = \frac{3\sqrt3}{14}\Longrightarrow\boxed{020}

Solution 6

We first drop the altitude from AA to BCBC, and that evaluates to a length of 55. Now, we can find ADAD by Pythag. We have AD=7AD = \sqrt{7}. Now, we can set DAE\angle{DAE} to be θ\theta, and now we we can solve for sinθ\sin{\theta}. We will take advantage of the different ways to find the area of a triangle. We have the area of the triangle is 123322=334\dfrac{\dfrac{1}{2} \cdot \dfrac{3\sqrt3}{2}}{2} = \dfrac{3\sqrt3}{4}. We can also express it as 127sinθ\dfrac{1}{2} \cdot 7 \cdot \sin{\theta}, and solving for sinθ\sin{\theta}, we get

3314020\dfrac{3\sqrt3}{14} \Longrightarrow \boxed{020} ~jb2015007