Let $\gcd(x,y,z)=1$.Can we find 3 non-perfect squares $x,y,z\in \mathbb{Z},$ such that $a \in \mathbb{Z} \geq 2$ $$a=\left(\sqrt{2(\sqrt{y}+\sqrt{z})(\sqrt{x}+\sqrt{z})}-\sqrt{y}-\sqrt{z}\right)^2$$ I cannot seem to find any such triplets. Any hints on how to prove it?
2026-03-26 14:22:17.1774534937
On
Can $a=\left(\sqrt{2(\sqrt{y}+\sqrt{z})(\sqrt{x}+\sqrt{z})}-\sqrt{y}-\sqrt{z}\right)^2$ be an integer if $x$, $y$, and $z$ are not squares?
80 Views Asked by user97615 https://math.techqa.club/user/user97615/detail At
2
There are 2 best solutions below
1
On
Let $y=k^2$, $z=r^2$ and $x=c^2$(with $k,r,c$ integers) then the expression becomes: $$(\sqrt {2\cdot (k+r)(c+r)}-k-r)^2$$ Now for $a$ to be an integer $$2(k+r)(c+r)=n^2$$ with $n$ integer. We put $$k+r=2^{2p+1}\cdot t^s$$ And $$c+r=t^v$$ (or vice versa,with $v$ and $s$ both odd or even). If $r=1$ $$k=2^{2p+1}\cdot t^s-1$$ And $$c=t^v-1$$. This can be a solution.
Checking a solution given by Winther in comments beneath the OP led me to the following:
This is seen by writing
$$\sqrt{2(\sqrt x+\sqrt z)(\sqrt y+\sqrt z)}=\sqrt x+\sqrt y+\sqrt z$$
squaring both sides and expanding to get
$$2(\sqrt{xy}+\sqrt{xz}+\sqrt{yz}+z)=x+y+z+2(\sqrt{xy}+\sqrt{xz}+\sqrt{yz})$$
and then cancelling left and right, leaving $z=x+y$.
Whether this gives all solutions to the OP's equation remains to be seen. (I'm not offering an opinion one way or the other.)