Solving an Intractable Integral with Mathematica

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
MadMax
Messages
98
Reaction score
0
This is an integral that Mathematica doesn't seem to be able to do. I don't know how to tackle it either.

The general form is

[tex]\int^\infty_{-\infty} dz \arctan [d \sqrt{p^2 + z^2}]e^{-b z^2 - i c z} (p^2 + z^2)^n[/tex]

I've thought about integration by parts, by substitution, contour integration, but none of these methods seem suitable. Any help would be much appreciated.
 
Physics news on Phys.org
MadMax said:
This is an integral that Mathematica doesn't seem to be able to do. I don't know how to tackle it either.

The general form is

[tex]\int^\infty_{-\infty} dz \arctan [d \sqrt{p^2 + z^2}]e^{-b z^2 - i c z} (p^2 + z^2)^n[/tex]

I've thought about integration by parts, by substitution, contour integration, but none of these methods seem suitable. Any help would be much appreciated.
Since you already have "dz" in your integral what do you mean by "[itex]d\sqrt{p^2+ z^2}[/itex]?
 
In general if mathematica can't do it, that means there is no simple closed form, for a definition of simple which means a finite number operations involving arithmetic, trig, exp, logs, etc. The algorithm that it uses produces such a closed form or else a proof that it can't be done.
 
Thanks.

[itex]d\sqrt{p^2+ z^2}[/itex] means the variable "d" multiplied by the square root of (p^2 + z^2).

Also there's something I missed. The power of the (p^2 + z^2) outside the ArcTan should be n/2 not n, where n is any real integer.

Hmmm I'm sure it can be done. I've seen the answer to an integral of which this is one part. I'm just trying to reproduce it. Mathematica doesn't give a proof it can't be done, it simply spits the integral back at me after a long time...

The answer might well involve a gamma function... Mathematica has been fussy over gamma functions before...