Difference between revisions of "1995 AIME Problems/Problem 9"

(6 intermediate revisions by 4 users not shown)
Line 14: Line 14:
  
 
== Solution 2 ==
 
== Solution 2 ==
In a similar fashion, we encode the angles as complex numbers, so if <math>BM=x</math>, then <math>\angle BAD=\text{Arg}(11+xi)</math> and <math>\angle BDM=\text{Arg}(1+xi)</math>. So we need only find <math>x</math> such that <math>\text{Arg}((11+xi)^3)=\text{Arg}(1331-33x^2+(363x-x^3)i)=\text{Arg}(1+xi)</math>. This will happen when <math>\frac{363x-x^3}{1331-33x^2}=x</math>,  which simplifies to <math>121x-4x^3=0</math>. Therefore, <math>x=\frac{11}{2}</math>. By the Pythagorean Theorem, <math>AB=\frac{11\sqrt{5}{2}</math>, so the perimeter is <math>11+11\sqrt{5}=11+\sqrt{605}</math>, giving us our answer, <math>\boxed{616}</math>.
+
In a similar fashion, we encode the angles as complex numbers, so if <math>BM=x</math>, then <math>\angle BAD=\text{Arg}(11+xi)</math> and <math>\angle BDM=\text{Arg}(1+xi)</math>. So we need only find <math>x</math> such that <math>\text{Arg}((11+xi)^3)=\text{Arg}(1331-33x^2+(363x-x^3)i)=\text{Arg}(1+xi)</math>. This will happen when <math>\frac{363x-x^3}{1331-33x^2}=x</math>,  which simplifies to <math>121x-4x^3=0</math>. Therefore, <math>x=\frac{11}{2}</math>. By the Pythagorean Theorem, <math>AB=\frac{11\sqrt{5}}{2}</math>, so the perimeter is <math>11+11\sqrt{5}=11+\sqrt{605}</math>, giving us our answer, <math>\boxed{616}</math>.
  
 +
== Solution 3 ==
 +
Let <math>\angle BAD=\alpha</math>, so <math>\angle BDM=3\alpha</math>, <math>\angle BDA=180-3\alpha</math>, and thus <math>\angle ABD=2\alpha.</math> We can then draw the angle bisector of <math>\angle ABD</math>, and let it intersect <math>\overline{AM}</math> at <math>E.</math> Since <math>\angle BAE=\angle ABE</math>, <math>AE=BE.</math> Let <math>AE=x</math>. Then we see by the Pythagorean Theorem, <math>BM=\sqrt{BE^2-ME^2}=\sqrt{x^2-(11-x)^2}=\sqrt{22x-121}</math>, <math>BD=\sqrt{BM^2+1}=\sqrt{22x-120}</math>, <math>BA=\sqrt{BM^2+121}=\sqrt{22x}</math>, and <math>DE=10-x.</math> By the angle bisector theorem, <math>BA/BD=EA/ED.</math> Substituting in what we know for the lengths of those segments, we see that <cmath>\frac{\sqrt{22x}}{\sqrt{22x-120}}=\frac{x}{10-x}.</cmath> multiplying by both denominators and squaring both sides yields <cmath>22x(10-x)^2=x^2(22x-120)</cmath> which simplifies to <math>x=\frac{55}{8}.</math> Substituting this in for x in the equations for <math>BA</math> and <math>BM</math> yields <math>BA=\frac{\sqrt{605}}{2}</math> and <math>BM=\frac{11}{2}.</math> Thus the perimeter is <math>11+\sqrt{605}</math>, and the answer is <math>\boxed{616}</math>.
 +
 +
== Solution 4 ==
 +
The triangle is symmetrical so we can split it in half (<math>\triangle ABM</math> and <math>\triangle ACM</math>).
 +
 +
Let <math>\angle BAM = y</math> and <math>\angle BDM = 3y</math>. By the Law of Sines on triangle <math>BAD</math>, <math>\frac{10}{\sin 2y} = \frac{BD}{\sin y}</math>. Using <math>\sin 2y = 2\sin y\cos y</math> we can get <math>BD = \frac{5}{\cos y}</math>. We can use this information to relate <math>BD</math> to <math>DM</math> by using the Law of Sines on triangle <math>BMD</math>.
 +
 +
<cmath>\frac{\frac{5}{\cos y}}{\sin BMD} = \frac{1}{\sin 90^\circ - 3y}</cmath>
 +
 +
<math>\sin BMD = 1</math> (as <math>\angle BMD</math> is a right angle), so <math>\frac{1}{\sin 90^\circ - 3y} = \frac{5}{\cos y}</math>. Using the identity <math>\sin 90^\circ - x = \cos x</math>, we can turn the equation into::
 +
 +
<cmath>\frac{1}{\cos 3y} = \frac{5}{\cos y}</cmath>
 +
 +
<cmath>5\cos 3y = \cos y</cmath>
 +
 +
<cmath>5(4\cos ^3 y - 3\cos y) = \cos y</cmath>
 +
 +
<cmath>20\cos ^3 y = 16 \cos y</cmath>
 +
 +
<cmath>5\cos ^3 y = 4\cos y</cmath>
 +
 +
<cmath>5\cos ^2 y = 4</cmath>
 +
 +
<cmath>\cos ^2 y = \frac{4}{5}</cmath>
 +
 +
Now that we've found <math>\cos y</math>, we can look at the side lengths of <math>BM</math> and <math>AB</math> (since they are symmetrical, the perimeter of <math>\triangle ABC</math> is <math>2(BM + AB)</math>.
 +
 +
We note that <math>BM = 11\tan y</math> and <math>AB = 11\sec y</math>.
 +
 +
<cmath>\sin ^2 y = 1 - \cos ^2 y</cmath>
 +
 +
<cmath>\sin ^2 y = \frac{1}{5}</cmath>
 +
 +
<cmath>\tan ^2 y = \frac{1}{4}</cmath>
 +
 +
<cmath>\tan y = \frac{1}{2}</cmath>
 +
 +
(Note it is positive since <math>BM > 0</math>).
 +
 +
<cmath>\sec ^2 y = \frac{5}{4}</cmath>
 +
 +
<cmath>\sec y = \frac{\sqrt{5}}{2}</cmath>
 +
 +
<cmath>BM + AB = 11\frac{\sqrt{5}+1}{2}</cmath>
 +
 +
<cmath>2(BM + AB) = 11(\sqrt{5} + 1)</cmath>
 +
 +
<cmath>2(BM + AB) = 11\sqrt{5} + 11</cmath>
 +
 +
<cmath>2(BM + AB) = \sqrt{605} + 11</cmath>
 +
 +
The answer is <math>\boxed{616}</math>.
  
 
== See also ==
 
== See also ==
Line 22: Line 75:
 
[[Category:Intermediate Geometry Problems]]
 
[[Category:Intermediate Geometry Problems]]
 
[[Category:Intermediate Trigonometry Problems]]
 
[[Category:Intermediate Trigonometry Problems]]
 +
{{MAA Notice}}

Revision as of 19:54, 4 December 2021

Problem

Triangle $ABC$ is isosceles, with $AB=AC$ and altitude $AM=11.$ Suppose that there is a point $D$ on $\overline{AM}$ with $AD=10$ and $\angle BDC=3\angle BAC.$ Then the perimeter of $\triangle ABC$ may be written in the form $a+\sqrt{b},$ where $a$ and $b$ are integers. Find $a+b.$

[asy] import graph; size(5cm); real lsf=0.5; pen dps=linewidth(0.7)+fontsize(10); defaultpen(dps); pen ds=black; real xmin=-1.55,xmax=7.95,ymin=-4.41,ymax=5.3;  draw((1,3)--(0,0)); draw((0,0)--(2,0)); draw((2,0)--(1,3)); draw((1,3)--(1,0)); draw((1,0.7)--(0,0)); draw((1,0.7)--(2,0)); label("$11$",(1,1.63),W);  dot((1,3),ds); label("$A$",(1,3),N); dot((0,0),ds); label("$B$",(0,0),SW); dot((2,0),ds); label("$C$",(2,0),SE); dot((1,0),ds); label("$M$",(1,0),S); dot((1,0.7),ds); label("$D$",(1,0.7),NE);  clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle);[/asy]

