Difference between revisions of "2025 AIME I Problems/Problem 9"
(Created blank page) |
Jonathan.li (talk | contribs) (→Problem) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | ==Problem== | ||
+ | The parabola with equation <math>y = x^2 - 4</math> is rotated <math>60^\circ</math> counterclockwise around the origin. The unique point in the fourth quadrant where the original parabola and its image intersect has <math>y</math>-coordinate <math>\frac{a - \sqrt{b}}{c}</math>, where <math>a</math>, <math>b</math>, and <math>c</math> are positive integers, and <math>a</math> and <math>c</math> are relatively prime. Find <math>a + b + c</math>. | ||
+ | ==Graph== | ||
+ | https://www.desmos.com/calculator/ci3vodl4vs | ||
+ | |||
+ | ==Solution 1== | ||
+ | To begin with notice, a <math>60^{\circ}</math> rotation counterclockwise about the origin on the <math>y-</math>axis is the same as a reflection over the line <math>y=-x\sqrt{3}.</math> Since the parabola <math>y=x^2-4</math> is symmetric about the <math>y-</math>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, <cmath>-x\sqrt{3}=x^2-4.</cmath> <cmath>x^2+x\sqrt{3}-4=0.</cmath><cmath>x=\frac{-\sqrt{3} \pm \sqrt{19}}{2}.</cmath> Since we want the point in the fourth quadrant we only care about the negative case giving us, <cmath>y=x^2-4=\left(\frac{-\sqrt{3} - \sqrt{19}}{2}\right)^2-4=\frac{3-\sqrt{57}}{2}\implies \boxed{062}.</cmath> | ||
+ | |||
+ | ~[[User:Mathkiddus|mathkiddus]] | ||
+ | |||
+ | ==Solution 2== | ||
+ | To rotate the curve <math>y=x^2-4</math> counterclockwise by an angle of <math>60^\circ</math> 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 <math>\theta=\frac{\pi}{3}</math>, 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: | ||
+ | <cmath>x'=\frac{1}{2}x+\frac{\sqrt{3}}{2}y</cmath> | ||
+ | <cmath>y'=-\frac{\sqrt{3}}{2}x+\frac{1}{2}y</cmath> | ||
+ | |||
+ | Substituting <math>y</math> with <math>x^2-4</math> yields | ||
+ | <cmath>x'=\frac{\sqrt{3}}{2}x^2+\frac{1}{2}x-2\sqrt{3}</cmath> | ||
+ | <cmath>y'=\frac{1}{2}x^2-\frac{\sqrt{3}}{2}x-2</cmath> | ||
+ | |||
+ | We wish to find the coordinates of the intersection point. Let the point of intersection be <math>(p, p^2-4)</math>, then | ||
+ | |||
+ | <cmath>p^2-4=\frac{1}{2}p^2-\frac{\sqrt{3}}{2}p-2</cmath> | ||
+ | |||
+ | Solving this quadratic equation yields | ||
+ | |||
+ | <cmath>p_1=\frac{-\sqrt{3}+\sqrt{19}}{2}, \, p_2=\frac{-\sqrt{3}-\sqrt{19}}{2}</cmath> | ||
+ | |||
+ | Since the problem asks for the intersection point in the fourth quadrant, <math>p=\frac{-\sqrt{3}+\sqrt{19}}{2}</math>. Therefore, the point of intersection has <math>y</math>-coordinate <math>\frac{3-\sqrt{57}}{2}</math>, with final answer <math>3+57+2=\boxed{062}</math> | ||
+ | |||
+ | ~[[User:Bloggish|Bloggish]] | ||
+ | |||
+ | ==See also== | ||
+ | {{AIME box|year=2025|num-b=8|num-a=10|n=I}} | ||
+ | |||
+ | {{MAA Notice}} |
Latest revision as of 10:14, 18 February 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
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 |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.