a) Find all the solutions $g : \mathbb R^2 → \mathbb R$ that have partial derivatives up to the second order that are continuous on $\mathbb R^2$ and such that $\frac{∂^2g}{∂u∂v} = 0$
b) Find all the solutions $f : \mathbb R^2 → \mathbb R$ that have partial derivative up to the second order that are continuous and that satisfy $\frac{∂^2f} {∂x^2} +\frac{∂^2f}{∂x∂y} − 2\frac{∂^2f}{∂y^2} = 0 $
[Hint:introduce $g(u, v) := f(x, y)$ with $(u, v) := (x + y, y − 2x)$ ]
My attempts:
a) First, I integrate $\frac{∂^2g}{∂u∂v}$ wrt $v$, I get: $\frac{∂g}{∂u} = f(u)$. Then I integrate again wrt $u$, and I get $g(u, v) = h(u) + s(v) $. Where $h(u)$ is a function of $u$ and $s(v)$ is a function of $v$.
b) $\frac{∂f(x,y)}{∂x}= \frac{∂g(u,v)}{∂x} = \frac{∂g(u,v)}{∂u}.\frac{∂u}{∂x} + \frac{∂g(u,v)}{∂v}.\frac{∂v}{∂x} = \frac{∂g(u,v)}{∂u}.1 + \frac{∂g(u,v)}{∂v}.(-2)$
And $\frac{∂f(x,y)}{∂y} = \frac{∂g(u,v)}{∂y} = \frac{∂g(u,v)}{∂u}.\frac{∂u}{∂y} + \frac{∂g(u,v)}{∂v}.\frac{∂v}{∂y} = \frac{∂g(u,v)}{∂u}.1 + \frac{∂g(u,v)}{∂v}.1$
How to proceed from here?