Solution 1

Let $x=\angle CAM$, so $3x=\angle CDM$. Then, $\frac{\tan 3x}{\tan x}=\frac{CM/1}{CM/11}=11$. Expanding $\tan 3x$ using the angle sum identity gives \[\tan 3x=\tan(2x+x)=\frac{3\tan x-\tan^3x}{1-3\tan^2x}.\] Thus, $\frac{3-\tan^2x}{1-3\tan^2x}=11$. Solving, we get $\tan x= \frac 12$. Hence, $CM=\frac{11}2$ and $AC= \frac{11\sqrt{5}}2$ by the Pythagorean Theorem. The total perimeter is $2(AC + CM) = \sqrt{605}+11$. The answer is thus $a+b=\boxed{616}$.

Solution 2

In a similar fashion, we encode the angles as complex numbers, so if $BM=x$, then $\angle BAD=\text{Arg}(11+xi)$ and $\angle BDM=\text{Arg}(1+xi)$. So we need only find $x$ such that $\text{Arg}((11+xi)^3)=\text{Arg}(1331-33x^2+(363x-x^3)i)=\text{Arg}(1+xi)$. This will happen when $\frac{363x-x^3}{1331-33x^2}=x$, which simplifies to $121x-4x^3=0$. Therefore, $x=\frac{11}{2}$. By the Pythagorean Theorem, $AB=\frac{11\sqrt{5}}{2}$, so the perimeter is $11+11\sqrt{5}=11+\sqrt{605}$, giving us our answer, $\boxed{616}$.

