Number of real Solution [on hold] The Next CEO of Stack OverflowLinear systems. Please help me solve thissolution of the set of real non-linear equationsFinding the conditions of a system of equations for a type of solutionFind $a,b$ for which $xyz+z=a,quad xyz^2+z=b,quad x^2+y^2+z^2=4$ has unique solutionReal problems solved with systemsApproximate a solution of a system of non linear equationscheck if a non linear system of equations of $n$ unknowns has a solutionSystem of equations, linear. Unique solution, infinite number of solutions, no solution?Amount of solution pairs $(e,f)$ of this system of equations?Analytical solution to polynomial system
What was Carter Burke's job for "the company" in Aliens?
How to use ReplaceAll on an expression that contains a rule
How to calculate the two limits?
If Nick Fury and Coulson already knew about aliens (Kree and Skrull) why did they wait until Thor's appearance to start making weapons?
Is a distribution that is normal, but highly skewed, considered Gaussian?
Reshaping json / reparing json inside shell script (remove trailing comma)
Is it correct to say moon starry nights?
What happened in Rome, when the western empire "fell"?
Why is information "lost" when it got into a black hole?
What is the process for purifying your home if you believe it may have been previously used for pagan worship?
Small nick on power cord from an electric alarm clock, and copper wiring exposed but intact
How can I make proper oatmeal cookies?
Why am I getting "Static method cannot be referenced from a non static context: String String.valueOf(Object)"?
Point distance program written without a framework
Is it ever safe to open a suspicious HTML file (e.g. email attachment)?
My ex-girlfriend uses my Apple ID to login to her iPad, do I have to give her my Apple ID password to reset it?
Is there an equivalent of cd - for cp or mv
Strange use of "whether ... than ..." in official text
Is Nisuin Biblical or Rabbinic?
What does "shotgun unity" refer to here in this sentence?
Are the names of these months realistic?
How to get the last not-null value in an ordered column of a huge table?
Is there a way to save my career from absolute disaster?
What connection does MS Office have to Netscape Navigator?
Number of real Solution [on hold]
The Next CEO of Stack OverflowLinear systems. Please help me solve thissolution of the set of real non-linear equationsFinding the conditions of a system of equations for a type of solutionFind $a,b$ for which $xyz+z=a,quad xyz^2+z=b,quad x^2+y^2+z^2=4$ has unique solutionReal problems solved with systemsApproximate a solution of a system of non linear equationscheck if a non linear system of equations of $n$ unknowns has a solutionSystem of equations, linear. Unique solution, infinite number of solutions, no solution?Amount of solution pairs $(e,f)$ of this system of equations?Analytical solution to polynomial system
$begingroup$
Find the number of real Solution of the system of equations
$$ x = frac 2z^2 1+z^2 , y = frac 2x^2 1+x^2 , z = frac 2y^2 1+y^2 $$
systems-of-equations
$endgroup$
put on hold as off-topic by José Carlos Santos, Saad, max_zorn, RRL, Javi 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please provide additional context, which ideally explains why the question is relevant to you and our community. Some forms of context include: background and motivation, relevant definitions, source, possible strategies, your current progress, why the question is interesting or important, etc." – José Carlos Santos, Saad, max_zorn, RRL, Javi
add a comment |
$begingroup$
Find the number of real Solution of the system of equations
$$ x = frac 2z^2 1+z^2 , y = frac 2x^2 1+x^2 , z = frac 2y^2 1+y^2 $$
systems-of-equations
$endgroup$
put on hold as off-topic by José Carlos Santos, Saad, max_zorn, RRL, Javi 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please provide additional context, which ideally explains why the question is relevant to you and our community. Some forms of context include: background and motivation, relevant definitions, source, possible strategies, your current progress, why the question is interesting or important, etc." – José Carlos Santos, Saad, max_zorn, RRL, Javi
add a comment |
$begingroup$
Find the number of real Solution of the system of equations
$$ x = frac 2z^2 1+z^2 , y = frac 2x^2 1+x^2 , z = frac 2y^2 1+y^2 $$
systems-of-equations
$endgroup$
Find the number of real Solution of the system of equations
$$ x = frac 2z^2 1+z^2 , y = frac 2x^2 1+x^2 , z = frac 2y^2 1+y^2 $$
systems-of-equations
systems-of-equations
edited 2 days ago
user1952500
841712
841712
asked 2 days ago
user157835user157835
10417
10417
put on hold as off-topic by José Carlos Santos, Saad, max_zorn, RRL, Javi 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please provide additional context, which ideally explains why the question is relevant to you and our community. Some forms of context include: background and motivation, relevant definitions, source, possible strategies, your current progress, why the question is interesting or important, etc." – José Carlos Santos, Saad, max_zorn, RRL, Javi
put on hold as off-topic by José Carlos Santos, Saad, max_zorn, RRL, Javi 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please provide additional context, which ideally explains why the question is relevant to you and our community. Some forms of context include: background and motivation, relevant definitions, source, possible strategies, your current progress, why the question is interesting or important, etc." – José Carlos Santos, Saad, max_zorn, RRL, Javi
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
We have the obvious solutions $(x,y,z)=(0,0,0)=(1,1,1)$. Over the real numbers these are all, but over the complex numbers there are six additional solutions, given by
$$
x=frac - 445z^5 - 962z^4 - 110z^3 + 654z^2 - 21z - 8356,
$$
$$
y=frac6942z^5 + 9863z^4 + 1852z^3 + 902z^2 + 214z + 139712,
$$
where $z$ is a (non-real) complex root of the polynomial
$$
89z^6 + 50z^5 + 31z^4 + 12z^3 + 7z^2 + 2z + 1.
$$
$endgroup$
$begingroup$
Thanks, is there any approach to show that there will be no real Solution other than 1 and 0
$endgroup$
– user157835
2 days ago
$begingroup$
Yes, there are several approaches. Solving the system with resultants gives all complex solutions. Cancelling out the non-real ones gives the real solutions.
$endgroup$
– Dietrich Burde
2 days ago
add a comment |
$begingroup$
The problem is not new and has appeared over here quite a few times as far as I could remember. Seeking the "real solutions" is perhaps more interesting than the "imaginary solutions". For the real solutions, a functional approach is my favorite. So let $f(t) = dfrac2t^21+t^2, t in mathbbR^+$. We have $f'(t) = dfrac4t(1+t^2)^2> 0$. Thus let's say if $x ge y ge z implies f(x) ge f(y) ge f(z)implies y ge z ge x implies x ge y ge z ge ximplies x = y = zimplies x = dfrac2x^21+x^2implies x = 0,1implies (x,y,z) = (0,0,0) ; (1,1,1)$,and these are all the (real) solutions !
$endgroup$
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
We have the obvious solutions $(x,y,z)=(0,0,0)=(1,1,1)$. Over the real numbers these are all, but over the complex numbers there are six additional solutions, given by
$$
x=frac - 445z^5 - 962z^4 - 110z^3 + 654z^2 - 21z - 8356,
$$
$$
y=frac6942z^5 + 9863z^4 + 1852z^3 + 902z^2 + 214z + 139712,
$$
where $z$ is a (non-real) complex root of the polynomial
$$
89z^6 + 50z^5 + 31z^4 + 12z^3 + 7z^2 + 2z + 1.
$$
$endgroup$
$begingroup$
Thanks, is there any approach to show that there will be no real Solution other than 1 and 0
$endgroup$
– user157835
2 days ago
$begingroup$
Yes, there are several approaches. Solving the system with resultants gives all complex solutions. Cancelling out the non-real ones gives the real solutions.
$endgroup$
– Dietrich Burde
2 days ago
add a comment |
$begingroup$
We have the obvious solutions $(x,y,z)=(0,0,0)=(1,1,1)$. Over the real numbers these are all, but over the complex numbers there are six additional solutions, given by
$$
x=frac - 445z^5 - 962z^4 - 110z^3 + 654z^2 - 21z - 8356,
$$
$$
y=frac6942z^5 + 9863z^4 + 1852z^3 + 902z^2 + 214z + 139712,
$$
where $z$ is a (non-real) complex root of the polynomial
$$
89z^6 + 50z^5 + 31z^4 + 12z^3 + 7z^2 + 2z + 1.
$$
$endgroup$
$begingroup$
Thanks, is there any approach to show that there will be no real Solution other than 1 and 0
$endgroup$
– user157835
2 days ago
$begingroup$
Yes, there are several approaches. Solving the system with resultants gives all complex solutions. Cancelling out the non-real ones gives the real solutions.
$endgroup$
– Dietrich Burde
2 days ago
add a comment |
$begingroup$
We have the obvious solutions $(x,y,z)=(0,0,0)=(1,1,1)$. Over the real numbers these are all, but over the complex numbers there are six additional solutions, given by
$$
x=frac - 445z^5 - 962z^4 - 110z^3 + 654z^2 - 21z - 8356,
$$
$$
y=frac6942z^5 + 9863z^4 + 1852z^3 + 902z^2 + 214z + 139712,
$$
where $z$ is a (non-real) complex root of the polynomial
$$
89z^6 + 50z^5 + 31z^4 + 12z^3 + 7z^2 + 2z + 1.
$$
$endgroup$
We have the obvious solutions $(x,y,z)=(0,0,0)=(1,1,1)$. Over the real numbers these are all, but over the complex numbers there are six additional solutions, given by
$$
x=frac - 445z^5 - 962z^4 - 110z^3 + 654z^2 - 21z - 8356,
$$
$$
y=frac6942z^5 + 9863z^4 + 1852z^3 + 902z^2 + 214z + 139712,
$$
where $z$ is a (non-real) complex root of the polynomial
$$
89z^6 + 50z^5 + 31z^4 + 12z^3 + 7z^2 + 2z + 1.
$$
answered 2 days ago
Dietrich BurdeDietrich Burde
81.6k648106
81.6k648106
$begingroup$
Thanks, is there any approach to show that there will be no real Solution other than 1 and 0
$endgroup$
– user157835
2 days ago
$begingroup$
Yes, there are several approaches. Solving the system with resultants gives all complex solutions. Cancelling out the non-real ones gives the real solutions.
$endgroup$
– Dietrich Burde
2 days ago
add a comment |
$begingroup$
Thanks, is there any approach to show that there will be no real Solution other than 1 and 0
$endgroup$
– user157835
2 days ago
$begingroup$
Yes, there are several approaches. Solving the system with resultants gives all complex solutions. Cancelling out the non-real ones gives the real solutions.
$endgroup$
– Dietrich Burde
2 days ago
$begingroup$
Thanks, is there any approach to show that there will be no real Solution other than 1 and 0
$endgroup$
– user157835
2 days ago
$begingroup$
Thanks, is there any approach to show that there will be no real Solution other than 1 and 0
$endgroup$
– user157835
2 days ago
$begingroup$
Yes, there are several approaches. Solving the system with resultants gives all complex solutions. Cancelling out the non-real ones gives the real solutions.
$endgroup$
– Dietrich Burde
2 days ago
$begingroup$
Yes, there are several approaches. Solving the system with resultants gives all complex solutions. Cancelling out the non-real ones gives the real solutions.
$endgroup$
– Dietrich Burde
2 days ago
add a comment |
$begingroup$
The problem is not new and has appeared over here quite a few times as far as I could remember. Seeking the "real solutions" is perhaps more interesting than the "imaginary solutions". For the real solutions, a functional approach is my favorite. So let $f(t) = dfrac2t^21+t^2, t in mathbbR^+$. We have $f'(t) = dfrac4t(1+t^2)^2> 0$. Thus let's say if $x ge y ge z implies f(x) ge f(y) ge f(z)implies y ge z ge x implies x ge y ge z ge ximplies x = y = zimplies x = dfrac2x^21+x^2implies x = 0,1implies (x,y,z) = (0,0,0) ; (1,1,1)$,and these are all the (real) solutions !
$endgroup$
add a comment |
$begingroup$
The problem is not new and has appeared over here quite a few times as far as I could remember. Seeking the "real solutions" is perhaps more interesting than the "imaginary solutions". For the real solutions, a functional approach is my favorite. So let $f(t) = dfrac2t^21+t^2, t in mathbbR^+$. We have $f'(t) = dfrac4t(1+t^2)^2> 0$. Thus let's say if $x ge y ge z implies f(x) ge f(y) ge f(z)implies y ge z ge x implies x ge y ge z ge ximplies x = y = zimplies x = dfrac2x^21+x^2implies x = 0,1implies (x,y,z) = (0,0,0) ; (1,1,1)$,and these are all the (real) solutions !
$endgroup$
add a comment |
$begingroup$
The problem is not new and has appeared over here quite a few times as far as I could remember. Seeking the "real solutions" is perhaps more interesting than the "imaginary solutions". For the real solutions, a functional approach is my favorite. So let $f(t) = dfrac2t^21+t^2, t in mathbbR^+$. We have $f'(t) = dfrac4t(1+t^2)^2> 0$. Thus let's say if $x ge y ge z implies f(x) ge f(y) ge f(z)implies y ge z ge x implies x ge y ge z ge ximplies x = y = zimplies x = dfrac2x^21+x^2implies x = 0,1implies (x,y,z) = (0,0,0) ; (1,1,1)$,and these are all the (real) solutions !
$endgroup$
The problem is not new and has appeared over here quite a few times as far as I could remember. Seeking the "real solutions" is perhaps more interesting than the "imaginary solutions". For the real solutions, a functional approach is my favorite. So let $f(t) = dfrac2t^21+t^2, t in mathbbR^+$. We have $f'(t) = dfrac4t(1+t^2)^2> 0$. Thus let's say if $x ge y ge z implies f(x) ge f(y) ge f(z)implies y ge z ge x implies x ge y ge z ge ximplies x = y = zimplies x = dfrac2x^21+x^2implies x = 0,1implies (x,y,z) = (0,0,0) ; (1,1,1)$,and these are all the (real) solutions !
answered 2 days ago
DeepSeaDeepSea
71.4k54488
71.4k54488
add a comment |
add a comment |