This Quantum World/Appendix/Problems

From Wikibooks, open books for an open world
Jump to navigation Jump to search

The purpose of this page is to show tricks to dealing with the confusing math that sometimes arises from problems in quantum physics. It will not answer your homework, but might help you become unstuck.

Normalization[edit | edit source]

When a question asks you to normalize a wavefunction, they mean defining the value of some coefficient such that

For example, consider a function

To find A, you must first find the absolute value of . Because wavefunctions often have complex parts, it is not sufficient to square the wavefunction. You must instead multiply it by its complex conjugate. To learn how to take the complex conjugate of a number, see the page on Complex numbers.

Rearranging to solve for A,

Note that since the limits of integration are infinite, must go to zero as x goes to infinity or negative infinity. Otherwise, the probability of a particle being anywhere is greater than 1, and the function is not normalizable. There are only a few cases where these conditions are satisfied.

Dealing with Gaussians[edit | edit source]

One of the most common cases is a function where is of the form . In which case, you end up with an integral:

But this means integrating , a function which is impossible to integrate. Integrating it in Mathematica and Maple will give you a bunch of complex functions which are not easy to handle. Trying to transform it to is not the correct method to proceed, remember that there is a difference between and .

However, although the limits of integration are at infinity and negative infinity, the integral is still definite, and there is a solution.
Define a new function
.
Square the function.

Use a change of variables, , on one integral, to get:

Do another change of variables into polar coordinates (for an introduction to polar coordinates, see the Calculus wikibook).
, ,

Which is a much easier form to integrate.

Quantum Operators[edit | edit source]

The five most common quantum operators in basic quantum physics problems are:
x operator:
operator:
momentum operator:
momentum squared operator:
Hamiltonian operator:
To use these operators on a wavefunction, sandwich it in the integral. For example, to find the average value of x, also known as the expectation value of x or the first moment of x, take the integral:

Even and odd functions[edit | edit source]

If a wavefunction is symmetric and centered around the origin, it is even (f(x)=f(-x)). Therefore, the expectation value of x must be found at 0, as the probability that it will be in the region of -x is equal to the probability that it will be in the region of x.
A more rigorous proof is as follows:
Suppose is even. y(x) = x is odd (f(-x)=-f(x)).
Then
is an odd function (even*odd = odd).
Then

Since is an odd function,

So

We can use the properties of even and odd functions to our advantage, and find the average value of <x> by inspection.

Useful Integrals[edit | edit source]

There are many reoccurring integrals to be solved in quantum physics, and these general solutions may help you solve them.






Integration by parts is also very useful:


Often in a question involving expectation values, you will be expected to find the expectation value and the expectation value squared, so using integration by parts usually means you've already solved a part of the integral for the expectation value squared.

Uncertainty[edit | edit source]

Although the math involved in finding expectation values is messy and offers many opportunities for making mistakes, quantum theory comes with it's own error check - the Heisenberg uncertainty principle.


is the standard deviation of position, is the standard deviation of momentum. Don't worry, we don't have to do a whole lot of tedious calculations like you might be used to in statistics to find standard deviation. Instead, use the relation:

If you find that your answers don't satisfy the uncertainty principle, either you've made a mistake, or you've been assigned an unphysical question.