0

I have a functional W[V(x,y)], so what is the partial derivative $\partial W/\partial x$? Thanks in advance.

JoJo
  • 13

1 Answers1

0

Use the chain rule: the dependencies are $x \to V \to W$ so that $$\frac{\partial W}{\partial x} = \frac{dW}{dV} \frac{\partial V}{\partial x}.$$

Umberto P.
  • 52,165