a) use the lines through the point (1 1) to describe all the points on the circle $x^2 + y^2 = 2$ whose coordiates are rational numbers.
b) what goes wrong if you try to apply the same procedure to find all the points on the circle $x^2 + y^2 = 3$
Now I figured out a solution to this, but it was not very elegant and based upon what I'm asked in the second part of the question I feel Imam missing something.
With that said my solution:
using $x^2 + y^2 = 2$ I also have the equation of the line at (1,1) : $y = m(x-1) + 1$ , where $m$ is a rational number. So to describe all the points on the circle whose coordinates are rational, I shoul analyze the point where th line and circle intersect. Doing that I end up having to use the quadratic formula and obtain:
$$x = \frac{-(2m-2m^2) \pm [(2m-m^2)^2 - 4(1+m^2)(m^2-2m-1)]^{\frac{1}{2}}}{2(1+m^2)}$$ and then to solve for $y$, i would plug this back into the equation of the line.
As you can see not easy to draw any conclusions for the second portion of the question. Is this what has to be done, or is there something else I am missing?