Consider this IMO 1984 problem.
Prove that $0≤++−2≤\frac {7}{27}$, where $$,$$ and $$ are non-negative real numbers for which $++=1$.
I have recently learned about Lagrange Multiplier and I intend to use this to solve the above problem.
From what I understand Lagrange Multiplier only gives local maximums/minimums of the bounded function. Secondly, before using it, I must make sure that the function has a maximum/minimum . Third, there can exist points of global maximum/minimum other than the ones found using Lagrange Multiplier.
Provided the above 'limitations', how can I apply Lagrange Multiplier to find the global maximum of the above problem?
My approach:
I have used Lagrange Multiplier to get local extrema at the points $(\frac 13,\frac 13,\frac 13)$,$(\frac 12,\frac 12,0)$ , $(\frac 12,0,\frac 12)$,$(0,\frac 12,\frac 12)$.
What I am unable to determine is that:
- Are these the only points of extremum? Can other points exist where there may be global maximum (such as on boundaries of the function)?
Note that I have finished what is called as "Calculus 1" and "Calculus 2" is some universities but I am yet to formally start "Calculus 3".




You have identified the critical points correctly. Before applying Lagrange Multipliers method, we check whether a maximum and minimum is guaranteed. For that, we apply Extreme Value Theorem (wiki) which states that if a function $f$ in $\mathbb{R}$ is continuous on a closed interval, then it must have a maximum and a minimum in the interval.
As we know, $x+y+z = 1$ is equation of a plane and with condition $x, y, z \geq 0$, it is part of the plane that is in first quadrant bounded by coordinate planes. So we clearly have a closed interval and by Extreme Value Theorem, there must exist a maximum and minimum.
Next thing to remember is that to find maximum and minimum in a closed interval, we must examine both the critical points and the boundary points. While applying Lagrange Multiplier method will give you stationary points of $f$ in the interior of the domain, it may not identify points if the extremum occurs on the boundary. We must examine that separately.
Here $f(x, y, z) = xy + yz + zx - 2 xyz, \ g(x, y, z) = x+y+z-1 = 0$
Applying Lagrange Multiplier method, $f(x, y, z) = \lambda g(x, y, z)$. Taking derivative with respect to $x, y, z, \lambda$,
$x + y - 2 xy = \lambda$
$y + z - 2 yz = \lambda$
$z + x - 2 zx = \lambda$
$x + y +z - 1 = 0$
Solving we get four critical points as you have mentioned in your question.
But $x + y + z = 1$ in first quadrant has $3$ boundary points which is at intersection with three coordinate axes. For example, at intersection with x-axis, $x = 1, y = z = 0$.
So we must examine boundary points $(1, 0, 0), (0, 1, 0), (0, 0, 1)$ in addition to critical points for maximum and minimum. Now due to symmetry in $f(x, y, z)$, we know there are only three points to check for maximum and minimum values and those are $(\frac{1}{3}, \frac{1}{3}, \frac{1}{3}), (\frac{1}{2}, \frac{1}{2}, 0)$ and $(1, 0, 0)$.