Difference between revisions of "2025 AIME II Problems/Problem 9"
Line 2: | Line 2: | ||
There are <math>n</math> values of <math>x</math> in the interval <math>0<x<2\pi</math> where <math>f(x)=\sin(7\pi\cdot\sin(5x))=0</math>. For <math>t</math> of these <math>n</math> values of <math>x</math>, the graph of <math>y=f(x)</math> is tangent to the <math>x</math>-axis. Find <math>n+t</math>. | There are <math>n</math> values of <math>x</math> in the interval <math>0<x<2\pi</math> where <math>f(x)=\sin(7\pi\cdot\sin(5x))=0</math>. For <math>t</math> of these <math>n</math> values of <math>x</math>, the graph of <math>y=f(x)</math> is tangent to the <math>x</math>-axis. Find <math>n+t</math>. | ||
− | == Solution == | + | == Solution 1 == |
For <math>\sin(7\pi\cdot\sin(5x))=0</math> to happen, whatever is inside the function must be of form <math>k\pi</math>. We then equate to have | For <math>\sin(7\pi\cdot\sin(5x))=0</math> to happen, whatever is inside the function must be of form <math>k\pi</math>. We then equate to have | ||
\begin{align*} | \begin{align*} | ||
Line 13: | Line 13: | ||
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 <math>k=-6,-5,-4...4,5,6</math> because one side will be positive and one will be negative. However this will happen if <math>k=-7,7</math> because the sine function 'bounces back' and goes over the same values again, and <math>t=10</math> of these values exist.\\ | 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 <math>k=-6,-5,-4...4,5,6</math> because one side will be positive and one will be negative. However this will happen if <math>k=-7,7</math> because the sine function 'bounces back' and goes over the same values again, and <math>t=10</math> of these values exist.\\ | ||
Thus, <math>n+t=\boxed{149}</math>. | Thus, <math>n+t=\boxed{149}</math>. | ||
+ | |||
+ | == Solution 2 (Calculus) == | ||
+ | For <math>f(x)=0</math>, we must have <math>7\pi\cdot\sin(5x)=k\pi</math> for some integer <math>k</math>. Then <math>\sin(5x)=\frac{k}{7}</math> always satisfies the equation. Notice that on each period of <math>\sin(5x)</math>, each <math>k\in\{-6,-5,\ldots,5,6\}</math> is a <math>y</math>-value at two distinct points, and each <math>k=\pm7</math> is a <math>y</math>-value at one point each. Thus each period has <math>13\cdot2+2\cdot1=28</math> points satisfying the equation. Since the period is <math>\frac{2\pi}{5}</math> and the domain has a length of <math>2\pi</math>, we find that <math>5</math> periods occur in our domain if we include <math>x=0,2\pi</math>. Adding the case where <math>x=0</math>, there are a total of <math>28\cdot5+1=141</math> roots over <math>x\in[0,2\pi]</math>. Subtracting the cases at <math>x=0</math> and <math>x=2\pi</math> yields <math>139</math> total roots. This is our <math>n</math>. | ||
+ | |||
+ | |||
+ | Next, we take the derivative of <math>f(x)</math>; using a hideous combination of chain rules we find that | ||
+ | |||
+ | <cmath>f'(x)=35\pi\cos(5x)\cos(7\pi\sin(5x))=0</cmath> | ||
+ | |||
+ | Thus, for a point to be tangent to the <math>x</math>-axis, we must have either <math>\cos(5x)=0</math> or <math>\cos(7\pi\sin(5x))=0</math>. In the first case, we know that <math>\sin(5x)=\frac{k}{7}</math> from earlier, so <math>\cos(5x)=\sqrt{1-\left(\frac{k}{7}\right)^2}=0</math>. Then <math>\left(\frac{k}{7}\right)^2=1</math>, so <math>k=\pm7</math>. Recall that over each of the five periods, only one point will satisfy <math>k=7</math>, and only one point will satisfy <math>k=-7</math>. Thus there are <math>2\cdot5=10</math> points in this case. | ||
+ | |||
+ | In the second case, we must have <math>\cos(7\pi\sin(5x))=0</math>. Substituting <math>\sin(5x)=\frac{k}{7}</math> yields <math>\cos(k\pi)=0</math>. But this is impossible since <math>\cos(0)=1</math> and <math>\cos(\pi)=-1</math>, so there are no points in this case. | ||
+ | |||
+ | As a result, <math>t=10+0=10</math>, so <math>n+t=139+10=\boxed{149}</math>. ~eevee9406 | ||
==See also== | ==See also== |
Revision as of 01:51, 14 February 2025
Problem
There are values of
in the interval
where
. For
of these
values of
, the graph of
is tangent to the
-axis. Find
.
Solution 1
For to happen, whatever is inside the function must be of form
. We then equate to have
\begin{align*}
7\pi\cdot\sin(5x)=k\pi
\sin(5x)=\frac{k}{7}
\end{align*}
We know that , so clearly
takes all values
. Since the graph of
has 5 periods between
and
, each of the values
give
solutions each.
give
solutions each and
gives
solutions (to verify this sketch a graph). Thus,
.
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 because one side will be positive and one will be negative. However this will happen if
because the sine function 'bounces back' and goes over the same values again, and
of these values exist.\\
Thus,
.
Solution 2 (Calculus)
For , we must have
for some integer
. Then
always satisfies the equation. Notice that on each period of
, each
is a
-value at two distinct points, and each
is a
-value at one point each. Thus each period has
points satisfying the equation. Since the period is
and the domain has a length of
, we find that
periods occur in our domain if we include
. Adding the case where
, there are a total of
roots over
. Subtracting the cases at
and
yields
total roots. This is our
.
Next, we take the derivative of ; using a hideous combination of chain rules we find that
Thus, for a point to be tangent to the -axis, we must have either
or
. In the first case, we know that
from earlier, so
. Then
, so
. Recall that over each of the five periods, only one point will satisfy
, and only one point will satisfy
. Thus there are
points in this case.
In the second case, we must have . Substituting
yields
. But this is impossible since
and
, so there are no points in this case.
As a result, , so
. ~eevee9406
See also
2025 AIME II (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.