A friend of mine presented me the following problem a couple days ago:
Let $S$ in $\mathbb{R}^2$ be a square and $u$ a continuous harmonic function on the closure of $S$. Show that the average of $u$ over the perimeter of $S$ is equal to the average of $u$ over the union of two diagonals.
I recall that the 'standard' mean value property of harmonic functions is proven over a sphere using greens identities. I've given this one some thought but I haven't come up with any ideas of how to proceed. It's driving me crazy! Maybe it has something to do with the triangles resulting from a diagonal? Any ideas?
Consider the isosceles right triangles formed from two sides of the square and a diagonal.
Let's consider the first such triangle. Call the sides $L_1, L_2$ and $H_1$ for legs and hypotenuse; for sake of convenience, our square is the unit square, so we give the triangle $T_1$, legs $L_1$ from $(0,0)$ to $(1,0)$ and $L_2$ from $(1,0)$ to $(1,1)$; the hypotenuse $H_1$ clearly runs from $(0,0)$ to $(1,1)$.
Now consider the function $\phi(x) = |x-y|$, and we're going to use integration by parts.
$$ \int_{\partial T_1} u \phi_{\nu} = \int_{\partial T_1} \phi u_{\nu} $$ since $u$ and $\phi$ are both harmonic in the interior of the triangle $T$. Now, $$ \int_{\partial T_1} u \phi_{\nu} = - \sqrt{2} \int_{H_1} u + \int_{L_1} u + \int_{L_2} u = \int_{L_1} x u_\nu + \int_{L_2} (1-y) u_\nu = \int_{\partial T_1} \phi u_\nu $$
Perform the same construction on the other triangle $T_2$ with hypotenuse $H_1$, but with legs $L_3$ from (0,0) to (0,1) and $L_4$ from (0,1) to (1,1). We get $$ \int_{\partial T_2} u \phi_{\nu} = - \sqrt{2} \int_{H_1} u + \int_{L_3} u + \int_{L_4} u = \int_{L_3} y u_\nu + \int_{L_4} (1-x) u_\nu = \int_{\partial T_2} \phi u_\nu $$
Now consider the function $\psi(x) = |x+y-1|$ on the triangle $T_3$ formed by $L_1$ as above, $L_3$ from (0,0) to (0,1), and $H_2$ from (1,0) to (0,1). $$ \int_{\partial T_3} u \psi_{\nu} = - \sqrt{2} \int_{H_2} u + \int_{L_3} u + \int_{L_1} u = \int_{L_3} (1-y) u_\nu + \int_{L_1} (1-x) u_\nu = \int_{\partial T_3} \psi u_\nu $$
Finally, on the triangle $T_4$ formed by $L_4$, $L_2$, and $H_2$ we have $$ \int_{\partial T_4} u \psi_{\nu} = - \sqrt{2} \int_{H_2} u + \int_{L_2} u + \int_{L_4} u = \int_{L_2} y u_\nu + \int_{L_4} x u_\nu = \int_{\partial T_4} \psi u_\nu $$
Summing all these terms together, we get $$ -2 \sqrt{2} \int_{H_1 \cup H_2} u + 2 \int_{\partial S} u = \int_{\partial S} u_\nu$$ Since $u$ is harmonic, this must equal 0, which tells us that the average over the diagonals is the average over the perimeter.