Integral Calculation: Solving for S with A as Symmetric Matrix

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
Messages
3,372
Reaction score
465

Homework Statement


I'm trying to calculate the integral:
[itex]S= \int (d^{N}x) exp(x_{i} A_{ij} x_{j}) = (\frac{\pi^{N}}{detA})^{\frac{1}{2}}[/itex]
where the integration is done over (-∞,+∞) , and [itex]A_{ij}=A_{ji}[/itex] (symmetric NxN matrix)


Homework Equations





The Attempt at a Solution



I am not sure how am I supposed to start calculating... Please don't give explicit answer, just a starting hint??
 
Physics news on Phys.org
ChrisVer said:

Homework Statement


I'm trying to calculate the integral:
[itex]S= \int (d^{N}x) exp(x_{i} A_{ij} x_{j}) = (\frac{\pi^{N}}{detA})^{\frac{1}{2}}[/itex]
where the integration is done over (-∞,+∞) , and [itex]A_{ij}=A_{ji}[/itex] (symmetric NxN matrix)


Homework Equations





The Attempt at a Solution



I am not sure how am I supposed to start calculating... Please don't give explicit answer, just a starting hint??

I assume you meant to write ##\exp(-\sum_i \sum_j A_{ij} x_i x_j)## instead of ##\exp(x_i A_{ij} x_j)##; note the sign difference, among other things. If so, look at 'Cholesky Decomposition'; see, eg., http://en.wikipedia.org/wiki/Cholesky_decomposition. That reduces the quadratic form to a sum of squares and thus reduces your integral to a sequence of standard Gaussians. Also: there are symmetric matrices A that make your so-called result false, so you had better find out what the true question really is.
 
In fact the question is introductory to get into calculating:
[itex]\int d^{N}\theta d^{N}\bar{\theta} exp(-\bar{\theta}_{i}A_{ij} \theta_{j})[/itex]
for [itex]\theta[/itex] being grassmann variables...
My problem with that integral, is the case of finding the normal "gaussian" integral...for which I have:
[itex]exp(-a \bar{\theta} \theta)= 1-a \bar{\theta} \theta[/itex]
which gives as a result after integrating:
[itex]\int d\theta d\bar{\theta} (1-a \bar{\theta} \theta))= -a[/itex]
(or should I first anticommute the [itex]\theta[/itex]s?)
If I use the same procedure as for the normal multidimensional gaussian integral (I'm asking about) -after diagonalizing the A etc- I will get:
[itex]\int d^{N}\theta d^{N}\bar{\theta} exp(\sum_{i}-\bar{\theta}_{i}A_{ii} \theta_{i})= ∏_{i} (-A_{ii}) ≠ detA[/itex]
which I find everywhere as a result... well it depends on the dimensions, because for N=even then indeed I get the [itex]detA[/itex] result...otherwise (if N is odd) I'm getting a minus overall sign...
 
Last edited:
I guess that's not a Grassmann integral but a usual real integral. The trick is to realize that you can diagonalize the matrix with an SO(N) transformation. Then everything splits in a product of single Gaussians, and this product can be written in terms of the determinant. Note that there should be the sign change as indicated in posting #2. The sum symbols are not necessary, if the Einstein summation convention is used.

Of course, you should also check for which matrices the integral exists at all!