Results 1 to 5 of 5

Thread: How would I integrate this?

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2007
    Posts
    1

    How would I integrate this?

    Hi,

    I'm after integrating the function 1 / (e^x + e^-x); how exactly would I go about this? Some kind of substitution seems like the best route, but I'm not entirely sure what.

    Thanks,
    Stewart

  2. #2
    Fanatic Member VBAhack's Avatar
    Join Date
    Dec 2004
    Location
    Sector 000
    Posts
    617

    Re: How would I integrate this?

    Welcome to the forums.

    I believe this is 1/2 hyperbolic secant, or sech(x)/2. Aren't hyperbolic trig functions analagous to standard trig functions? In other words, I think you'd use the same method that would be used to integrate sec(x)/2. Just my recollection from a long time ago......

  3. #3
    Fanatic Member
    Join Date
    Nov 2006
    Posts
    675

    Re: How would I integrate this?

    Also, isn't this the same as

    (e^x + e^-x)^(-1)
    VB.Net 2008
    .Net Framework 2.0

    "Must you breathe? 'Cause I need heaven..."

  4. #4
    Frenzied Member System_Error's Avatar
    Join Date
    Apr 2004
    Posts
    1,111

    Re: How would I integrate this?

    I think you can simplify this a lot more:

    1/ e^x + e^-x

    =

    1/ (e^x + 1/e^x)

    = 1/ (e^x^2 + 1 / e^x)

    = e^x/ e^x^2 + 1

    u = e^x
    du = e^x (cancels with e^x on top)

    = 1/ (u^2+1)

    = arctan(e^x)

    Looks like (1/a)arctan(x/a) to me, but I could have easily messed up somewhere (this is tough without paper and pencil).

  5. #5
    Fanatic Member VBAhack's Avatar
    Join Date
    Dec 2004
    Location
    Sector 000
    Posts
    617

    Re: How would I integrate this?

    comment deleted............
    Last edited by VBAhack; May 11th, 2007 at 06:26 PM.

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