返回题库

AIME 2025 II · 第 15 题

AIME 2025 II — Problem 15

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

There are exactly three positive real numbers kk such that the function

f(x)=(x18)(x72)(x98)(xk)x.f(x)=\frac{(x-18)(x-72)(x-98)(x-k)}{x}. defined over the positive real numbers achieves its minimum value at exactly two positive real numbers xx. Find the sum of these three values of kk.

解析

Solution 1 ('clunky', trial and error)

Let nn be the minimum value of the expression (changes based on the value of kk, however is a constant). Therefore, we can say that \begin{align*} f(x)-n=\frac{(x-\alpha)^2(x-\beta)^2}{x} \end{align*} This can be done because nn is a constant, and for the equation to be true for all xx, the right side is also a quartic. The roots must also both be double, or else there is an even smaller value, a contradiction.

We expand as follows, comparing coefficients:

\begin{align*} (x-18)(x-72)(x-98)(x-k)-nx=(x-\alpha)^2(x-\beta)^2 \\ -2\alpha-2\beta=-18-72-98-k \implies \alpha+\beta=94+\frac{k}{2} \\ \alpha^2+4\alpha \beta +\beta^2=(-18\cdot -72)+(-18\cdot-98)+(-18\cdot-k)+(-72\cdot-98)+(-72\cdot-k)+(-98\cdot-k)=10116+188k \\ (\alpha^2)(\beta^2)=(-18)(-72)(-98)(-k) \implies \alpha \beta=252\sqrt{2k} \\ \end{align*}

Recall (α+β)2+2αβ=α2+4αβ+β2(\alpha+\beta)^2+2\alpha \beta=\alpha^2+4\alpha \beta +\beta^2, so we can equate and evaluate as follows:

\begin{align} (94+\frac{k}{2})^2+504\sqrt{2k}=10116+188k \tag{1}\\ \end{align} \begin{align*} (47-\frac{k}{4})^2+126\sqrt{2k}=2529 \\ \frac{k^2}{16}-\frac{47}{2}k+126\sqrt{2k}-320=0 \\ \end{align*}

We now have a quartic with respect to k\sqrt{k}. Keeping in mind it is much easier to guess the roots of a polynomial with integer coefficients, we set a=k8a=\frac{k}{8}. Now our equation becomes

\begin{align*} 4a^2-188a+504\sqrt{a}-320=0 \\ a^2-47a+126\sqrt{a}-80=0 \\ \end{align*}

We can test for easy roots and find a=1\sqrt{a}=1 and 22. After this, solving the resulting quadratic gets you the remaining roots as 55 and 8-8. Discard 8-8. Working back through our substitution for aa, we have generated values of kk as (8,32,200)(8, 32, 200).

The sum of all kk then must be 8+32+200=2408+32+200=\boxed{240}.

~ lisztepos

~ Edited by aoum

Note: I'm not sure what the first author meant by, "or else there is an even more 'minimum' value." The most noticeable reason there are two double roots is that there are two distinct positive solutions per the conditions of the problem

~ fermat_sLastAMC

Further notes (from the author): To clarify why the equation takes the form above, if you do not regard the context of the problem, you could say that (xα)3(xβ)x\frac{(x-\alpha)^3(x-\beta)}{x} is another form, also having two roots. However when we consider this form, (WLOG assuming α<β\alpha < \beta) if we take a value such that α<x<β\alpha < x < \beta, then xβ<0x-\beta < 0, therefore implying that (xα)3(xβ)x<0\frac{(x-\alpha)^3(x-\beta)}{x}<0 or otherwise resulting f(x),whichiscontradictionasweassumedf(x), which is contradiction as we assumedn$ is the least value of the function. Similarly, logic proceeds if the third power is on the other binomial.

Solution 2 (AM-GM)

