Solution of time-dependent Schroedinger Equation

  • Thread starter Thread starter Vagant
  • Start date Start date
Click For Summary

Homework Help Overview

The discussion revolves around the solution of the time-dependent Schrödinger Equation, with participants examining the correctness of a proposed solution and exploring various approaches to solving the equation based on different Hamiltonians.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Participants question the validity of dividing by the wavefunction and discuss the implications of the wavefunction being an eigenstate or a linear combination of eigenstates of the Hamiltonian. There are mentions of finding eigenstates and eigenvalues, and the challenges associated with solving the equation for different Hamiltonians.

Discussion Status

The discussion is active, with participants providing insights into the nature of the problem and suggesting methods such as finding eigenstates or using integral equations. There is no explicit consensus, but several productive lines of reasoning are being explored.

Contextual Notes

Participants note the complexity of the problem and the necessity of solving it on a case-by-case basis depending on the Hamiltonian involved. There are references to specific resources and methods, including separation of variables and the challenges of finding eigenstates.

Vagant
Messages
9
Reaction score
0
Hello,

I am interested - is the solution of the time-dependent Schroedinger Equation on the picture attached correct? Are there any flaws in this solution?

Thank you. :)
 

Attachments

  • Schroedinger_equation.JPG
    Schroedinger_equation.JPG
    16.8 KB · Views: 1,151
Physics news on Phys.org
You can't just divide by the wavefunction, so I'm afraid it's not quite correct.
 
genneth said:
You can't just divide by the wavefunction, so I'm afraid it's not quite correct.

..but how it can be solved then?!
 
In general, this problem is very hard -- since the equation describes a huge amount of physics, a uniform solution to it would make life very much easier. Unfortunately, you have to solve it on a case-by-case basis, depending on what the hamiltonian H is. It is possible to write down formal solutions, but they are only a starting point, and not actually useful for getting the numbers out.

I know of two ways:

1) Find the eigenstates of H. These form a complete orthonormal basis, so it's possible to expand an arbitrary state as a linear combination of these. The equation is linear, and the time evolution of the eigenstates is easy to calculate (you can just use the method you used, since the operator H gets replaced by the eigenvalue). Then the state at some time t is just the same linear combination of the eigenstates at that time t.

2) Integrate both sides, and obtain an integral equation. Recursively substitute the left into the integrand, and obtain an infinitely nested set of integrals. Realise that this is a time-ordered path integral, and manipulate to obtain the propagator (some horribly messy looking thing).

As I said, neither actually solves the problem. You have to solve it for each H.
 
It looks to me that your answer is correct if |psi> is an eigenstate of H.
It is also correct if you expand |psi> in eigenstates of H.
What other cases are there?
 
pam said:
It looks to me that your answer is correct if |psi> is an eigenstate of H.
It is also correct if you expand |psi> in eigenstates of H.
What other cases are there?

|psi> is a linear combination of eigenstates of H indeed. :)
 
Last edited:
genneth said:
You can't just divide by the wavefunction, so I'm afraid it's not quite correct.

Even if ket |psi> is a linear combination of eigenkets of H?
 
Vagant said:
|psi> is a linear combination of eigenstates of H. So, I can divide by |psi> in this case? Is such division - from (1) to (2), valid?

Like I said, for any Hamiltonian, if you know the eigenvectors and eigenvalues, you can express an arbitrary wavefunction as a linear combination:

Given the states [tex]\left|\psi_n\right>[/tex] where [tex]\hat{H}\left|\psi_n\right>=E_n \left|\psi_n\right>[/tex], you can write:

[tex]\left|\Psi\right> = \sum_n c_n \left|\psi_n\right>[/tex].

The time evolution of the eigenstates are easy:

[tex]i\hbar \frac{d\left|\psi_n(t)\right>}{dt} = \hat{H}\left|\psi_n(t)\right> = E_n \left|\psi_n(t)\right>[/tex]

which has solutions: [tex]\left|\psi_n(t)\right> = e^{-iE_n t/\hbar} \left|\psi_n(0)\right>[/tex], because [tex]E_n[/tex] is just a number and not an operator, so you can use the usual algebraic manipulations.

Finally, since the Schroedinger equation is linear, you have that:

[tex]\left|\Psi(t)\right> = \sum_n c_n \left|\psi_n(t)\right> = \sum_n c_n e^{-iE_n t/\hbar} \left|\psi_n(0)\right>[/tex].

Note that crucially you need to be able to find the eigenstates and eigenvalues of the Hamiltonian, which is usually quite hard.
 
genneth said:
Like I said, for any Hamiltonian, if you know the eigenvectors and eigenvalues, you can express an arbitrary wavefunction as a linear combination:

Given the states [tex]\left|\psi_n\right>[/tex] where [tex]\hat{H}\left|\psi_n\right>=E_n \left|\psi_n\right>[/tex], you can write:

[tex]\left|\Psi\right> = \sum_n c_n \left|\psi_n\right>[/tex].

The time evolution of the eigenstates are easy:

[tex]i\hbar \frac{d\left|\psi_n(t)\right>}{dt} = \hat{H}\left|\psi_n(t)\right> = E_n \left|\psi_n(t)\right>[/tex]

which has solutions: [tex]\left|\psi_n(t)\right> = e^{-iE_n t/\hbar} \left|\psi_n(0)\right>[/tex], because [tex]E_n[/tex] is just a number and not an operator, so you can use the usual algebraic manipulations.

Finally, since the Schroedinger equation is linear, you have that:

[tex]\left|\Psi(t)\right> = \sum_n c_n \left|\psi_n(t)\right> = \sum_n c_n e^{-iE_n t/\hbar} \left|\psi_n(0)\right>[/tex].

Note that crucially you need to be able to find the eigenstates and eigenvalues of the Hamiltonian, which is usually quite hard.

Thank you! It's very clearly presented and helpful indeed. Luckily, I know eigenstates of my Hamiltonian, there are two eigen states only (on picture attached).
 

Attachments

  • alphabeta.JPG
    alphabeta.JPG
    9.4 KB · Views: 513
  • #10
It is solved in David Griffiths, Introduction to quantum mechanics. In the case of the time-dependent SE, psi is a function of x and t. Thus you use separation of variables ending with the time independent SE, whose solution is psi(x) as well as a time dependent ordinary differential equation that will give you the time factor. Try it.
 
  • #11
I am in need of solution of time dependent Schrödinger equation in fortran 77 version, can u help?
 
  • #12
Can anyone help me in solving the time dependent Schrödinger equation in fortran program?
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
7
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 12 ·
Replies
12
Views
1K
Replies
7
Views
3K
  • · Replies 6 ·
Replies
6
Views
10K
Replies
2
Views
1K