返回题库

AIME 2025 II · 第 9 题

AIME 2025 II — Problem 9

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

There are nn values of xx in the interval 0where0 wheref(x)=\sin(7\pi\cdot\sin(5x))=0.For. Fortoftheseof thesenvaluesofvalues ofx,thegraphof, the graph ofy=f(x)istangenttotheis tangent to thexaxis.Find-axis. Findn+t$.

解析

Solution 1

For sin(7πsin(5x))=0\sin(7\pi\cdot\sin(5x))=0 to happen, whatever is inside the function must be of form kπk\pi. We then equate to have \begin{align*} 7\pi\cdot\sin(5x)=k\pi \\ \sin(5x)=\frac{k}{7} \\ \end{align*} We know that 1sin5x1-1\le \sin{5x} \le 1, so clearly kk takes all values 7k7-7\le k \le 7. Since the graph of sin5x\sin{5x} has 5 periods between 00 and 360360, each of the values k=6,5,4...1,1,2...6k=-6,-5,-4...-1,1,2...6 give 1010 solutions each. k=7,7k=-7,7 give 55 solutions each and k=0k=0 gives 99 solutions (to verify this sketch a graph). Thus, n=139n=139.

We know that the function is tangent to the x-axis if it retains the same sign on both sides of the function. This is not true for points at k=6,5,4...4,5,6k=-6,-5,-4...4,5,6 because one side will be positive and one will be negative. However this will happen if k=7,7k=-7,7 because the sine function "bounces back" and goes over the same values again (to clarify, because y=sin5xy=\sin{5x} has the same values on both sides of sin5x=k7\sin{5x}=\frac{k}{7} for k=7,7k=-7,7, as it's a maximum sin5x=77=1\sin{5x}=\frac{7}{7}=1 or minimum sin5x=77=1\sin{5x}=\frac{-7}{7}=-1, the corresponding values of y=sin(7πsin(5x))y=\sin(7\pi\cdot\sin(5x)) also have a maximum/minimum and repeat around those xx-values), and t=10t=10 of these values exist. Thus, n+t=149n+t=\boxed{149}.

~ lisztepos

~ Clarification by Christian

Solution 2 (Calculus)

For f(x)=0f(x)=0, we must have 7πsin(5x)=kπ7\pi\cdot\sin(5x)=k\pi for some integer kk. Then sin(5x)=k7\sin(5x)=\frac{k}{7} always satisfies the equation. Notice that on each period of sin(5x)\sin(5x), each k{6,5,,5,6}k\in\{-6,-5,\ldots,5,6\} is a yy-value at two distinct points, and each k=±7k=\pm7 is a yy-value at one point each. Thus each period has 132+21=2813\cdot2+2\cdot1=28 points satisfying the equation. Since the period is 2π5\frac{2\pi}{5} and the domain has a length of 2π2\pi, we find that 55 periods occur in our domain if we include x=0,2πx=0,2\pi. Adding the case where x=0x=0, there are a total of 285+1=14128\cdot5+1=141 roots over x[0,2π]x\in[0,2\pi]. Subtracting the cases at x=0x=0 and x=2πx=2\pi yields 139139 total roots. This is our nn.

Next, we take the derivative of f(x)f(x); using a hideous combination of chain rules we find that

f(x)=35πcos(5x)cos(7πsin(5x))=0f'(x)=35\pi\cos(5x)\cos(7\pi\sin(5x))=0 Thus, for a point to be tangent to the xx-axis, we must have either cos(5x)=0\cos(5x)=0 or cos(7πsin(5x))=0\cos(7\pi\sin(5x))=0. In the first case, we know that sin(5x)=k7\sin(5x)=\frac{k}{7} from earlier, so cos(5x)=1(k7)2=0\cos(5x)=\sqrt{1-\left(\frac{k}{7}\right)^2}=0. Then (k7)2=1\left(\frac{k}{7}\right)^2=1, so k=±7k=\pm7. Recall that over each of the five periods, only one point will satisfy k=7k=7, and only one point will satisfy k=7k=-7. Thus there are 25=102\cdot5=10 points in this case.

In the second case, we must have cos(7πsin(5x))=0\cos(7\pi\sin(5x))=0. Substituting sin(5x)=k7\sin(5x)=\frac{k}{7} yields cos(kπ)=0\cos(k\pi)=0. But this is impossible since cos(0)=1\cos(0)=1 and cos(π)=1\cos(\pi)=-1, so there are no points in this case.

As a result, t=10+0=10t=10+0=10, so n+t=139+10=149n+t=139+10=\boxed{149}.

~ eevee9406