haruspex said:
lurflurf is suggesting writing the integrand as a product then integrating by parts. See what you get.
Edit: But I'm not having much luck with that, so maybe I misinterpreted lurflurf's suggestion.
I don't think so. Let me see if I can help without getting in Lurflur's way:
Let's work the problem backwards. Suppose we have the differential equation:
[tex]\frac{dI}{d\alpha}=kI,\quad I(\alpha_0)=g[/tex]
Then surely, [itex]I(\alpha)=e^{k\alpha}+c[/itex]
Now, let's just cheat a little bit in the interest of learning how to do this problem. Hope that's ok. When I blindly plug in that integral into Mathematica, I get for the solution:
[tex]I=\frac{e^{-2\sqrt{\alpha}\sqrt{-\beta}}\pi}{2\sqrt{-\beta}}[/tex]
Now compare that expression to the differential equation. That looks like we have to make some sort of substitution in the integral on the right of :
[tex]\frac{dI}{d\alpha}=\int_0^{\infty}\left(-\frac{1}{x^2}\right) e^{\beta x^2} e^{-\alpha/x^2} dx[/tex]
using [itex]u=f(\sqrt{-\beta},\sqrt{\alpha},x)[/itex]. Well there you go, that's what math is all about! You need to try things. How about:
[tex]u=\sqrt{-\beta}\sqrt{\alpha}x[/tex]
Huh? No? Alright, how about [itex]u=\frac{\sqrt{\alpha}}{\sqrt{-\beta}} x[/itex]? How about
[itex]u=\frac{\sqrt{\alpha}}{\sqrt{-\beta}} 1/x[/itex]
Now, if these don't work, just keep trying other substitutions to see if you can get it into the expression:
[tex]\frac{dI}{d\alpha}=kI[/tex]
Just worry about doing that much first. I don't have it yet either. I got it close though so I think we're on the right track and I just need to fiddle with it a little more, like you.
Edit: Ok, think I made a slight mistake. The DE we get I believe will be in the form:
[tex]\frac{dI}{d\alpha}=h(\alpha) I[/tex]
which is still first-order linear that we can easily solve. See what you get.