This MO question by Tim Gowers reminded me of a question I've wondered about for some time. In the delightful book Surely You're Joking, Mr. Feynman!, Feynman praises the technique of differentiating under the integral sign (a.k.a. the Leibniz integral rule):
When guys at MIT or Princeton had trouble doing a certain integral, it was because they couldn't do it with the standard methods they had learned in school. If it was contour integration, they would have found it; if it was a simple series expansion, they would have found it. Then I come along and try differentiating under the integral sign, and often it worked. So I got a great reputation for doing integrals, only because my box of tools was different from everybody else's, and they had tried all their tools on it before giving the problem to me.
Some examples of this trick are provided on the Wikipedia page that I linked to above. What I am wondering is whether there is a systematic way to attack integrals via the introduction of an extra parameter and applying the Leibniz integral rule. By "systematic" I mean something that could be incorporated into the symbolic integration algorithms of a computer algebra package.
The closest thing I've found in the literature is the paper "The Method of Differentiating under the Integral Sign," by Gert Almkvist and Doron Zeilberger, J. Symbolic Computation 10 (1990), 571–591, which develops an algorithm for finding a differential equation satisfied by the integral $$R(x) = \int_{-\infty}^\infty F(x,y)\ dy$$ when $F(x,y)$ is holonomic. However, typically the critical step in evaluating an integral "the Feynman way" is to figure out how to introduce an extra parameter in the right way, and the Almkvist–Zeilberger paper does not provide a systematic algorithm for this step.
The Wikipedia examples strike me as ad hoc, so the question I am posing to MO readers is, do you know of any heuristics for introducing extra parameters into integrals, that might form the starting point for a general algorithm? Anything that helps remove the black-magic or rabbit-out-of-a-hat aura of introducing extra parameters would be welcome.
$$ $$
"So Paul puts up this tremendous damn integral he had obtained by starting out with a complex function that he knew the answer to, taking out the real part of it and leaving only the complex part. He had unwrapped it so it was only possible by contour integration!"
– Andrey Rekalo Jan 01 '11 at 01:51