Let $B=\{x\in\mathbb{R}^m:|x|<1\}$ and $u\in C^3(\bar{B})$. Suppose that $u=0$ on the boundary $\partial B$ of $B$. Show that
$$ \int_B(|\Delta u|^2-\sum_{i,j=1}^m|D_{ij}u|^2)dx=(m-1)\int_{\partial B}|\nabla u\cdot n|^2 dS, $$ where $n$ is the unit outer normal vector to $\partial B$ (i.e. $n(x)=x$) and $dS$ is the element of the surface measure.
It seems like we need to use the divergence theorem at some point, but I'm struggling to get it in a form where we can actually use divergence theorem. So far I've tried evaluating the terms on the left hand side. Here's what I got:
$$ |\Delta u|^2=\left(\frac{\partial^2 u}{\partial x_1 ^2}+\cdots+\frac{\partial^2 u}{\partial x_m ^2}\right)^2\\ =\sum_{i=1}^m \left( \frac{\partial^2 u}{\partial x_i^2} \right)^2+\sum_{i,j=1, i\neq j}^m \frac{\partial^2 u}{\partial x_i^2}\frac{\partial^2 u}{\partial x_j^2} $$ and $$ \sum_{i,j=1}^m|D_{ij}u|^2=\sum_{i=1}^m\left( \frac{\partial^2 u}{\partial x_i^2} \right)^2+\sum_{i,j=1, i\neq j}^m \left(\frac{\partial^2 u}{\partial x_i \partial x_j}\right)^2 $$ which gives $$ LHS=\int_B \sum_{i,j=1, i\neq j}^m \frac{\partial^2 u}{\partial x_i^2}\frac{\partial^2 u}{\partial x_j^2}-\left(\frac{\partial^2 u}{\partial x_i \partial x_j}\right)^2 $$
And now I'm stuck. Any ideas?
Thanks,
Tom
Update: I've tried using integration by parts and Green's identities with no luck yet.
$$ LHS=\sum_{i,j=1,i\neq j}^m\int_{\partial B} \frac{\partial u}{\partial x_j} \frac{\partial^2 u}{\partial x_i^2}x_j-\frac{\partial u}{\partial x_j}\frac{\partial^2 u}{\partial x_i \partial x_j}x_i dS\ =\sum_{i,j=1,i\neq j}^m\int_{\partial B} \frac{\partial u}{\partial x_j} \frac{\partial}{\partial x_i} \left( \frac{\partial u}{\partial x_i} x_j-\frac{\partial u}{\partial x_j} x_i \right) dS. $$
But this doesn't seem to get me very close to the RHS. Any ideas of where to go from here?
– Tom Pedersen Jun 07 '15 at 04:07