Difference between revisions of "2025 AIME I Problems/Problem 11"

m
(Solution)
Line 15: Line 15:
  
 
Solution credit: @EpicBird08
 
Solution credit: @EpicBird08
 +
 +
 +
==Solution 2==
 +
Drawing the graph, we can use the sawtooth graph provided so nicely by MAA and draw out the parabola <math>x = 34y^2</math>. We realize that the sawtooth graph is just a bunch of lines where the positive slope lines are <math>y = x, y = x + 4, y = x + 8,...</math>. The intersections of these lines, along with the parabola are just solving the system of equations: <math>x = 34y^2</math> and <math>y = x, y = x + 4, ...</math>. If we just take <math>y = x</math> and <math>x = 34y^2</math>, we see that the sum of all <math>y</math> by Vieta's is just <math>\frac{1}{34}</math>. Similarly, for <math>y = x + 4</math>, the sum of the roots by Vieta's is also <math>\frac{1}{34}</math>. So for all the positive slope lines intersecting with the parabola just gives the sum of all <math>y</math> to continuously be <math>\frac{1}{34}</math>. Okay, now let's look at the negative slope lines. These will have equations of <math>y = 2 - x, y = 6 - x, y = 10 - x, ..., y = 34 - x, ...</math>. Similar to what we did above, we just set each of these equations along with the parabola <math>x = 34y^2</math>. The sum of all <math>y</math> for each of these negative line intersections by Vieta's is <math>\frac{-1}{34}</math>. This keeps going for all of the lines until we reach <math>y = 34 - x</math>. Now, unfortunately, both solutions don't work as the negative solution is out of the range of [1 , 3], [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 <math>34 - y = 34y^2</math> which means <math>34y^2 + y - 34 = 0</math>. Solving gives<cmath>y = \frac{-1 \pm \sqrt{68^2 + 1}}{68} = \frac{-1 + 5 \sqrt{185}}{68}.</cmath>So, the sums of the roots are <math>\frac{1}{34}</math> + <math>\frac{-1}{34}</math> + <math>\frac{1}{34}</math> + .... + <math>\frac{-1}{34}</math> + <math>\frac{1}{34}</math> + <math>\frac{-1 + 5 \sqrt{185}}{68}.</math> Nicely all the <math>\frac{1}{34}</math> terms cancel out leaving with only one <math>\frac{1}{34}</math> and <math>\frac{-1 + 5 \sqrt{185}}{68}.</math> So the sum of these two is <math>\frac{1 + 5 \sqrt{185}}{68}.</math> From there, the answer is <math>\boxed{259}</math>.
 +
 +
~ilikemath247365
  
 
==See Also==
 
==See Also==
 
{{AIME box|year=2025|n=I|num-b=10|num-a=12}}
 
{{AIME box|year=2025|n=I|num-b=10|num-a=12}}
 
{{MAA Notice}}
 
{{MAA Notice}}

Revision as of 19:40, 13 February 2025

Problem

A piecewise linear function is defined by \[f(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)$ for all real numbers $x$. The graph of $f(x)$ has the sawtooth pattern depicted below.

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

Graph

It may be helpful to graph certain parts of the graph to grasp a better understanding of what we need and gain some intuition. I created an example diagram on Desmos here: https://www.desmos.com/calculator/ne8shyhyka

~lprado

Solution

Note that $f(x)$ consists of lines of the form $y = x - 4k$ and $y = 4k + 2 - x$ for integers $k$. In the first case, we get $34y^{2} = y - 4k$ and the sum of the roots is $\tfrac{1}{34}$ by Vieta. In the second case, we similarly get a sum of $-\tfrac{1}{34}.$ Thus pairing $4k$ and $4k+2$ gives a $y$-coordinate sum of $0.$

This process of pairing continues until we get to $k = 8$. Then $y = x - 32$ behaves exactly as we expect, with a sum of $\tfrac{1}{34}$. However, $y = 34-x$ is where things start becoming fishy, since there is one root with absolute value less than $1$ and one with absolute value greater than $1$. We get \[34-34y^2 = y\] and solving with the quadratic formula (clear to take the positive root) gives \[y = \frac{-1 \pm \sqrt{68^2 + 1}}{68} = \frac{-1 + 5 \sqrt{185}}{68}.\] Adding our $\tfrac{1}{34}$ from earlier gives the answer $\frac{1 + 5 \sqrt{185}}{68} \implies \boxed{259}$.

Solution credit: @EpicBird08


Solution 2

Drawing the graph, we can use the sawtooth graph provided so nicely by MAA and draw out the parabola $x = 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,...$. The intersections of these lines, along with the parabola are just solving the system of equations: $x = 34y^2$ and $y = x, y = x + 4, ...$. If we just take $y = x$ and $x = 34y^2$, we see that the sum of all $y$ by Vieta's is just $\frac{1}{34}$. Similarly, for $y = x + 4$, the sum of the roots by Vieta's is also $\frac{1}{34}$. So for all the positive slope lines intersecting with the parabola just gives the sum of all $y$ to continuously be $\frac{1}{34}$. Okay, now let's look at the negative slope lines. These will have equations of $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 = 34y^2$. The sum of all $y$ for each of these negative line intersections by Vieta's is $\frac{-1}{34}$. This keeps going for all of the lines until we reach $y = 34 - x$. Now, unfortunately, both solutions don't work as the negative solution is out of the range of [1 , 3], [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 $34 - y = 34y^2$ which means $34y^2 + y - 34 = 0$. Solving gives\[y = \frac{-1 \pm \sqrt{68^2 + 1}}{68} = \frac{-1 + 5 \sqrt{185}}{68}.\]So, the sums of the roots are $\frac{1}{34}$ + $\frac{-1}{34}$ + $\frac{1}{34}$ + .... + $\frac{-1}{34}$ + $\frac{1}{34}$ + $\frac{-1 + 5 \sqrt{185}}{68}.$ Nicely all the $\frac{1}{34}$ terms cancel out leaving with only one $\frac{1}{34}$ and $\frac{-1 + 5 \sqrt{185}}{68}.$ So the sum of these two is $\frac{1 + 5 \sqrt{185}}{68}.$ From there, the answer is $\boxed{259}$.

~ilikemath247365

See Also

2025 AIME I (ProblemsAnswer KeyResources)
Preceded by
Problem 10
Followed by
Problem 12
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. AMC logo.png