Given that $x, y, z \in [0, 2]$ and $x + y + z = 3$. Calculate the maximum value of $$\large x^3 + y^3 + z^3$$
I'm done. Should you have different solutions, you could post them down below. Having a solution there already, I want to see unfamiliar thoughts.
We have that $x, y, z \le 2 \implies (x - 2)(y - 2)(z - 2) \le 0$
$$\iff xyz - 2(xy + yz + zx) + 4(x + y + z) - 8 \le 0$$
$$\iff 4 \cdot 3 - 2(xy + yz + zx) \le 8 - xyz \implies - 2(xy + yz + zx) \le -(xyz + 4)$$
$$\iff xy + yz + zx \ge \frac{xyz}{2} + 2$$
It is common knowledge that $$x^3 + y^3 + z^3 = (x^3 + y^3 + z^3 - 3xyz) + 3xyz$$
$$ = (x + y + z)(x^2 + y^2 + z^2 - xy - yz - zx) + 3xyz$$
$$ = 3\left[(x + y + z)^2 - 3(xy + yz + zx)\right] + 3xyz \le 3\left[xyz - 3\left(\frac{xyz}{2} + 2\right) + 3^2\right]$$
$$ = 3\left(3 - \frac{xyz}{2}\right) \le 9$$
The equality sig occurs when $\{x, y, z\} = \{0, 1, 2\}$.