Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

I was looking at a table of common Laplace transforms of functions when I came across the transform for $\log x$. Apparently, the transform is as follows:

$$\mathcal{L} \left\{ \log x\right\}=-\frac{1}{s}\left(\log x + \gamma\right)$$

where $\gamma$ is Euler's Constant.

Clearly, because $\gamma$ is present, the integral

$$\mathcal{L} \left\{ \log x\right\}=\int_{0}^{\infty} e^{-st}\log t dt$$

must be turned into a sum at some point. This integral as well looks very similar to

$$\Gamma'(1)=\int_{0}^{\infty} e^{-t}\log t dt=-\gamma$$

How should $\mathcal{L} \left\{ \log x\right\}$ be solved?


Here is my attempt:

Letting $u=st \Rightarrow t =\frac{1}{s}u \Rightarrow dt = \frac{du}{s}$ so we have

$$ \mathcal{L} \left\{ \log x\right\}=\int_{0}^{\infty} e^{-st}\log t \, dt= \frac{1}{s} \int_{0}^{\infty} e^{-u}\log (\frac{1}{s}u)du = \frac{1}{s} (\int_{0}^{\infty} e^{-u}\log u\, du -\log s\int_{0}^{\infty} e^{-u}\, du)=\frac{1}{s}(\log s-\gamma) $$

I must have made a mistake here but cannot find it.

share|improve this question
1  
make the change of variables $y=st$ and that is exactly what you get. – mike Apr 29 '12 at 15:37

1 Answer

up vote 3 down vote accepted

The Laplace tranform of the power function is:

$$ \int_0^\infty e^{-st} t^a dt = \frac{\Gamma(a+1)}{s^{a+1}} $$

Derive with respect to $a$ using differentiation under the integral sign:

$$ \int_0^\infty e^{-st} t^a \log{t} dt = \frac{\Gamma'(a+1) s^{a+1} - \Gamma(a+1) s^{a+1} \log{s}}{(s^{a+1})^2} = \frac{\Gamma'(a+1) - \Gamma(a+1) \log{s}}{s^{a+1}} $$

Now plug $a = 0$ to get what you want.

share|improve this answer
Great derivation! – Peter Tamaroff May 5 '12 at 2:08

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.