Evaluate this (improper) integral

  • Thread starter Thread starter kingwinner
  • Start date Start date
  • Tags Tags
    Integral
kingwinner
Messages
1,266
Reaction score
0

Homework Statement


Evaluate

∫ x1/2 e-x dx
0
(This is the gamma function evaluated at 3/2)

Homework Equations





The Attempt at a Solution


I've tried integration by parts, but it doesn't seem to work.


Thanks for any help!
 
Physics news on Phys.org
I tried integration by parts too, and it was giving me trouble. So I did some research. The solution I found hopefully is not the only one, since it's a little complicated (in my opinion). Here are the basic steps:

1. Show that G(\frac{3}{2})=\frac{1}{2}G(\frac{1}{2}) where G is the gamma function.
(This step is not difficult. Use integration by parts and it follows immediately.)

2. Show that G(\frac{1}{2})=\sqrt{\pi}.
To do this, you change variables: let u=\sqrt{x}. After this, you'll see that you have exactly a Gaussian integral (which is where the \sqrt{\pi} comes from).

Have you seen a proof / calculation of the Gaussian integral before? If not, there's a really nice proof of it on Wikipedia:
http://en.wikipedia.org/wiki/Gaussian_integral

If you haven't seen any of this before, I'm hoping someone else will get a simpler solution for this integral.
 
The reason the "Gamma" function is given a special name is that it CANNOT be written in terms of elementary functions. If you let u= x1/2, then du= (1/2)x-1/2dx so dx= 2x1/2du. Of course e^{-x}= e^{-u^2} so
\int_0^\infty x^{1/2}e^x dx= 2\int_0^\infty e^{-u^2}du
The Gamma function and Gaussian function are pretty much interchangable.

Here is the standard way of finding the Gaussian integral, which you will find in most (multi-variable) Calculus books.
Let I= \int_0^\infty e^{-x^2} dx

(I see now, after all that work, that this is exactly what jjou's link gives!)
Then it is certainly also true that I= \int_0^\infty e^{-y^2}dy
Multiplying those:
I^2= \left(\int_0^\infty e^{-x^2}dx\right)\left(\int_0^\infty e^{-y^2}dy
which we can interpret as the double integral
= \int_{x=0}^\infty \int_{y= 0}^\infty e^{-x^2-y^2}dydx[/itex]<br /> over the first quadrant of the plane. Switching to polar coordinates, that is<br /> \int_{\theta= 0}^{2\pi} \int_{r= 0}^\infty e^{-r^2} (r dr d\theta)<br /> = 2\pi \int_{r=0}^\infty e^{-r^2} rdr<br /> <br /> Now having that &quot;r&quot; in the integrand makes all the difference. Let u= r<sup>2</sup> so that du= 2r dr or (1/2)du= r dr. The integral becomes<br /> 2\pi (1/2)\int_{u= 0}^\infty e^{-u}du= -\pi e^{-u}\right|_0^\infty= \pi<br /> and, since that was I<sup>2</sup>,<br /> I= \int_0^\infty e^{-x^2}dx= \sqrt{\pi}<br /> <br /> Since <br /> \int_0^\infty x^{1/2}e^{-x}dx= 2\int_0^\infty e^{-u^2}du<br /> <br /> \int_0^\infty x^{1/2}e^{-x}dx= 2\sqrt{\pi}<br /> <br /> (After all that work I see that this is exactly what the jjou&#039;s link gives! Oh, well, consider it confirmation.)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...

Similar threads

Back
Top