Let $f : \mathbb R^2 → \mathbb R$ be a function that has partial derivatives that are continuous on $\mathbb R^2$
Answer the following questions:
Find all the $g$ s such that $\frac{∂g(u, v)}{∂u} = 0$ [ Hint: Turn the problem into an ODE by fixing $v$ and by considering $h(u) := g(u, v)$ ]
Find all the solutions of $3. \frac{∂f(x, y)}{∂x} − 2. \frac{∂f(x,y)}{∂y} = 0$ [ Hint: Let $(u, v) := (x + y, 2x + 3y)$ and let $g(u, v) := f(x, y)$]
My attempts:
- If $\frac{∂g(u, v)}{∂u} = 0$ then $\frac{∂h(u)}{∂u} = 0$ (because $h(u) = g(u,v)$), then $h(u)$ is a constant function and since $v$ is fixed, we can take $h(u) = v$, and hence $g(u,v) = v$. Is this correct? Any other answers?
2.I don't know how to start sovling this using the chain rule. Any help please?
So now we have that $g(u,v) = h(v)$, where $h(v)$ is any arbitrary function of $v$ (with no $u$ involved). So $$f(x,y) = h(2x+3y),$$ and you can check that this does satisfy the partial differential equation.