Solving a tricky integral to normalize a wave function

Click For Summary

Homework Help Overview

The discussion revolves around normalizing a wave function for a particle moving in one dimension under a potential. The wave function is given as ψ = Axe^([-sqrt(km)/2h_bar]*x^2)e^([-isqrt(k/m)]*3t/2), where k and A are constants. Participants are tasked with ensuring that the integral of the wave function's modulus squared equals one over the entire range of x.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the normalization condition and the integral required to achieve it, specifically ∫ψ*ψdx = 1. There are attempts to apply integration by parts to evaluate the integral, with some participants expressing uncertainty about the method's applicability. Questions arise regarding the evaluation of the integral from negative infinity to infinity and whether it can be simplified by considering the properties of even functions.

Discussion Status

The discussion is ongoing, with participants sharing their attempts and insights. Some have suggested looking up integral values in tables, while others have confirmed the correctness of the wave function's form. There is acknowledgment that the integral may not be solvable analytically, leading to further exploration of potential methods.

Contextual Notes

Participants note the challenge of evaluating the integral analytically and discuss the implications of the wave function's properties, such as its evenness, on the normalization process. There is also mention of the gamma function as a relevant concept for the integral involved.

BPMead
Messages
8
Reaction score
0

Homework Statement


A particle of mass m is moving in one dimension in a potential V(x,t). The wave
function for the particle is: ψ = Axe^([-sqrt(km)/2h_bar]*x^2)e^([-isqrt(k/m)]*3t/2). For -infinitity < x < infinity, where k and A are constants. Normalize this wave function.


Homework Equations


Normalization of wave function in one dimension:
∫ψ*ψdx = 1

The Attempt at a Solution


So I said that ψ* would be the same as ψ except i would be negative, so ψ*ψ would be A^2*x^2*e^([-sqrt(km)/h_bar]*x^2). To normalize, ∫ψ*ψdx = A^2*∫x^2*e^([-sqrt(km)/h_bar]*x^2)dx = 1, with the integration being from negative infinity. I am mostly just having trouble getting through this integral. I tried integration by parts:

