Find all $x, y, z$ that satisfy: $(x+y-z)^5+(x+z-y)^5+(z+y-x)^5=0$

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
3
down vote

favorite
1













Find all integers $x, y, z$ that satisfy:
$$(x+y-z)^5+(x+z-y)^5+(z+y-x)^5=0$$




I guessed that, considering the symmetry and the similar case $sum x_i^2n=0$, that these three expressions must be equal to zero, which leads to $x=y=z=0$. This leaves two other cases:



i. $x+y-z<0, x+z-y<0, z+y-x>0$



ii. $x+y-z<0, x+z-y>0, z+y-x>0$



But this didn't help much. My other attempt was considering this equation mod $2x, 2y, 2z$.



Note. This problem states that $x,y,z$ are integers, but if you have solved the case that $x, y, z$ are real, please share your solution.







share|cite|improve this question
























    up vote
    3
    down vote

    favorite
    1













    Find all integers $x, y, z$ that satisfy:
    $$(x+y-z)^5+(x+z-y)^5+(z+y-x)^5=0$$




    I guessed that, considering the symmetry and the similar case $sum x_i^2n=0$, that these three expressions must be equal to zero, which leads to $x=y=z=0$. This leaves two other cases:



    i. $x+y-z<0, x+z-y<0, z+y-x>0$



    ii. $x+y-z<0, x+z-y>0, z+y-x>0$



    But this didn't help much. My other attempt was considering this equation mod $2x, 2y, 2z$.



    Note. This problem states that $x,y,z$ are integers, but if you have solved the case that $x, y, z$ are real, please share your solution.







    share|cite|improve this question






















      up vote
      3
      down vote

      favorite
      1









      up vote
      3
      down vote

      favorite
      1






      1






      Find all integers $x, y, z$ that satisfy:
      $$(x+y-z)^5+(x+z-y)^5+(z+y-x)^5=0$$




      I guessed that, considering the symmetry and the similar case $sum x_i^2n=0$, that these three expressions must be equal to zero, which leads to $x=y=z=0$. This leaves two other cases:



      i. $x+y-z<0, x+z-y<0, z+y-x>0$



      ii. $x+y-z<0, x+z-y>0, z+y-x>0$



      But this didn't help much. My other attempt was considering this equation mod $2x, 2y, 2z$.



      Note. This problem states that $x,y,z$ are integers, but if you have solved the case that $x, y, z$ are real, please share your solution.







      share|cite|improve this question













      Find all integers $x, y, z$ that satisfy:
      $$(x+y-z)^5+(x+z-y)^5+(z+y-x)^5=0$$




      I guessed that, considering the symmetry and the similar case $sum x_i^2n=0$, that these three expressions must be equal to zero, which leads to $x=y=z=0$. This leaves two other cases:



      i. $x+y-z<0, x+z-y<0, z+y-x>0$



      ii. $x+y-z<0, x+z-y>0, z+y-x>0$



      But this didn't help much. My other attempt was considering this equation mod $2x, 2y, 2z$.



      Note. This problem states that $x,y,z$ are integers, but if you have solved the case that $x, y, z$ are real, please share your solution.









      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Aug 25 at 8:22









      Eukleides1123

      1379




      1379




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          5
          down vote



          accepted










          Since $x, y, z$ are integers so are $a=x+y-z, b=x+z-y, c=z+y-x$.

          We know from Fermat's last theorem that $a^5+b^5+c^5=0$ is impossible for non-zero integers $a, b, c$.

          This means that $x+y-z, x+z-y$ or $z+y-x$ must be zero.

          If $x+y-z=0$ then your equation gives $x+z-y=x-y-z$ which means that $z=0$ and $x=-y$.

          If $x+z-y=0$ then your equation gives $x+y-z=x-y-z$ which means that $y=0$ and $x=-z$.

          If $z+y-x=0$ then your equation gives $x+y-z=y-x-z$ which means that $x=0$ and $y=-z$.

          So, a general solution is $(x, y, z)=(-a, a, 0)$ or $(x, y, z)=(-a, 0, a)$ or $(x, y, z)=(0, -a, a)$ for any integer $a$.

          If you want real solutions, then there are many of them. Simply choose $y=z=1$ and solve for $x$. You can find that $(x, y, z)=(-frac2sqrt[5]2-1, 1, 1)$






          share|cite|improve this answer






















          • Thanks for the integer case. But are there infinite real solutions to this problem?
            – Eukleides1123
            Aug 25 at 9:01






          • 1




            yes there are. Just put y=z= something and solve for x as I did.
            – Konstantinos Gaitanas
            Aug 25 at 9:10










          Your Answer




          StackExchange.ifUsing("editor", function ()
          return StackExchange.using("mathjaxEditing", function ()
          StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
          StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
          );
          );
          , "mathjax-editing");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "69"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2893894%2ffind-all-x-y-z-that-satisfy-xy-z5xz-y5zy-x5-0%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          5
          down vote



          accepted










          Since $x, y, z$ are integers so are $a=x+y-z, b=x+z-y, c=z+y-x$.

          We know from Fermat's last theorem that $a^5+b^5+c^5=0$ is impossible for non-zero integers $a, b, c$.

          This means that $x+y-z, x+z-y$ or $z+y-x$ must be zero.

          If $x+y-z=0$ then your equation gives $x+z-y=x-y-z$ which means that $z=0$ and $x=-y$.

          If $x+z-y=0$ then your equation gives $x+y-z=x-y-z$ which means that $y=0$ and $x=-z$.

          If $z+y-x=0$ then your equation gives $x+y-z=y-x-z$ which means that $x=0$ and $y=-z$.

          So, a general solution is $(x, y, z)=(-a, a, 0)$ or $(x, y, z)=(-a, 0, a)$ or $(x, y, z)=(0, -a, a)$ for any integer $a$.

          If you want real solutions, then there are many of them. Simply choose $y=z=1$ and solve for $x$. You can find that $(x, y, z)=(-frac2sqrt[5]2-1, 1, 1)$






          share|cite|improve this answer






















          • Thanks for the integer case. But are there infinite real solutions to this problem?
            – Eukleides1123
            Aug 25 at 9:01






          • 1




            yes there are. Just put y=z= something and solve for x as I did.
            – Konstantinos Gaitanas
            Aug 25 at 9:10














          up vote
          5
          down vote



          accepted










          Since $x, y, z$ are integers so are $a=x+y-z, b=x+z-y, c=z+y-x$.

          We know from Fermat's last theorem that $a^5+b^5+c^5=0$ is impossible for non-zero integers $a, b, c$.

          This means that $x+y-z, x+z-y$ or $z+y-x$ must be zero.

          If $x+y-z=0$ then your equation gives $x+z-y=x-y-z$ which means that $z=0$ and $x=-y$.

          If $x+z-y=0$ then your equation gives $x+y-z=x-y-z$ which means that $y=0$ and $x=-z$.

          If $z+y-x=0$ then your equation gives $x+y-z=y-x-z$ which means that $x=0$ and $y=-z$.

          So, a general solution is $(x, y, z)=(-a, a, 0)$ or $(x, y, z)=(-a, 0, a)$ or $(x, y, z)=(0, -a, a)$ for any integer $a$.

          If you want real solutions, then there are many of them. Simply choose $y=z=1$ and solve for $x$. You can find that $(x, y, z)=(-frac2sqrt[5]2-1, 1, 1)$






          share|cite|improve this answer






















          • Thanks for the integer case. But are there infinite real solutions to this problem?
            – Eukleides1123
            Aug 25 at 9:01






          • 1




            yes there are. Just put y=z= something and solve for x as I did.
            – Konstantinos Gaitanas
            Aug 25 at 9:10












          up vote
          5
          down vote



          accepted







          up vote
          5
          down vote



          accepted






          Since $x, y, z$ are integers so are $a=x+y-z, b=x+z-y, c=z+y-x$.

          We know from Fermat's last theorem that $a^5+b^5+c^5=0$ is impossible for non-zero integers $a, b, c$.

          This means that $x+y-z, x+z-y$ or $z+y-x$ must be zero.

          If $x+y-z=0$ then your equation gives $x+z-y=x-y-z$ which means that $z=0$ and $x=-y$.

          If $x+z-y=0$ then your equation gives $x+y-z=x-y-z$ which means that $y=0$ and $x=-z$.

          If $z+y-x=0$ then your equation gives $x+y-z=y-x-z$ which means that $x=0$ and $y=-z$.

          So, a general solution is $(x, y, z)=(-a, a, 0)$ or $(x, y, z)=(-a, 0, a)$ or $(x, y, z)=(0, -a, a)$ for any integer $a$.

          If you want real solutions, then there are many of them. Simply choose $y=z=1$ and solve for $x$. You can find that $(x, y, z)=(-frac2sqrt[5]2-1, 1, 1)$






          share|cite|improve this answer














          Since $x, y, z$ are integers so are $a=x+y-z, b=x+z-y, c=z+y-x$.

          We know from Fermat's last theorem that $a^5+b^5+c^5=0$ is impossible for non-zero integers $a, b, c$.

          This means that $x+y-z, x+z-y$ or $z+y-x$ must be zero.

          If $x+y-z=0$ then your equation gives $x+z-y=x-y-z$ which means that $z=0$ and $x=-y$.

          If $x+z-y=0$ then your equation gives $x+y-z=x-y-z$ which means that $y=0$ and $x=-z$.

          If $z+y-x=0$ then your equation gives $x+y-z=y-x-z$ which means that $x=0$ and $y=-z$.

          So, a general solution is $(x, y, z)=(-a, a, 0)$ or $(x, y, z)=(-a, 0, a)$ or $(x, y, z)=(0, -a, a)$ for any integer $a$.

          If you want real solutions, then there are many of them. Simply choose $y=z=1$ and solve for $x$. You can find that $(x, y, z)=(-frac2sqrt[5]2-1, 1, 1)$







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Aug 25 at 8:54

























          answered Aug 25 at 8:49









          Konstantinos Gaitanas

          6,66931838




          6,66931838











          • Thanks for the integer case. But are there infinite real solutions to this problem?
            – Eukleides1123
            Aug 25 at 9:01






          • 1




            yes there are. Just put y=z= something and solve for x as I did.
            – Konstantinos Gaitanas
            Aug 25 at 9:10
















          • Thanks for the integer case. But are there infinite real solutions to this problem?
            – Eukleides1123
            Aug 25 at 9:01






          • 1




            yes there are. Just put y=z= something and solve for x as I did.
            – Konstantinos Gaitanas
            Aug 25 at 9:10















          Thanks for the integer case. But are there infinite real solutions to this problem?
          – Eukleides1123
          Aug 25 at 9:01




          Thanks for the integer case. But are there infinite real solutions to this problem?
          – Eukleides1123
          Aug 25 at 9:01




          1




          1




          yes there are. Just put y=z= something and solve for x as I did.
          – Konstantinos Gaitanas
          Aug 25 at 9:10




          yes there are. Just put y=z= something and solve for x as I did.
          – Konstantinos Gaitanas
          Aug 25 at 9:10

















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2893894%2ffind-all-x-y-z-that-satisfy-xy-z5xz-y5zy-x5-0%23new-answer', 'question_page');

          );

          Post as a guest













































































          這個網誌中的熱門文章

          Is there any way to eliminate the singular point to solve this integral by hand or by approximations?

          Why am i infinitely getting the same tweet with the Twitter Search API?

          Carbon dioxide