返回题库

AIME 2018 I · 第 5 题

AIME 2018 I — Problem 5

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem 5

For each ordered pair of real numbers (x,y)(x,y) satisfying

log2(2x+y)=log4(x2+xy+7y2)\log_2(2x+y) = \log_4(x^2+xy+7y^2) there is a real number KK such that

log3(3x+y)=log9(3x2+4xy+Ky2).\log_3(3x+y) = \log_9(3x^2+4xy+Ky^2). Find the product of all possible values of KK.

解析

Solution 1

Using the logarithmic property loganbn=logab\log_{a^n}b^n = \log_{a}b, we note that

(2x+y)2=x2+xy+7y2(2x+y)^2 = x^2+xy+7y^2 That gives

x2+xy2y2=0x^2+xy-2y^2=0 upon simplification and division by 33. Factoring x2+xy2y2=0x^2+xy-2y^2=0 gives

(x+2y)(xy)=0(x+2y)(x-y)=0 Then,

x=y or x=2yx=y \text{ or }x=-2y From the second equation,

9x2+6xy+y2=3x2+4xy+Ky29x^2+6xy+y^2=3x^2+4xy+Ky^2 If we take x=yx=y, we see that K=9K=9. If we take x=2yx=-2y, we see that K=21K=21. The product is 189\boxed{189}.

-expiLnCalc

Solution 2

Do as done in Solution 1 to get

x2+xy2y2=0x^2+xy-2y^2=0     (xy)2+xy2=0\implies (\frac{x}{y})^2+\frac{x}{y}-2=0     xy=1±1+82=1,2\implies \frac{x}{y}=\frac{-1\pm\sqrt{1+8}}{2}=1,-2 Do as done in Solution 1 to get

9x2+6xy+y2=3x2+4xy+Ky29x^2+6xy+y^2=3x^2+4xy+Ky^2     6x2+2xy+(1K)y2=0\implies 6x^2+2xy+(1-K)y^2=0     6(xy)2+2xy+(1K)=0\implies 6(\frac{x}{y})^2+2\frac{x}{y}+(1-K)=0     xy=2±424(1K)12\implies \frac{x}{y}=\frac{-2\pm \sqrt{4-24(1-K)}}{12}     xy=2±26K512=1±6K56\implies \frac{x}{y}=\frac{-2\pm 2\sqrt{6K-5}}{12}=\frac{-1\pm \sqrt{6K-5}}{6} If xy=1\frac{x}{y}=1 then

1=1±6K561=\frac{-1\pm \sqrt{6K-5}}{6}     6=1±6K5\implies 6=-1\pm \sqrt{6K-5}     7=±6K5\implies 7=\pm \sqrt{6K-5}     49=6K5\implies 49=6K-5     K=9\implies K=9 If xy=2\frac{x}{y}=-2 then

2=1±6K56-2=\frac{-1\pm \sqrt{6K-5}}{6}     12=1±6K5\implies -12=-1\pm \sqrt{6K-5}     11=6K5\implies -11=\sqrt{6K-5}     121=6K5\implies 121=6K-5     126=6K\implies 126=6K     K=21\implies K=21 Hence our final answer is 219=18921\cdot 9=\boxed{189} -vsamc\newline

Solution 3 (Official MAA)

Because x2+xy+7y2=(x+y2)2+274y2>0,x^2+xy+7y^2=\left(x+\tfrac{y}{2}\right)^2+\tfrac{27}{4}y^2>0, the right side of the first equation is real. It follows that the left side of the equation is also real, so 2x+y>02x+y>0 and

log2(2x+y)=log22(2x+y)2=log4(4x2+4xy+y2).\log_2(2x+y)=\log_{2^2}(2x+y)^2=\log_4(4x^2+4xy+y^2). Thus 4x2+4xy+y2=x2+xy+7y2,4x^2+4xy+y^2=x^2+xy+7y^2, which implies that 0=x2+xy2y2=(x+2y)(xy).0=x^2+xy-2y^2=(x+2y)(x-y). Therefore either x=2yx=-2y or x=y,x=y, and because 2x+y>0,2x+y>0, xx must be positive and 3x+y=x+(2x+y)>0.3x+y=x+(2x+y)>0. Similarly,

log3(3x+y)=log32(3x+y)2=log9(9x2+6xy+y2).\log_3(3x+y)=\log_{3^2}(3x+y)^2=\log_9(9x^2+6xy+y^2). If x=2y0,x=-2y\ne 0, then 9x2+6xy+y2=36y212y2+y2=25y2=3x2+4xy+Ky29x^2+6xy+y^2=36y^2-12y^2+y^2=25y^2=3x^2+4xy+Ky^2 when K=21.K=21. If x=y0,x=y\ne 0, then 9x2+6xy+y2=16y2=3x2+4xy+Ky29x^2+6xy+y^2=16y^2=3x^2+4xy+Ky^2 when K=9.K=9. The requested product is 219=189.21\cdot9=189.