I am trying to find a third rational point on the curve $y^2 = x^3 + 8$
According to the my professor's solution, the idea is to find two rational points then solve for the third point.
These are the first two points:
$$(x,y) = (1, 3)~~~\text{and}~~~(x,y)=\left(-\frac{7}{4}, \frac{13}{8}\right)$$
The point $(1,3)$ is fairly straight forward and we can find it by trial and error, but we are also supposed to find the second point by trial and error. Is there a systematic way to go about this without having to try so many numbers?


Hint : $y^2 = (x+2)(x^2-2x+4)$ - What can you say about rational points now?