Question. Show that the quadratic form $f(x,y,z):=5x^2+7y^2-13z^2$ has a non-trivial rational root.
I am aware that to approach this problem, we need to use Hasse-Minkowski and investigate the behaviour of $f$ over $\Bbb Q_p^3$ and $\Bbb R^3$ before concluding over $\Bbb Q^3$. I have since found this exact example in this paper on page 20 and have a query pertaining to this.
- Why in the first case has the author looked at primes that don't divide $2,5,7,13$ specifically? It is probably something to do with the coefficients, however I notice that $2$ doesn't appear in the coefficients of $f$.
Thanks in advance.
The best treatment of this is Cassels, Rational Quadratic Forms. And 2 does divide the discriminant. Note that, for integer solutions, either $y$ or $z$ must be even. We get infinitely many (possibly all, requires more checking) primitive integer solutions by four recipes: $$ \color{blue}{ x = | \; 5 u^2 + 18uv - 2 v^2 \; | \; , \; \; y = | \; 7 u^2 -6uv - 8 v^2 \; | \; , \; \; z = \; 6 u^2 + 2uv + 6 v^2 \; \; . \; \;} $$
$$ \color{red}{ x = | \; 6 u^2 + 10uv - 11 v^2 \; | \; , \; \; y = | \; -2 u^2 +14uv + 8 v^2 \; | \; , \; \; z = \; 4 u^2 + 2uv + 9 v^2 \; \; . \; \;} $$
$$ \color{magenta}{ x = | \; 3 u^2 -4 uv - 29 v^2 \; | \; , \; \; y = | \; u^2 +16uv - v^2 \; | \; , \; \; z = \; 2 u^2 + 2uv + 18 v^2 \; \; . \; \;} $$
$$ \color{green}{ x = | \; u^2 - 18uv - 10 v^2 \; | \; , \; \; y = | \; 4 u^2 + 6uv -14 v^2 \; | \; , \; \; z = \; 3 u^2 + 2uv + 12 v^2 \; \; . \; \;} $$
Let's see, we take $u,v$ relatively prime integers in the above. It is still possible for $\gcd(x,y,z)$ to be larger than $1$ for some relationships between $u,v,$ if I have really gotten a complete list then the annoying imprimitive solutions can just be discarded. Indeed, in the first recipe we also need $u$ odd, in the second recipe we need $v$ odd. Recall similar such rules when parametrizing Pythagorean triples as $(m^2 - n^2, 2mn, m^2 + n^2)$ with coprime $m,n$ AND $m+n$ odd. I labelled the four recipes as A,B,C,D. Compared with a brute force search.
-----------------==========