3

I'm trying to find positive integer solutions to the ellipse $$x^2 - xy + y^2 - k^2 = 0$$ where $k$ is a constant. Specifically, I already have two solutions for a given $k$, and I'm trying to find a third, possibly by using the two known solutions. (I'm trying to copy the technique of producing rational solutions to a conic from one known rational point on the conic.)

I have searched a lot on the Internet, but most resources either suggest checking all values within the range of the ellipse's 'box', or give methods for a particular type of ellipse. Edit: I found some questions which are similar to mine, but I cannot apply the technique used in them to my question mainly because I do not understand the technique. They all mention work by Fricke and Klein (1897).

My questions are:

  • How many [positive] integer solutions does a general ellipse have?
  • How can we find them? (From scratch, or knowing a few solutions beforehand?)
shardulc
  • 4,562

2 Answers2

3

The answer depends on the number of prime factors of $k$ when we consider a factorization over the ring of Eisenstein integers $\mathbb{Z}[\omega]$. Have a look at this answer, too. For instance, there are just trivial solutions if $k$ is a square-free number and a product of primes of the form $3m-1$, that do not split over $\mathbb{Z}[\omega]$. So the number of integer points on such ellipses has a very irregular arithmetic behaviour, but a quite regular behaviour on average, just like in the Gauss circle problem.

Jack D'Aurizio
  • 353,855
0

The equation $x^2-xy+y^2=k^2$ has a parametric solution given below,

$$x=p^2-q^2$$

$$y=2pq-q^2$$

$$k=p^2-pq+q^2$$

For $(p,q)=(3,2)$ we get $(x,y,k)=(5,8,7)$.

Glorfindel
  • 3,955
Sam
  • 11