Here is my problem: I am given a general quadratic diophantine equation:
$$ax^2 + bxy + cy^2 + dx + ey + f = 0$$
where $x$ and $y$ are variables with integers $a,b,c,d,e,f$. I have to show that if the equation has one solution in the set of rational numbers, the equation will have an infinite amount of solutions in the set of rational numbers. I am given three steps to help me prove this:
a) Name the rational solution $(x_0,y_0)$. Write the equation of a straight line $L$ through $(_0,y_0)$ with slope $t$, where $t$ is a rational number.
b) Show that the second point of intersection $(x_1,y_1)$ with line $L$ is a rational solution as well. Show this without calculating the second point of intersection explicitly by using the following theorem, which you also have to prove:
If $ax^2 + bx + c = 0$ is an equation with $0\neq a, b, c\in\mathbb Q$ and solutions $x_0$ and $x_1$, then $x_0\cdot x_1 = c/a$.
c) You can now show that original diophantine equation has an infinite amount of rational solutions.
If there are any ambiguities in my question, I will be happy to try and make them more understandable as english is not my mother languange. Thank you in advance!