Home

Staff
     
Consulting
               
Mathematica Tools

Customer Quotes
        
Contact

Older Mathematica Items

 

 

 

 

 

Scientific Arts

Mathematica in Quantum Field Theory Calculations: An Example


Abstract

The following gives a simple example of the use of Mathematica in the calculation of the one loop "fish" diagram in [Graphics:Images/feynman_gr_1.gif] theory. One approach of many possible ones is given. This is a potential starting point for further investigations by the interested reader.

Introduction

There are a number of Mathematica tools available for quantum field theory calculations. Several of these are available free of charge from MathSource, and the third party commercial product FeynCalc is available from its developer. However, independent of or in conjunction with these useful tools, Mathematica provides all of the needed functionality for doing quantum field theory calculations from scratch and for implementing the needed transformations and knowledge base of your specific field.

Problem Set Up

A basic example is the use of dimensional regularization to calculate a one loop diagram in [Graphics:Images/feynman_gr_2.gif] theory. This is the diagram.

[Graphics:Images/feynman_gr_3.gif]

The action for the [Graphics:Images/feynman_gr_4.gif] theory is

[Graphics:Images/feynman_gr_5.gif]

The feynman rules for this theory give the following expression for this diagram .

[Graphics:Images/feynman_gr_6.gif]

The traditional Feynman parameter trick allows us to write the product of the propagators in the form

[Graphics:Images/feynman_gr_7.gif]

(An example of a function that does this automatically is given in the Appendix.)

When the square is completed in the denominator and the momentum integration variable is changed via the linear transformation [Graphics:Images/feynman_gr_8.gif], the following integral is obtained (where the [Graphics:Images/feynman_gr_9.gif]-dimensional angular integration has been performed).

[Graphics:Images/feynman_gr_10.gif]

The [Graphics:Images/feynman_gr_11.gif]-Dimensional Integration

The radial integration gives,

[Graphics:Images/feynman_gr_12.gif]
[Graphics:Images/feynman_gr_13.gif]

Check to be sure that the requirements of the integration are met.

[Graphics:Images/feynman_gr_14.gif]
[Graphics:Images/feynman_gr_15.gif]

The dimension of the diagram is [Graphics:Images/feynman_gr_16.gif], so we pull out a factor of [Graphics:Images/feynman_gr_17.gif]so as not to perform any series expansions on this term in the following. We will return it to its rightful place at the end.

Expand the result in a series around [Graphics:Images/feynman_gr_18.gif] to extract the constant and pole parts.

[Graphics:Images/feynman_gr_19.gif]
[Graphics:Images/feynman_gr_20.gif]

Feynman Parameter Integration

We now integrate over the Feynman parameter. We include the option [Graphics:Images/feynman_gr_21.gif] to instruct the integration routine about the properties of these parameters.

The raw result that Mathematica returns from this integration is a bit long, so we wrap it in Short and give it the name temporary.

[Graphics:Images/feynman_gr_22.gif]
[Graphics:Images/feynman_gr_23.gif]

Perform some simplifications using the same assumptions as in the integration above (note that FullSimplify accepts its assumptions as an argument rather than as an option).

[Graphics:Images/feynman_gr_24.gif]
[Graphics:Images/feynman_gr_25.gif]

Rearrange terms using pattern matching and replacement rules.

[Graphics:Images/feynman_gr_26.gif]
[Graphics:Images/feynman_gr_27.gif]

An easy way to isolate the [Graphics:Images/feynman_gr_28.gif] pole term is to expand this result in series once again. We use Simplify while we are at it and reintroduce the [Graphics:Images/feynman_gr_29.gif] factor.

[Graphics:Images/feynman_gr_30.gif]
[Graphics:Images/feynman_gr_31.gif]

Finally, one small rearrangement to make everything look nice.

[Graphics:Images/feynman_gr_32.gif]
[Graphics:Images/feynman_gr_33.gif]

This is the textbook result. Thus we have, in [Graphics:Images/feynman_gr_34.gif] dimensions,

[Graphics:Images/feynman_gr_35.gif]

APPENDIX: Feynman Parameterization Function

Here is one way to automatically generate the Feynman parameterization of a product of scalar propagators. The function takes as its first argument a list of denominators and their exponents.  The second argument is a list of integration parameters - one for each denominator.

[Graphics:Images/feynman_gr_36.gif]
[Graphics:Images/feynman_gr_37.gif]
[Graphics:Images/feynman_gr_38.gif]
[Graphics:Images/feynman_gr_39.gif]
[Graphics:Images/feynman_gr_40.gif]

For further information on our services send email to info@scientificarts.com .
Contents of this web site Copyright © 1999-2011, Scientific Arts, LLC.

s