Consider the function \begin{align*} f(x) = \frac{(x - 18)(x - 98)(x - 72)(x - k)}{x^2}. \end{align*} Expanding this, we obtain \begin{align*} f(x) = \left( x + \frac{18 \times 98}{x} - (18 + 98)\right)\left( x + \frac{72k}{x} - (72 + k) \right). \end{align*}

Let y=x+mxy = x + \frac{m}{x} (where x>0x > 0). By the AM-GM inequality a+b2aba + b \geq 2\sqrt{ab}, we have \begin{align*} x + \frac{m}{x} \geq 2\sqrt{m}. \end{align*} Assuming x=mx = \sqrt{m}, the minimum value is 2m2\sqrt{m}.

Let y1=x+18×98x(18+98)y_1 = x + \frac{18 \times 98}{x} - (18 + 98). Then,

when x=18×98=42.x = \sqrt{18 \times 98} = 42. We obtain ymin=42+42116=32y_{min} = 42+42-116 =-32

Let y2=x+72×kx(72+k)y_2 = x + \frac{72 \times k}{x} - (72 + k).

When x=72×kx = \sqrt{72 \times k},We obtain ymin=2(72×k)(72+k)y_{min} = 2(\sqrt{72 \times k})-(72+k).

Since y1=y2y_1 = y_2, we have \begin{align*} 2(\sqrt{72 \times k})-(72+k) = -32, \end{align*} which yields k=8k = 8 or k=200k = 200.

With the same method, consider the function \begin{align*} f(x) = \underbrace{\left( x + \frac{18 \times 72}{x} - 90 \right)}_{y_1} \cdot \underbrace{\left( x + \frac{98k}{x} - (98 + k) \right)}_{y_2}. \end{align*} When x1=18×72=36x_1 = \sqrt{18 \times 72} = 36, \begin{align*} y_1 = 2\times 36 - 90 = -18, \end{align*} When x2=98×kx_2 = \sqrt{98 \times k}, \begin{align*} y_2 = 2(\sqrt{98 \times k})-(98+k), \end{align*} Thus, y1=y2y_1 = y_2 gives 2(98×k)(98+k)=182(\sqrt{98 \times k})-(98+k) = -18, and the minimum value corresponds to k=32k = 32 or k=200k = 200.

In summary, k1=8k_1 = 8, k2=32k_2 = 32, and k3=200k_3 = 200, with their sum being 8+32+200=2408+32+200=\boxed{240}.

~ Edited by dongjiu0728

Comment: The function ff in the solution is different (the denominator xx is replaced with x2x^2). So this is another problem. Another issue is that, even if both y1y_1 and y2y_2 assume their minimal value (-18), their product is positive, not necessarily a minimum. Also, there is a problem that the person assumed multiple values of xx at the multiplicative of the function and yet assumed it to be a single variable function.

-J.Z.

Solution 3 (elegant polynomial)

We first do the same thing as Solution 1 did, but in mathematical language.

Lemma: for Polynomial P(x)P(x), if P(x0)=0P(x_0) = 0 and P(x0)=0P'(x_0) = 0 both hold, then x0x_0 is a multiple root of P(x)P(x).

This lemma is obvious since every root of P(x)P(x) occurs degP1\deg P - 1 times in the derivative polynomial and any single root of P(x)P(x) can't be a root of P(x)P'(x).

Simply name m as the minimum value of f(x)f(x).

Then f(x)mf(x) \geq m and the equal sign holds if and only of x=x1x=x_1 or x=x2x=x_2.

Define P(x)=(x18)(x72)(x98)(xk)mxP(x)=(x-18)(x-72)(x-98)(x-k)-mx. Obviously, x1x_1 and x2x_2 satisfy the two properties in the lemma. So we've got:

(x18)(x72)(x98)(xk)mx=(xx1)2(xx2)2(x-18)(x-72)(x-98)(x-k)-mx = (x-x_1)^2(x-x_2)^2 Take x=18,72,98,kx=18, 72, 98, k, we get:

