$\max\left( { 3x }_{ 1 }+4{ x }_{ 2 }+2{ x }_{ 3 } \right) $
${ x }^2_{ 1 }+{ x }^2_{ 2 }+{ x }^2_{ 3 }\le 1 $
${ x }_{ i }\ge 0 $
I have to find a Pareto Optimal solution, but I can't solve this by making calculus (Lagrangian function). So Is there a smart way to do this?
I know the objective function is a plane, and the constraint is a sphere. But is very difficult to find where the plane intersect the sphere
Using the Cauchy-Schwarz inequality, we have $$\begin{align}(3x_1+4x_2+2x_3)^2&\leq (3^2+4^2+2^2)(x_1^2+x_2^2+x_3^2)=29(1) \\\Rightarrow 3x_1+4x_2+2x_3&\leq\sqrt{29}\end{align}$$