[Math] Calculate the Laplace transform

laplace transformordinary differential equationssequences-and-series

Help me calculate the Laplace transform of a geometric series.
$$
f(t) = \sum_{n=0}^\infty(-1)^nu(t-n)
$$

show that
$$
\mathcal{L} \{f(t)\} = \frac{1}{s(1+\mathcal{e}^{-s})}
$$

Edit:
so far I know that

$$
\mathcal{L} \{f(t)\} = \frac{1}{s}\sum_{n=0}^\infty(-1)^ne^{-ns}
$$

Best Answer

Here is a simpler approach.

Note that for $t>0$, we have $f(t)+f(t-1) = 1$. The Laplace transform of a time-shifted function (in this case $f(t-1) = f(t-1) u(t-1)$) is $s \mapsto e^{-s} \hat{f}$, where $\hat{f}$ is the Laplace transform of $f$. Furthermore, the Laplace transform of $1$ is just $s \mapsto \frac{1}{s}$. Hence we have $$\hat{f}(s)+ e^{-s} \hat{f}(s) = \frac{1}{s},$$ from which it follows that

$$\hat{f}(s) = \frac{1}{s(1+e^{-s})}.$$ (Your formula above is incorrect.)