Find all pairwise co-prime odd integers $u,v,r,s$ such that $$u^2-v^2=3r^2+s^2$$
It is easy to confirm that if $u,v,r,s$ are odd, both sides of this equation are a multiple of 4. So it is solvable.
Now, is there an elementary method to find those integers?Any hints will be greatly appreciated.
All solutions of $$ 3 r^2 + s^2 + v^2 = u^2 $$ with $$ \gcd(r,s,v,u) = 1 $$ are given by $$ r = 2 wz + 2 x y, $$ $$ s = w^2 - x^2 + 3 y^2 - 3 z^2, $$ $$ v = 6 y z - 2 wx, $$ $$ u = w^2 + x^2 + 3 y^2 + 3 z^2. $$ If desired, we may switch $s,v.$
For the question asked, this is simply confirming that $r$ and $v$ are even.
Corollary of Theorem 3 in Jones and Pall 1939.