ODE derived from Schrodinger's Equation (Harmonic Oscillator)

In summary, the conversation discusses the use of Schrodinger's equation to derive a differential equation for wavefunctions in quantum physics/chemistry books. The equation is often solved by assuming a product of a power series and a Gaussian function. However, there is another approach using operators and eigenfunctions. The conversation also touches on the justification for assuming a Taylor series solution and its radius of convergence.
  • #1
scorpion990
86
0
Many quantum physics/chemistry books use Schrodinger's equation to derive a differential equation which describes the possible wavefunctions of the system. One form of it is this:

[tex]\frac{d^{2}\psi}{dx^{2}}[/tex] + ([tex]\lambda[/tex] - a[tex]^{2}[/tex]x[tex]^{2}[/tex])[tex]\psi[/tex] = 0

"a" and lambda are constants. Most books solve this by "assuming" that the solution is a product of a power series (polynomial) and a gaussian type function. Is there a more "rigorous" way to approach this problem without making such assumptions? Does this ODE have a name? I'd like to look more into it.

Thanks!
 
Physics news on Phys.org
  • #2
What's not rigorous about that? It's obvious that any solution to that equation (it is a linear equation with variable coefficients) is analytic and so there does exist a power series for the solution.
 
  • #3
Most people don't apply the method of power series to that equation directly. What many books do is assume that the solutions to that equation have the form:

f(x) = g(x)h(x), where g(x) is unknown and h(x) = e^(-x^2).

They then plug f(x) into the general ODE, when then yields Hermite's differential equation. I was wondering if there is another way of solving this ODE without making such assumptions.
 
  • #4
