Consider the (non-linear) optimization problem ($P$)
$$max \quad3x_1 + 4x_2$$
$$s.t. \quad x_1^2 + x_2^2 \leq 25$$
$$ \quad x_1,x_2 \geq 0$$
Formulate the Lagrangian function $\varTheta(y)$ and solve it for fixed $y>0$
This is the function that I obtained. $\varTheta(y)=25y_1 + max\{(3-y_1x_1)x_1 + (4-y_1x_2)x_2; \quad x_1,x_2\geq 0\}$
However, Since the coefficents in the $max$ function still have $x_i$'s in them, I am not sure how to proceed. Could anyone please help me out?