How to Integrate e^(1/x)?

  • Context: Undergrad 
  • Thread starter Thread starter iVenky
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 12K views
iVenky
Messages
212
Reaction score
12
Well I was solving this differential equation and I had to find out the integral of e1/x


[itex]\int e<sup>1/x</sup>[/itex] dx

Thanks in advance.

Why is this latex thing for integral not working ?
 
Physics news on Phys.org
Can you post the ODE, you might have done a mistake somewhere.

@Jean: Do you know if there's a connection (functional relation) between certain hypergeometric functions and the complete/incomplete elliptic integrals ? I suspect there might be one.
 
Last edited:
@ dextercioby:

The relationships between Complete Elliptic Integrals E(x), K(x) and Gauss Hypergeometric functions are shown in attachment.
I don't know about such relationship for Incomplete Elliptic Integrals. I suppose that it would be much more complicated to develop those integrals into hypergeometric series. If possible, most likely this would involve hypergeometic functions of higher level than 2F1.
 

Attachments

  • Elliptic vs hypergeometric.JPG
    Elliptic vs hypergeometric.JPG
    4.7 KB · Views: 910
If all you need is *an answer* then...

step 1: expand e^x into a power series: e^x = 1 + x + (1/2!)x^2 + (1/3!)x^3 + ...
step 2: substitute 1/x for x: e^(1/x) = 1 + x^-1 + (1/2!)x^-2 + (1/3!)x^-3 + ...
step 3: integrate each term of the power series: x + ln x -(1/2!)x^-1 - (1/2)(1/3!)x^-2 +...

if i made an algebra mistake, sorry... but the idea is clear.