2025 AMC 12A Problems/Problem 25: Difference between revisions
Tiankaizhang (talk | contribs) |
Tiankaizhang (talk | contribs) |
||
| Line 2: | Line 2: | ||
==Solution 1 == | ==Solution 1 == | ||
From the structure <imath>f(x) \le 0</imath> on <imath>[a,b] \cup (c,d)</imath> and <imath>f(x) > 0</imath> elsewhere, we deduce: | |||
< | \begin{itemize} | ||
\item <imath>a</imath> and <imath>b</imath> are zeros of <imath>f</imath> (since we transition from <imath>f > 0</imath> to <imath>f \le 0</imath> at <imath>a</imath> and from <imath>f \le 0</imath> to <imath>f > 0</imath> at <imath>b</imath>). | |||
</ | \item <imath>c</imath> and <imath>d</imath> are poles or holes of <imath>f</imath> (since on <imath>(c,d)</imath> we have <imath>f \le 0</imath>, at <imath>c^+</imath> and <imath>d^-</imath> the sign is negative, and immediately outside the interval <imath>f > 0</imath>). | ||
\end{itemize} | |||
Thus the sign pattern is:\\ | |||
<imath>\textstyle | |||
\begin{array}{cccccccccc} | |||
& (-\infty, a) & a & (a,b) & b & (b,c) & c & (c,d) & d & (d,\infty) \\ | |||
f(x) & + & 0 & - & 0 & + & \text{pole} & - & \text{pole} & + | |||
\end{array} | |||
</imath> | |||
- Victor Zhang | - Victor Zhang | ||
Revision as of 02:48, 7 November 2025
Polynomials
and
each have degree
and leading coefficient
, and their roots are all elements of
. The function
has the property that there exist real numbers
such that the set of all real numbers
such that
consists of the closed interval
together with the open interval
. How many functions
are possible?
Solution 1
From the structure
on
and
elsewhere, we deduce:
\begin{itemize}
\itemand
are zeros of
(since we transition from
to
at
and from
to
at
). \item
and
are poles or holes of
(since on
we have
, at
and
the sign is negative, and immediately outside the interval
).
\end{itemize}
Thus the sign pattern is:\\
- Victor Zhang