Processing math: 89%

Friday, June 5, 2015

Third Method of Solving IMO Optimization Contest Problem: Find the minimum value of xy,

Third Method of Solving 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.

This third method is provided by Mark, another blog contributor and he approached the problem using the well-known Lagrange multipliers method:

We are given the objective function:

f(x,y,z)=xy

subject to the constraints:

g(x,y,z)=x2+y2+z27=0

h(x,y,z)=xy+xz+yz4=0

Using Lagrange Multipliers, we obtain:

y=λ(2x)+μ(y+z)

x=λ(2y)+μ(x+z)

0=λ(2z)+μ(x+y)

Adding, we then get:

x+y=2(x+y+z)(λ+μ)

The third equation gives us:

μ=λ2zx+y

Hence:

λ=(x+y)22(x+y+z)(x+y2z)

μ=z(x+y)(x+y+z)(x+y2z)

And so, using the first equation, we find:

y=x(x+y)2(x+y+z)(x+y2z)z(x+y)(y+z)(x+y+z)(x+y2z)

y(x+y+z)(x+y2z)=x(x+y)2z(x+y)(y+z)

This reduces to:

z2=(x+y)2

Using the second equation, we obtain:

x(x+y+z)(x+y2z)=y(x+y)2z(x+y)(x+z)

This results in complex values for z.

Thus, the first constraint becomes:

2x2+2xy+2y27=0

And from the second, we find:

2x2+6xy+2y28=0

Subtracting the first of these last two results from the second, we obtain:

4xy=1xy=14


No comments:

Post a Comment