What's wrong with my Schrodinger equation?

tpg
Messages
12
Reaction score
0
Hi everyone, I'm having an issue trying to make the abstract form of the schrodinger equation:

i\hbar\frac{\partial}{\partial t}\left|\psi\right\rangle = H\left|\psi\right\rangle

be consistent with the form that operates on wavefunctions in the position representation:

i\hbar\frac{\partial}{\partial t}\psi(x) = H\psi(x)

If I try to do this by plugging in \left|\psi\right\rangle =\int dx\,\psi(x)\left|x\right\rangle to the abstract form, I end up with a contradiction. Starting with the RHS:

i\hbar\frac{\partial}{\partial t}\left|\psi\right\rangle & = & i\hbar\frac{\partial}{\partial t}\left(\int dx\,\psi(x)\left|x\right\rangle \right)
& = & i\hbar\int dx\,\left(\frac{\partial\psi}{\partial t}\left|x\right\rangle +\psi\frac{\partial\left|x\right\rangle }{\partial t}\right)

If we then use the Schrodinger equation again on \frac{\partial\left|x\right\rangle }{\partial t}

\frac{\partial\left|x\right\rangle }{\partial t} & = & -\frac{i}{\hbar}H\left|x\right\rangle =\frac{i\hbar}{2m}\int dx'\,\left|x'\right\rangle \frac{\partial^{2}}{\partial x'^{2}}\left(\left\langle x'|x\right\rangle \right)
& = & \frac{i\hbar}{2m}\int dx'\,\left|x'\right\rangle \delta''(x-x')
& = & \frac{i\hbar}{2m}\frac{\partial^{2}\left|x\right\rangle }{\partial x^{2}}

Where above we use the identity \int dx\,\phi(x)\delta''(x-a)=\phi''(a). I think we can now use parts a couple of times, together with the fact that \psi (x) and \psi' (x) go to zero at infinity, to say that

\int dx\,\psi\frac{\partial\left|x\right\rangle }{\partial t} & = & \frac{i\hbar}{2m}\int dx\,\psi\frac{\partial^{2}\left|x\right\rangle }{\partial x^{2}}
& = & \frac{i\hbar}{2m}\int dx\,\frac{\partial^{2}\psi}{\partial x^{2}}\left|x\right\rangle

Now, the RHS of the TDSE will go to -\frac{\hbar^{2}}{2m}\int dx\,\frac{\partial^{2}\psi}{\partial x^{2}}\left|x\right\rangle.
If we multiply by \left\langle x\right| from the left on both sides,
we end up with

i\hbar\left(\frac{\partial\psi}{\partial t}+\frac{i\hbar}{2m}\frac{\partial^{2}\psi}{\partial x^{2}}\right) & = & -\frac{\hbar^{2}}{2m}\frac{\partial^{2}\psi}{\partial x^{2}}
\Rightarrow\quad\frac{\partial\psi}{\partial t} & = & 0

Clearly this is not right, as from the second form of the Schrodinger equation written down above, we get

\frac{\partial\psi}{\partial t} & = & \frac{i\hbar}{2m}\frac{\partial^{2}\psi}{\partial x^{2}}

Can somebody help me find whereabouts I am going wrong here? Thanks.
 
Physics news on Phys.org
The Schrödinger equation is not an identity. In particular, there's absolutely no reason to think

\frac{\partial\left|x\right\rangle }{\partial t} & = & -\frac{i}{\hbar}H\left|x\right\rangle

In general, for a (possibly time-varying) ket | \psi \rangle, there absolutely no reason to think

<br /> i\hbar\frac{\partial}{\partial t}\left|\psi\right\rangle = H\left|\psi\right\rangle<br />

Kets that do satisfy this equation are very special; they are the ones that describe a system governed by quantum dynamics.
 
So is the application of the Schödinger equation to a theoretical state of well-defined position invalid? I'm working on a theoretical basis here, and under that assumption surely the two forms of the Schödinger equation ought to be compatible?
 
It is a very rare thing for a (possibly) time-varying ket to satisfy the Schrödinger equation; therefore, it is almost never valid to apply the Schrödinger equation to such a ket. The only times you can do so are when the ket has been assumed to satisfy the equation (or has been proven to do so, or has been specifically constructed to satisfy the equation, or other similar circumstances)

Quantum mechanics is primarily concerned with studying those (possibly) time-varying kets that do satisfy the Schrödinger equation, so you will see and use a lot of them despite their rarity.


We can look at a comparable situation in classical mechanics; consider a massive particle with position function \vec{r}(t) traveling through some uniform force field. The corresponding physical equation is Newton's law: F = m d^2 r(t) / dt^2. However, very, very few functions \vec{r}(t) actually satisfy Newton's law!

Apply Schrödinger's equation to an arbitrary ket is directly analogous to applying Newton's law to an arbitrary function. Schrödinger's equation is not a property of general kets -- it is only a property of those kets describing the time evolution of a quantum system! (And possibly a few other kets that satisfy it by chance or by construction)
 
At first glance I would say the step:
tpg said:
[...] If we then use the Schrodinger equation again on \frac{\partial\left|x\right\rangle }{\partial t}
[...]

is not correct. You shouldn't assume |x\rangle satisfies the Schrodinger equation.


Also |x\rangle is time independent so its time derivative should be zero.

This with your derivation of the r.h.s. of TDSE should give you the correct wave-function equation.
 
Ah - I see. Of course, a state of well defined position will not remain that way, hence the Schrödinger equation does not apply. Thank you both very much for clearing that up.

In that case, does anyone know how to derive one form of the Schrödinger equation from the other?
 
tpg said:
Ah - I see. Of course, a state of well defined position will not remain that way, hence the Schrödinger equation does not apply. Thank you both very much for clearing that up.

In that case, does anyone know how to derive one form of the Schrödinger equation from the other?

Hi tpg

It is usual to write psi(x)=<x|psi>, where bra <x| is the dual vector of ket |x>. In this expression, |x> means the "freezed" state of the traveling particle |psi> when it is at position x. So |x> is a fixed vector without time-dependence. Therefore you can retrieve one form from the other by factorizing <x|.

Btw, if we introduce an integral in expression: \left|\psi\right\rangle =\int dx\,\psi(x)\left|x\right\rangle, we should do it on both sides. I would say that the correct form should be: \int dx\,\left|\psi\right\rangle =\int dx\,\psi(x)\left|x\right\rangle
 
ArjenDijksman said:
Hi tpg
...
Btw, if we introduce an integral in expression: \left|\psi\right\rangle =\int dx\,\psi(x)\left|x\right\rangle, we should do it on both sides. I would say that the correct form should be: \int dx\,\left|\psi\right\rangle =\int dx\,\psi(x)\left|x\right\rangle

Think that through.
 
ArjenDijksman said:
Btw, if we introduce an integral in expression: \left|\psi\right\rangle =\int dx\,\psi(x)\left|x\right\rangle, we should do it on both sides. I would say that the correct form should be: \int dx\,\left|\psi\right\rangle =\int dx\,\psi(x)\left|x\right\rangle

jambaugh said:
Think that through.

Hello jambaugh,

You're right, what I wrote in that part was nonsense. \left|\psi\right\rangle =\int dx\,\psi(x)\left|x\right\rangle is a good expression. Or otherwise stated: \left|\psi\right\rangle =\int dx\,\left|x\right\rangle\langle x\left|\psi\rangle


Arjen
 
Back
Top