Integral of exponential absolute functions

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 7K views
Wishe Deom
Messages
12
Reaction score
0
Hello,

I am having difficulty solving the following integral:

[tex] \int^{\infty}_{-\infty}e{-(a|x|+ikx)}dx[/tex]

I have tried to use an explicit form of the absolute, eg.

[tex] -(a|x|+ikx) = \left\{\stackrel{-(ik+a)x\ x>0} {-(ik-a)\ x<0}[/tex]

Does this allow me to separate the integral into a sum of two integrals?[tex] \int^{0}_{-\infty}e{-(ik+a)x}dx+\int^{\infty}_{0}e{-(ik+a)x}dx[/tex]

This was my best guess, but the result I got did not converge, so either I did the integral improperly, or else this is not a legal method.

Would someone be so kind as to share their knowledge?
 
Last edited:
Physics news on Phys.org
Yes, you can but I think a better reduction is
[tex]e^{-a|x|+ ikx}dx= e^{-a|x|} e^{ikx}= e^{-a|x|}(cos(kx)+ i sin(kx))[/tex]
Then make use of the symmetries involved.
(I am assuming you mean that to be an exponent. You missed the "^" in your LaTex.)
 
Thank you.

So, by symmetry, the sin term dissappears, and the rest of the integral can be taken as twice the integral from zero to infinity?