Laplace transform of $\frac{f(t)}{1-e^{-at}}$

67 Views Asked by At

I would like to know if there is a way to calculate the Laplace transform for a given $f(t)$:

$$\dfrac{f(t)}{1-e^{-at}}$$

Thanks!

1

There are 1 best solutions below

3
On BEST ANSWER

Assuming $a>0$, get

$$\begin{align}\int_0^{\infty} dt \frac{f(t)}{1-e^{-a t}} e^{-s t} &=\int_0^{\infty} dt\, f(t) \sum_{k=0}^{\infty} e^{-(s + a k)t} \\ &= \sum_{k=0}^{\infty} \hat{f}(s+k a) \end{align}$$

where we reversed the order of summation and integration, and

$$\hat{f}(s) = \int_0^{\infty} dt \,f(t) e^{-s t}$$