Integral (related to Laplace transform)

Pzi
Messages
26
Reaction score
0
Hi.

Homework Statement


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

Homework Equations


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

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


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

Homework Equations


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

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
J = \int_1^{\infty} \frac{ u^{-s-1}}{1+u} \, du, which Maple 11 evaluates as
J = -\text{LerchPhi}(-1,1,-s) - \pi \csc(\pi s),
where LerchPhi is the function defined as
\text{LerchPhi}(z,a,v) = \sum_{n=0}^{\infty} \frac{z^n}{(v+n)^a} if |z| < 1 or |z|=1 and \text{Re}(a) > 1. 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
J = \int_1^{\infty} \frac{ u^{-s-1}}{1+u} \, du, which Maple 11 evaluates as
J = -\text{LerchPhi}(-1,1,-s) - \pi \csc(\pi s),
where LerchPhi is the function defined as
\text{LerchPhi}(z,a,v) = \sum_{n=0}^{\infty} \frac{z^n}{(v+n)^a} if |z| < 1 or |z|=1 and \text{Re}(a) > 1. 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!
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top