IMO Optimization Contest Problem:
Find the minimum value of xy, given that x2+y2+z2=7, xy+xz+yz=4, and x,y and z are real numbers.
My solution:
From the well-known identity
(x+y+z)2=x2+y2+z2+2(xy+xz+yz)
and the given values for x2+y2+z2=7 and xy+xz+yz=4, we get:
(x+y+z)2=7+2(4)
(x+y+z)2=15
x+y+z=±√15
We're asked to look for the minimum xy. Therefore, it makes sense to have the plan to get rid of the variable z.
Thus we rearrange the equation above and make z the subject:
z=±√15−(x+y)
We then substitute it into the given equation xy+xz+yz=4, we have:
xy+xz+yz=4
xy+z(x+y)=4
z(x+y)=4−xy
z(x+y)=4−xy
(±√15−(x+y))(x+y)=4−xy
Expanding the equation so that we have it written in the general quadratic equation format in terms of (x+y), we get:
(±√15−(x+y))(x+y)=4−xy
±√15(x+y)−(x+y)2=4−xy
(x+y)2∓√15(x+y)+(4−xy)=0
Now, this is a standard quadratic equation [a(x+y)2+b(x+y)+c=0] in terms of (x+y) with:
a=1,b=∓√15,c=4−xy
Since we're told x,y and z are real numbers, the discriminant for the quadratic equation above must be greater than or equal to zero.
Therefore we have:
(∓√15)2−4(1)(4−xy)≥0
Solving the inequality above for xy, we get:
15−16+4xy≥0
4xy≥1
xy≥14
Therefore we can conclude that the minimum of xy is 14.
No comments:
Post a Comment