Integral of exp(-x)/x from 0 to t

  • Level: Undergrad 
  • Thread starter Thread starter piyush
  • Start date Start date
  • Tags Tags
    Integral Limits
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
5 replies · 19K views
piyush
Messages
6
Reaction score
0
I am trying to get this integral but no clues about how to proceed
[tex]\int exp(-x)/x dx[/tex]

with limits from 0 to t ( any real number, non infinity)

I know of the limits are from t to infinity, there is a standard integral known as Ei(x). please help/share ideas in solving this!


Regards and Thanks

Piyush
 
Physics news on Phys.org
Mathematica doesn't like it, it tosses Ei[-x] back at me, whatever that is. Not sure if there's an analytical solution.
 
I'm not sure it is valid at x=0. If we looks at the infinite series:

[tex]\frac{e^{-x}}{x} = \frac{1}{x} - \sum_{n=0}^{\infty} (-1)^n\frac{x^n}{(n+1)!}[/tex]

Therefore:

[tex]\int \frac{e^{-x}}{x} dx = \ln x - \sum_{n=0}^{\infty} (-1)^{n}\frac{x^{n+1}}{(n+1)!*(n+1)} + C[/tex]

This is clearly not valid for x = 0, which kind of makes sense as [itex]e^{-x}/x[/itex] is not valid at x = 0.
 
Since 1/x is non-integrable in any interval that includes 0 (and exp(0)=1) since the integral diverges, so would be (1/x)*exp(-x).

ie. the integral diverges to infinity.
 
Thanks guys: I have a few questions on this:

1. If I integrate within limits say 0.001 to t, is it going to introduce a lot of error in subsequent calculations that i carry out?

2. Actually I am trying to obtain this integral


[tex]\int f(r,x)dx[/tex] with limits 0 to t
where f(r,x) is the Laplacian inverse of F(r, s) where F(r,s) is

[tex]\frac{K_{o}(r\sqrt{s})}{\sqrt{s}K_{1}(\sqrt{s})}[/tex]

Ko and K1 are modified Bessel functions of zero and first order
Some simplifications resulted in the integral that I had put initially..

Can anyone please suggest a way out?
 
If we know t>0 then what is the best way to integrate this problem, without computer help?