I've recently learned the chain rule for multivariable calculus, and received the following question on our latest assignment:
$w:\mathbb{R}^2\rightarrow\mathbb{R}$ is a twice differentiable function such that $\triangle w=w_{xx}+w_{yy}=0$
Define: $$\phi:\mathbb{R}^2\rightarrow\mathbb{R^2},\quad \phi(u,v)=(u^2-v^2,2uv)$$
Let $h$ be the composition of $w$ and $\phi$: $$h:\mathbb{R}^2\rightarrow\mathbb{R},\quad h=w\circ\phi$$ Prove $\triangle h=h_{uu}+h_{vv}=0$
This is what I have done so far:
Define: $$x(u,v)=u^2-v^2,\quad y(u,v)=2uv$$ So, using the chain rule, we will find the first partial derivative of $h$ with respect to $u$: $$\frac{\partial h}{\partial u}=\frac{\partial h}{\partial x}\frac{\partial x}{\partial u}+\frac{\partial h}{\partial y}\frac{\partial y}{\partial u}=2u\cdot\frac{\partial h}{\partial x}+2v\cdot\frac{\partial h}{\partial y}$$
And the second partial derivative with respect to $u$ will be: $$\frac{\partial^2 h}{\partial^2 u}=\frac{\partial}{\partial u}(2u\cdot\frac{\partial h}{\partial x}+2v\cdot\frac{\partial h}{\partial y})$$
I do the same thing with the partial derivatives of $h$ with respect to $v$, and I get: $$\frac{\partial^2 h}{\partial^2 v}=\frac{\partial}{\partial v}(-2v\cdot\frac{\partial h}{\partial x}+2u\cdot\frac{\partial h}{\partial y})$$
Here I am stuck. I am not sure what I can do with the partial derivatives $\frac{\partial h}{\partial y}$ and $\frac{\partial h}{\partial x}$.
Any help will be appreciated, Thanks!