Difference between revisions of "2018 AMC 12A Problems/Problem 23"
(→Solution 8 (Vectors)) |
(→Solution 9) |
||
Line 214: | Line 214: | ||
Now we can use sum-to-product identities to simplify this. Note that <math>\sin(a) + \sin(b) = 2\sin(\frac{a + b}{2})\cos(\frac{a - b}{2})</math> and <math>\cos(a) - \cos(b) = -2\sin(\frac{a + b}{2})\sin(\frac{a - b}{2})</math> | Now we can use sum-to-product identities to simplify this. Note that <math>\sin(a) + \sin(b) = 2\sin(\frac{a + b}{2})\cos(\frac{a - b}{2})</math> and <math>\cos(a) - \cos(b) = -2\sin(\frac{a + b}{2})\sin(\frac{a - b}{2})</math> | ||
− | Note that we can simplify using this to get <math>\tan(\theta) = |-\cot(\frac{36 - 56}{2})| = |-\cot( | + | Note that we can simplify using this to get <math>\tan(\theta) = |-\cot(\frac{36 - 56}{2})| = |-\cot(-10)| = \cot(10) = \tan(80)</math> hence our answer is <math>\boxed{\textbf{(E)}}</math> |
~ilikemath247365 | ~ilikemath247365 |
Latest revision as of 23:40, 27 September 2025
Contents
- 1 Problem
- 2 Diagram
- 3 Solution 1 (Trigonometry)
- 4 Solution 2 (Rotation, Isosceles Triangle, Parallel Lines)
- 5 Solution 3 (Extending PN)
- 6 Solution 4 (Parallel Lines)
- 7 Solution 5 (Angle Bisectors)
- 8 Solution 6 (Overkill: Miquel Points)
- 9 Solution 7 (Olympiad Nuke)
- 10 Solution 8 (Vectors)
- 11 Solution 9
- 12 Video Solution by Richard Rusczyk
- 13 See Also
Problem
In
and
Points
and
lie on sides
and
respectively, so that
Let
and
be the midpoints of segments
and
respectively. What is the degree measure of the acute angle formed by lines
and
Diagram
~MRENTHUSIASM
Solution 1 (Trigonometry)
Let be the origin, and
lie on the
-axis.
We can find and
Then, we have and
is the midpoint of
and
, or
Notice that the tangent of our desired points is the the absolute difference between the -coordinates of the two points divided by the absolute difference between the
-coordinates of the two points.
This evaluates to
Now, using sum to product identities, we have this equal to
so the answer is
~lifeisgood03
Note: Though this solution is excellent, setting makes life a tad bit easier
~MathleteMA
Solution 2 (Rotation, Isosceles Triangle, Parallel Lines)
We will refer to the Diagram section. In this solution, all angle measures are in degrees.
We rotate by
about
to obtain
Let
be the intersection of
and
as shown below.
Note that
is an isosceles triangle with
so
In
it follows that
Since we conclude that
by SAS, from which
and
By the Converse of the Corresponding Angles Postulate, we deduce that
Finally, we have by the Corresponding Angles Postulate.
~MRENTHUSIASM
Solution 3 (Extending PN)
Link , extend
to
so that
. Then link
and
.
are the midpoints of
and
respectively
is the midsegment of
Notice that
As a result, ,
,
Also,
As a result,
Therefore,
Since we are asked for the acute angle between the two lines, the answer to this problem is .
~Solution by (Frank FYC)
Solution 4 (Parallel Lines)
Let the mid-point of be
and the mid-point of
be
.
Since
and
, we can conclude that
.
Similarly, we can conclude that
. Construct
and intersects
at
, which gives
.
Since
,
, we can find the value of
, which is equal to
. Since
, which means
, we can infer that
.
As we are required to give the acute angle formed, the final answer would be
, which is
.
~Surefire2019
Solution 5 (Angle Bisectors)
Let the bisector of intersect
at
We have
so
We claim that
is parallel to this angle bisector, meaning that the acute angle formed by
and
is
meaning that the answer is
.
To prove this, let be the midpoint of
where
and
are the points on
and
respectively, such that
(The points given in this problem correspond to
but the idea we're getting at is that
will ultimately not matter.) Since
and
vary linearly with
the locus of all points
must be a line. Notice that
so
lies on this line. Let
be the intersection of this line with
(we know that this line will intersect
and not
because
). Notice that
Let Then
and
Thus,
By the Angle Bisector Theorem,
so
Since
is the midpoint of
we also have
Notice that:
Since the line containing all points
must be parallel to
This concludes the proof.
The critical insight to finding this solution is that the length probably shouldn't matter because a length ratio of
or
(as in the problem) is exceedingly unlikely to generate nice angles. This realization then motivates the idea of looking at all points similar to
which then leads to looking at the most convenient such point (in this case, the one that lies on
).
~sujaykazi
Shoutout to Richard Yi and Mark Kong for working with me to discover the necessary insights to this problem!
Solution 6 (Overkill: Miquel Points)
Note that , the midpoint of major arc
on
is the Miquel Point of
(Because
). Then, since
, this spiral similarity carries
to
. Thus, we have
, so
.
But, we have ; thus
.
Then, as is the midpoint of the major arc, it lies on the perpendicular bisector of
, so
. Since we want the acute angle, we have
, so the answer is
.
~stronto
Sidenote
For another way to find , note that
giving
as desired.
Solution 7 (Olympiad Nuke)
By https://artofproblemsolving.com/community/c6h489748p2745891, we get that is parallel to the angle bisector of
Thus,
Solution 8 (Vectors)
The argument of the average of any two unit vectors is average of the arguments of the two vectors. Thereby, the acute angle formed is
~Professor-Mom (all credit for this amazing solution goes to V_Enhance)
Solution 9
Let be at point
,
be at point
, and
is at point
. Let
be at point
and
be at point
. We will use:
where
is the angle between two lines and
are the slopes of the lines. Then we compute the slope of
which is simply
because there is no change in
. The slope of
is
and the slope of
is
. We can plug in to get:
because thankfully the
slope for
cancels a lot out. Clearly
is positive so
Similarly, because
in the coordinate plane. Let
. We have:
and
and
simply from substituting .
Note that is the midpoint of
so its coordinates are just:
is at point
We need to find the acute angle between and
so again the
slope cancels out a lot and we are left with:
All of these variables can be trivially solved from our equations above and we can substitute to get:
Now we can use sum-to-product identities to simplify this. Note that and
Note that we can simplify using this to get hence our answer is
~ilikemath247365
Video Solution by Richard Rusczyk
https://artofproblemsolving.com/videos/amc/2018amc12a/473
~ dolphin7
See Also
2018 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 22 |
Followed by Problem 24 |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | |
All AMC 12 Problems and Solutions |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.