⎩ ⎪ ⎪ ⎨ ⎪ ⎪ ⎧ x + y = 4 z − 1 y + z = 4 x − 1 x + z = 4 y − 1
How many ordered triplets of real numbers ( x , y , z ) satisfy the system of equations above?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Prove that there is only one solution when the variables are equal
A s , x = y = z
S q u a r i n g e v e r y e q u a t i o n
( 4 x 2 = 4 x − 1 ) ∗ 3
t h e n 1 2 x 2 − 1 2 + 3 = 0
x = 1 / 2
S 0 , o n l y o n e o r d e r e d t r i p l e s s t a n d s
(x + y)^2 = 4z - 1,
(x + y)^2 - 2(x + y) + 1 = 4z - 2(x + y),
(x + y - 1)^2 = 4z - 2(x + y),.......I,
Likewise, the other two equations will give,
(y + z - 1)^2 = 4x - 2(y + z),.......II, and,
(z + x - 1)^2 = 4y - 2(z + x),........III,
Adding I, II and III, we have,
(x+y-1)^2+(y+z-1)^2+(z+x-1)^2 = 0,
This is possible only when each of the term on LHS is zero. Therefore,
x + y = 1,
y + z = 1, and,
z + x = 1.
Adding these equations give,
x + y + z = 3/2, and, therefore, on solving, we have,
x = y = z = 1/2.
As x + y = 4 z − 1 , y + z = 4 x − 1 , x + z = 4 y − 1
Squaring on both the sides, ( x + y ) 2 = 4 z − 1 . . . . . 1
( y + z ) 2 = 4 x − 1 , . . . . 2
( x + z ) 2 = 4 y − 1 . . . . . . 3
Subtracting 1 and 2 , 2 and 3 , 3 and 4
( x − z ) ( x + 2 y + z ) = 4 ( z − x )
( x − y ) ( x + 2 z + y ) = 4 ( z − x )
( y − z ) ( y + 2 x + z ) = 4 ( z − y )
So we will get, x + 2 y + z = x + 2 z + y = y + 2 x + z = − 4
so, x= y=z. Now on substituting in the main equation,
2 x = 4 x − 1 4 x 2 = 4 x − 1
x = 2 1 . Thus we have only one solution, ( 2 1 , 2 1 , 2 1 )
Since we are told x=y=z, all equations are the same
We are left with
x + x = 4 x − 1 >
2 x = 4 x − 1 >
4 x 2 = 4 x − 1 >
4 x 2 − 4 x + 1 = 0 >
( 2 x − 1 ) 2 = 0 >
x = . 5
There is only 1 solution to this equation
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: System of Equations - Problem Solving - Intermediate
I shall first prove that there are no solutions when any 2 of these variables are not equal. WLOG, suppose x > y . Then 4 x − 1 > 4 y − 1 ⇒ y + z > x + z ⇒ y > x . Contradiction! Hence all of the variables are equal, so 2 x = 4 x − 1 ⇒ 4 x 2 − 4 x + 1 = 0 ⇒ ( 2 x − 1 ) 2 = 0 ⇒ x = y = z = 1 / 2