SHO Perturbations with Creation and Anihillation Operators
Hello, In the last post I demonstrated how to compute a perturbation on the harmonic oscillator up to fourth order. In this post we'll do the same thing but using creation and annihilation operators. The eigenvalues obtained with this method are based on diagonalizing an n by n matrix where n is the number of solutions. Since there are an infinite number of solutions the eigenvalues will converge to the true values as the dimension of the matrix increases to infinity. Since we're not going to be diagonalizing the infinite matrix we can only obtain approximate solutions to the perturbed hamiltonian. A really great resource for this and more examples/examinations of the method can be found here The creation operator takes the form: The annihilation operator is defined as: We generated the above matrices with the following code: We can then redefine the x operator in terms of our new operators, and use those to form a matrix that represents ou...