Proving a Gaussian integral identity

569 Views Asked by At

Provide mathematical reasons(no calculation required) why the two-dimensional Gaussian integral is $\int_{\mathbb R^2} x$exp[-($\mathbf x$,A$\mathbf x$)] = $\frac{\pi}{\sqrt {detA}}$

here, $\mathbf x$ = $( x,y)$ $\in$ $\mathbb R^2$, and $A$ is a positive definite 2 x 2 symmetric matrix.

so using the formula for n-dimensional Gaussian integral, the integrand is the following $$\sqrt\frac{ {(2\pi)^n}}{det A}$$ but it seems like the question wants me to solve it without using the formula nor calculation any guide or help will be appreciated.

1

There are 1 best solutions below

0
On

If $A$ is positive definite and symmetric, then there is a $B$ so that $B^TB=A$, then since $\det(A)=\det(B)^2$, a standard change of variables says that $$ \begin{align} \int_{\mathbb{R}^n}e^{-x\cdot Ax}\,\mathrm{d}x &=\int_{\mathbb{R}^n}e^{-|Bx|^2}\,\mathrm{d}x\\ &=\frac1{\det(B)}\int_{\mathbb{R}^n}\,e^{-|x|^2}\,\mathrm{d}x\\ &=\sqrt{\frac{\pi^n}{\det(A)}} \end{align} $$ However, by symmetry, the vector valued integral $$ \int_{\mathbb{R}^n}x\,e^{-x\cdot Ax}\,\mathrm{d}x=0 $$