返回题库

AIME 2025 I · 第 9 题

AIME 2025 I — Problem 9

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The parabola with equation y=x24y = x^2 - 4 is rotated 6060^\circ counterclockwise around the origin. The unique point in the fourth quadrant where the original parabola and its image intersect has yy-coordinate abc\frac{a - \sqrt{b}}{c}, where aa, bb, and cc are positive integers, and aa and cc are relatively prime. Find a+b+ca + b + c.

Graph

https://www.desmos.com/calculator/ci3vodl4vs

解析

Solution 1

We need to relate the rotation to something simpler because substituting the equation of the rotated parabola into the original will give us a quartic.

AIME diagram

Notice that the vertices of the original parabola and its image are symmetrical about the angle bisector of the 60 degree rotation (shown in green).

The equation of this line is y=tan60y=3x.y = -\tan60^\circ \cdot y = -\sqrt{3}x. This means that the point lying on this line and the original parabola must be the intersection of the new and original images since it won't change position with the rotation.

We substitute y=x24:y = x^2 - 4:

x24=3xx^2 - 4 = -\sqrt{3}x x=3+192.x = \frac{-\sqrt{3} + \sqrt{19}}{2}. Then y=(3+192)24=3572.y = (\frac{-\sqrt{3} + \sqrt{19}}{2})^2 - 4 = \frac{3 - \sqrt{57}}{2}. 57+3+2=62.57 + 3 + 2 = \boxed{62}.

~grogg007, ~mathkiddus, ~athreyay

Solution 2 (Similar to Solution 1)

Note that this question is equivalent to finding a point BB in the fourth quadrant, such that when a point AA on the graph of y=x24y = x^2 - 4 is rotated 6060^\circ counterclockwise around the origin, it lands on BB, which is also on the graph.

The first thing to note is that point AA and BB must be equidistant to the origin. If we express the coordinates of AA as (a,b)(a, b), and the coordinates of BB as (x,y)(x, y), we have:

OA=OB\|OA\| = \|OB\| which means that:

a2+b2=x2+y2\sqrt{a^2 + b^2} = \sqrt{x^2 + y^2} Since b=a24b = a^2 - 4 and y=x24y = x^2 - 4, we have a2=b+4a^2 = b + 4 and x2=y+4x^2 = y + 4, substituting this into the previous equation and squaring both sides yields:

2a2+4=2x2+42a^2 + 4 = 2x^2 + 4 Meaning that a2=x2a^2 = x^2, since AA and BB clearly cannot coincide, we must have a=xa = -x, since y=x24y = x^2 - 4 is an even function, this means that point AA and BB are just reflections of each other over the y axis. The angle between OA\overline{OA} and OB\overline{OB} is 6060^\circ and AA and BB is symmetrical, the y axis should bisect the angle \angle AOB, i.e., the angle between OB\overline{OB} and the y axis is:

602=30\frac{60^\circ}{2} = 30^\circ Therefore the point BB must lie on the line

y=3xy = -\sqrt{3}x We have:

{y=x24y=3x\begin{cases}y = x^2 - 4 \\ y = -\sqrt{3}x \end{cases} x24=3xx^2 - 4 = -\sqrt{3}x Using the quadratic formula and keeping in mind that the x value is positive (since BB is in the fourth quadrant) yields x=1932x = \frac{\sqrt{19} - \sqrt{3}}{2}.

Substituting into

y=3xy = -\sqrt{3}x We get

y=3572    062.y=\frac{3-\sqrt{57}}{2}\implies \boxed{062}. The last part of this solution is essentially Solution 1.

~IDKHowtoaddsolution

The last part of this solution is essentially Solution 1.

Solution 3 (clarification needed): Rotation

Rotate the point (x,y)(x,y) 6060^\circ counterclockwise about the origin. To find the resulting point (x,y)(x',y'), use polar coordinates. Let x=rcosθx=r \cos\theta and y=rsinθy=r \sin\theta, so (x,y)=(rcos(θ+60),rsin(θ+60))(x',y')=(r \cos({\theta+60^\circ}), r \sin({\theta+60^\circ})). Expanding using the angle addition identities and simplifying gives (x,y)=(rcosθr3sinθ2,rsinθ+r3cosθ2)(x',y')=\left(\frac{r\cos\theta-r\sqrt{3}\sin\theta}{2}, \frac{r\sin\theta+r\sqrt{3}\cos\theta}{2}\right). Substituting back in x=rcosθx=r \cos\theta and y=rsinθy=r \sin\theta yields (x,y)=(xy32,x3+y2)(x',y')=\left(\frac{x-y\sqrt{3}}{2}, \frac{x\sqrt{3}+y}{2}\right).

To rewrite (x,y)(x',y') completely in terms of xx, substitute y=x24y=x^2-4 to get (x,y)=(x(x24)32,x3+(x24)2)(x',y')=\left(\frac{x-(x^2-4)\sqrt{3}}{2}, \frac{x\sqrt{3}+(x^2-4)}{2}\right).)

We now have the coordinates for each point on the rotated parabola: (x,y)=(x(x24)32,x3+(x24)2)(x',y')=\left(\frac{x-(x^2-4)\sqrt{3}}{2}, \frac{x\sqrt{3}+(x^2-4)}{2}\right). Set the yy-coordinates for both the original and rotated parabola equal to each other: x3+(x24)2=x24\frac{x\sqrt{3}+(x^2-4)}{2}=x^2-4. Rearranging gives the quadratic x23x4=0x^2-\sqrt{3}x-4=0, and applying the Quadratic Formula yields the solutions x=3±192x=\frac{\sqrt{3}\pm\sqrt{19}}{2}.

Taking the solution x=3192x=\frac{\sqrt{3}-\sqrt{19}}{2} (IDK why though, the xx-value is negative when it should be positive, clarification needed) (due to the way we set up the equation, we are finding the xx value of the point that maps to the intersection point after rotation. x-x is the xx value for the intersection point ~Towerrocks) and substituting it into y=x24y=x^2-4 gives y=(3192)24=2225744=62574=3572y=\left(\frac{\sqrt{3}-\sqrt{19}}{2}\right)^2-4=\frac{22-2\sqrt{57}}{4}-4=\frac{6-2\sqrt{57}}{4}=\frac{3-\sqrt{57}}{2}. Therefore, our answer is a+b+c=3+57+2=062a+b+c=3+57+2=\boxed{062}.

Note: It may be possible to solve the problem by substituting the coordinates (x,y)=(xy32,x3+y2)(x',y')=\left(\frac{x-y\sqrt{3}}{2}, \frac{x\sqrt{3}+y}{2}\right) into the equation y=x24y=x^2-4 to obtain the systems of equations x3+y2=(xy32)24,y=x24\frac{x\sqrt{3}+y}{2}=\left(\frac{x-y\sqrt{3}}{2}\right)^2-4, y=x^2-4.

~Christian

Video Solution

2025 AIME I #9

MathProblemSolvingSkills.com

Video Solution - Rotating a Parabola on the Cartesian Plane by HungryCalculator

https://www.youtube.com/watch?v=IORASInkhDM

~HungryCalculator