We wish to find the minimum value of the expression x4+y4−x2y−xy2 subject to the constraint x+y≤1 where x and y are positive real numbers.
First, consider using the Lagrange multipliers method to incorporate the constraint x+y=c≤1. We define the Lagrangian function as
L(x,y,λ)=x4+y4−x2y−xy2+λ(c−x−y).
Compute the partial derivatives and set them to zero to find critical points:
∂x∂L=4x3−2xy−y2−λ=0,
∂y∂L=4y3−x2−2xy−λ=0,
∂λ∂L=c−x−y=0.
The constraint becomes x+y=c. Substitute y=c−x into the equations:
4x3−2x(c−x)−(c−x)2−λ=0,
4(c−x)3−x2−2x(c−x)−λ=0.
However, instead of dealing with these non-linear equations, one efficient approach uses symmetry when x=y:
- Let x=y=2c.
Then substitute into the expression:
(2c)4+(2c)4−(2c)2(2c)−(2c)(2c)2.
Simplify:
=2(2c)4−2(2c)3=2(16c4)−2(8c3)=8c4−4c3.
With the constraint c=x+y=1,
=814−413=81−41=81−82=−81.
This calculation verifies that the minimum value of the expression, considering optimality subject to x+y≤1, is indeed −81:
−81