Log transformation in constrained optimization

1k Views Asked by At

In constrained maximization, should I log-transform the constraint if the objective function is log-transformed?

$$\max_{x, \ y} \,\, x^\alpha y^{1 - \alpha} \qquad \text{s.t.} \qquad p_x x + p_y y \ \leq \ p_x \hat{x} + p_y \hat{y} $$

Here if I log-transform $x^\alpha y^{1 - \alpha} $, then how should I deal with the constraint?

Thank you for the help!

1

There are 1 best solutions below

0
On BEST ANSWER

You can just take the log of the objective, assuming it is positive everywhere, and not change the constraints. Any monotonic transformation of the objective is fine since it doesn't change the maximum.