MHB Prove Divisibility: $(x-y)^2+(y-z)^2+(z-x)^2=xyz$ yields $x^3+y^3+z^3$

Click For Summary
The equation $(x-y)^2+(y-z)^2+(z-x)^2=xyz$ establishes a relationship among the integers x, y, and z. The goal is to prove that the expression $x^3+y^3+z^3$ is divisible by $x+y+z+6$. Participants in the discussion explore various algebraic manipulations and substitutions to demonstrate this divisibility. The proof involves analyzing the conditions under which the initial equation holds and applying properties of symmetric polynomials. Ultimately, the conclusion reinforces the divisibility of the cubic sum by the linear expression.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Let $x,\,y,\,z$ be integers such that $(x-y)^2+(y-z)^2+(z-x)^2=xyz$, prove that $x^3+y^3+z^3$ is divisible by $x+y+z+6$.
 
Mathematics news on Phys.org
anemone said:
Let $x,\,y,\,z$ be integers such that $(x-y)^2+(y-z)^2+(z-x)^2=xyz$, prove that $x^3+y^3+z^3$ is divisible by $x+y+z+6$.

We know $x^3+y^3+z^3 - 3xyz = \frac{1}{2}(x+y+z)((x-y)^2 + (y-z)^2 + (z-x)^2)$

Hence $x^3+y^3+z^3 = 3xyz + \frac{1}{2}(x+y+z)((x-y)^2 + (y-z)^2 + (z-x)^2)$

Hence $x^3+y^3+z^3 = 3xyz + \frac{1}{2}(x+y+z)(xyz)$ (putting the value from given condition)

Or $x^3+y^3+z^3 = xyz( 3 + \frac{1}{2}(x+y+z))$

Or $x^3+y^3+z^3 = \frac{xyz}{2}( 6 + x+y+z)$

If we can prove that xyz is even then we are through

As (x-y), (y-z) and (z-x) sum to give zero so atleast one of them is even. So xyz is even from the given condition so $\frac{xyz}{2}$ is an integer and hence $x^3+y^3+z^3$ is multiple of $(6 + x+y+z)$
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...