Compute $\frac{\partial f}{\partial x},\;\frac{\partial f}{\partial y}$ where $f(x,y)=xy+\frac{50}{x}+\frac{20}{y}$

41 Views Asked by At

Let $f:\mathbb R^2\to\mathbb R$ $$f(x,y)=xy+\frac{50}{x}+\frac{20}{y}.$$ Compute $\frac{\partial f}{\partial x},\;\frac{\partial f}{\partial y}$ and find local extrema of the function $f$.

I'm having difficulties solving this task. May I ask for help? Thank you very much in advance!

1

There are 1 best solutions below

2
On BEST ANSWER

The partial derivative with respect to $x$ is calculated by thinking that $y$ is a constant. Therefore you have $$ \frac{{\partial f}} {{\partial x}} = y - \frac{{50}} {{x^2 }} $$ The partial derivative with respect to $y$ is calculated by thinking that $x$ is a constant. Therefore you have $$ \frac{{\partial f}} {{\partial y}} = x - \frac{{20}} {{y^2 }} $$