Campuses:
This is an old revision of the document!
Responsible party: Zeno, Blackbox
To go back to the lecture note list, click lec_notes
Please try to include the following
CHAPTER 2 Today's Main points:
Separable Solutions are a very distinct class of solutions which may be broken down into products of each variable: <math>f(x,t)=g(x)h(t)</math>. Physically these solutions represent a special case and therefore a very small portion of the number of potential solutions that may not be separated into product functions. Mathematically these product solutions can be solved relatively easily with purely analytical theory, the method of Separation of Variables.
The Method of Separation of Variables takes advantage of cases of separable solutions. Derived in Griffiths p24-28, we can separate <math>\Psi(x,t)</math> into two product functions <math>\psi(x)*\phi(t)</math>. With a product solution, we can rearrange and substitute so the Schrodinger equation reads <math>i\hbar\frac{1}{\phi}\frac{d\phi}{dt}=-\frac{\hbar^2}{2m}\frac{1}{\psi}\frac{d^2\psi}{dx^2}+V</math> The key here is that the left side depends only on t and the right side depends only on x. You could vary either t or x and fix the other, and the equation must still be satisfied. This can only be true if both sides are equal to a constant, and furthermore the same constant.
If each side of the above separated Schrodinger equation is equal to a constant, E, we can write the time-dependent equation as: <math>\frac{d\phi}{dt}=-\frac{iE}{\hbar}\phi </math> which has the easily obtained exponential solution: <math> \phi(t)=e^{-iEt/\hbar} </math>
The right side is also equal to a constant and is only a function of x, and multiplying through by <math>\phi(x)</math> yields the Time Independent Schrodinger Equation. The key idea in the Method of Separation of Variables is that we've effectively turned a partial differential equation into two ordinary differential equations which we can solve analytically.
As described above and worked out in further detail in Griffiths p25, the Time Independent form is: <math>-\frac{\hbar^2}{2m}\frac{\partial^2\psi}{\partial x^2} + V\psi = E \psi </math> The key features of the Time-Independent form are:
The Time Independent Schrodinger equation can be separated into a matrix operator that acts on the wave function and an eigenvector, which equal an eigenvalue multiplied by the same eigenvector:
<math>[-\frac{\hbar^2}{2m}\frac{\partial^2}{\partial x^2} + V] \psi = E \psi </math> ⇒ <math> M \psi = \lambda \psi</math>
Where the Energy is the eigenvalue and the matrix is the Hamiltonian Operator: <math>H\psi = E\psi</math>
We know from Linear Algebra that an n dimensional matrix M and the Eigenvalue/vector equation can be solved for <math>(n-1)</math> variables and <math>\lambda</math>. Multiplication by the matrix M represents a linear transformation of <math>\psi</math>, and the eigenvalue equation represents a transformation that maps all values of <math>\psi</math> to zero.
A simple transformation is the 2-Dimensional rotation matrix: <math>\[\begin{array}{ccc} cos(\theta) & sin(\theta) \\ -sin(\theta) & cos(\theta) \end{array} \]</math>
For most physics applications eigenvectors are perpendicular, so a vector x can be resolved into its perpendicular components projected onto the eigenvectors quite easily.
The Hydrogen Atom has an infinite number of Energy levels, so an infinite number of eigenvalues are possible. This also implies that the transformation matrix M can be infinite-dimensional.