Solving an Intractable Integral with Mathematica

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

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

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
Quite sure that is not analytically possible.
 
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

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

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 "d\sqrt{p^2+ z^2}?
 
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.

d\sqrt{p^2+ z^2} 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...
 
So there is a variable "d"? How are we meant to distinguish between the differential and the variables..
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...

Similar threads

Back
Top