Results 1 to 5 of 5

Thread: Nasty Integral

  1. #1

    Thread Starter
    Fanatic Member VBAhack's Avatar
    Join Date
    Dec 2004
    Location
    Sector 000
    Posts
    617

    Nasty Integral

    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?

  2. #2
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573

    Re: Nasty Integral

    Quote Originally Posted by VBAhack
    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.
    Lottery is a tax on people who are bad at maths
    If only mosquitoes sucked fat instead of blood...
    To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)

  3. #3

    Thread Starter
    Fanatic Member VBAhack's Avatar
    Join Date
    Dec 2004
    Location
    Sector 000
    Posts
    617

    Re: Nasty Integral

    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.

  4. #4
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573

    Re: Nasty Integral

    Quote Originally Posted by VBAhack
    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.
    Lottery is a tax on people who are bad at maths
    If only mosquitoes sucked fat instead of blood...
    To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)

  5. #5

    Thread Starter
    Fanatic Member VBAhack's Avatar
    Join Date
    Dec 2004
    Location
    Sector 000
    Posts
    617

    Re: Nasty Integral

    Thanks for the good advice. The concrete wall got rather dented with this one.......

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width