Click to See Complete Forum and Search --> : Nasty Integral
VBAhack
Sep 27th, 2005, 11:59 PM
This one has me baffled:
∫e-√(x2 + a2)dx
I made the obvious substitution:
y = √(x2 + a2)
and came up with:
∫dy y e-y/√(y2 - a2)
Integrating by parts results in:
e-y√(y2 - a2) + ∫e-y dy √(y2 - a2)
and got stuck. Any ideas?
krtxmrtz
Sep 29th, 2005, 09:19 AM
This one has me baffled:
∫e-√(x2 + a2)dx
I was gonna say it can't be solved analytically but I first tried with Mathematica, just in case, and it could not solve it.
VBAhack
Oct 2nd, 2005, 08:06 PM
krtxmrtz,
Thanks for the try. The more I stared at it the more I thought the same thing - there's just no way to get rid of the pesky exponential. Anyway, I've since been told that this is a Bessel function of the 2nd kind, although I haven't taken the time to try to verify that.
krtxmrtz
Oct 3rd, 2005, 02:12 AM
krtxmrtz,
Thanks for the try. The more I stared at it the more I thought the same thing - there's just no way to get rid of the pesky exponential. Anyway, I've since been told that this is a Bessel function of the 2nd kind, although I haven't taken the time to try to verify that.
I've never been into Bessel functions that much but I think they must be calculated by numerical methods.
If you have Mathematica or similar software it's good to first have it give a try on the integral. If it can't be solved you'll spare your head quite a few rams into a concrete wall. ;)
VBAhack
Oct 3rd, 2005, 02:25 PM
Thanks for the good advice. The concrete wall got rather dented with this one....... :)
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.