Difference between revisions of "2016 AIME II Problems/Problem 14"
Expilncalc (talk | contribs) (Added solution.) |
|||
Line 6: | Line 6: | ||
Solution by Shaddoll | Solution by Shaddoll | ||
− | ==Solution 2== | + | ==Short Simple Solution== |
+ | Draw a good diagram. Draw <math>CH</math> as an altitude of the triangle. Scale everything down by a factor of <math>100\sqrt{3}</math>, so that <math>AB=2\sqrt{3}</math>. Finally, call the center of the triangle д. Draw a cross-section of the triangle via line <math>CH</math>, which of course includes <math>P, Q</math>. From there, we can call <math>Oд=h</math>. There are two crucial equations we can thus generate. WLOG set <math>Pд<Qд</math>, then we call <math>Pд=d-h, Qд=x+h</math>. First equation: using the Pythagorean Theorem on <math>\triangle дOB</math>, <math>h^2+2^2=d^2</math>. Next, using the tangent addition formula on angles <math>\angle PHд, \angle дHQ</math> we see that after simplifying <math>-d^2+h^2=-4, 2d=3\sqrt{3}</math> in the numerator, so <math>d=\frac{3\sqrt{3}}{2}</math>. Multiply back the scalar and you get <math>\boxed{450}</math>. Not that hard, was it? (Did you like the Russian symbol д?) | ||
+ | |||
+ | ==Solution 3== | ||
To make numbers more feasible, we'll scale everything down by a factor of <math>100</math> so that <math>\overline{AB}=\overline{BC}=\overline{AC}=6</math>. We should also note that <math>P</math> and <math>Q</math> must lie on the line that is perpendicular to the plane of <math>ABC</math> and also passes through the circumcenter of <math>ABC</math> (due to <math>P</math> and <math>Q</math> being equidistant from <math>A</math>, <math>B</math>, <math>C</math>), let <math>D</math> be the altitude from <math>C</math> to <math>AB</math>. We can draw a vertical cross-section of the figure then: <asy>pair C, D, I, P, Q, O; D=(0,0); C=(5.196152,0); P=(1.732051,7.37228); I=(1.732051,0); Q=(1.732051,-1.62772); O=(1.732051,2.87228); draw(C--Q--D--P--cycle); draw(C--D, dashed); draw(P--Q, dotted); draw(O--C, dotted); label("$C$", C, E); label("$D$", D, W); label("$I$", I, NW); label("$P$", P, N); label("$Q$", Q, S); label("$O$", O, SW); dot(O); dot(I);</asy> We let <math>\angle PDI=\alpha</math> so <math>\angle QDI=\alpha</math>, also note that <math>\overline{PO}=\overline{QO}=\overline{CO}=d</math>. Because <math>I</math> is the centroid of <math>ABC</math>, we know that ratio of <math>\overline{CI}</math> to <math>\overline{DI}</math> is <math>2:1</math>. Since we've scaled the figure down, the length of <math>CD</math> is <math>3\sqrt{3}</math>, from this it's easy to know that <math>\overline{CI}=2\sqrt{3}</math> and <math>\overline{DI}=\sqrt{3}</math>. The following two equations arise: <cmath>\begin{align} \sqrt{3}\tan{\left(\alpha\right)}+\sqrt{3}\tan{\left(120^{\circ}-\alpha\right)}&=2d \\ \sqrt{3}\tan{\left(\alpha\right)} - d &= \sqrt{d^{2}-12} \end{align}</cmath> Using trig identities for the tangent, we find that <cmath>\begin{align*} \sqrt{3}\tan{\left(120^{\circ}-\alpha\right)}&=\sqrt{3}\left(\frac{\tan{\left(120^{\circ}\right)}+\tan{\left(\text{-}\alpha\right)}}{1-\tan{\left(120^{\circ}\right)}\tan{\left(\text{-}\alpha\right)}}\right) \\ &= \sqrt{3}\left(\frac{\text{-}\sqrt{3}+\tan{\left(\text{-}\alpha\right)}}{1+\sqrt{3}\tan{\left(\text{-}\alpha\right)}}\right) \\ &= \sqrt{3}\left(\frac{\text{-}\sqrt{3}-\tan{\left(\alpha\right)}}{1-\sqrt{3}\tan{\left(\alpha\right)}}\right) \\ &= \frac{\sqrt{3}\tan{\left(\alpha\right)}+3}{\sqrt{3}\tan{\left(\alpha\right)}-1}.\end{align*}</cmath> Okay, now we can plug this into <math>\left(1\right)</math> to get: <cmath>\begin{align}\sqrt{3}\tan{\left(\alpha\right)}+\frac{\sqrt{3}\tan{\left(\alpha\right)}+3}{\sqrt{3}\tan{\left(\alpha\right)}-1}&=2d \\ \sqrt{3}\tan{\left(\alpha\right)} - d &= \sqrt{d^{2}-12} \end{align}</cmath> Notice that <math>\alpha</math> only appears in the above system of equations in the form of <math>\sqrt{3}\tan{\left(\alpha\right)}</math>, we can set <math>\sqrt{3}\tan{\left(\alpha\right)}=a</math> for convenience since we really only care about <math>d</math>. Now we have <cmath>\begin{align}a+\frac{a+3}{a-1}&=2d \\ a - d &= \sqrt{d^{2}-12} \end{align}</cmath> Looking at <math>\left(2\right)</math>, it's tempting to square it to get rid of the square-root so now we have: <cmath>\begin{align*}a^{2}-2ad+d^{2}&=d^{2}-12 \\ a - 2ad &= \text{-}12 \end{align*}</cmath> See the sneaky <math>2d</math> in the above equation? That we means we can substitute it for <math>a+\frac{a+3}{a-1}</math>: <cmath>\begin{align*}a^{2}-2ad+d^{2}&=d^{2}-12 \\ a^{2} - a\left(a+\frac{a+3}{a-1}\right) &= \text{-}12 \\ a^{2}-a^{2}-\frac{a^{2}+3a}{a-1} &=\text{-}12 \\ -\frac{a^{2}+3a}{a-1}&=\text{-}12 \\ \text{-}a^{2}-3a&=\text{-}12a+12 \\ 0 &= a^{2}-9a+12 \end{align*}</cmath> Use the quadratic formula, we find that <math>a=\frac{9\pm\sqrt{9^{2}-4\left(1\right)\left(12\right)}}{2\left(1\right)}=\frac{9\pm\sqrt{33}}{2}</math> - the two solutions were expected because <math>a</math> can be <math>\angle PDI</math> or <math>\angle QDI</math>. We can plug this into <math>\left(1\right)</math>: <cmath>\begin{align*}a+\frac{a+3}{a-1}&=2d \\ \frac{9\pm\sqrt{33}}{2}+\frac{\frac{9\pm\sqrt{33}}{2}+3}{\frac{9\pm\sqrt{33}}{2}-1}=2d \\ \frac{9\pm\sqrt{33}}{2}+\frac{15\pm\sqrt{33}}{7\pm\sqrt{33}} &= 2d\end{align*}</cmath> I'll use <math>a=\frac{9+\sqrt{33}}{2}</math> because both values should give the same answer for <math>d</math>. <cmath>\begin{align*} \frac{9+\sqrt{33}}{2}+\frac{15+\sqrt{33}}{7+\sqrt{33}} &= 2d \\ \frac{\left(9+\sqrt{33}\right)\left(7+\sqrt{33}\right)+\left(2\right)\left(15+\sqrt{33}\right)}{\left(2\right)\left(7+\sqrt{33}\right)} &= 2d \\ \frac{63+33+16\sqrt{33}+30+2\sqrt{33}}{14+2\sqrt{33}} &= 2d \\ \frac{126+18\sqrt{33}}{14+2\sqrt{33}} &= 2d \\ 9 &= 2d \\ \frac{9}{2} &= d\end{align*}</cmath> Wait! Before you get excited, remember that we scaled the entire figure by <math>100</math>?? That means that the answer is <math>d=100\times\frac{9}{2}=\boxed{450}</math>. An alternate way of proceeding after finding <math>a</math> (credit to riemanntensor), was to average the two possible values, you can see for yourself why this would work. | To make numbers more feasible, we'll scale everything down by a factor of <math>100</math> so that <math>\overline{AB}=\overline{BC}=\overline{AC}=6</math>. We should also note that <math>P</math> and <math>Q</math> must lie on the line that is perpendicular to the plane of <math>ABC</math> and also passes through the circumcenter of <math>ABC</math> (due to <math>P</math> and <math>Q</math> being equidistant from <math>A</math>, <math>B</math>, <math>C</math>), let <math>D</math> be the altitude from <math>C</math> to <math>AB</math>. We can draw a vertical cross-section of the figure then: <asy>pair C, D, I, P, Q, O; D=(0,0); C=(5.196152,0); P=(1.732051,7.37228); I=(1.732051,0); Q=(1.732051,-1.62772); O=(1.732051,2.87228); draw(C--Q--D--P--cycle); draw(C--D, dashed); draw(P--Q, dotted); draw(O--C, dotted); label("$C$", C, E); label("$D$", D, W); label("$I$", I, NW); label("$P$", P, N); label("$Q$", Q, S); label("$O$", O, SW); dot(O); dot(I);</asy> We let <math>\angle PDI=\alpha</math> so <math>\angle QDI=\alpha</math>, also note that <math>\overline{PO}=\overline{QO}=\overline{CO}=d</math>. Because <math>I</math> is the centroid of <math>ABC</math>, we know that ratio of <math>\overline{CI}</math> to <math>\overline{DI}</math> is <math>2:1</math>. Since we've scaled the figure down, the length of <math>CD</math> is <math>3\sqrt{3}</math>, from this it's easy to know that <math>\overline{CI}=2\sqrt{3}</math> and <math>\overline{DI}=\sqrt{3}</math>. The following two equations arise: <cmath>\begin{align} \sqrt{3}\tan{\left(\alpha\right)}+\sqrt{3}\tan{\left(120^{\circ}-\alpha\right)}&=2d \\ \sqrt{3}\tan{\left(\alpha\right)} - d &= \sqrt{d^{2}-12} \end{align}</cmath> Using trig identities for the tangent, we find that <cmath>\begin{align*} \sqrt{3}\tan{\left(120^{\circ}-\alpha\right)}&=\sqrt{3}\left(\frac{\tan{\left(120^{\circ}\right)}+\tan{\left(\text{-}\alpha\right)}}{1-\tan{\left(120^{\circ}\right)}\tan{\left(\text{-}\alpha\right)}}\right) \\ &= \sqrt{3}\left(\frac{\text{-}\sqrt{3}+\tan{\left(\text{-}\alpha\right)}}{1+\sqrt{3}\tan{\left(\text{-}\alpha\right)}}\right) \\ &= \sqrt{3}\left(\frac{\text{-}\sqrt{3}-\tan{\left(\alpha\right)}}{1-\sqrt{3}\tan{\left(\alpha\right)}}\right) \\ &= \frac{\sqrt{3}\tan{\left(\alpha\right)}+3}{\sqrt{3}\tan{\left(\alpha\right)}-1}.\end{align*}</cmath> Okay, now we can plug this into <math>\left(1\right)</math> to get: <cmath>\begin{align}\sqrt{3}\tan{\left(\alpha\right)}+\frac{\sqrt{3}\tan{\left(\alpha\right)}+3}{\sqrt{3}\tan{\left(\alpha\right)}-1}&=2d \\ \sqrt{3}\tan{\left(\alpha\right)} - d &= \sqrt{d^{2}-12} \end{align}</cmath> Notice that <math>\alpha</math> only appears in the above system of equations in the form of <math>\sqrt{3}\tan{\left(\alpha\right)}</math>, we can set <math>\sqrt{3}\tan{\left(\alpha\right)}=a</math> for convenience since we really only care about <math>d</math>. Now we have <cmath>\begin{align}a+\frac{a+3}{a-1}&=2d \\ a - d &= \sqrt{d^{2}-12} \end{align}</cmath> Looking at <math>\left(2\right)</math>, it's tempting to square it to get rid of the square-root so now we have: <cmath>\begin{align*}a^{2}-2ad+d^{2}&=d^{2}-12 \\ a - 2ad &= \text{-}12 \end{align*}</cmath> See the sneaky <math>2d</math> in the above equation? That we means we can substitute it for <math>a+\frac{a+3}{a-1}</math>: <cmath>\begin{align*}a^{2}-2ad+d^{2}&=d^{2}-12 \\ a^{2} - a\left(a+\frac{a+3}{a-1}\right) &= \text{-}12 \\ a^{2}-a^{2}-\frac{a^{2}+3a}{a-1} &=\text{-}12 \\ -\frac{a^{2}+3a}{a-1}&=\text{-}12 \\ \text{-}a^{2}-3a&=\text{-}12a+12 \\ 0 &= a^{2}-9a+12 \end{align*}</cmath> Use the quadratic formula, we find that <math>a=\frac{9\pm\sqrt{9^{2}-4\left(1\right)\left(12\right)}}{2\left(1\right)}=\frac{9\pm\sqrt{33}}{2}</math> - the two solutions were expected because <math>a</math> can be <math>\angle PDI</math> or <math>\angle QDI</math>. We can plug this into <math>\left(1\right)</math>: <cmath>\begin{align*}a+\frac{a+3}{a-1}&=2d \\ \frac{9\pm\sqrt{33}}{2}+\frac{\frac{9\pm\sqrt{33}}{2}+3}{\frac{9\pm\sqrt{33}}{2}-1}=2d \\ \frac{9\pm\sqrt{33}}{2}+\frac{15\pm\sqrt{33}}{7\pm\sqrt{33}} &= 2d\end{align*}</cmath> I'll use <math>a=\frac{9+\sqrt{33}}{2}</math> because both values should give the same answer for <math>d</math>. <cmath>\begin{align*} \frac{9+\sqrt{33}}{2}+\frac{15+\sqrt{33}}{7+\sqrt{33}} &= 2d \\ \frac{\left(9+\sqrt{33}\right)\left(7+\sqrt{33}\right)+\left(2\right)\left(15+\sqrt{33}\right)}{\left(2\right)\left(7+\sqrt{33}\right)} &= 2d \\ \frac{63+33+16\sqrt{33}+30+2\sqrt{33}}{14+2\sqrt{33}} &= 2d \\ \frac{126+18\sqrt{33}}{14+2\sqrt{33}} &= 2d \\ 9 &= 2d \\ \frac{9}{2} &= d\end{align*}</cmath> Wait! Before you get excited, remember that we scaled the entire figure by <math>100</math>?? That means that the answer is <math>d=100\times\frac{9}{2}=\boxed{450}</math>. An alternate way of proceeding after finding <math>a</math> (credit to riemanntensor), was to average the two possible values, you can see for yourself why this would work. | ||
Revision as of 21:28, 21 February 2018
Equilateral has side length . Points and lie outside the plane of and are on opposite sides of the plane. Furthermore, , and , and the planes of and form a dihedral angle (the angle between the two planes). There is a point whose distance from each of and is . Find .
Solution 1
The inradius of is and the circumradius is . Now, consider the line perpendicular to plane through the circumcenter of . Note that must lie on that line to be equidistant from each of the triangle's vertices. Also, note that since are collinear, and , we must have is the midpoint of . Now, Let be the circumcenter of , and be the foot of the altitude from to . We must have . Setting and , assuming WLOG , we must have . Therefore, we must have . Also, we must have by the Pythagorean theorem, so we have , so substituting into the other equation we have , or . Since we want , the desired answer is .
Solution by Shaddoll
Short Simple Solution
Draw a good diagram. Draw as an altitude of the triangle. Scale everything down by a factor of , so that . Finally, call the center of the triangle д. Draw a cross-section of the triangle via line , which of course includes . From there, we can call $Oд=h$ (Error compiling LaTeX. Unknown error_msg). There are two crucial equations we can thus generate. WLOG set $Pд<Qд$ (Error compiling LaTeX. Unknown error_msg), then we call $Pд=d-h, Qд=x+h$ (Error compiling LaTeX. Unknown error_msg). First equation: using the Pythagorean Theorem on $\triangle дOB$ (Error compiling LaTeX. Unknown error_msg), . Next, using the tangent addition formula on angles $\angle PHд, \angle дHQ$ (Error compiling LaTeX. Unknown error_msg) we see that after simplifying in the numerator, so . Multiply back the scalar and you get . Not that hard, was it? (Did you like the Russian symbol д?)
Solution 3
To make numbers more feasible, we'll scale everything down by a factor of so that . We should also note that and must lie on the line that is perpendicular to the plane of and also passes through the circumcenter of (due to and being equidistant from , , ), let be the altitude from to . We can draw a vertical cross-section of the figure then: We let so , also note that . Because is the centroid of , we know that ratio of to is . Since we've scaled the figure down, the length of is , from this it's easy to know that and . The following two equations arise: Using trig identities for the tangent, we find that Okay, now we can plug this into to get: Notice that only appears in the above system of equations in the form of , we can set for convenience since we really only care about . Now we have Looking at , it's tempting to square it to get rid of the square-root so now we have: See the sneaky in the above equation? That we means we can substitute it for : Use the quadratic formula, we find that - the two solutions were expected because can be or . We can plug this into : I'll use because both values should give the same answer for . Wait! Before you get excited, remember that we scaled the entire figure by ?? That means that the answer is . An alternate way of proceeding after finding (credit to riemanntensor), was to average the two possible values, you can see for yourself why this would work.
-fatant
See also
2016 AIME II (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 |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.