What kind of methods there are to find integer solutions of $x^3+y^3-xy^2=1$? I tried some inequalities and congruences without success. I also found on Wikipedia that this might be a Thue equation but I have no idea what is a bivariate form.
A diophantine equation $x^3+y^3-xy^2=1$
-
0I suppose since you're bivariate you'd have to do the same to $y$, maybe I'm wrong here... looks kinda complicated. – 2012-06-06
2 Answers
You are correct, this is a Thue equation. "bivariate" just means "having two variables", and "form" refers to the polynomial being homogeneous, which it is since every term has degree 3. Consequently, there are only finitely many solutions, but finding them all can be quite involved. The general procedure requires working over $\mathbf Q(\alpha)$ where $\alpha$ in this case is a root of $x^3-x+1$. You might want to try the Thue solver in Pari/GP, rather than carry this out directly.
The fact that (1,0),(0,1),(1,1) are solutions suggests you wouldn't be able to rule out too much by congruences.
-
0Confirmed the same solution set with Pari/GP. – 2012-06-06
I came across here accidentally when I searched for a Thue solver today.
I think you can find solution in the literature. I believe Bennett's paper "On the representation of unity by binary forms" is a good starting point for finding original articles. It is in Trans. AMS vol 353 (year 2000) and is accessible for every one. I reached this paper by searching for the key word "Thue" and author "Bennett". If you get the paper, you can read page 1509 for finding references.