How Do You Integrate -e^(-|x|) Over All Real Numbers?

  • Thread starter Thread starter Cocoabean
  • Start date Start date
  • Tags Tags
    Integration
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 11K views
Cocoabean
Messages
2
Reaction score
0
1. Homework Statement and equations
Find [tex]\int[/tex] -1e-|x| between negative infinity and positive infinity.

2. The attempt at a solution

So I tried to just integrate using laws for logarithmic equations and got:
e-|x| between negative infinity and positive infinity.
Of course this leaves me with:
e-∞-e-∞ = 0
I know the answer is -2, but I am not sure how to get there. Help would be much appreciated.
 
Physics news on Phys.org
Try splitting the integral into two separate integrals over two separate domains.

Use the fact that |x| = -x when x<0 and |x|=x for x>0.
 
Thanks danago, I think i figured it out. I split the integral and added the integral of the function from 0 to infinity with -infinity to 0. The first one came out to -1 and the next came out to 1 respectively, giving me -2. I fail to see how I should have caught this before though since the function is defined at 0. I guess you could see that is symmetric and just double the integral from 0 to infinity?