Rational Points on Hyperelliptic Curves – A Detailed Study

diophantine equationshyperelliptic-curvesnt.number-theoryrational-points

I have the following hyperelliptic curve of genus $2$:
$$
y^2 = 561 x^6 – 41904 x^5 + 627264 x^4 + 11860992 x^3 – 197074944 x^2 + 124416^2
$$
I need to find all the rational points on this curve. There is one obvious point at $(0, 124416)$. I have some experience in finding rational points on elliptic curves. I also have the reference Handbook of Elliptic and Hyperelliptic Curve Cryptography (Discrete Mathematics and Its Applications). Most of this work uses genus $2$ curves reduced to quintic form. So a related question is how to transform this sextic to the quintic form.

Thank you

Lorenz Menke

A question as to where this problem originates. The nuclear electric quadrupole Hamiltonian characteristic equation for spin $9/2$ is
$$
E_p^5 – 99 (3 + z)E_p^3 – 1188(1 – z)E_p^2 + 1188(3 + z)^2 E_p + 11664(3 + z)(1 – z)
$$
where the energy states are $E = 2 E_p$ and $z = \eta^2$ where $\eta$ is the asymmetry parameter. Now solve this equation for $z$. The above sextic is the square root term. Thus when the sextic is a perfect square for a rational energy state the resultant asymmetry parameter squared is also a rational. This set of rational points of this sextic are the values that result in the quadrupole quintic Galois factoring into a linear times a quartic. The only other values of $z$ that reduce this quintic are $z = 0, 1, -3,$ and $9$. The goal is to find all the points $z$ such that the quintic factors over the rationals.

Best Answer

By now there is a fairly rich literature on computing the set of rational points on curves of higher genus, see for example my survey paper on "Rational points on curves".

What one can do for your concrete curve is this. First, one can simplify the curve equation (even more than Noam did); your curve is isomorphic to $$y^2 = x^6 - 12 x^5 - 6 x^4 + 82 x^3 + 1461 x^2 - 630 x + 225.$$ Then most methods aiming at finding the set of rational points use the group of rational points on the Jacobian variety of the curve (which by the Mordell-Weil theorem is a finitely generated abelian group). In your case, this group turns out to be free abelian of rank 2. Which is bad news, since the method of choice ("Chabauty's method") only works when this rank is strictly less than the genus. Since (as Noam already mentioned) the defining polynomial has large (even maximal) Galois group, the next method one could try ("Elliptic curve Chabauty") will be infeasible. So despite all the progress that was made in the last couple of decades or so, a curve like yours (with rank $\ge$ genus and no special geometric or arithmetic properties [the smoothness of the discriminant does not help here]) is still likely to resist our efforts.

So what can be done regarding your question? Using explicit generators of the Mordell-Weil group (which takes some computation to provably find), one can fairly efficiently show that there are no rational points beyond the 18 that Noam found up to any given (even quite large) height bound, for example by using the "Mordell-Weil sieve". And if you are interested in integral points, then one can combine the Mordell-Weil sieve with bounds coming from Baker's method (linear forms in logarithms) to prove that you know all integral points.

If desired, I can add details on any or all of the methods mentioned above.

Related Question