Problem 6
Question
We first compute $$\frac{\sinh a \sqrt{s}}{s \sinh \sqrt{s}}=\frac{e^{a \sqrt{s}}-e^{-a \sqrt{s}}}{s\left(e^{\sqrt{s}}-e^{-\sqrt{s}}\right)}=\frac{e^{(a-1) \sqrt{s}}-e^{-(a+1) \sqrt{s}}}{s\left(1-e^{-2 \sqrt{s}}\right)}$$ $$\begin{array}{l}=\frac{e^{(a-1) \sqrt{s}}}{s}\left[1+e^{-2 \sqrt{s}}+e^{-4 \sqrt{s}}+\cdots\right]-\frac{e^{-(a+1) \sqrt{s}}}{s}\left[1+e^{-2 \sqrt{s}}+e^{-4 \sqrt{s}}+\cdots\right] \\\=\left[\frac{e^{-(1-a) \sqrt{s}}}{s}+\frac{e^{-(3-a) \sqrt{s}}}{s}+\frac{e^{-(5-a) \sqrt{s}}}{s}+\cdots\right] \\\\\quad-\left[\frac{e^{-(1+a) \sqrt{s}}}{s}+\frac{e^{-(3+a) \sqrt{s}}}{s}+\frac{e^{-(5+a) \sqrt{s}}}{s}+\cdots\right]\\\=\sum_{n=0}^{\infty}\left[\frac{e^{-(2 n+1-a) \sqrt{s}}}{s}-\frac{e^{-(2 n+1+a) \sqrt{s}}}{s}\right]\end{array}$$ Then $$\mathscr{L}^{-1}\left\\{\frac{\sinh a \sqrt{s}}{s \sinh \sqrt{s}}\right\\}=\sum_{n=0}^{\infty}\left[\mathscr{L}^{-1}\left\\{\frac{e^{-(2 n+1-a) \sqrt{s}}}{s}\right\\}-\mathscr{L}^{-1}\left\\{-\frac{e^{-(2 n+1+a) \sqrt{s}}}{s}\right\\}\right]$$ $$\begin{array}{l}=\sum_{n=0}^{\infty}\left[\operatorname{erfc}\left(\frac{2 n+1-a}{2 \sqrt{t}}\right)-\operatorname{erfc}\left(\frac{2 n+1+a}{2 \sqrt{t}}\right)\right] \\\=\sum_{n=0}^{\infty}\left(\left[1-\operatorname{erf}\left(\frac{2 n+1-a}{2 \sqrt{t}}\right)\right]-\left[1-\operatorname{erf}\left(\frac{2 n+1+a}{2 \sqrt{t}}\right)\right]\right) \\\=\sum_{n=0}^{\infty}\left[\operatorname{erf}\left(\frac{2 n+1+a}{2 \sqrt{t}}\right)-\operatorname{erf}\left(\frac{2 n+1-a}{2 \sqrt{t}}\right)\right].\end{array}$$
Step-by-Step Solution
VerifiedKey Concepts
Hyperbolic Functions
For the hyperbolic sine function, we have:
- \( \sinh(x) = \frac{e^x - e^{-x}}{2} \)
- \( \cosh(x) = \frac{e^x + e^{-x}}{2} \)
In solving inverse Laplace transform problems, rewriting hyperbolic functions in their exponential form can greatly simplify the expressions. This is why we use their definitions: they allow us to transform complex hyperbolic terms into a series of simpler exponential terms which are much more manageable to work with in conjunction with other mathematical methods, such as geometric series and error functions.
Geometric Series
The standard form of a geometric series is:
- \( a + ar + ar^2 + ar^3 + \cdots \)
- \( S = \frac{a}{1 - r} \)
Error Function
Defined mathematically, the error function is:
- \( \operatorname{erf}(x) = \frac{2}{\sqrt{\pi}} \int_0^x e^{-t^2} \, dt \)
- \( \operatorname{erfc}(x) = 1 - \operatorname{erf}(x) \)