Find all $x, y, z$ that satisfy: $(x+y-z)^5+(x+z-y)^5+(z+y-x)^5=0$
Clash Royale CLAN TAG#URR8PPP
up vote
3
down vote
favorite
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.
elementary-number-theory polynomials
add a comment |Â
up vote
3
down vote
favorite
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.
elementary-number-theory polynomials
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
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.
elementary-number-theory polynomials
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.
elementary-number-theory polynomials
asked Aug 25 at 8:22
Eukleides1123
1379
1379
add a comment |Â
add a comment |Â
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)$
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
add a comment |Â
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)$
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
add a comment |Â
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)$
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
add a comment |Â
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)$
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)$
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
add a comment |Â
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
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password