$x^* \in R^3$
Maximize: $f(x)$ Subject to: $g_1(x) \le 1$ and $g_2(x) \le 3$
$g_1(x^*) = 1, g_2(x^*) = 2, ∇f(x^*) =4∇g_1(x^*)$ These are given
If first constraint change to $g_1(x) \le 0.99$, but second stays same. Approximately what is the maximum value of $f(x)$?
I tried to solve it by finding lambdas, but I couldn't. Therefore, Is there anyone who can help me?