Since one expects the ground state to share the same symmetry as the potential, a reasonable guess for the ground state would be a gaussian; from there you could try f(x)exp[-x^2/2]. That's certainly a valid method of solving the equation. However, as you're looking for something more mechanical (the following comes almost verbatim from Mike Stone/Paul Goldbart's notes for the Math Methods course at UIUC):

Consider the operator [itex]\hat{\mathcal{H}} = -\partial_x^2 + x^2[/itex]. The Harmonic Oscillator ODE is then [itex]\hat{\mathcal{H}}\psi = E\psi[/itex].

Consider also the operators [itex]Q = \partial_x +x[/itex] and [itex]Q^\dagger = -\partial_x + x[/itex] and notice that [itex]\mathcal{H} = Q^\dagger Q + 1[/itex] and [itex]\mathcal{H} = QQ^\dagger - 1[/itex].

Suppose [itex]\phi[/itex] is an eigenfunction of [itex]Q^\dagger Q[/itex] with eigenvalue [itex]\lambda[/itex]. It follows that [itex]Q\phi[/itex] is an eigenfunction of [itex]QQ^\dagger[/itex] with the same eigenvalue:

[tex]Q^\dagger Q\phi = \lambda \phi[/tex]

Now apply the operator Q to both sides:

[tex]QQ^\dagger (Q\phi) = \lambda (Q\phi)[/tex].

Now, there are two ways [itex]Q\phi[/itex] could fail to be an eigenfunction. One is that it is the zero function, but then this means that the LHS is zero and hence the eigenvalue was zero too. Conversely, the eigenvalue could be have been zero to start with. But then this means that the inner product [itex]\left<\phi,Q^\dagger Q\phi\right> = \left<Q\phi,Q\phi\right> = 0[/itex], and hence [itex]Q\phi[/itex] was zero. Accordingly, [itex]QQ^\dagger[/itex] and [itex]Q^\dagger Q[/itex] have the same spectrum except for any possible zero eigenvalues. Now, of course, there are zero eigenvalues. Solving the zero eigenvalue problems, you see that [itex]Q^\dagger Q \phi = 0[/itex] is solved by [itex]\phi_0 = e^{-xx^2/2}[/itex], which is normalizable. The other ordering of the pair also has a zero eigenvalue solution, but it is not normalizable and so you throw it out.

Now, using the relation between H and the Q's, you see that [itex]\phi_0[/itex] is an eigenfunction of H with eigenvalue 1, and an eigenfunction of [itex]QQ^\dagger[/itex] with eigenvalue 2. Accordingly, [itex]Q^\dagger \phi_0[/itex] is an eigenfunction of [itex]Q^\dagger Q[/itex] with eigenval 2 and H with eigenval 3. Keep iterating this process to get [itex]\phi_n = (Q^\dagger)^n \phi_0[/itex] is an eigenfunction of H with eigenvalue 2n + 1. I guess it turns out you can write [itex]Q^\dagger = -e^{x^2/2}\partial_x e^{-x^2/2}[/itex], and in that way you generate the Hermite Polynomials.

So that's one way to determine the solution 'mechanically'.
 
  • #5
you know what i don't understand: why whenever we assume a taylor series solution to the diff eq, it's a taylor series centered at 0. why are we justified in assuming the radius of convergence of the series is infinite?
 
  • #6
ice109 said:
you know what i don't understand: why whenever we assume a taylor series solution to the diff eq, it's a taylor series centered at 0. why are we justified in assuming the radius of convergence of the series is infinite?
? Then you haven't done a enough such problems! Neither of those "assumptions" is true nor is generally made.

If you have a linear equation with variable coefficients, AND initial conditions at [itex]x_0[/itex] then you would assume a Taylor's series centered at [itex]x_0[/itex]. Perhaps you have done to many problems where the initial conditions are at x= 0. Of course, if you are looking for the "general solution", it doesn't really matter and x= 0 may be simplest.

In addition, we are NOT "justified in assuming the radius of convergence of the series is infinite". We CAN prove that a solution to a linear differential equation with variable coefficients is analytic in any interval in which the leading coefficient is not 0 and the other coefficients are continuous. Thus we ARE justified in assuming that the radius of convergence is from [itex]x_0[/itex] to the nearest point where either the leading coefficient is 0 or where one of the coefficients is not continuous.
 
  • #7
HallsofIvy said:
? Then you haven't done a enough such problems! Neither of those "assumptions" is true nor is generally made.

If you have a linear equation with variable coefficients, AND initial conditions at [itex]x_0[/itex] then you would assume a Taylor's series centered at [itex]x_0[/itex]. Perhaps you have done to many problems where the initial conditions are at x= 0. Of course, if you are looking for the "general solution", it doesn't really matter and x= 0 may be simplest.

In addition, we are NOT "justified in assuming the radius of convergence of the series is infinite". We CAN prove that a solution to a linear differential equation with variable coefficients is analytic in any interval in which the leading coefficient is not 0 and the other coefficients are continuous. Thus we ARE justified in assuming that the radius of convergence is from [itex]x_0[/itex] to the nearest point where either the leading coefficient is 0 or where one of the coefficients is not continuous.
so supposing all these problems I've seen solved yield the "general solution" and make use of the initial condition that x=0, how do i now shift the solution to [itex]x_0[/itex]?
 

Related to ODE derived from Schrodinger's Equation (Harmonic Oscillator)

1. What is the Schrodinger's Equation?

The Schrodinger's Equation is a fundamental equation in quantum mechanics that describes how the wave function of a physical system evolves over time.

2. What is a harmonic oscillator?

A harmonic oscillator is a system that exhibits periodic motion, such as a swinging pendulum or vibrating spring. It is described by a potential energy function that is quadratic in the displacement from equilibrium.

3. What is an ODE derived from Schrodinger's Equation?

An ODE (ordinary differential equation) derived from Schrodinger's Equation is a mathematical equation that describes the time evolution of the wave function of a quantum system. It is used to solve for the wave function of the system at different points in time.

4. How is the harmonic oscillator related to Schrodinger's Equation?

The harmonic oscillator potential is a common example used in Schrodinger's Equation to demonstrate the mathematical concepts and principles of quantum mechanics. The equation can be solved for the wave function of the harmonic oscillator, providing insight into the behavior of quantum systems.

5. What are some applications of ODEs derived from Schrodinger's Equation?

ODEs derived from Schrodinger's Equation have a wide range of applications in physics, chemistry, and engineering. They are used to predict the behavior of quantum systems such as atoms, molecules, and subatomic particles. They are also used in the development of new technologies, such as quantum computers and sensors.

Similar threads

Replies
2
Views
1K
  • Advanced Physics Homework Help
Replies
16
Views
339
Replies
6
Views
2K
  • Quantum Physics
Replies
2
Views
838
  • Advanced Physics Homework Help
Replies
1
Views
2K
  • Quantum Physics
Replies
1
Views
871
  • Advanced Physics Homework Help
Replies
1
Views
2K
Replies
17
Views
2K
Replies
8
Views
1K
  • Quantum Physics
Replies
9
Views
2K
Back
Top