Integer Solutions to x^3+y^3+z^3=2: Proving Infinitely Many

  • Context:
  • Thread starter Thread starter lfdahl
  • Start date Start date
  • Tags Tags
    Integer
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
lfdahl
Gold Member
MHB
Messages
747
Reaction score
0
Prove, that the equation:$x^3+y^3+z^3 = 2$- has infinitely many integer solutions.
 
Mathematics news on Phys.org
lfdahl said:
Prove, that the equation:$x^3+y^3+z^3 = 2$- has infinitely many integer solutions.

we have $(p+1)^3-(p-1)^3 = 6p^2 + 2$

so if we chose q such that $q^3 = 6p^2$

then $(p+1)^3 - (p-1)^3 - q^3 = 2$

so the 3 numbers are $(p+1, - p + 1, - q )$ and $p = 6m^3=>q=6m^2$ giving solution

so we have solution set $x = 6m^3+1, y = - 6m^3 + 1, z = -6m^2$ is the set for integer m >0 is the solution set

so there are infinite solutions
 
kaliprasad said:
we have $(p+1)^3-(p-1)^3 = 6p^2 + 2$

so if we chose q such that $q^3 = 6p^2$

then $(p+1)^3 - (p-1)^3 - q^3 = 2$

so the 3 numbers are $(p+1, - p + 1, - q )$ and $p = 6m^3=>q=6m^2$ giving solution

so we have solution set $x = 6m^3+1, y = - 6m^3 + 1, z = -6m^2$ is the set for integer m >0 is the solution set

so there are infinite solutions

Very short and elegant, kaliprasad. Thankyou for your contribution!