2023 AIME I Problems/Problem 12: Difference between revisions
MRENTHUSIASM (talk | contribs) →Solution 1 (Coordinates Bash): Replaced screenshot with Asy. |
MRENTHUSIASM (talk | contribs) |
||
| Line 165: | Line 165: | ||
<cmath> | <cmath> | ||
\begin{align*} | \begin{align*} | ||
(1) BP^2 &= FP^2+15^2-2 | (1) \ BP^2 &= FP^2+15^2-2\cdot FP\cdot15\cdot\cos(\alpha)\\ | ||
(2) BP^2 &= DP^2+7^2+2 | (2) \ BP^2 &= DP^2+7^2+2\cdot DP\cdot7\cdot\cos(\alpha)\\ | ||
(3) CP^2 &= DP^2+48^2-2 | (3) \ CP^2 &= DP^2+48^2-2\cdot DP\cdot48\cdot\cos(\alpha)\\ | ||
(4) CP^2 &= EP^2+30^2+2 | (4) \ CP^2 &= EP^2+30^2+2\cdot EP\cdot30\cdot\cos(\alpha)\\ | ||
(5) AP^2 &= EP^2+25^2-2 | (5) \ AP^2 &= EP^2+25^2-2\cdot EP\cdot25\cdot\cos(\alpha)\\ | ||
(6) AP^2 &= FP^2+40^2+2 | (6) \ AP^2 &= FP^2+40^2+2\cdot FP\cdot40\cdot\cos(\alpha)\\ | ||
\end{align*} | \end{align*} | ||
</cmath> | </cmath> | ||
| Line 177: | Line 177: | ||
Leaving us with (after combining and simplifying) | Leaving us with (after combining and simplifying) | ||
<cmath>\cos{\alpha}=\frac{-11}{2\cdot(DP+EP+FP)}</cmath> | |||
<cmath> | |||
\cos{\alpha}=\frac{-11}{2 | |||
</cmath> | |||
Therefore, we want to solve for <math>DP+EP+FP</math> | Therefore, we want to solve for <math>DP+EP+FP</math> | ||
| Line 196: | Line 191: | ||
<cmath> | <cmath> | ||
\begin{align*} | \begin{align*} | ||
[\triangle{DEF}] &= \frac{1}{2} | [\triangle{DEF}] &= \frac{1}{2}\cdot\sin{120°}\cdot(xy+yz+zx) = 120\sqrt{3} | ||
\\ | \\ | ||
xy+yz+zx &= 2^5 | xy+yz+zx &= 2^5\cdot3\cdot5 | ||
\end{align*} | \end{align*} | ||
</cmath> | </cmath> | ||
| Line 206: | Line 201: | ||
<cmath> | <cmath> | ||
\begin{align*} | \begin{align*} | ||
x^2+y^2+xy=42^2\\ | x^2+y^2+xy&=42^2\\ | ||
y^2+z^2+yz=35^2\\ | y^2+z^2+yz&=35^2\\ | ||
z^2+x^2+zx=13^2\\ | z^2+x^2+zx&=13^2\\ | ||
\end{align*} | \end{align*} | ||
</cmath> | </cmath> | ||
| Line 220: | Line 215: | ||
(x+y+z)^2 &= \frac{x^2+y^2+x+y^2+z^2+yz+z^2+x^2+3(zx+xy+yz+zx)}{2} | (x+y+z)^2 &= \frac{x^2+y^2+x+y^2+z^2+yz+z^2+x^2+3(zx+xy+yz+zx)}{2} | ||
\\ | \\ | ||
(x+y+z)^2 &= \frac{42^2+35^2+13^2+3 | (x+y+z)^2 &= \frac{42^2+35^2+13^2+3\cdot2^5\cdot3\cdot5}{2} | ||
\\ | \\ | ||
(x+y+z)^2 &= 2299 | (x+y+z)^2 &= 2299 | ||
| Line 232: | Line 227: | ||
<cmath> | <cmath> | ||
\begin{align*} | \begin{align*} | ||
\cos{\alpha} = \frac{-1}{2\sqrt{19}}\\ | \cos{\alpha} &= \frac{-1}{2\sqrt{19}}\\ | ||
\sin{\alpha} = \frac{5\sqrt{3}}{2\sqrt{19}} | \sin{\alpha} &= \frac{5\sqrt{3}}{2\sqrt{19}} | ||
\end{align*} | \end{align*} | ||
</cmath> | </cmath> | ||
Giving us | Giving us <cmath>\tan^2{\alpha}=\boxed{075}</cmath> | ||
<cmath> | |||
\tan^2{\alpha}=\boxed{075} | |||
</cmath> | |||
~Danielzh | ~Danielzh | ||
Revision as of 15:24, 28 February 2023
Problem
Let
be an equilateral triangle with side length
Points
and
lie on
and
respectively, with
and
Point
inside
has the property that
Find
Diagram
~MRENTHUSIASM
Solution 1 (Coordinates Bash)
By Miquel's theorem,
(intersection of circles). The law of cosines can be used to compute
,
, and
. Toss the points on the coordinate plane; let
,
, and
, where we will find
with
.
By the extended law of sines, the radius of circle
is
. Its center lies on the line
, and the origin is a point on it, so
.
The radius of circle
is
. The origin is also a point on it, and its center is on the line
, so
.
The equations of the two circles are
These equations simplify to
Subtracting these two equations gives that both their points of intersection,
and
, lie on the line
. Hence,
. To scale, the configuration looks like the figure below:
Solution 2 (Vectors/Complex)
Denote
.
In
, we have
.
Thus,
Taking the real and imaginary parts, we get
In
, analogous to the analysis of
above, we get
Taking
, we get
Taking
, we get
Taking
, we get
Therefore,
Therefore,
.
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
Solution 3 (Synthetic)
Drop the perpendiculars from
to
,
,
, and call them
and
respectively. This gives us three similar right triangles
,
, and
The sum of the perpendiculars to a point
within an equilateral triangle is always constant, so we have that
The sum of the lengths of the alternating segments split by the perpendiculars from a point
within an equilateral triangle is always equal to half the perimeter, so
which means that
Finally,
Thus,
~anon
Solution 4 (LOC)
This solution is inspired by AIME 1999 Problem 14 Solution 2 (a similar question)
Draw line segments from
to points
,
, and
. And label the angle measure of
,
, and
to be
Using Law of Cosines (note that
)
We can perform this operation: (1) - (2) + (3) - (4) + (5) - (6)
Leaving us with (after combining and simplifying)
Therefore, we want to solve for
Notice that
We can use Law of Cosines again to solve for the sides of
, which have side lengths of
,
, and
, and area
.
Label the lengths of
,
, and
to be
,
, and
.
Therefore, using the
area formula,
In addition, we know that
By using Law of Cosines for
,
, and
respectively
Because we want
, which is
, we see that
So plugging the results back into the equation before, we get
Giving us
~Danielzh
Solution 5
By the law of cosines,
Similarly we get
and
.
implies that
,
, and
are three cyclic quadrilaterals. Using the law of sines in each,
So we can set
,
, and
. Let
,
, and
. Applying Ptolemy theorem in the cyclic quadrilaterals,
We can solve out
,
,
. By the law of cosines in
,
. The law of sines yield
.
Lastly,
, then
. The answer is
Animated Video Solution
~Star League (https://starleague.us)
See also
| 2023 AIME I (Problems • Answer Key • Resources) | ||
| Preceded by Problem 11 |
Followed by Problem 13 | |
| 1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
| All AIME Problems and Solutions | ||
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions. Error creating thumbnail: File missing