Maths Olympiad Prep

Library / /8 of 10

, 2011

Algebra Difficulty 5.7 AIME, harder Prove it India

Let P1(x)=ax2bxcP_1(x) = a x^2 - b x - c, P2(x)=bx2cxaP_2(x) = b x^2 - c x - a, P3(x)=cx2axbP_3(x) = c x^2 - a x - b be three quadratic polynomials where aa, bb, cc are non-zero real numbers. Suppose there exists a real number α\alpha such that P1(α)=P2(α)=P3(α)P_1(\alpha) = P_2(\alpha) = P_3(\alpha). Prove that a=b=ca = b = c.

Solution

We have three relations:
aα2bαc=λ,bα2cαa=λ,cα2aαb=λ, \begin{aligned} a \alpha^2 - b \alpha - c &= \lambda, \\ b \alpha^2 - c \alpha - a &= \lambda, \\ c \alpha^2 - a \alpha - b &= \lambda, \end{aligned}
where λ\lambda is the common value. Eliminating α2\alpha^2 from these, taking these equations pairwise, we get three relations:
(cab2)α(bca2)=λ(ba),(abc2)α(cab2)=λ(cb),(bca2)(abc2)=λ(ac). \begin{aligned} (c a - b^2) \alpha - (b c - a^2) &= \lambda (b - a), \\ (a b - c^2) \alpha - (c a - b^2) &= \lambda (c - b), \\ (b c - a^2) - (a b - c^2) &= \lambda (a - c). \end{aligned}
Adding these three, we get
(ab+bc+caa2b2c2)(α1)=0. (a b + b c + c a - a^2 - b^2 - c^2)(\alpha - 1) = 0.
(Alternatively, multiplying above relations respectively by bcb-c, cac-a and aba-b, and adding also leads to this.) Thus either ab+bc+caa2b2c2=0a b + b c + c a - a^2 - b^2 - c^2 = 0 or α=1\alpha = 1. In the first case
0=ab+bc+caa2b2c2=12((ab)2+(bc)2+(ca)2) 0 = a b + b c + c a - a^2 - b^2 - c^2 = \frac{1}{2}((a-b)^2 + (b-c)^2 + (c-a)^2)
shows that a=b=ca = b = c. If α=1\alpha = 1, then we obtain
abc=bca=cab, a - b - c = b - c - a = c - a - b,
and once again we obtain a=b=ca = b = c.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic and difficulty added by this site.