I want to prove that $$\iint\limits_{x^2+y^2<1} u(x,y) dxdy=\pi$$ where $u(x,y)=e^x \cos y$.
There is a theorem which says that if $u\in C^2(\Omega)$ and $\nabla^2 u=0$ in a domain $\Omega\subseteq \mathbb{R}^n$, then for any ball $B=B_R(v)$ with $\overline{B}\subset\Omega$, $$u(v)=\frac{1}{\omega_n R^n}\int_B u dx$$ where $\omega_n$ is the volume of the ball of radius 1 in $\mathbb{R}^n$. The double integral above can be seen as a particular case of the theorem, since $\omega_2=\pi$, $R=1$ and $u(0,0)=1$. It's also clear that $\nabla^2 u=0$ (It's the real part of $e^z,z\in\mathbb{C}$).
I want to prove it without using this mean value theorem. In a standard way, I get to the integral $$2\int_{-1}^1 e^x\sin \sqrt{1-x^2}dx$$ which seems crazy. Numerically it seems to be $\pi$ efectively.
How could I calculate the integral?