So I have $z=x^2+xy+y^2$ And I want derivative of z with respect to x assuming y is constant and professor gave us $\frac{\partial z}{\partial x}=2x+y$
But how does he found it? Does he use limit like in non partial derivative expression?
Also if I have f(x)=$x^2+xy+y^2$ where $y$ is constant do I just need to just find the derivative of each term and then adding the derivatives of all those terms to find $f'(x)$:
- derivative $x^2$: $2x$
- derivative $xy$: $y$
- derivative $y^2$: $0$
$2x+y+0=f'(x)$ ?
Thanks in advance!