Finding rational but not integer solutions to $x^2+2y^2=11$

algebra-precalculusdiophantine equations

I found an integer solution but was not able to find a formula to use for rational numbers. I attempted to use the chord method but that gets really messy quickly.

Best Answer

$x^2+2y^2=11\tag{1}$
$[x,y]=[3,1]$ is a known solution for equation $(1)$.
Substitute $x=3+t, y=1+kt$ to equation $(1)$, then we get
$$t = \frac{-2(3+2k)}{1+2k^2}$$ Then we get a parametric solution.
$$x = (-3+6k^2-4k)/(1+2k^2)$$ $$y = -(-1+2k^2+6k)/(1+2k^2)$$ Thus, we get infinitely many rational solutions.

Example: $k=1..10$. $[x,y]=[1/3, 7/3], [13/9, 19/9], [39/19, 35/19], [7/3, 5/3], [127/51, 79/51], [189/73, 107/73], [263/99, 139/99], [349/129, 175/129], [447/163, 215/163], [557/201, 259/201]$