I am a little confused about how the author came to this discriminant of this quadratic polynomial. I understand that the discriminant comes from solving for a variable, and the discriminant is whatever is under the square root. Below is information directly from the PDF:
(1) $f(y) = (y^2 − v^2)(y − u)$,
with rational u, v. Indeed, to get all the roots of f rational, it is enough to assume that u, v are rational.
The quadratic polynomial:
(2) $f'(y) = 3y^2 − 2yu − v^2$
has rational roots, if and only if its discriminant $4(u^2 + 3v^2)$ is the square of a rational number.
How is the discriminate $4(u^2 + 3v^2)$? When I solve for $y$ in equation (2), I get $(u^2 + 3v^2)$ under the square root. I am guessing that the author is assuming that $4(u^2 + 3v^2)$ is the discriminant?
We have $f'(y)=3y^2-2uy-v^2$. it is a quadratic equation in $y$. so discriminant is $$\Delta=(-2u)^2-4(3)(-v^2)=4u^2+4(3v^2)=4(u^2+3v^2)$$