How do i find $\partial z/ \partial u$ when $u=0$, $v=1$ if $z=\sin xy+x\sin y$, $x=u^2+v^2$,$y=uv$.

735 Views Asked by At

The chain rule states that the derivative of $f(g(x))$ is $f'(g(x)) \cdot g'(x).$ ... For example, $\sin(x^2)$ is a composite function because it can be constructed as $f(g(x))$ for $f(x)=\sin(x)$ and $g(x)=x^2$.

2

There are 2 best solutions below

0
On

Since $x, y$ are functions of $u$, $\frac{dz}{du} = y\cos(xy)\frac{dx}{du} + x\cos(xy)\frac{dy}{du} + \frac{dx}{du} \sin y + x\cos y \frac{dy}{du}$ You will know that $\frac{dx}{du} = 2u, \frac{dy}{du}=v$

0
On

Hint :$$ \frac{\partial{z}}{\partial{u}}=\frac{\partial{z}}{\partial{x}}\frac{\partial{x}}{\partial{u}}+\frac{\partial{z}}{\partial{y}}\frac{\partial{y}}{\partial{u}} $$