I need to solve this triple integral $$\iiint e^{-x^2-y^2-z^2+xy+yz+xz} \,dx\,dy \,dz$$ where $V$ is all $\Bbb R^3$
I've spent on this task a few hours, ok firstly $$e^{-x^2-y^2-z^2+xy+yz+xz}=e^{-1/2[(x-y)^2+(y-z)^2+(z-x)^2]}$$
I tried to use theorm of the change of variables, but this substitution doesn't make sense $$x-y=a$$ $$y-z=b$$ $$z-x=c$$
also $$e^{-x^2-y^2-z^2+xy+yz+xz}=e^{(x-1/2y^2-1/2z^2)^2+((\sqrt{3}/2)y- (\sqrt3/2)z)^2}$$ Maybe here change of variables'll be OK.
Please, help me. It's my homework, so important and I have no idea what I should do next.
I think we can do it with simple calculus, in addition to what has already been written, to clarify things. Starting with using Fubini's lemma to "separate" the integrals order. I will also use this notation:
$$\int_{-\infty}^{+\infty} = \int$$
For the sake of simplicity.
$$\iiint e^{-x^2 - y^2 - z^2 + xy + xz + zy}\ \text{d}x\ \text{d}y\ \text{d}z = \int e^{-x^2}\ \text{d}x \int e^{-y^2 + xy}\ \text{d}y \int e^{-z^2 - z(x+y)}\ \text{d}z$$
Now we use an important result from elementary calculus which states
$$\int_{-\infty}^{+\infty} e^{-ax^2 + bx}\ \text{d}x = \sqrt{\frac{\pi}{a}} e^{b^2/4a}$$
Thence applying that to our integral (with $a = 1$ and $b = x+y$) we get:
$$\iiint e^{-x^2 - y^2 - z^2 + xy + xz + zy}\ \text{d}x\ \text{d}y\ \text{d}z = \int e^{-x^2}\ \text{d}x \int e^{-y^2 + xy}\ \text{d}y \left(\sqrt{\pi} e^{(x+y)^2/4}\right)$$
Arranging and we have
$$\sqrt{\pi}\int e^{-x^2 + x^2/4}\ \text{d}x \int e^{-y^2 + xy + y^2/4 + xy/2}\ \text{d}y$$
Using the same procedure we get:
$$\sqrt{\pi}\int e^{-x^2 + x^2/4} \left(2 e^{3x^2/4 + 3xy/2}\right)\ \text{d}x$$
namely
$$2\frac{\pi}{\sqrt{3}}\int e^{-3x^2/4 + 3x^2/4}\ \text{d}x = 2\frac{\pi}{\sqrt{3}}\int_{-\infty}^{+\infty} 1 \text{d}x = \infty$$
Thence it does not converge.