Difference between revisions of "2025 AIME I Problems/Problem 9"
m (→Solution 2) |
m (→Solution 2) |
||
Line 74: | Line 74: | ||
Due to symmetry, the answer of the intersection point in the fourth quadrant turned out to be the same. However, this is just coincidence; the solution should be edited to display the proper algebraic steps with the correct rotation matrix. | Due to symmetry, the answer of the intersection point in the fourth quadrant turned out to be the same. However, this is just coincidence; the solution should be edited to display the proper algebraic steps with the correct rotation matrix. | ||
+ | |||
+ | The new matrix causes some signs to be flipped, so the latter method of plugging in <math>p</math> and <math>p^2-4</math> does not work. | ||
==See also== | ==See also== |
Revision as of 17:01, 16 April 2025
Contents
Problem
The parabola with equation is rotated
counterclockwise around the origin. The unique point in the fourth quadrant where the original parabola and its image intersect has
-coordinate
, where
,
, and
are positive integers, and
and
are relatively prime. Find
.
Graph
https://www.desmos.com/calculator/ci3vodl4vs
Solution 1
To begin with notice, a rotation counterclockwise about the origin on the
axis is the same as a reflection over the line
Since the parabola
is symmetric about the
axis as well, we can simply reflect it over the line. In addition any point of intersection between the line and parabola will also be on the rotated parabola. So we solve for the intersection,
Since we want the point in the fourth quadrant we only care about the negative case giving us,
Solution 2
To rotate the curve counterclockwise by an angle of
about the origin, we will use the rotation matrix as follows:
\begin{gather} \begin{bmatrix} x' \\ y' \end{bmatrix} = \begin{bmatrix} \cos{\theta} & \sin{\theta} \\ -\sin{\theta} & \cos{\theta} \end{bmatrix} \begin{bmatrix} x \\ y \end{bmatrix} \end{gather}
Carrying in , the rotation matrix becomes
\begin{gather} \begin{bmatrix} x' \\ y' \end{bmatrix} = \begin{bmatrix} \frac{1}{2} & \frac{\sqrt{3}}{2} \\ -\frac{\sqrt{3}}{2} & \frac{1}{2} \end{bmatrix} \begin{bmatrix} x \\ y \end{bmatrix} \end{gather}
which leads to the following equations:
Substituting with
yields
We wish to find the coordinates of the intersection point. Let the point of intersection be , then
Solving this quadratic equation yields
Since the problem asks for the intersection point in the fourth quadrant, . Therefore, the point of intersection has
-coordinate
, with final answer
NOTE: The rotation matrix used here is actually incorrect (it is for clockwise rotation), it should be:
\begin{gather} \begin{bmatrix} x' \\ y' \end{bmatrix} = \begin{bmatrix} \cos{\theta} & -\sin{\theta} \\ \sin{\theta} & \cos{\theta} \end{bmatrix} \begin{bmatrix} x \\ y \end{bmatrix} \end{gather}
Due to symmetry, the answer of the intersection point in the fourth quadrant turned out to be the same. However, this is just coincidence; the solution should be edited to display the proper algebraic steps with the correct rotation matrix.
The new matrix causes some signs to be flipped, so the latter method of plugging in and
does not work.
See also
2025 AIME I (Problems • Answer Key • Resources) | ||
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 |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.