(18x1)(18x2)=±m18(18-x_1)(18-x_2)= \pm\sqrt{-m}\sqrt{18} and so on. So we can construct Q(t)=(t2x1)(t2x2)mtQ(t)=(t^2-x_1)(t^2-x_2)-\sqrt{-m}t. As what we have seen, ±18,±72,±98,±k\pm\sqrt{18}, \pm\sqrt{72}, \pm\sqrt{98}, \pm\sqrt{k} are four roots of Q(t)=0Q(t) = 0. So we've got:

Q(t)=(t2x1)(t2x2)mt=(t±18)(t±72)(t±98)(t±k)Q(t)=(t^2-x_1)(t^2-x_2)-\sqrt{-m}t=(t\pm\sqrt{18})(t\pm\sqrt{72})(t\pm\sqrt{98})(t\pm\sqrt{k}) Comparing the cubic coefficient:

±18±72±98±k=0\pm\sqrt{18}\pm\sqrt{72}\pm\sqrt{98}\pm\sqrt{k}=0 So

k=(±18±72±98)2k=(\pm\sqrt{18}\pm\sqrt{72}\pm\sqrt{98})^2 Now 8,32,200,5128, 32, 200, 512 are accesible in this form. The final task is to eliminate 512512. In this occasion the four roots are either 18,72,98,512\sqrt{18}, \sqrt{72}, \sqrt{98}, -\sqrt{512} or 18,72,98,512-\sqrt{18}, -\sqrt{72}, -\sqrt{98}, \sqrt{512}. In either way the constant coefficient of Q(t)Q(t) is

x1x2=187298512x_1x_2 = -\sqrt{18}\sqrt{72}\sqrt{98}\sqrt{512} But, x1x_1 and x2x_2 are both positive, so we end up with contradiction.

8+32+200=2408+32+200=\boxed{240}

~ Edited by ThomasZZW

Solution 4

What this problem is asking is to choose kk for which there exists a real cc with the property that

(x18)(x72)(x98)(xk)x=c\frac{(x-18)(x-72)(x-98)(x-k)}{x}=c at exactly two positive reals xx. Specifically, cc is the minimum value of the expression for positive reals xx. This rewrites into (x18)(x72)(x98)(xk)cx=0(x-18)(x-72)(x-98)(x-k)-cx=0 having two roots. Because it is a quartic, then it is either the square of a quadratic or the product of a cubic and a linear. However, for the latter case, note that this essentially contradicts our minimality assumption. Therefore, it needs to be the square of a quadratic. We can write that squared quadratic as x2mx+nx^2-mx+n. We would then have the equation

(x18)(x72)(x98)(xk)cx=(x2mx+n)2.(x-18)(x-72)(x-98)(x-k)-cx=\left (x^2-mx+n\right )^2. Firstly, compare the coefficients of x3x^3. In the left equation, we can see by vietas that the term is (k+188)x3-(k+188)x^3, while in the right equation this is 2mx3-2mx^3. We then obtain the relationship 2mx3=(k+188)x3    k=2m1882mx^3=(k+188)x^3\implies k=2m-188. So it is equivalent to finding the values of mm that work. Next, we can start plugging in convenient values for xx. For x=18x=18, we find that 18c=(32418m+n)2-18c=(324-18m+n)^2. If we plug in x=72x=72, we also get 72c=(518472m+n)2-72c=(5184-72m+n)^2. Similarly, x=98x=98 gets us 98c=(960498m+n)2-98c=(9604-98m+n)^2. Notice how we have three variables in a three-way systems of equations, so it can be solved. Dividing the second equation by the first equation, we get a new equation

72c18c=(518472m+n)2(32418m+n)2,\frac{-72c}{-18c}=\frac{(5184-72m+n)^2}{(324-18m+n)^2}, which simplifies to

