1

So, I am confused as to how I would evaluate the integral: $\int_s^\infty J_n(t)e^{-t}dt$

Of course, I would a step by step explanation that shows how I would compute this integral.

Yes, this integral was loosely inspired by the Laplace Transform, but the main difference is the fact that the results of this seed ($\mathcal V${$f(t)$}($s$)=$\int_s^\infty f(t)e^{-t}dt$) are different from the Laplace transform's seed.

For example: if I take the $\mathcal{V}${$1$}($s$), I get $e^{-s}$, as opposed to $\frac1s$ that the Laplace transform gives me.

Therefore, many of the results are different from the Laplace Transform.

AstroFox
  • 343

1 Answers1

0

I'll post it as an answer though it is incomplete, but too long for a comment: $$ \begin{align} \int_{s}^{\infty} J_{n}(bx) e^{-ax} \, dx &= \frac{1}{2 \pi} \int_{s}^{\infty} \int_{-\pi}^{\pi} e^{i(n \theta -bx \sin \theta)} e^{-ax} \, d \theta \, dx \\ &= \frac{1}{2 \pi} \int_{-\pi}^{\pi} \int_{s}^{\infty} e^{i n \theta} e^{-(a+ib \sin \theta)x} \, dx \, d \theta \\ &= \frac{1}{2 \pi} \int_{-\pi}^{\pi} \frac{e^{i n \theta}}{a + ib \sin \theta}e^{-(sa+isb\sin \theta)} \, d \theta \\ &= \frac{e^{-sa}}{2 \pi} \int_{-\pi}^{\pi} \frac{e^{i n \theta} e^{-isb\sin \theta}}{a + ib \sin \theta} \, d \theta \\ &= \frac{e^{-sa}}{2 \pi} \int_{|z|=1} \frac{z^{n}e^{-{sb \over 2} \left(z-\frac{1}{z} \right) }}{a+\frac{b}{2} \left(z-\frac{1}{z} \right)} \frac{dz} {iz} \\ &= \frac{e^{-sa}}{i \pi} \int_{|z|=1} \frac{z^{n}e^{-{sb \over 2} \left(z-\frac{1}{z} \right) }}{bz^{2}+2az-b} dz \end{align}$$

Now you just have to evaluate the two residues and you're done.

N74
  • 2,479
  • How would one calculate residue? I know that I may be asking a lot, but I do wish for this kind of documentation so that I can understand how this works. EDIT: I also noticed that you placed $e^{-at}$ rather than $e^{-t}$ - is this intentional? – AstroFox Aug 26 '16 at 23:08
  • First verify all my steps are correct, then you can eventually post another question. It is not an hard task, you can solve it easily with the taylor expansion for $e^{1/x}$, but I'm not good at explainations, so you'll need help by someone else. – N74 Aug 26 '16 at 23:14
  • For the residue look here ( there's something similar):http://math.stackexchange.com/questions/1598846/what-is-the-residue-of-this-essential-singularity . I used the $a$ coefficient to have something similar to the link I posted in my comment (I copied most of that answer). – N74 Aug 26 '16 at 23:29