Integrating Exponential Function with Infinite Upper Boundary

dj023102
Messages
15
Reaction score
0
if f(x) = pi*xe^(-x^2)
integrating this function if the lower boundary is 0 and the upper boundary is infinity is the answer pi*(2e-1). is this right?
 
Last edited:
Physics news on Phys.org
Can you think of an appropriate substitution that may help with this integral?
 
i think i worked out.
Is the answer (2e-1)*pi
 
Could you show your work? I'm pretty sure that isn't the correct answer, but it is difficult to tell if you don't show how you arrived at it.
 
sure i used substitution method.
let u = -x^2
then du/dx=-2x, dx=du/-2x
this gives the integral of xe^u/-2xdu
=pi/2 integrate e^u lower boundary 0 upper boundary infinity
then separating the two integral, one integral with lower boundary 0 and upper boundary 1 and the second integral with lower boundary 1 and the upper boundary infinty.
the first integral gives e^1-e^0 and the second integral we get e^1.
then adding them together we get
(pi/2) * (e-1+e) is that right?
 
dj023102 said:
sure i used substitution method.
let u = -x^2
then du/dx=-2x, dx=du/-2x
this gives the integral of xe^u/-2xdu
=pi/2 integrate e^u lower boundary 0 upper boundary infinity
then separating the two integral, one integral with lower boundary 0 and upper boundary 1 and the second integral with lower boundary 1 and the upper boundary infinty.
the first integral gives e^1-e^0 and the second integral we get e^1.
then adding them together we get
(pi/2) * (e-1+e) is that right?
It's hard to follow your work. Add some empty lines to make reading easier. Using Latex helps a whole lot.

It shouldn't be e^u, it's slightly off. And what do you mean by "separating the integral"? You mean integration by parts? It's not needed here.
 
dj023102 said:
sure i used substitution method.
let u = -x^2
then du/dx=-2x, dx=du/-2x
More simply, if u= -x2, then du= -2x dx or -(1/2)du= dx

xe^{-x^2}dx becomes e^{-x^2}(xdx)= -(1/2)e^u du

this gives the integral of xe^u/-2xdu
=pi/2 integrate e^u lower boundary 0 upper boundary infinity
then separating the two integral, one integral with lower boundary 0 and upper boundary 1 and the second integral with lower boundary 1 and the upper boundary infinty.
the first integral gives e^1-e^0 and the second integral we get e^1.
then adding them together we get
(pi/2) * (e-1+e) is that right?
When x= 0, u= 0 and when x="infinity", u is -"infinity" The integral becomes
\int_0^\infty xe^{-x^2} dx= -\frac{1}{2}\int_0^{-\infty} e^u du
= \frac{1}{2}\int_{-\infty}^0 e^u du[/itex] <br /> <br /> I can see no reason to &quot;separate&quot; at x= 1. In any case, since x=1 is an upper limit for one integral and a lower limit for the other, those terms will subtract, not add, and will cancel.<br /> <br /> And there certainly is no reason to have a &quot;pi&quot; in there!
 
Last edited by a moderator:
So the answer is -1/2?
 
No, I just looked back and realized you had a "pi" in the original integral that you then dropped.

Including that pi,
\frac{1}{2}\pi \int_{-\infty}^0 e^u du= \frac{\pi}{2}e^u\right|_{-infty}^0= \frac{\pi}{2}[/tex]
 
Back
Top