0

I have the expression $$\frac{a\sinh\left[\frac{p}{c}(L-x)\right]}{p\sinh\left[\frac{pL}{c}\right]}$$ and I want to find the inverse Laplace transform as an infinite series by using the binomial expansion. I tried rewriting the denominator as exponentials and expanding using the binomial theorem, but this gave me an infinite series of terms of the form $\exp\cdot\sinh$ which when inverse Laplace transformed gave me a delta function using the convolution theorem (which doesn't seem right - I don't think my answer should be an infinite sum of delta functions!).

How can I use the binomial theorem here?

acernine
  • 1,758
  • Do we agree that "p" is like "s", i.e., the Laplace variable. But in this case $a$,$x$,$L$ are constants ??? 2) Binomial expansion ? Are you sure it's not a Taylor expansion ? 3) The fact that you obtain a series of $\delta$s (you may know it is called a "Dirac comb") is not necessarily false. You should provide what you have obtained
  • – Jean Marie May 30 '21 at 22:11
  • @JeanMarie p is indeed the Laplace variable, and all other things are constants with respect to p. It is explicitly given that I should use the binomial theorem, although it is certainly possible I could combine it with Taylor expansions. – acernine May 31 '21 at 00:02
  • 1
    @JeanMarie We can write $\operatorname {csch} p$ as a geometric series of exponentials (convergent for $\operatorname {Re} p > 0$), which of course is a special case of the binomial series. Since there is a $p$ factor in the denominator, we get a sum of shifted unit step functions, or $\mathcal L^{-1}p \mapsto p^{-1} \sinh(p + a) \operatorname {csch} p = A \lfloor t/2 \rfloor + B$ for some constants $A$ and $B$. – Maxim Jun 02 '21 at 10:50
  • @Maxim I haven't had chance to go over the details, but it sounds like this is exactly what I'm looking for, thank you! – acernine Jun 02 '21 at 11:13
  • @Maxim I don't understand. A geometric series isn't the same as a binomial expansion (think in particular to the factorials that aren't present in a geometic series). – Jean Marie Jun 02 '21 at 12:19
  • 1
    @JeanMarie Consider what $\binom {-1} k$ simplifies to. – Maxim Jun 02 '21 at 13:30