I've been working on this problem for hours and just can't solve it.
$f : R^3 \to R$, $f(x) = 4x_1 + x_2 - 2x_3$ on the quantity $K = \{x\in R^3: x_1 + x_2 + x_3 = 0, x_1^2 + x_2^2 + x_3^2 = 1\}$.
I was told to do an equivalent transformation, so I divided by f on both sides and got $\{4x_1 + x_2 - 2x_3 / f\}$, but I don't know how that will help me solve the problem.
Maybe you could try something like $$f(x) = 4x_1+x_2-2x_3 = 4x_1+x_2 + x_3 - 3x_3 = 3x_1-3x_3 = 3(x_1-x_3)$$ for all $x \in K$. This reduces the problem to finding the min/max of $x_1-x_3$ on $K$. I think the min on $K$ is $(-\frac{\sqrt{2}}{2},0,\frac{\sqrt{2}}{2})$ and the max on $K$ is $(\frac{\sqrt{2}}{2},0,-\frac{\sqrt{2}}{2})$.
EDIT: I am not sure if the min and max I listed are correct.