Solution 3

Let $\angle BAD=\alpha$, so $\angle BDM=3\alpha$, $\angle BDA=180-3\alpha$, and thus $\angle ABD=2\alpha.$ We can then draw the angle bisector of $\angle ABD$, and let it intersect $\overline{AM}$ at $E.$ Since $\angle BAE=\angle ABE$, $AE=BE.$ Let $AE=x$. Then we see by the Pythagorean Theorem, $BM=\sqrt{BE^2-ME^2}=\sqrt{x^2-(11-x)^2}=\sqrt{22x-121}$, $BD=\sqrt{BM^2+1}=\sqrt{22x-120}$, $BA=\sqrt{BM^2+121}=\sqrt{22x}$, and $DE=10-x.$ By the angle bisector theorem, $BA/BD=EA/ED.$ Substituting in what we know for the lengths of those segments, we see that \[\frac{\sqrt{22x}}{\sqrt{22x-120}}=\frac{x}{10-x}.\] multiplying by both denominators and squaring both sides yields \[22x(10-x)^2=x^2(22x-120)\] which simplifies to $x=\frac{55}{8}.$ Substituting this in for x in the equations for $BA$ and $BM$ yields $BA=\frac{\sqrt{605}}{2}$ and $BM=\frac{11}{2}.$ Thus the perimeter is $11+\sqrt{605}$, and the answer is $\boxed{616}$.

Solution 4

The triangle is symmetrical so we can split it in half ($\triangle ABM$ and $\triangle ACM$).

Let $\angle BAM = y$ and $\angle BDM = 3y$. By the Law of Sines on triangle $BAD$, $\frac{10}{\sin 2y} = \frac{BD}{\sin y}$. Using $\sin 2y = 2\sin y\cos y$ we can get $BD = \frac{5}{\cos y}$. We can use this information to relate $BD$ to $DM$ by using the Law of Sines on triangle $BMD$.

\[\frac{\frac{5}{\cos y}}{\sin BMD} = \frac{1}{\sin 90^\circ - 3y}\]

$\sin BMD = 1$ (as $\angle BMD$ is a right angle), so $\frac{1}{\sin 90^\circ - 3y} = \frac{5}{\cos y}$. Using the identity $\sin 90^\circ - x = \cos x$, we can turn the equation into::

\[\frac{1}{\cos 3y} = \frac{5}{\cos y}\]

\[5\cos 3y = \cos y\]

\[5(4\cos ^3 y - 3\cos y) = \cos y\]

\[20\cos ^3 y = 16 \cos y\]

\[5\cos ^3 y = 4\cos y\]

\[5\cos ^2 y = 4\]

\[\cos ^2 y = \frac{4}{5}\]

Now that we've found $\cos y$, we can look at the side lengths of $BM$ and $AB$ (since they are symmetrical, the perimeter of $\triangle ABC$ is $2(BM + AB)$.

We note that $BM = 11\tan y$ and $AB = 11\sec y$.

\[\sin ^2 y = 1 - \cos ^2 y\]

\[\sin ^2 y = \frac{1}{5}\]

\[\tan ^2 y = \frac{1}{4}\]

\[\tan y = \frac{1}{2}\]

(Note it is positive since $BM > 0$).

\[\sec ^2 y = \frac{5}{4}\]

\[\sec y = \frac{\sqrt{5}}{2}\]

\[BM + AB = 11\frac{\sqrt{5}+1}{2}\]

\[2(BM + AB) = 11(\sqrt{5} + 1)\]

\[2(BM + AB) = 11\sqrt{5} + 11\]

\[2(BM + AB) = \sqrt{605} + 11\]

The answer is $\boxed{616}$.

See also

1995 AIME (ProblemsAnswer KeyResources)
Preceded by
Problem 8
Followed by
Problem 10
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. AMC logo.png