Originally posted by: f95toli
I am not really sure what you are asking but if you integrate from psistar psi from -inf to inf (in a 1D problem) you will hopefully end up with the answer is 1, simply because what you are calculating is the probability of finding the state *somewhere* in that range.
If you get a different answer it probably means that you have changed the basis of the problem without renormalizing the new state vectors.
There is one exception to this and that is if you use numerical methods to solve a problem, then it is sometimes usefull to renormalize the vectors from time to time simply to keep numerical errors under control.
If you solve the static Schroedinger equation by calculating the eigenvalues of a matrix you need to renormalize the answer simply because the solver calculates a set of eigenvalues (which ususally correspond to energy) and an arbitrary set of corresponding (orthogonal) eigenvectors (meaning as long as you mulitply them all by the same constant you haven't changed anything), in order for the solultion to be meaningfull the wavefunctions (eigenfunctions) should be orthonormal, i.e. the vectors that make up the basis should have the length 1 .
I hope this helps.
Doh, why didn't I think of that! Yes, of course integrating from negative infinity to infinity will give you 1.
I'm still a little sketchy on this though, since it's effectively known as a way to normalize it. But rather than normalizing, this simply gets rid of any constants that are in front of the integral.
So if the wave function is psi = A*(psi_x)*(psi_t), then the integral from negative infinity to infinity is A^2. I'm being told that if I apply an operator, such as i*hbar*d/dt (the hamiltonian), then I can effectively do this:
(integral from negative infinity to infinity of psistar*i*hbar* d(psi)/dt) / (integral from negative infinity to infinity of psistar*psi)
Yet when I originally learned the integral method with operators, we never divided by that second integral, which should normally go to A^2. So essentially on the top we have the expectation value of energy, and on the bottom we have A^2. Are we really allowed to just divide by A^2 all of a sudden?