Let x and y be positive real numbers satisfying x + y = 1 , find the maximum value of 3 6 ( x 4 y + x y 4 ) .
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.
@Dharani Chinta , I have been editing your four questions. Hope that you can learn up LaTex fast.
Log in to reply
Nice solution. Typo in last line?
Nice solution sir , +1! Did it the same way!
You have shown that 3 6 ( x 4 y + x y 4 ) ≤ 3 but to complete your solution you need to show this equality can occur.
If we let x = 2 1 + h and y = 2 1 − h , then 3 6 x y ( x 3 + y 3 ) = 4 9 ( 1 − 4 h 2 ) ( 1 2 h 2 + 1 ) = − 1 0 8 h 4 + 1 8 h 2 + 4 9 = 3 − 1 0 8 ( h 2 − 1 2 1 ) 2 , and the maximum is 3
Log in to reply
It's a technique I use often : "deviation from the average"
Log in to reply
Please post some questions that can apply this "deviation from the average"
Log in to reply
@Pi Han Goh – I will try to do so when I get back to the USA, in two weeks' time; right now I'm having fun in Europe
The expression's equivalent to 3 6 x y ( 1 − 3 x y ) Now we can use AM-GM 3 x y ( 1 − 3 x y ) ≤ 4 ( 1 − 3 x y + 3 x y ) 2 = 4 1 ⇒ 3 6 x y ( 1 − 3 x y ) ≤ 3 The equality happens when { x + y = 1 x y = 6 1 which implies x ; y are roots of the equation X 2 − X + 6 1 = 0 Therefore x = 6 3 + 3 ; y = 6 3 − 3 and vice-versa
One can avoid calculations by making substitutions .
Let x = c o s 2 ( θ ) , y = s i n 2 ( θ ) .
Using trigonometry one gets
x 3 + y 3 = 1 − 3 x y .
And also maximum value of a quadratic is ( 4 a c − b 2 ) / 4 a , where a < 0 .
Now given expression turns out to be
3 6 × ( − 3 ( x y ) 2 + x y ) .
Thus its maximum value is = 36/12=3.
Well thought ! +1!
But then it will be a geometry solution. Of course, one can also use Calculus.
Log in to reply
So for this question, we have 3 solutions with different approaches: algebraic, geometrical and calculus. Variety!
Log in to reply
I actually cheated by drawing the graph first. So there is a graphical solution too. There are two x 's where maxima occur.
Log in to reply
@Chew-Seong Cheong – Hmmm...isn't the graphical solution same as the calculus approach?
Anyway, I know what you mean. Sometimes, I use the more troublesome method to get a solution to a problem. After solving it, then I realize that there is a much cleaner solution to the problem. It happens
Log in to reply
@Hung Woei Neoh – I use Excel spreadsheet to do the graph. It is very fast. Graphs have the advantage of seeing the whole domain. It can counter check your calculated answer.
Log in to reply
@Chew-Seong Cheong – I prefer to let Google draw my graphs XD
Log in to reply
@Hung Woei Neoh – OK, I don't know about Google draw. I will check it out.
Log in to reply
@Chew-Seong Cheong – Ah, it's very convenient. Just type in the equation in the search box, and the graph pops up.
Eg. Type in: "36(-3x^4 + 6x^3 -4x^2 + x)"
Just to note that Google can only draw graphs for single variable functions
With these types of questions, I always end up relying on calculus:
Let f ( x ) = 3 6 ( x 4 y + x y 4 )
x + y = 1 ⟹ y = 1 − x
Substitute this into f ( x ) :
f ( x ) = 3 6 ( x 4 ( 1 − x ) + x ( 1 − x ) 4 ) = 3 6 ( x 4 − x 5 + x ( 1 − 4 x + 6 x 2 − 4 x 3 + x 4 ) ) = 3 6 ( x 4 − x 5 + x − 4 x 2 + 6 x 3 − 4 x 4 + x 5 ) = 3 6 ( − 3 x 4 + 6 x 3 − 4 x 2 + x )
f ′ ( x ) = 3 6 ( − 1 2 x 3 + 1 8 x 2 − 8 x + 1 )
At maximum, minimum points, f ′ ( x ) = 0
3 6 ( − 1 2 x 3 + 1 8 x 2 − 8 x + 1 ) = 0 1 2 x 3 − 1 8 x 2 + 8 x − 1 = 0 1 2 x 3 − 6 x 2 − 1 2 x 2 + 6 x + 2 x − 1 = 0 ( x − 2 1 ) ( 1 2 x 2 − 1 2 x + 2 ) = 0 2 ( x − 2 1 ) ( 6 x 2 − 6 x + 1 ) = 0
x = 2 1 , x = 2 ( 6 ) 6 ± ( 6 2 ) − 4 ( 6 ) ( 1 ) = 1 2 6 ± 1 2 = 2 1 ± 1 2 1
Next, we find out which points are maximum points with the second derivative test:
f ′ ′ ( x ) = 3 6 ( − 3 6 x 2 + 3 6 x − 8 ) = − 1 4 4 ( 9 x 2 − 9 x + 2 )
x = 2 1 ⟹ f ′ ′ ( 2 1 ) = 3 6 > 0 x = 2 1 + 1 2 1 ⟹ f ′ ′ ( 2 1 + 1 2 1 ) = − 7 2 < 0 x = 2 1 − 1 2 1 ⟹ f ′ ′ ( 2 1 − 1 2 1 ) = − 7 2 < 0
We have 2 maximum points, and we calculate the maximum values:
x = 2 1 + 1 2 1 ⟹ f ( 2 1 + 1 2 1 ) = 3 x = 2 1 − 1 2 1 ⟹ f ( 2 1 − 1 2 1 ) = 3
Therefore, the maximum value of 3 6 ( x 4 y + x y 4 ) is 3
First,
x 4 y + x y 4 = x y ( x + y ) ( ( x + y ) 2 − 3 x y ) = x y ( 1 − 3 x y ) therefore
d ( x y ) d ( x 4 y + x y 4 ) = 1 − 6 x y
thus x 4 y + x y 4 takes maximum when x y = 6 1 ,
And we get our answer 3 6 × 6 1 ( 1 − 2 1 ) = 3
Problem Loading...
Note Loading...
Set Loading...
3 6 ( x 4 y + x y 4 ) = 3 6 x y ( x 3 + y 3 ) = 3 6 x y ( x + y ) ( x 2 + y 2 − x y ) Note that: x + y = 1 = 3 6 x y ( 1 ) ( ( x + y ) 2 − 2 x y − x y ) = 3 6 x y ( 1 − 3 x y ) = − 1 0 8 ( ( x y ) 2 − 3 1 x y ) = − 1 0 8 ( ( x y − 6 1 ) 2 − 3 6 1 ) = 3 − 1 0 8 ( x y − 6 1 ) 2 Since ( x y − 6 1 ) 2 ≥ 0
⟹ 3 6 ( x 4 y + x y 4 ) ≤ 3
And equality occurs when:
x y x ( 1 − x ) 6 x 2 − 6 x + 1 ⟹ x = 6 1 = 6 1 = 0 = { 2 1 + 6 3 > 0 2 1 − 6 3 > 0 ⟹ y = 2 1 − 6 3 > 0 ⟹ y = 2 1 + 6 3 > 0