Is that true that the diophantine equation $ x^p+y^p=kz^p$ has infinitely many nontrivial solutions when $p,x,y,z,k>2, gcd(x,y,z)=1$ ? If so, how do you prove it?
2026-04-21 16:46:49.1776790009
The diophantine equation $ x^p+y^p=kz^p$ has infinitely many solutions?
297 Views Asked by user97615 https://math.techqa.club/user/user97615/detail At
2
Just asked Pari/GP for some solutions and got this:
It seems, that is an infinite family of solutions; we have $$ 3^3 + (5+8k)^3 = 2^3 \cdot x \qquad \qquad k \in \{0,1,3,4,6,7,9,10,... \}$$ and might be better written as $$ 3^3 + (8+24 k-3)^3 = 2^3 \cdot x \qquad \qquad k \ge 0 \tag 1$$ $$ 3^3 + (16+24 k-3)^3 = 2^3 \cdot x \qquad \qquad k \ge 0 \tag2$$ The first one gives: $$ 8^3(1+3 k)^3 -9\cdot 8^2(1+3k)^2+27\cdot 8 (1+3k) = 2^3 \cdot x_k \tag 3 $$ which is obviously true since rhs and lhs have the factor $2^3$ in common. Obviously this is the same for the second form.
So we have already one infinite family of solutions.
[update] In the light of my comment above here are some less trivial solutions:
and it seems this would continued if I would increase the second base above 2000 .
[end update]
Additional remark: looking from the other side at the problem, I've seen in R. Guy's "unsolved problems..." (1994) that statement:
"(...) which shows the unsolvability of $x^p+y^p+\gamma z^p=0$ if $p \gt 11$ and $\gamma$ is the power of one of the primes $3,5,7,11,13,17,19,23,29,53,59,\ldots$ . (...)"
.... which made me the completely wrong impression about the question. Upps...