Solve Gaussian Integral Homework: Even/Odd Cases

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
2 replies · 3K views
csnsc14320
Messages
57
Reaction score
1

Homework Statement


Solve:

In = [tex]\int_{0}^{\infty} x^n e^{-\lambda x^2} dx[/tex]


Homework Equations





The Attempt at a Solution


So my teacher gave a few hints regarding this. She first said to evaluate when n = 0, then consider the cases when n = even and n = odd, comparing the even cases to the p-th derivative of Io.

For the Io case, I evaluated it and obtained [tex]I_o = \frac{1}{2} \sqrt{\frac{\pi}{\lambda}}[/tex]

Now, for the "p-th" derivative of Io, i got

[tex]\frac{d^p}{d \lambda^2} I_o = \frac{\prod_{p=1}^p (1 - 2p)}{2^{p+1}} \sqrt{\pi} \lambda^{-\frac{(2p + 1)}{2}}[/tex]

I don't see how this related to n = 2p (even case) where

I2p = [tex]\int_0^\infty x^{2p} e^{- \lambda x^2} dx[/tex]

And even when I do figure this out, does this all combine into one answer, or is it kind of like a piecewise answer?

Any help with what to do with the even/odd cases would be greatly appreciated

Thanks
 
Physics news on Phys.org
Is this what you are asking?

[tex]\frac{\partial}{\partial \lambda} I_0 = \frac{\partial}{\partial \lambda} \int_{0}^{\infty} e^{-\lambda x^2} dx = \int_{0}^{\infty} -x^2 e^{-\lambda x^2} dx = -I_2[/tex]

You can apply this recursively p times to get [tex](-1)^p I_{2p}[/tex]
 
nickjer said:
Is this what you are asking?

[tex]\frac{\partial}{\partial \lambda} I_0 = \frac{\partial}{\partial \lambda} \int_{0}^{\infty} e^{-\lambda x^2} dx = \int_{0}^{\infty} -x^2 e^{-\lambda x^2} dx = -I_2[/tex]

You can apply this recursively p times to get [tex](-1)^p I_{2p}[/tex]

Oh yeah I see the pattern if you take the derivative of Io in integral form instead of what it actually is.

I also did it for the odds and got nice cases for both :D

thanks.