AIME 2023 I · 第 9 题
AIME 2023 I — Problem 9
题目详情
Problem
Find the number of cubic polynomials where and are integers in such that there is a unique integer with
解析
Solution 1
Plugging and into the expression for and equating them, we get . Rearranging, we have
Note that the value of won't matter as it can be anything in the provided range, giving a total of possible choices for So we only need to find the number of ordered pairs that work, and multiply it by We can start by first dividing both sides by (Note that this is valid since
We can rearrange this so it is a quadratic in :
Remember that has to be unique and not equal to We can split this into two cases: case being that has exactly one solution, and it isn't equal to ; case being that has two solutions, one being but the other is a unique solution not equal to
There is exactly one solution for and that solution is not This means that the discriminant of the quadratic equation is using that, we have . Rearranging, we have
Using the fact that must be a perfect square, we can easily see that the values for can be and Also since it's a "" there will usually be solutions for for each value of The two exceptions for this would be if and For because it would be a which only gives one solution, instead of two. For , because then , the solution for would equal , and we don't want this. (We can know this by replacing the solutions into the quadratic formula).
So we have solutions for each of which gives values for except for and both of which only give one. So in total, there are ordered pairs of in this case.
has two solutions, but exactly one of them isn't equal to This ensures that of the solutions is equal to
Let be the other value of that isn't By Vieta:
From the first equation, we subtract both sides by and double both sides to get which also equals to from the second equation. Equating both, we have We can easily count that there would be ordered pairs that satisfy that.
However, there's an outlier case in which happens to also equal and we don't want that. We can reverse engineer and find out that when which we overcounted. So we subtract by one and we conclude that there are ordered pairs of that satisfy this case.
This all shows that there is a total of amount of ordered pairs Multiplying this by (the amount of values for ) we get as our final answer.
~s214425
Solution 2 (factor the difference)
is a cubic with at least two integral real roots, therefore it has three real roots, which are all integers.
There are exactly two distinct roots, so either or , with .
In the first case , with (which entails ), so can be and can be any integer from to , giving polynomials (since the coefficients are given by linear functions of and thus are distinct).
In the second case , and can be and can be any integer from to , giving polynomials.
The total is .
~EVIN-
Solution 3 (derivative)
For the equation to have exactly two distinct real roots, the line must be tangent to either the local maximum or the local minimum of the cubic. This occurs when the derivative at one of the roots.
Case 1: The repeated root is at .
If is a repeated root, then . Given , the derivative is . The constraint implies: This gives possible integers for . However, we must exclude because it makes , creating an inflection point rather than an extremum (which would result in only one distinct root). Thus, there are valid pairs of . Each pair combined with the possible values of gives polynomials.
Case 2: The repeated root is at ().
In this case, the polynomial takes the form . Expanding this: Matching the coefficients with , we have:
For and to be integers, must be an integer. Testing values of such that and : The condition gives . Within this range, checking yields . Note that is excluded. This gives valid pairs of . Combined with values of , we have polynomials.
The total number of such polynomials is
~LI,CHENXI-
Video Solution
https://youtu.be/-Asb_5nTgSg
~MathProblemSolvingSkills.com