Solve the diophantine equation $3\,{a}^{3}b-13\,{b}^{3}-26\,a-24\,b=0.$ I have found two obvious solutions $a=b=0$ and $a=b=5.$ Are there another solutions?
-
Just a quick observation before I leave to catch the train ... $3b(a^3-2^3)=13(b^3+2a)$ and $b \ne 13$ so $b \mid 2a$ – rtybase Aug 09 '16 at 18:14
-
why $b \neq 0 \mod 13? $ – Leox Aug 09 '16 at 18:25
-
because if it was, https://www.wolframalpha.com/input/?i=3(x%5E3-8)%3D13%5E3+%2B+2x – rtybase Aug 09 '16 at 18:26
-
1then what about $b=26, 39,\ldots ? $ – Leox Aug 09 '16 at 18:30
-
Yes, that observation didn't work. – rtybase Aug 09 '16 at 20:47
-
However, case 1: $a=b$ leads to https://www.wolframalpha.com/input/?i=3x%5E4-13x%5E3-26x-24x%3D0, i.e. $0, 5$ as the only solutions for this case. I will abuse Wolfram Alpha, but essentially, https://en.wikipedia.org/wiki/Rational_root_theorem is all we need. – rtybase Aug 09 '16 at 20:52
-
Case 2: $\gcd(a,b)=1$ leads to $b \cdot Q = 26 \cdot a$ which means $b=1$, $b=2$, $b=13$ or $b=26$ and again, none of the resulting polynomials in $a$ have integer solutions. E.g. $b=1$ yields $3a^3-26a-37=0$ and according to rational root theorem an integer root of this polynomial should divide 37, which is a prime and $a=1$ or $a=-1$ are not solutions. – rtybase Aug 09 '16 at 20:58
-
The remaining case is $\gcd(a,b)=k>1$ ... which, so far, looks tricky. – rtybase Aug 09 '16 at 20:59
-
Some context could be helpful. Where did this equation come from? – Yuriy S Aug 14 '16 at 23:29
1 Answers
Let us try to find a non-zero solutions of Diophantine equation.
Let $$c=\gcd(a,b),\quad a=cx,\quad b=cy,$$ then $$x(3c^3x^2y-26)=y(13c^2y^2+24),$$ $$y\,|\,(3c^3x^2y-26),\quad y\,|\, 26,$$ $$3c^3x^3-\dfrac{26}yx = 13c^2y^2 + 24,\quad y\in\{\pm1,\pm2,\pm13,\pm26\}.$$ Taking in account that for any values of $y$ the implicit function $x(c)$ is the asymptote on the coordinate axes and that negative values of $c$ correspond to the opposite values $y,$ we are at each value of $ y $ can get all integer solutions of this equation $(1)$.
All values $(x,y),$ which gives $c\gtrsim 5,$ obtained with using of Mathcad package, are the next:
With the graphic1 for $y=\pm1,$ graphic2 for $y=\pm2,$ graphic3 for $y=\pm13$ and graphic4 for $y=\pm26$ we have all possible integer roots for $x,y,c$.
Among them only $c(1,1) = 5$ is integer. Substituting of $a=b=5$ to the original equation shows that this is the right solution.
So $$\boxed{(a=0,b=0) \vee (a=5,b=5)}$$ are the all integer solutions of the given Diofantine equation.
Note
Of course, in each of these cases, we can show the presence or absence of integer roots using the Rational Root Theorem. However, in this case that looks like a very technical and overload the main logic of proof.
- 28,026
-
-
-
-
@rtybase Somewhere, number 1 was divider for all ... I missed something?;) – Yuri Negometyanov Aug 15 '16 at 19:21
-
The entire section $$x(3c^3x^2y-26)=y(13c^2y^2+24),$$ $$(3c^3x^2y-26)\ \vdots\ y,\quad 26\ \vdots\ y,$$ doesn't make sense for $x=y=1$, $c=a$. It's a simple corner case to deal with. – rtybase Aug 15 '16 at 19:26
-
@rtybase $y=1$ is one of cases when $26\ \vdots\ y$, this is the sense – Yuri Negometyanov Aug 15 '16 at 19:38
-
@rtybase, the notation is unconventional. By $26,\vdots,y$, he actually means $y\mid 26$. – Wiley Aug 15 '16 at 20:04
-
I know, but ... $a=b$ leads to $$3a^3-13a^2-50=0$$ which is not equivalent to $$3c^3x^3-26x = 13c^2 + 24$$ unless $x=1$ ... it's a little subtle annoying thing that is really easy to deal with :) ... I don't know how easier to explain it – rtybase Aug 15 '16 at 20:06
-
1@rtybase, but he is right that $x=y=1$ covers your case $a=b$ (I don't think plotting should be considered to be a solution, but that's more of a personal view). – Wiley Aug 15 '16 at 20:13
-
-
Well, just imagine how easy it is to apply Rational Root Theorem to $3a^3-13a^2-50=0$. It's one case done without plotting. – rtybase Aug 15 '16 at 20:28
-
@rtybase It takes a lot of things to turn my thoughts into a rigorous proof (eg, investigate the asymptotic behavior of the function $c(x)$). But my task is to indicate a constructive approach. – Yuri Negometyanov Aug 16 '16 at 08:41
-
-
