About this question I have asked lately $x^2+y^2 \leq 16$ and also $\{x,y\} \subset \mathbb{R}^+$ what is the minimum value of $3x+4y$.
I want to solve it with Lagrange now, but I couldn't manage to. I have tried to construct a multi-variable function which was the following $f(x,y)=3x+4y$ then to find the minimum value of it, but I am really not accustomed to using derivatives for extremum problems. And I couldn't find the connection with it between the Lagrange multiplier. What do you suggest?
Let $K=\{(x,y) \in \mathbb R^2:x^2+y^2 \le 16\}$. We observe that there no points$(x_0,y_0)$ such that $f_x(x_0,y_0)=0$ and $f_y(x_0,y_0)=0$.
Consequence: $\min f(K)= \min f( \partial K)$
Hence you have to minimize the function $f$ under the condition $x^2+y^2=16$.
Can you proceed from here ?