返回题库

AIME 2025 I · 第 11 题

AIME 2025 I — Problem 11

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

A piecewise linear function is defined by

f(x)={xif 1x<12xif 1x<3f(x) = \begin{cases} x & \operatorname{if} ~ -1 \leq x < 1 \\ 2 - x & \operatorname{if} ~ 1 \leq x < 3\end{cases} and f(x+4)=f(x)f(x + 4) = f(x) for all real numbers xx. The graph of f(x)f(x) has the sawtooth pattern depicted below.

AIME diagram

The parabola x=34y2x = 34y^{2} intersects the graph of f(x)f(x) at finitely many points. The sum of the yy-coordinates of all these intersection points can be expressed in the form a+bcd\tfrac{a + b\sqrt{c}}{d}, where aa, bb, cc, and dd are positive integers such that aa, bb, dd have greatest common divisor equal to 11, and cc is not divisible by the square of any prime. Find a+b+c+da + b + c + d.

Video solution 1 by grogg007

https://www.youtube.com/watch?v=1c2xrdlyoUo

解析

Solution 1

Note that the part of f(x)f(x) in the first and fourth quadrants consists of lines of the form y=x4ky = x - 4k and y=4k+2xy = 4k + 2 - x for integers k0k \geq 0. Plugging in x=34y2x = 34y^2 for y=x4ky = x - 4k, we get 34y2+y+4k=0,-34y^2 + y + 4k = 0, so the sum of the roots is 134\tfrac{1}{34} by Vieta’s. Similarly, in the second equation, we get a sum of 134.-\tfrac{1}{34}.

The top peaks of the graph form the line y=1y = 1 and the bottom peaks form y=1.y = -1. So the parabola will cross the positive line once it reaches the point (34,1),(34,1), and it will cross the negative line at (34,1).(34, -1). For y=x4k,y = x - 4k, we find k=334k = \frac{33}{4} for the positive yy values and k=354k = \frac{35}{4} for the negative y values. Both round down to 8,8, so the parabola will stop intersecting y=x4ky = x - 4k entirely after k=8.k = 8.

Now, for y=4k+2x,y = 4k + 2 - x, we find k=334k = \frac{33}{4} for the positive y values and k=314k = \frac{31}{4} for the negative y values. 334\frac{33}{4} rounds down to 8,8, but 314\frac{31}{4} rounds down to 7,7, so the parabola will stop intersecting the negative yy values of y=4k+2xy = 4k + 2 - x after k=7,k = 7, but it will intersect the positive yy values until k=8.k = 8.

There are 88 values of kk from 07,0 - 7, so the sum contributed by y=4k+2xy = 4k + 2 - x until k=7k = 7 is 834.-\frac{8}{34}. There are 99 values of kk from 08,0 - 8, so the sum contributed by y=x4ky = x - 4k until k=8k = 8 is 934.\frac{9}{34}. Adding these together we get 134.\frac{1}{34}.

Now all that's left is to figure out the positive yy value at k=8k = 8 for the line y=4k+2x.y = 4k + 2 - x. We get

3434y2=y.34-34y^2 = y. y=1±682+168=1+518568.y = \frac{-1 \pm \sqrt{68^2 + 1}}{68} = \frac{-1 + 5 \sqrt{185}}{68}. Adding our 134\tfrac{1}{34} from earlier finally gives us 1+518568    259\frac{1 + 5 \sqrt{185}}{68} \implies \boxed{259}.

~grogg007, EpicBird08, mathkiddus

Solution 2

Drawing the graph, we can use the sawtooth graph provided so nicely by MAA and draw out the parabola x=34y2x = 34y^2. We realize that the sawtooth graph is just a bunch of lines where the positive slope lines are y=x,y=x+4,y=x+8,...y = x, y = x + 4, y = x + 8,.... The intersections of these lines, along with the parabola are just solving the system of equations: x=34y2x = 34y^2 and y=x,y=x+4,...y = x, y = x + 4, .... If we just take y=xy = x and x=34y2x = 34y^2, we see that the sum of all yy by Vieta's is just 134\frac{1}{34}. Similarly, for y=x+4y = x + 4, the sum of the roots by Vieta's is also 134\frac{1}{34}. So for all the positive slope lines intersecting with the parabola just gives the sum of all yy to continuously be 134\frac{1}{34}. Okay, now let's look at the negative slope lines. These will have equations of y=2x,y=6x,y=10x,...,y=34x,...y = 2 - x, y = 6 - x, y = 10 - x, ..., y = 34 - x, .... Similar to what we did above, we just set each of these equations along with the parabola x=34y2x = 34y^2. The sum of all yy for each of these negative line intersections by Vieta's is 134\frac{-1}{34}. This keeps going for all of the lines until we reach y=34xy = 34 - x. Now, unfortunately, both solutions don't work as the negative solution is out of the range of [1,3][1 , 3], [5,7][5, 7] and so on. So we just need to take one solution for this and that being the positive one according to the graph. So we just need to solve 34y=34y234 - y = 34y^2 which means 34y2+y34=034y^2 + y - 34 = 0. Solving gives

y=1±682+168=1+518568.y = \frac{-1 \pm \sqrt{68^2 + 1}}{68} = \frac{-1 + 5 \sqrt{185}}{68}. So, the sums of the roots are 134\frac{1}{34} + 134\frac{-1}{34} + 134\frac{1}{34} + .... + 134\frac{-1}{34} + 134\frac{1}{34} + 1+518568.\frac{-1 + 5 \sqrt{185}}{68}. Nicely all the 134\frac{1}{34} terms cancel out leaving with only one 134\frac{1}{34} and 1+518568.\frac{-1 + 5 \sqrt{185}}{68}. So the sum of these two is 1+518568.\frac{1 + 5 \sqrt{185}}{68}. From there, the answer is 259\boxed{259}.

~ilikemath247365

Video Solution

2025 AIME I #11

MathProblemSolvingSkills.com