I've been stuck on an inverse Laplace transform for my research. Would be greatly appreciative of any help solving the inverse Laplace transform of
$$ \overline{T}=\frac{2}{k_{1}} \frac{1}{s} \left(\alpha_{1} / s\right)^{1 / 2}\left(\frac{1}{(1+\sigma) \exp \left\lbrace a\left(s / \alpha_{1}\right)^{1 / 2}\right\rbrace-(1-\sigma) \exp \left\lbrace-a\left(s / \alpha_{1}\right)^{1 / 2}\right\rbrace}\right) $$
$\alpha_1$, $a$, $k$, $\sigma$ are all constants.
To put this into context I've got a thin layer of insulating material on the surface of a thermocouple. Based on a measured temperature I need to determine the surface heat flux. The equation is Eq. 4 of doi: 10.1016/0017-9310(87)90045-7 if this has anyone interested
Edit: Additional information from here on. This solution has been presented in another paper (doi: 10.1115/1.2752188) as $$ T_2(t) = \frac{2\left[1+\left( \frac{1-\sigma}{1+\sigma} \right)\right]\sqrt{\alpha_1}}{k_1} \left\lbrace \sqrt{\frac{t}{\pi}} \exp\left({\frac{a^2}{-4\alpha_1 t}}\right) - \left(\frac{a}{2\sqrt{\alpha_1}}\right) \mathrm{erfc}\left(\frac{a}{4\sqrt{\alpha_1} \sqrt{t}}\right) + \sum_{n=1}^{\infty} \left( \frac{1-\sigma}{1+\sigma} \right)^n \left( \sqrt{\frac{t}{\pi}} \exp{\left(\frac{-k_a^2}{4t}\right)} - \frac{k_a}{2} \mathrm{erfc}\left( \frac{k_a}{2\sqrt{t}} \right) \right) \right\rbrace $$ where $k_a = \frac{(2n+1)a}{\sqrt{\alpha_1}}$. However, when I use this equation to process my experimental data the match is poor, especially for small $t$. If I change to $k_a = \frac{(2n+0)a}{\sqrt{\alpha_1}}$ the heat flux profile is perfect.
Because the experimental data matches the $k_a = \frac{(2n+0)a}{\sqrt{\alpha_1}}$ model I'm convinced it is correct, not $k_a = \frac{(2n+1)a}{\sqrt{\alpha_1}}$ (sample figure link at bottom of post). This is true for tests using square and Gaussian temporal profile heat flux. I've been stuck for over a year on/off on this problem and my thesis submission is coming up, and I'd like to get the work submitted to a journal before then. I'm looking for someone to tell me that my modification is valid, or for someone to call me an idiot if that's the case.
Variables: $\sigma$ is positive and greater than 1, in my actual case the value is about 4. $\alpha_1$ is positive (about $118\times 10^{-9}$), $a$ is positive (about $20\times 10^{-6}$), and $0\leq t \leq 1.5$ seconds.
Sample result of the two models Black- irradiance applied, red- heat flux from an experimental calibration, blue uses $k_a = \frac{(2n+1)a}{\sqrt{\alpha_1}}$, green uses $k_a = \frac{(2n+0)a}{\sqrt{\alpha_1}}$. The amplitude differences are because the apsorptivity of the material has to be determined which I am doing using results from the experimental (red) and analytical model (green or blue).
Note- more than happy to give credit on any publication that arises (currently with the unmodified model because we can justify using it)
To solve this Laplace transform factor $(1+\sigma)\exp(\sqrt{\frac{s}{\alpha_1}})$ and expand into a geometric series:
$$\bar{T}(s)=\frac{2\sqrt{\alpha_1}}{k_1(1+\sigma)}s^{-3/2}\sum_{n=0}^{\infty}\Big(\frac{1-\sigma}{1+\sigma}\Big)^n\exp\Big(-(2n+1)a\sqrt{\frac{s}{\alpha_1}}\Big)$$
And Mathematica returns for the ILT:
$$F(s)=s^{-3/2}e^{-a\sqrt{s}}\rightarrow f(t)= 2 e^{-a^2/4 t}\frac{\sqrt{t}}{\sqrt{\pi}} - a~\textrm{erfc}(\frac{a}{2\sqrt{t}})]$$
and substituting $k_s=\frac{a(2n+1)}{\sqrt{\alpha_1}}$, we get
$$T(t)=\frac{2\sqrt{\alpha_1}}{k_1(1+\sigma)}\sum_{n=0}^{\infty}\Big(\frac{1-\sigma}{1+\sigma}\Big)^n[2\sqrt{\frac{t}{\pi}}\exp(-\frac{k_s^2}{4t})-k_s~\textrm{erfc}(\frac{k_s}{2\sqrt{t}})]$$
which is exactly the proposed solution, modulo elementary algebra.
EDIT: Calculating $I(t)=\frac{1}{2\pi i}\int_{\sigma-i\infty}^{\sigma+i\infty}e^{-a\sqrt{s}}e^{st}dt$.
Using the closed contour C that connects the lines $Re(z)=\sigma$,the circle in the infinite left half plane and a keyhole contour around the essential singularity at $s=0$ we obtain:
$$0=\frac{1}{2\pi i}\oint_C e^{-a\sqrt{z}}e^{zt}dz=\frac{1}{2\pi i}(\int_{0}^{\infty}e^{-ia\sqrt{r}-rt}dr-\int_{0}^{\infty}e^{ia\sqrt{r}-rt}dr+\int\limits_{z=Re^{i\theta}, \frac{\pi}{2}\leq\theta\leq\frac{3\pi}{2}}dze^{-a\sqrt{z}}e^{zt}-\int\limits_{z=\epsilon e^{i\theta}, -\pi\leq\theta\leq\pi }dze^{-a\sqrt{z}}e^{zt}+\int_{\sigma-i\infty}^{\sigma+i\infty}e^{-a\sqrt{s}}e^{st}dt)$$.
Taking the limits $R\rightarrow\infty, \epsilon\rightarrow 0$ we obtain that
$$I(t)=\frac{1}{\pi}\int_{0}^{\infty}\sin{(a\sqrt{r})}e^{-rt}dt=-\frac{\partial}{\partial a}\int_{-\infty}^{\infty}\cos(ax)e^{-x^2 t}=\frac{a}{2\sqrt{\pi}t^{3/2}}e^{-a^2/4t}$$
The calculation is similar for other powers of z in the denominator, but is more subtle potentially because of the worsening singularity at z=0. However, in the present case one can obtain the desired formula by integrating twice, once in t and once in a and applying appropriate boundary conditions.