MHB Can You Prove This Integer Property in Real Numbers?

  • Thread starter Thread starter anemone
  • Start date Start date
  • Tags Tags
    2016
AI Thread Summary
The problem involves proving that the expression \((x+y+2z)(2x^2-y^2-z^2)/((x-y)(x+z)(y+z))\) is an integer given the conditions \(x^2+y^2=2z^2\), \(x\ne y\), \(z\ne -x\), and \(z\ne -y\). Two members, kaliprasad and Opalg, provided correct solutions to the problem. The discussion highlights the importance of understanding the relationships between the variables and the implications of the given equation. The solutions emphasize algebraic manipulation and properties of integers in the context of real numbers. This mathematical exploration showcases the depth of integer properties in real number equations.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Here is this week's POTW:

-----

The real numbers $x,\,y$ and $z$ are such that $x^2+y^2=2z^2$, $x\ne y,\,z\ne -x,\,z\ne -y$.

Prove that $$\frac{(x+y+2z)(2x^2-y^2-z^2)}{(x-y)(x+z)(y+z)}$$ is an integer.

-----

Remember to read the http://www.mathhelpboards.com/showthread.php?772-Problem-of-the-Week-%28POTW%29-Procedure-and-Guidelines to find out how to http://www.mathhelpboards.com/forms.php?do=form&fid=2!
 
Physics news on Phys.org
Congratulations to the following members for their correct solution::)

1. kaliprasad
2. Opalg

Solution from kaliprasad:
We have $4x^2- 2y^2 -2z^2 = 4x^2 - 2y^2 - (x^2 +y^2) = 3(x^2-y^2) = 3(x-y)(x+y)\cdots(1)$ (by the given relation)
Now the numerator

$(x+y+2z)(2x^2-y^2-z^2)$
$= \frac{3}{2}(x+y + 2z)(x+y)(x-y)$
$= \frac{3}{2}((x+y)^2 + 2z(x+y))(x-y)$
$= \frac{3}{2}(x^2+y^2+ 2xy + 2z(x+y))(x-y)$
$= \frac{3}{2}(2z^2 + 2xy + 2z (x+y))(x-y)$ using $x^2 + y ^2 = 2z^2$
$= 3(z^2+ xy + zx + zy)(x-y)$
$= 3(z+ x)(z+ y)(x-y)$

Hence $\dfrac{(x+y+2z)(2x^2-y^2-z^2)}{(x-y)(x+z)(y+z)} = \dfrac{3(x-y)(x+z)(y+z)}{(x-y)(x+z)(y+z)} = 3$, which is an integer.
Alternate solution from Opalg:
Let $$A = (x+y+2z)(2x^2 - y^2 - z^2) = (2x^3 - y^3 - 2z^3) + (2x^2y - 2y^2z - z^2x) + (4x^2z - y^2x - z^2y),$$ $$B = (x-y)(x+z)(y+z) = (x^2y - y^2z + z^2x) + (x^2z - y^2x - z^2y).$$ If $x^2 + y^2 = 2z^2$ then $$x^3 = x\cdot x^2 = x(2z^2-y^2) = 2z^2x - y^2x,$$ and similarly $$y^3 = 2z^2y - x^2y,$$ $$2z^3 = x^2z + y^2z.$$ Substitute those expressions for $x^3$, $y^3$, $2z^3$ into $A$ to get $$\begin{aligned}A &= 2(2z^2x - y^2x) - (2z^2y - x^2y) - (x^2z + y^2z) + (2x^2y - 2y^2z - z^2x) + (4x^2z - y^2x - z^2y) \\ &= (3x^2y - 3y^2z + 3z^2x) + (3x^2z - 3y^2x - 3z^2y) = 3B. \end{aligned}$$ The other conditions of the problem say that $B\ne0$, so we can conclude that $\dfrac AB = 3.$
 
Back
Top