What is the minimum value of ∣ ∣ ∣ ∣ x y z t ( x 2 + x + 1 ) ( y 2 + y + 1 ) ( z 2 + z + 1 ) ( t 2 + t + 1 ) ∣ ∣ ∣ ∣ as x , y , z , t range over all non-zero real numbers?
This problem is posed by Samuel Q .
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.
What if not all of them are negative real numbers?
If any one of x , y , z , t is positive real that contributes at least 3, as ∣ k k 2 + k + 1 ∣ = ∣ k + k 1 + 1 ∣ ≥ 3 . If any one of x , y , z , t is negative real that contributes at least 1. The expression is minimum when all x , y , z , t contribute 1.
Log in to reply
Great! This is a major gap in your writeup which you have now filled in.
We can rewrite the given equations as:
[ x + 1 + x 1 ] [ y + 1 + y 1 ] [ z + 1 + z 1 ] [ t + 1 + t 1 ]
[ x + 1 + x 1 ] ≥ 3 if x is positive
[ x + 1 + x 1 ] ≤ − 1 if x is negative
We need minimum value , thats why we will consider the second case. And modulus is applied over the whole expression, so we will take every term (in product) equal to -1.
So min. value = ∣ − 1 ∣ = 1
I too did the same
∣ x y z t ( x 2 + x + 1 ) ( y 2 + y + 1 ) ( z 2 + z + 1 ) ( t 2 + t + 1 ) ∣
Since all four variables are symmetric, we can write this as ∣ x x 2 + x + 1 ∣ 4
∣ x x 2 + x + 1 ∣ 4 = ∣ x + 1 + x 1 ∣ 4
∣ x + 1 + x 1 ∣ 4 ≥ 1 4 through use of the AM-GM inequality
Thus, our answer is one.
If you apply AM-GM on last equation you get ( x + 1 + x 1 ) 4 ≥ ( 3 3 1 ) 4 = 3 4 = 8 1 which is false. You can apply AM-GM if the numbers are positive reals.
The expression is the product of 4 symmetric expressions. We see that each such expression can be written as (1+x+1/x) which defines a curve with certain minima. Since this minima is same for all 4 expressions, the value of x, y, z & t is same for the minimum value. Thus the expression can be written as (1 + x + 1/x)^4. By calculating the minima of the expression, we find 1 & -1 as the optimum values. It is obvious from the expression that a negative value of x yields lesser value of expression. So putting x = -1, the value of expression becomes (-1)^4 = 1.
You have to be careful with your argument, it need not be true that f g is minimal when f and g are both minimal (or equal), especially if they are allowed to be negative.
For example, if f and g are allowed to be 2 or -2, then the minimum value of f g is − 4 , which occurs at 2 × ( − 2 ) or ( − 2 ) × 2 . It certainly doesn't occur at ( − 2 ) × ( − 2 ) = 4 .
Log in to reply
I see, but what about the absolute value of fg? It is minimum when the magnitude of both f and g is minimum, i.e. f=g=0. I considered the exact same argument because the expression was the absolute value. So in this case, the minimum value depends solely on the magnitude. In such situations, I believe the value of magnitude of all terms in the expression must be minimum and equal. I actually solved this question graphically, without using minima but it was difficult to explain that in solution. So I explained a different method.
Log in to reply
Yes, when we are restricted to just positive (non-negative) values, then the minimum of f g occurs at the minimum of f multiplies by the minimum of g . You needed to have stated this fact, in order for your solution to be complete.
How would you demonstrate that this (seemingly obvious) fact is true? Why doesn't it work when we allow for negative values (as demonstrated by my initial example) ?
simplifying the given data, the result is the absolute value of -1 = 1
minimum of (x+1/x) is at x=-1; hence x+1/x+1=-1; so -1* -1 - 1 -1=1
Problem Loading...
Note Loading...
Set Loading...
When x , y , z , t all are negative real numbers (say x = − p , y = − q , z = − r and t = − s respectively), then the expression becomes ∣ ( p p 2 − p + 1 ) ( q q 2 − q + 1 ) ( r r 2 − r + 1 ) ( s s 2 − s + 1 ) ∣ = ∣ ( p + p 1 − 1 ) ( q + q 1 − 1 ) ( r + r 1 − 1 ) ( s + s 1 − 1 ) ∣ ≥ ∣ ( 2 − 1 ) ( 2 − 1 ) ( 2 − 1 ) ( 2 − 1 ) ∣ = 1 as k + k 1 ≥ 2 for positive real number k . So minimum value is 1.