A colleague posted this on the door outside his office:
$$\frac{\partial}{\partial(x+y)}(xy)=?$$
Trying to be helpful, I gave it a shot:
$$u = x + y \\v = x - y \\ x = \frac{u+v}{2} \\ y = \frac{u-v}{2} \\ xy = \frac{u^2 - v^2}{4}$$
Then
$$\frac{\partial}{\partial(x+y)}(xy) = \frac{1}{4}\frac{\partial}{\partial u}(u^2 - v^2) = \frac{u}{2} = \frac{x+y}{2}.$$
Then when I got back to my desk I was concerned that I skimmed over some details and missed a constant somewhere, since I'm changing the scale with the change of variables. I'd like to try with
$$u' = \frac{x+y}{\sqrt{2}} \\ v' = \frac{x-y}{\sqrt{2}}$$
so that the scale doesn't change:
$$x = \frac{u' + v'}{\sqrt{2}} \\ y = \frac{u' - v'}{\sqrt{2}}$$
But then I'm left with interpreting
$$\frac{\partial}{\partial \left(\sqrt{2}u'\right)},$$
which I'm not sure how to do.
Does my conern matter?