Difference between revisions of "1989 OIM Problems/Problem 1"
m |
(solution) |
||
Line 9: | Line 9: | ||
== Solution == | == Solution == | ||
− | {{ | + | Square the first equation: |
+ | <cmath>x^2+y^2+z^2+2xy-2xz-2yz=1</cmath> | ||
+ | Subtract the second equation: | ||
+ | <cmath>2y^2+2xy-2xz-2yz=0</cmath> | ||
+ | This factors as: | ||
+ | <cmath>2(y+x)(y-z)=0</cmath> | ||
+ | This implies that <math>x=-y</math> or <math>y=z</math>. | ||
+ | |||
+ | If <math>x=-y</math>, then substituting into the first equation yields <math>z=1</math>. Substituting all of this into the third equation gives <math>2y^3=-2</math>, so <math>y=-1</math> and <math>x=1</math>. Thus a valid triple is <math>\boxed{(1,-1,1)}</math>. | ||
+ | |||
+ | If <math>y=z</math>, then substituting into the first equation yields <math>x=-1</math>. Substituting all of this into the third equation gives <math>2y^3=-2</math>, so <math>y=-1</math> and <math>z=-1</math>. Thus the other valid triple is <math>\boxed{(-1,-1,-1)}</math>. | ||
+ | |||
+ | Since both triples obviously work, this finishes the proof. | ||
+ | |||
+ | ~ [https://artofproblemsolving.com/wiki/index.php/User:Eevee9406 eevee9406] | ||
== See also == | == See also == | ||
https://www.oma.org.ar/enunciados/ibe4.htm | https://www.oma.org.ar/enunciados/ibe4.htm |
Latest revision as of 18:12, 22 March 2025
Problem
Find all triples of real numbers that satisfy the system of equations:
~translated into English by Tomas Diaz. ~orders@tomasdiaz.com
Solution
Square the first equation:
Subtract the second equation:
This factors as:
This implies that
or
.
If , then substituting into the first equation yields
. Substituting all of this into the third equation gives
, so
and
. Thus a valid triple is
.
If , then substituting into the first equation yields
. Substituting all of this into the third equation gives
, so
and
. Thus the other valid triple is
.
Since both triples obviously work, this finishes the proof.