I am trying to figure out integer solutions to the following equation
$$\sqrt{x_1}+\sqrt{x_2}+\cdots+\sqrt{x_k}=\sqrt{y},$$
where $x_1,...,x_k,y$ are variables and $k$ is a positive integer $\geq2$.
It is easy to see that if $a_1+a_2+\cdots+a_k=b$, then $(x_1,x_2,...,x_k,y)=(a_1^2,a_2^2,...,a_k^2,b^2)$ is a solution.
It is also easy to see that for all $a\in\mathbb{N}$, $(x_1,x_2,...,x_k,y)=(a,a,...,a,k^2a)$ is a solution.
Are these all the solutions we have?