Maths Olympiad Prep

Library / /6 of 45

, 2009

Algebra Difficulty 8.0 National Olympiad, round 2 Prove it United States

Find all triples (x,y,z)(x, y, z) of real numbers that satisfy the system of equations
{x3=3x12y+50,y3=12y+3z2,z3=27z+27x. \begin{cases} x^3 = 3x - 12y + 50, \\ y^3 = 12y + 3z - 2, \\ z^3 = 27z + 27x. \end{cases}

Solution

Solution 1. Rewrite the system as
{x33x2=12(y4),y312y16=3(z6),z327z54=27(x2). \begin{cases} x^3 - 3x - 2 = -12(y - 4), \\ y^3 - 12y - 16 = 3(z - 6), \\ z^3 - 27z - 54 = 27(x - 2). \end{cases}
Then factor the left sides to obtain
{(x+1)2(x2)=12(y4),(y+2)2(y4)=3(z6),(z+3)2(z6)=27(x2). \begin{cases} (x+1)^2(x-2) = -12(y-4), \\ (y+2)^2(y-4) = 3(z-6), \\ (z+3)^2(z-6) = 27(x-2). \end{cases}
Multiplying the three equations and moving everything to one side we obtain
(x2)(y4)(z6)[((x+1)(y+2)(z+3))2+972]=0. (x-2)(y-4)(z-6)[((x+1)(y+2)(z+3))^2 + 972] = 0.
Since squares are nonnegative, either x=2x = 2 or y=4y = 4 or z=6z = 6. But by examining the above system we see that any of these equalities implies the other two. This gives the unique solution (x,y,z)=(2,4,6)(x, y, z) = (2, 4, 6).

Solution 2 (By Gabriel Carroll). Write
F(x)=x33x5012,G(y)=y312y+23,H(z)=z327z27. \begin{align*} F(x) &= \frac{x^3 - 3x - 50}{-12}, \\ G(y) &= \frac{y^3 - 12y + 2}{3}, \\ H(z) &= \frac{z^3 - 27z}{27}. \end{align*}
Then y=F(x)y = F(x), z=G(y)z = G(y), x=H(z)x = H(z). Because 4F(x)=x21-4F(x)' = x^2 - 1, F(x)F(x) is increasing on the interval [1,1][-1, 1] (and decreasing otherwise), with F(1)=F(2)=4F(-1) = F(2) = 4. Likewise, we can show that G(x)G(x) is decreasing on [2,2][-2, 2] (and increasing otherwise), with G(2)=G(4)=6G(-2) = G(4) = 6; and H(x)H(x) is decreasing on [3,3][-3, 3] (and increasing otherwise), with H(3)=H(6)=2H(-3) = H(6) = 2.
If x>2x > 2 then we get y=F(x)<F(2)=4y = F(x) < F(2) = 4. Consequently, z=G(y)6z = G(y) \le 6 and so x=H(z)2x = H(z) \le 2, which is a contradiction. Likewise, if x<2x < 2 then y4y \ge 4, z6z \ge 6, and x2x \ge 2, which is a contradiction again. Hence x=2x = 2, leading to the unique solution (x,y,z)=(2,4,6)(x, y, z) = (2, 4, 6).

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 reproduced verbatim; metadata (topic, difficulty) added by this project.