返回题库

AIME 1983 · 第 5 题

AIME 1983 — Problem 5

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Suppose that the sum of the squares of two complex numbers xx and yy is 77 and the sum of the cubes is 1010. What is the largest real value that x+yx + y can have?

解析

Solutions

Solution 1

One way to solve this problem is by substitution. We have

x2+y2=(x+y)22xy=7x^2+y^2=(x+y)^2-2xy=7 and x3+y3=(x+y)(x2xy+y2)=(7xy)(x+y)=10x^3+y^3=(x+y)(x^2-xy+y^2)=(7-xy)(x+y)=10

Hence observe that we can write w=x+yw=x+y and z=xyz=xy.

This reduces the equations to w22z=7w^2-2z=7 and w(7z)=10w(7-z)=10.

Because we want the largest possible ww, let's find an expression for zz in terms of ww.

w27=2z    z=w272w^2-7=2z \implies z=\frac{w^2-7}{2}.

Substituting, w321w+20=0w^3-21w+20=0, which factorizes as (w1)(w+5)(w4)=0(w-1)(w+5)(w-4)=0 (the Rational Root Theorem may be used here, along with synthetic division).

The largest possible solution is therefore x+y=w=004x+y=w=\boxed{004}.

Solution 2

An alternate way to solve this is to let x=a+bix=a+bi and y=c+diy=c+di.

Because we are looking for a value of x+yx+y that is real, we know that d=bd=-b, and thus y=cbiy=c-bi.

Expanding x2+y2=7+0ix^2+y^2=7+0i will give two equations, since the real and imaginary parts must match up.

(a+bi)2+(cbi)2=7+0i(a+bi)^2+(c-bi)^2=7+0i (a2+c22b2)+(2ab2cb)i=7+0i(a^2+c^2-2b^2)+(2ab-2cb)i=7+0i

Looking at the imaginary part of that equation, 2ab2cb=02ab-2cb=0, so a=ca=c, and xx and yy are actually complex conjugates.

Looking at the real part of the equation and plugging in a=ca=c, 2a22b2=72a^2-2b^2=7, or 2b2=2a272b^2=2a^2-7.

Now, evaluating the real part of (a+bi)3+(abi)3(a+bi)^3+(a-bi)^3, which equals 1010 (ignoring the odd powers of ii, since they would not result in something in the form of 10+0i10+0i):

a3+3a(bi)2+a3+3a(bi)2=10a^3+3a(bi)^2+a^3+3a(-bi)^2=10 2a36ab2=102a^3-6ab^2=10

Since we know that 2b2=2a272b^2=2a^2-7, it can be plugged in for b2b^2 in the above equation to yield:

2a33a(2a27)=102a^3-3a(2a^2-7)=10 4a3+21a=10-4a^3+21a=10 4a321a+10=04a^3-21a+10=0

Since the problem is looking for x+y=2ax+y=2a to be a positive integer, only positive half-integers (and whole-integers) need to be tested. From the Rational Roots theorem, a=10,a=5,a=52a=10, a=5, a=\frac{5}{2} all fail, but a=2a=2 does work. Thus, the real part of both numbers is 22, and their sum is 004\boxed{004}.

Solution 3

Begin by assuming that xx and yy are roots of some polynomial of the form w2+bw+cw^2+bw+c, such that by Vieta's Formulas and some algebra (left as an exercise to the reader), b22c=7b^2-2c=7 and 3bcb3=103bc-b^3=10. Substituting c=b272c=\frac{b^2-7}{2}, we deduce that b321b20=0b^3-21b-20=0, whose roots are 4-4, 1-1, and 55. Since b-b is the sum of the roots and is maximized when b=4b=-4, the answer is (4)=004-(-4)=\boxed{004}.

Solution 4

x3+y3=10=(x+y)(x2xy+y2)=(x+y)(7xy)    xy=710x+y.x^3 + y^3 = 10 = (x+y)(x^2-xy+y^2) = (x+y)(7-xy) \implies xy = 7 - \frac{10}{x+y}. Also, (x+y)3=x3+3x2y+3xy2+y3=10+3xy(x+y).(x+y)^3 = x^3 + 3x^2y+3xy^2+y^3 = 10 + 3xy(x+y). Substituting our above into this, we get 10+3(710x+y)(x+y)=21x+21y20=(x+y)310 + 3(7-\frac{10}{x+y})(x+y) = 21x+21y-20 = (x+y)^3. Letting p=x+yp = x+y, we have that p321p+20=0p^3 - 21p + 20 = 0. Testing p=1p = 1, we find that this is a root, to get (p1)(p2+p20)=0    p=5,1,4    4(p-1)(p^2+p-20) = 0 \implies p = -5, 1, 4 \implies \boxed{4}