Is there a method for determining if a system of quadratic diophantine equations has any solutions?
My specific question is: \begin{align*} a^2+b^2&=c^2\\[4pt] 2a^2+b^2&=d^2\\ \end{align*} I want to know if there are any positive integers $a, b, c, d$ which satisfy both equations.
The question came from my student and I cannot answer her in class.
For the system of equations:
$$\left\{\begin{aligned}&a^2+b^2=c^2\\&a^2+qb^2=w^2\end{aligned}\right.$$
If you can decompose the coefficient multipliers as follows: $q=(p\pm1)(s\pm1)$
Their work squares: $ps=t^2$
Then decisions can be recorded.
$$a=p-s$$
$$b=2t$$
$$c=p+s$$
$$w=\mp2q+p+s\pm2$$
You can add another simple option.
If the ratio can be written as: $q=2t^2-1$
Then decisions can be recorded.
$$a=t^2-1$$
$$b=2t$$
$$c=t^2+1$$
$$w=3t^2-1$$