Integral (related to Laplace transform)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Pzi
Messages
26
Reaction score
0
Hi.

Homework Statement


[tex]\int\limits_0^{ + \infty } {\frac{{dt}}{{{e^{st}} \cdot (1 + {e^t})}}}[/tex]

Homework Equations


The same as...
[tex]Laplace\left[ {\frac{1}{{1 + {e^t}}}} \right][/tex]

The Attempt at a Solution


Found no elegant properties related to Laplace transform here.
So figured my best shot would be to integrate directly...

Any suggestions?
 
Physics news on Phys.org
Pzi said:
Hi.

Homework Statement


[tex]\int\limits_0^{ + \infty } {\frac{{dt}}{{{e^{st}} \cdot (1 + {e^t})}}}[/tex]

Homework Equations


The same as...
[tex]Laplace\left[ {\frac{1}{{1 + {e^t}}}} \right][/tex]

The Attempt at a Solution


Found no elegant properties related to Laplace transform here.
So figured my best shot would be to integrate directly...

Any suggestions?

I think it is a non-elementary integral. By changing variables to u = exp(t), and recognizing that for s > 0 we have exp(-s*t) = exp(-s*ln(u)) = u^(-s), the integral becomes
[tex]J = \int_1^{\infty} \frac{ u^{-s-1}}{1+u} \, du,[/tex] which Maple 11 evaluates as
[tex]J = -\text{LerchPhi}(-1,1,-s) - \pi \csc(\pi s),[/tex]
where LerchPhi is the function defined as
[tex]\text{LerchPhi}(z,a,v) = \sum_{n=0}^{\infty} \frac{z^n}{(v+n)^a}[/tex] if [itex]|z| < 1[/itex] or [itex]|z|=1[/itex] and [itex]\text{Re}(a) > 1.[/itex] It is extended to the whole complex z-plane by analytic continuation.

RGV
 
Ray Vickson said:
I think it is a non-elementary integral. By changing variables to u = exp(t), and recognizing that for s > 0 we have exp(-s*t) = exp(-s*ln(u)) = u^(-s), the integral becomes
[tex]J = \int_1^{\infty} \frac{ u^{-s-1}}{1+u} \, du,[/tex] which Maple 11 evaluates as
[tex]J = -\text{LerchPhi}(-1,1,-s) - \pi \csc(\pi s),[/tex]
where LerchPhi is the function defined as
[tex]\text{LerchPhi}(z,a,v) = \sum_{n=0}^{\infty} \frac{z^n}{(v+n)^a}[/tex] if [itex]|z| < 1[/itex] or [itex]|z|=1[/itex] and [itex]\text{Re}(a) > 1.[/itex] It is extended to the whole complex z-plane by analytic continuation.
RGV
Yea, looks like it's indeed a non-elementary case here...
As this is a part of some differential equations I will work around it (using convolution), but it will be ugly.

Thanks for clarification!