2

Solve in postive integer the equation $$(x+2)(y+2)(z+2)=(x+y+z+2)^2$$ It is rather easy to find several parametric solutions, (such $(a,b,c)=(2,1,1),(2,2,2)$).but it seems harder to find a complete enumeration of all the solutions.

and I have proved it for these some solutions : since we have $$x^2+y^2+z^2=xyz+4$$ because we have $$\left(a+\dfrac{1}{a}\right)^2+\left(b+\dfrac{1}{b}\right)^2+\left(c+\dfrac{1}{c}\right)^2=\left(a+\dfrac{1}{a}\right)\left(b+\dfrac{1}{b}\right)\left(c+\dfrac{1}{c}\right)+4,abc=1$$ so Let $$x=a+\dfrac{1}{a},y=b+\dfrac{1}{b},z=c+\dfrac{1}{c},abc=1,a,b,c>0$$

It seems that there are no nontrivial solutions , but I cannot prove this.

3 Answers3

2

Happened on this nice page, short version of one written by A. Baragar, https://www.encyclopediaofmath.org/index.php/Hurwitz_equation

You have a very slight variation of the originals; Hurwitz briefly considers adding a constant on the last page of his 1907 article. Indeed, the right hand side may be taken to be any sum of elementary symmetric polynomials, with integer coefficients. This includes, for example, Apollonian circle packing. In the Apollonian problem the solutions do not split up into trees, a phenomenon which is fairly easy to prove for this problem. Here is a good example of a problem with mixed symmetric functions that has the more typical behavior of finitely many trees. Diophantine quartic equation in four variables

This is related to the Markov Numbers. https://en.wikipedia.org/wiki/Markov_number

It is unusual that the solutions are gathered into an infinite number of trees, each with root solution $(2,t,t)$ as observed in another answer. This leads to a second "singular" solution $(t^2 - 2, t, t).$ After that we get triples with distinct elements. I did a small portion of the tree with root $(2,3,3).$

enter image description here

Travel within the tree is accomplished by three transformations: given a solution $(x,y,z)$ we get three other solutions $$ (yz - x,y,z), $$ $$ (x, zx - y, z )$$ $$ (x,y,xy -z). $$ If anyone of these is done twice in a row, all that happens is a return to the beginning triple. For the vast majority of solutions, one of the transformations reduces $x+y+z,$ so that a careful choice of transformations eventually gets us to a root $(2,t,t).$ ALSO: any of the transformations make no change to $\gcd(x,y,z).$ Given that the root element is $(2,t,t),$ we get $\gcd(x,y,z)= 1$ when $t \geq 3$ is odd, but $\gcd(x,y,z)= 2$ when $t \geq 4$ is even.

The best reference for this sort of problem is Hurwitz (1907). A Hurwitz fundamental solution, in order, is $(x,y,z)$ with $x \geq y \geq z > 0,$ with the key condition being $2x \leq yz.$ we know that $(t,t,2)$ is a fundamental solution for $t \geq 2,$ and not an isolated solution when $t \geq 3.$ A little fiddling with indefinite binary quadratic forms shows that we do NOT have a fundamental solution if $z \geq 3.$ So, actual fundamental solutions are $(t,t,2).$ There is also an isolated solution $(2,1,1).$

enter image description here

enter image description here