u = x^2, du = 2xdx
v = [-h_bar/sqrt(km)] * [1/2x] * e^([-sqrt(km)/h_bar]*x^2), dv = e^-([sqrt(km/h_bar]*x^2) dx.

So ∫ψ*ψdx = A^2 [uv-∫vdu] = A^2 [[x^2*[-h_bar/sqrt(km)] * [1/2x] * e^([-sqrt(km)/h_bar]*x^2)] (evaluated from negative infinity to positive infinity) - ∫[-h_bar/sqrt(km)] * e^([-sqrt(km)/h_bar]*x^2) dx, again from negative infinity to positive infinity.

So for the first term, I don't know how to evaluate that from negative infinity to infinity because there is a 2x in the denominator and an e^(x^2) in the numerator, and the only way I really know how to evaluate is by just plugging values in. I also don't see an obvious way to evaluate that integral. So is there a way to evaluate this or is integration by parts just not going to work for me? Once I find this integral I can just take the square root of its reciprocal to get the value of A.

This is my first post so I have read the rules and am hoping I have posted in the right forum, etc. Any help on this problem would be very much appreciated.
 
Physics news on Phys.org
Welcome to PF!
BPMead said:

Homework Statement


A particle of mass m is moving in one dimension in a potential V(x,t). The wave
function for the particle is: ψ = Axe^([-sqrt(km)/2h_bar]*x^2)e^([-isqrt(k/m)]*3t/2). For -infinitity < x < infinity, where k and A are constants. Normalize this wave function.

Homework Equations


Normalization of wave function in one dimension:
∫ψ*ψdx = 1

The Attempt at a Solution


So I said that ψ* would be the same as ψ except i would be negative, so ψ*ψ would be A^2*x^2*e^([-sqrt(km)/h_bar]*x^2). To normalize, ∫ψ*ψdx = A^2*∫x^2*e^([-sqrt(km)/h_bar]*x^2)dx = 1, with the integration being from negative infinity. I am mostly just having trouble getting through this integral. I tried integration by parts:

u = x^2, du = 2xdx
v = [-h_bar/sqrt(km)] * [1/2x] * e^([-sqrt(km)/h_bar]*x^2), dv = e^-([sqrt(km/h_bar]*x^2) dx.

So ∫ψ*ψdx = A^2 [uv-∫vdu] = A^2 [[x^2*[-h_bar/sqrt(km)] * [1/2x] * e^([-sqrt(km)/h_bar]*x^2)] (evaluated from negative infinity to positive infinity) - ∫[-h_bar/sqrt(km)] * e^([-sqrt(km)/h_bar]*x^2) dx, again from negative infinity to positive infinity.

So for the first term, I don't know how to evaluate that from negative infinity to infinity because there is a 2x in the denominator and an e^(x^2) in the numerator, and the only way I really know how to evaluate is by just plugging values in. I also don't see an obvious way to evaluate that integral. So is there a way to evaluate this or is integration by parts just not going to work for me? Once I find this integral I can just take the square root of its reciprocal to get the value of A.

This is my first post so I have read the rules and am hoping I have posted in the right forum, etc. Any help on this problem would be very much appreciated.
You won't be able to solve that integral analytically. But since this is physics (not math), surely you are allowed to look it up? Check in a table of integrals, but be sure to look in the definite integrals section. It will probably look something like
0 x2 e-x2 = ___?​
or
0 x2 e-ax2 = ___?​
 
Thanks for your response! Darn, that is something we have little experience with and my teacher made it sound like we should know how to evaluate this. So since this integral runs from -infinity to infinity, would I double the integral from 0 to infinity?

The fact that this can't be solved analytically actually makes me suspicious, are you sure that I am trying to evaluate the right integral based on the problem?
 
BPMead said:
Thanks for your response! Darn, that is something we have little experience with and my teacher made it sound like we should know how to evaluate this. So since this integral runs from -infinity to infinity, would I double the integral from 0 to infinity?
Yes. When the integrand is an even function, as it is here, you can do that.
The fact that this can't be solved analytically actually makes me suspicious, are you sure that I am trying to evaluate the right integral based on the problem?
Welcome to advanced physics! :biggrin:

Looks right to me. Just to be sure, we have
\Psi = A \ x \ e^{-\sqrt{km} \ \cdot \ x^2 / (2 \hbar)} \cdot e^{-i \sqrt{k/m} \ \cdot \ 3 t/2},
correct?
 
Redbelly98 said:
Yes. When the integrand is an even function, as it is here, you can do that.

Welcome to advanced physics! :biggrin:

Looks right to me. Just to be sure, we have
\Psi = A \ x \ e^{-\sqrt{km} \ \cdot \ x^2 / (2 \hbar)} \cdot e^{-i \sqrt{k/m} \ \cdot \ 3 t/2},
correct?

Yep that's right, and I finally got a response from my prof, evidently this is called the gamma function and you do have to look it up. Thanks so much for your help though!
 
You're welcome!
 
What was/is the answer to this problem? I have the exact same problem and just can't make it work!
 
BPMead said:

Homework Statement


A particle of mass m is moving in one dimension in a potential V(x,t). The wave
function for the particle is: ψ = Axe^([-sqrt(km)/2h_bar]*x^2)e^([-isqrt(k/m)]*3t/2). For -infinitity < x < infinity, where k and A are constants. Normalize this wave function.


Homework Equations


Normalization of wave function in one dimension:
∫ψ*ψdx = 1

The Attempt at a Solution


So I said that ψ* would be the same as ψ except i would be negative, so ψ*ψ would be A^2*x^2*e^([-sqrt(km)/h_bar]*x^2). To normalize, ∫ψ*ψdx = A^2*∫x^2*e^([-sqrt(km)/h_bar]*x^2)dx = 1, with the integration being from negative infinity. I am mostly just having trouble getting through this integral. I tried integration by parts:

u = x^2, du = 2xdx
v = [-h_bar/sqrt(km)] * [1/2x] * e^([-sqrt(km)/h_bar]*x^2), dv = e^-([sqrt(km/h_bar]*x^2) dx.

So ∫ψ*ψdx = A^2 [uv-∫vdu] = A^2 [[x^2*[-h_bar/sqrt(km)] * [1/2x] * e^([-sqrt(km)/h_bar]*x^2)] (evaluated from negative infinity to positive infinity) - ∫[-h_bar/sqrt(km)] * e^([-sqrt(km)/h_bar]*x^2) dx, again from negative infinity to positive infinity.

So for the first term, I don't know how to evaluate that from negative infinity to infinity because there is a 2x in the denominator and an e^(x^2) in the numerator, and the only way I really know how to evaluate is by just plugging values in. I also don't see an obvious way to evaluate that integral. So is there a way to evaluate this or is integration by parts just not going to work for me? Once I find this integral I can just take the square root of its reciprocal to get the value of A.

This is my first post so I have read the rules and am hoping I have posted in the right forum, etc. Any help on this problem would be very much appreciated.

You need to evaluate I = \int_{-\infty}^{\infty} x^2 e^{-a x^2} dx, where a > 0. You can integrate by parts, using u = x, \: dv = x e^{-ax^2} dx = (1/2a) d(ax^2) e^{-ax^2}. You will end up having to do an integral of the form \int_{-\infty}^{\infty} e^{-ax^2} dx, which you are certainly supposed to have seen before.

RGV
 
kviksand81 said:
What was/is the answer to this problem? I have the exact same problem and just can't make it work!
Please show us what you have tried towards solving this. Also, you should familiarize yourself with our forum policy on getting help with homework problems by reading the section titled Homework Help at this link:

https://www.physicsforums.com/showthread.php?t=414380

Ray Vickson said:
You need to . . .
Note, the OP seems to be finished with the problem.
 
  • #10
My humble apologies! I will return with explanation at a later point in time.

For now, thank you for your help.
 

Similar threads

Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
9
Views
8K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
2
Views
7K