Transform the differential equation $\frac{\partial z}{\partial x} + \frac{\partial z}{\partial y} = 0 $ by introducing new variables $x = u+v$ and $y=u-v$. then solve it.
I which I could show some effort but I don't even know where to start and I can't find anything about this in my course literature (the subject is very basic multi-variable calculus and I found the question in an old exam).
Could anyone show me how to solve this?
So, let's start as given in the hint. We define a "transformed" version of our solution $z$ by introducing $g(u,v) = z(u+v, u-v)$. Then $$ z(x,y) = g\left(\frac 12(x+y), \frac 12 (x-y)\right) $$ This gives \begin{align*} \partial_x z &= \frac 12 \partial_u g + \frac 12 \partial_v g\\ \partial_y z &= \frac 12 \partial_u g - \frac 12 \partial_v g \end{align*} Hence $$ 0 = \partial_x z + \partial_y z = \partial_u g $$ So $g(u,v) = \phi(v)$ for some function $\phi$, that is $$ z(x,y) = \phi\left(\frac 12(x-y)\right). $$