Saturday, put this at the end. We have, for this problem, an infinite number of roots $(t,t,2).$ We could call these $x_1 \geq x_2 \geq x_3$ to better fit Hurwitz. He calls such a root a fundamental solution, or Grundlösung. His equation is $$ x_1^2 + x_2^2 + \cdots x_n^2 = A x_1 x_2 \cdots x_n. $$ He takes $$ x_1 \geq x_2 \geq x_3 \geq \cdots \geq x_n. $$ A Grundlösung also satisfies $$ 2 x_1^2 \leq A x_1 x_2 \cdots x_n. $$ On page 189, he reaches formula (15) for fundamental solutions, $$ A x_3 x_4 \cdots x_n \leq n. $$ Thus there are finitely many such $A$ and $x_3 \geq \cdots \geq x_n. $ Finally, when $x_1 = x_2,$ we get $$ 2x_1^2 + x_3^2 + \cdots x_n^2 = A x_1^2 x_3 \cdots x_n, $$ or $$ ( A x_3 x_4 \cdots x_n - 2) x_1^2 = x_3^2 + x_4^2 + \cdots x_n^2 $$ For each of the finitely many such $A$ and $x_3 \geq \cdots \geq x_n, $ there is at most one $x_1.$ All together, there is finiteness when $x_1 = x_2$ in the Hurwitz-Markov equation. Indeed, when $n=10,$ there are three, $$ A = 10, (1,1,1,1,1,1,1,1,1,1), $$ $$ A = 4, (2,2,1,1,1,1,1,1,1,1), $$ $$ A = 1, (4,4,3,1,1,1,1,1,1,1). $$

Largely because of the constant term $4,$ the problem in this question has infinitely many fundamental solutions $(x_1, x_1, 2),$ where we have been calling $x_1 = t.$

Will Jagy
  • 139,541
1

There are infinitely many solutions. All integral solutions $(x,y,z)$ satisfy

$$x=\frac{yz\pm kuv}{2}$$

and two Pell equations,

$$y^2-ku^2=4\\ z^2-kv^2=4$$

where $k,u,v\in\mathbb{Z}$.


One can then show that $(x,y,z)=\left(bc+1/bc,b+1/b,c+1/c\right)$ or $(x,y,z)=(b/c+c/b,b+1/b,c+1/c)$, but both forms can be rewritten as $(x,y,z)=(a+1/a,b+1/b,c+1/c)$ with $abc=1$. Here, $a,b,c$ can be complex numbers (which happens when some of $x,y,z$ lies in $\{-1,0,+1\}$).

Rational solutions are also given by the same parametrization (with $k,u,v\in\mathbb{Q}$ or with $a,b,c\in\mathbb{C}$ such that $abc=1$).

An infinite family of solutions $(x,y,z)$ with $x,y,z\in\mathbb{N}$ is $(x,y,z)=\left(t^2-2,t,t\right)$, where $t>1$ is an integer. Another family is $(x,y,z)=(2,t,t)$ with $t\in\mathbb{N}$.

Batominovski
  • 49,629
  • +1 But edited for clarity. – Tito Piezas III Jan 08 '16 at 16:32
  • @TitoPiezasIII the solutions occur in an infinite collection of trees, just like the one tree of https://en.wikipedia.org/wiki/Markov_number – Will Jagy Jan 08 '16 at 16:55
  • 1
    Batominovski, each of your $(2,t,t)$ solutions is the root of a Markov-Hurwitz tree, with second singular solution $(t^2 - 2,t,t)$ but above that triples with three distinct entries; however, in this problem those distinct entries are repeated elsewhere n the tree. Best reference is in German, Hurwitz(1907). Very enjoyable. I have a pdf. Anyway, see my answer. – Will Jagy Jan 08 '16 at 17:45
  • 1
    Batominovski, sent. – Will Jagy Jan 08 '16 at 20:24
  • @WillJagy: Thanks for the reference. – Tito Piezas III Jan 09 '16 at 02:27
  • @TitoPiezasIII the paper pdf I sent was Hurwitz as mentioned here: https://www.encyclopediaofmath.org/index.php/Hurwitz_equation – Will Jagy Jan 09 '16 at 03:02
0

For the equation.

$$(x+2)(y+2)(z+2)=(x+y+z+2)^2$$

If we use the solutions of Pell equations.

$$p^2-(z^2-4)s^2=1$$

Using my replacement.

$$a=p^2-2(z+2)ps+(z^2-4)s^2$$

$$b=p^2-2zps+(z^2-4)s^2$$

Decisions will be.

$$x=-2a^2+2(z+2)ab-z(z+2)b^2$$

$$y=-za^2+2(z+2)ab-2(z+2)b^2$$

individ
  • 4,301