The specific problem I have is of the following type.
$$\begin{array}{ll} \text{maximize} & \frac{1}{1-a}x^{1-a} + \frac{1}{1-b}y^{1-b} +\frac{1}{1-c}z^{1-c}\\ \text{subject to} & x+y+z=K\end{array}$$
where $x,y,z$ are the optimization variables and $a, b, c > 1$ are constants.
I have tried using a Lagrange multiplier but it didn't work.
Is there a way to solve problems of this type? If not, is there a numerical method for approximating?
you will get $$x^{-a}+\lambda=0$$, $$y^{-b}+\lambda=0$$, $$z^{-c}+\lambda=0$$ and $$x+y+z=K$$ solve this system!