I have:
$$f(x,y,z) = x + y + z$$
and given the constraints: $\displaystyle \frac a x + \frac b y + \frac c z = 1$, and $x, y, z > 0$, where $a,b,c$ are fixed positive constants.
I need to find the minimum value of $f(x, y, z)$.
I have taken partial derivatives and tried using Lagrange Multipliers but am stuck:
$$1 = - \dfrac {\lambda a}{x^2}; \\ 1 = - \dfrac {\lambda b}{y^2}; \\ 1 = - \dfrac {\lambda c}{z^2};$$
I'm not really sure how to use the fact that $x,y,z >0$ and $a,b,c$ are fixed positive constants.