4=(518472m+n32418m+n)2.4=\left (\frac{5184-72m+n}{324-18m+n}\right )^2. Taking the square root of both sides and doing a little rearranging, it simplifies into 518472m+n=±2(32418m+n)5184-72m+n=\pm 2(324-18m+n). Proceeding similarly, we can divide the third equation by the first equation to get

98c18c=(960498m+n)2(32418m+n)2    499=(960498m+n32418m+n)2    3(960498m+n)=±7(32418m+n).\frac{-98c}{-18c}=\frac{(9604-98m+n)^2}{(324-18m+n)^2}\implies \frac{49}{9}=\left (\frac{9604-98m+n}{324-18m+n}\right )^2\implies 3(9604-98m+n)=\pm 7(324-18m+n). At this point, we have now simplified it slightly down into two variables and two equations. We need both equations to be true, although the plus and the minus cases for each equation aren't necessarily both true at the same time. For convenience, let us call the four equations

518472m+n=2(32418m+n),5184-72m+n=2(324-18m+n), 518472m+n=2(32418m+n),5184-72m+n=-2(324-18m+n), 3(960498m+n)=7(32418m+n), and3(9604-98m+n)=7(324-18m+n), \text{ and} 3(960498m+n)=7(32418m+n)3(9604-98m+n)=-7(324-18m+n) as equations 1, 2, 3, and 4, respectively.

To make things simpler, we can simplify each equation down.

In equation 1, we have 518472m+n=64836m+2n5184-72m+n=648-36m+2n, so 36m+n=453636m+n=4536.

In equation 2, we have 518472m+n=648+36m2n5184-72m+n=-648+36m-2n, so 108m3n=5832    36mn=1944108m-3n=5832\implies 36m-n=1944.

In equation 3, 28812294m+3n=2268126m+7n28812-294m+3n=2268-126m+7n, so 168m+4n=26544    42m+n=6636168m+4n=26544\implies 42m+n=6636.

Then in equation 4, 28812294m+3n=2268+126m7n28812-294m+3n=-2268+126m-7n, so 420m10n=31080    42mn=3108420m-10n=31080\implies 42m-n=3108.

Now, recall our earlier condition how both of those equations with the ±\pm must be true. Then we have four cases of which are true: Equations 1 and 3, 1 and 4, 2 and 3, and 2 and 4.

Case 1: Equations 1 and 3 are true

We then have 36m+n=453636m+n=4536 and 42m+n=663642m+n=6636. Subtracting the equations gives 6m=2100    m=3506m=2100\implies m=350. However, it is obvious that nn is negative. But then this would force that one of the roots in the quadratic x2mx+nx^2-mx+n are negative, which contradicts our initial assumption that it occurs in the positive reals xx. This case doesn't provide any solutions.

Case 2: Equations 1 and 4 are true

It requires 36m+n=453636m+n=4536 and 42mn=310842m-n=3108. Adding the two equations gives 78m=7644    m=9878m=7644\implies m=98. Then nn is positive, so this case does indeed work. Applying the relationship k=2m188k=2m-188 from earlier gives k=8k=8 as a possibility.

Case 3: Equations 2 and 3 are true

Then 36mn=194436m-n=1944 and 42m+n=663642m+n=6636. Adding the two equations, 78m=8580    m=11078m=8580\implies m=110. nn is indeed positive, so this case provides k=2110188=32k=2\cdot 110-188=32.

Case 4: Equations 2 and 4 are true

The two equations are 36mn=194436m-n=1944 and 42mn=310842m-n=3108. Subtracting the first from the second, we see that 6m=1164    m=1946m=1164\implies m=194. We find that nn is also positive here, so it works. Then it can be easily found that k=2194188=200k=2\cdot 194-188=200.

Therefore, our possible values of kk are k=8,32,200k=8,32,200, so the answer is 240\boxed{240}.

~ethanzhang1001

Video Solution

2025 AIME II #15

MathProblemSolvingSkills.com