Let $f:\mathbb{R}^2\to\mathbb{R}$ is $C^2$, $L>0$, and $D$ be the closed unit disc in the plane. Also, suppose $f_{xx}^2+2f_{xy}+f_{yy}\leq L$ and $f(0,0)=f_x(0,0)=f_y(0,0)=0$. Show that$\int\int_Df(x,y)dxdy\leq\frac{\pi\sqrt{L}}{4}$.
Since $D$ is connected, I think that $f=0$ on the interior of $D$, so we only need to consider the values $f$ takes on the unit circle. Also, I see that $\Delta f\leq\sqrt{L}$, and so the divergence theorem gives $\int_{\partial D}\nabla f\cdot\hat{n}dl=\int\int_D\Delta fdxdy\leq\pi\sqrt{L}$, but I'm not really sure how to proceed from here. Any suggestions?