Consider the application $f: (\mathbb{R}^{+*})^2 \to \mathbb{R}$ given by
$f(a,b)=\int^{+\infty}_0e^{-(a^2t^2+b^2/t^2)}$
Calculate $f(a,b)$.
I thought to take the derivative inside the integral sign (this needs justification) I obtain:
$\frac{\partial^2 f}{\partial a\partial b}=4abf$
I don't know how to solve this differential equation, but two obvious solutions
are $f=Ke^{a^2+b^2}$ and $f=Ke^{-(a^2+b^2)}$, where $K$ is a constant. The first solution clearly doesn't work, because if we increase $a$ or $b$, the integral $f(a,b)$ should decrease.
So I have a good feeling that the answer is $f(a,b)=Ke^{-(a^2+b^2)}$, but to prove it rigorously I still need to
justify that we can take the derivative inside the integral sign
properly solve the differential equation
determine the constant $K$
Any hints?