Let f ( x ) = ( x + 1 ) ( x 2 − x + 1 ) ( ( 1 − x ) 3 + 1 ) .
Find the maximum of f ( x ) .
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.
How can the square of a number be negative ?
t is supposed to be less than or equal to 0.25, not greater than or equal to 0.25
It is not clear to me that (x-y)^2<=0
Jesus that was a bit of a blunder. Sorry xD
Elegant solution!
We can arrive at solution more directly by substituting y = − x 2 + x and then by little calculus noting that since f(x) is positive for only 1<x<2 , we have -2<y<0.
Log in to reply
That sounds like it's gonna have a lot of calculations, but direct method of solving is another good method other than unique ones!
Problem Loading...
Note Loading...
Set Loading...
Finding the maximum of a sextic function sounds impossible.
However, since this is a special case, it is possible.
.
Let 1 − x = y and x y = t .
Then x + y = 1 .
Then the expression we're trying to get a maximum is ( x 3 + 1 ) ( y 3 + 1 ) .
Simplify that and we get ( x y ) 3 + x 3 + y 3 + 1 .
Since x 3 + y 3 = ( x + y ) 3 − 3 x y ( x + y ) ,
The expression may be written as ( x y ) 3 + ( x + y ) 3 − 3 x y ( x + y ) = t 3 − 3 t + 2 .
.
It is clear that ( x − y ) 2 ≥ 0 .
x 2 − 2 x y + y 2 ≥ 0 x 2 + 2 x y + y 2 ≥ 4 x y ( x + y ) 2 ≥ 4 x y ∴ t = x y ≤ 4 ( x + y ) 2 = 4 1
.
t 3 − 3 t + 2 = t 3 − 3 t − 2 + 4 = ( t + 1 ) 2 ( t − 2 ) + 4
Note that since t ≤ 4 1 , t − 2 is negative.
Since ( t + 1 ) 2 ≥ 0 , ( t + 1 ) 2 ( t − 2 ) ≥ 0 .
∴ ( t + 1 ) 2 ( t − 2 ) + 4 ≥ 4 .
In order for the expression to have a maximum, t must be equal to − 1 so that ( t + 1 ) 2 ( t − 2 ) + 4 = 4 .
.
Therefore the maximum of the given expression is 4 .