Relativistic corrections to Schrodinger's equation

Click For Summary

Discussion Overview

The discussion revolves around the derivation of relativistic corrections to the Schrödinger equation, specifically examining the implications of higher-order terms in the energy-momentum relationship. Participants explore methodologies for incorporating relativistic effects into quantum mechanics, focusing on the mathematical structure and potential solutions of the resulting equations.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant proposes a substitution in the relativistic energy equation leading to a series expansion for the Lorentz factor, \(\gamma\), and its implications for the Schrödinger equation.
  • Another participant agrees that the lowest correction should involve a fourth derivative, linking it to the operator form of momentum.
  • Concerns are raised about the complexity of solving the resulting fourth-order equation, with one participant noting that different approaches are typically used to incorporate special relativity into quantum mechanics.
  • There is a discussion about the boundary conditions required for solving the fourth-order equation, with one participant outlining their procedure using Mathematica.
  • One participant points out a potential issue with the relationship between energy and momentum, noting that the quartic approximation leads to multiple solutions for a given energy, complicating the interpretation of results.
  • Another participant argues that the relevance of the quartic term's contribution to ground state energy is limited, suggesting that the focus should be on whether it can be treated as a perturbation.
  • Concerns are expressed regarding the validity of treating the quartic term as exact, with suggestions that it may lead to nonsensical results at large momentum values.
  • One participant mentions that the derived equation resembles the Breit equation, indicating a connection to established relativistic quantum mechanics.

Areas of Agreement / Disagreement

Participants express a mix of agreement and disagreement regarding the implications of the derived terms and the methodology used. While some acknowledge the correctness of certain steps, others raise concerns about the solvability and physical interpretation of the resulting equations. No consensus is reached on the overall validity of the approach or the implications of the findings.

Contextual Notes

Participants note limitations related to the assumptions made in the derivation, particularly regarding the treatment of the quartic term and its impact on the stability of solutions. The discussion highlights the unresolved nature of the mathematical steps involved in transitioning from the relativistic energy-momentum relationship to the proposed corrections in quantum mechanics.

jfy4
Messages
645
Reaction score
3
Hi,

I was looking at the relativistic equation for energy [itex]E^2=p^2+m_{0}^2[/itex] and was wondering about a methodology I took with it. Making the substitution [itex]E^2=\gamma^2 m_{0}^2[/itex] then
[tex]p^2=m_{0}^2(\gamma^2-1)[/tex]
Considering only the [itex]\gamma-1[/itex] factor, this can be expanded
[tex]\gamma-1=\frac{v^2}{2}+\frac{3v^4}{8}+\frac{5v^6}{16}+...[/tex]
I then made the identification with [itex]E=\hat{E}[/itex],
[tex]\hat{E}=i\hbar\frac{\partial}{\partial t}[/tex]
which yields the following from before
[tex]p^2=m_{0}^2\left(\left(\frac{i\hbar}{m_0}\frac{ \partial }{\partial t}\right)^2-1\right)[/tex]
which led me to again identify
[tex]\gamma-1=\frac{i\hbar}{m_0}\frac{\partial}{\partial t}-1=\frac{v^2}{2}+\frac{3v^4}{8}+\frac{5v^6}{16}+...[/tex]
If I make the appropriate substitution for [itex]v=\hat{v}[/itex]
[tex]\hat{v}=\frac{i\hbar}{m_0}\nabla[/tex]
and write the sum on the right as
[tex] \sum_{n=1}^{\infty}\frac{\left(1+(-1)^n\right) \left(\frac{1}{2} (-1+n)\right)!}{2 \sqrt{\pi } \frac{n}{2}!}\hat{v}^n[/tex]
Then I end up with
[tex]i\hbar\frac{\partial}{\partial t}\psi=m_0\psi+\sum_{n=1}^{\infty}\frac{\left(1+(-1)^n\right) \left(\frac{1}{2} (-1+n)\right)!}{2 \sqrt{\pi } \frac{n}{2}!}m_{0}^{1-n}\left(i\hbar\nabla\right)^n\psi[/tex]
Now for n=1, this equals
[tex] i\hbar\frac{\partial\psi}{\partial t}=m_0\psi[/tex]
which seems manifestly true (EDIT: by which I mean, there are no kinetic energy terms on the right), and for n=2
[tex] i\hbar\frac{\partial\psi}{\partial t}=m_0\psi-\frac{\hbar^2}{2m_0}\nabla^2\psi[/tex]
which seems Schrödinger-esque. So I was wondering... for n=4 (which is the next time a term is added on)
[tex] i\hbar\frac{\partial\psi}{\partial t}=m_0\psi-\frac{\hbar^2}{2m_0}\nabla^2\psi+\frac{3\hbar^4}{8m_{0}^3}\nabla^4\psi[/tex]
is the last term on the right a relativistic correction to the Schrödinger-esque equation above it?

Thanks,
 
Last edited:
Physics news on Phys.org
Yes, the lowest correction should have a 4th derivative, since in operator terms, it's [itex]p^4[/itex] which is actually [itex]p p p p[/itex] so it's a derivative of a derivative in total 4 times.
 
I believe that that's correct; however, as you can see, that equation is going to be extremely difficult to solve in general.

That's why usually, different approaches are taken to incorporate SR into QM.
 
Matterwave said:
I believe that that's correct; however, as you can see, that equation is going to be extremely difficult to solve in general.

That's why usually, different approaches are taken to incorporate SR into QM.

Yes, while Mathematica has no problem doing the stationary states, it refuses to solve anything with time dependence... I'm glad I could follow my nose though and get here. Thanks for comments.
 
I'm curious how you would solve for a stationary state. Since the equation is fourth order you will have four linearly independent solutions, and will need to specify four boundary conditions.
 
Bill_K said:
I'm curious how you would solve for a stationary state. Since the equation is fourth order you will have four linearly independent solutions, and will need to specify four boundary conditions.

There are still four constants [itex]c_1, c_2, c_3, c_4[/itex]. Here was my procedure.

I solved the following
[tex]\epsilon\psi(x)=m_0\psi(x)-\frac{\hbar^2}{2m_0}\frac{\partial^2}{\partial x^2}\psi(x)+\frac{3\hbar^4}{8m_{0}^3}\frac{ \partial^4}{\partial x^4}\psi(x)[/tex]
in mathematica with the following code
Code:
Simplify[DSolve[\[Epsilon] \[Psi][x] == 
   m \[Psi][x] + 
    Sum[((1 + (-1)^n) (1/2 (-1 + n))!)/(2 Sqrt[\[Pi]] (n/2)!)
       m^(1 - n) (I \[HBar])^n D[\[Psi][x], {x, n}], {n, 1, 
      4}], \[Psi][x], x]]
and the result was
[tex] \psi [x]\to e^{\sqrt{\frac{2}{3}} x \sqrt{\frac{m^2 \hbar ^2-\sqrt{-m^3 (5 m-6 \epsilon ) \hbar ^4}}{\hbar ^4}}} C[1]+e^{-\sqrt{\frac{2}{3}} x \sqrt{\frac{m^2 \hbar ^2-\sqrt{-m^3 (5 m-6 \epsilon ) \hbar ^4}}{\hbar ^4}}} C[2]+e^{\sqrt{\frac{2}{3}} x \sqrt{\frac{m^2 \hbar ^2+\sqrt{-m^3 (5 m-6 \epsilon ) \hbar ^4}}{\hbar ^4}}} C[3]+e^{-\sqrt{\frac{2}{3}} x \sqrt{\frac{m^2 \hbar ^2+\sqrt{-m^3 (5 m-6 \epsilon ) \hbar ^4}}{\hbar ^4}}} C[4][/tex]

does this clarify by what I meant by solve? Is something wrong with my procedure?

EDIT: I added a psi in front of m, thanks Matterwave.

Thanks,
 
Last edited:
That first m is not really important in your calculations. Simply move it to the left hand side and it just re-scales your E. (You're missing a psi next to the m in your last post.)
 
Well there is a problem with it, and I'm not sure at the moment how to resolve it. The full relativistic relationship between E and p is E = √(m2c4 + p2c2). That, obviously, is single-valued: one p value for each E value. In terms of a plane wave solution ψ ~ exp(ikx - iωt)), one k value for each value of ω. The dispersion curve ω(k) climbs indefinitely.

But when you approximate E ≈ mc2 + p2/2m - 3/8 p4/m3, the approximate relationship is quartic. And it's a quartic that opens downward. Now the dispersion curve ω(k) climbs for a while, then reaches a maximum ωmax, turns over and heads back down and crosses the axis! For given energy, a free particle in this approximation will generally have two wavelengths, one nearly the same as in the nonrelativistic case, and one that's very large. To make it usable, one would have to spell out how to eliminate the spurious high-frequency solutions.
 
Though valid, your concern bears little to no relevance for the problem at hand. We only care if the p^4 term's contribution to the ground state energy is small enough to grant us the permission to dismiss the square root by using a series expansion. Or perhaps I'm missing something obvious...
 
  • #11
Though valid, your concern bears little to no relevance for the problem at hand. We only care if the p^4 term's contribution to the ground state energy is small enough to grant us the permission to dismiss the square root by using a series expansion. Or perhaps I'm missing something obvious...
The fact that E turns negative for short wavelength means the ground state is unstable.
 
  • #12
You have to decide what you are going to do with this. Adding the p4 term and treating it as exact will lead to nonsense as p gets large: but so would stopping at p2.

If one is interested in relativistic corrections, there is no problem in using this as a perturbation in 1st order perturbation theory. IIRC, for particle-in-a-box, one can even solve it to all orders this way. If you're trying to get close to relativistic quantum mechanics this way, it's kind of hopeless.
 
  • #13
Vanadium 50 said:
You have to decide what you are going to do with this. Adding the p4 term and treating it as exact will lead to nonsense as p gets large: but so would stopping at p2.

If one is interested in relativistic corrections, there is no problem in using this as a perturbation in 1st order perturbation theory. IIRC, for particle-in-a-box, one can even solve it to all orders this way. If you're trying to get close to relativistic quantum mechanics this way, it's kind of hopeless.

Just so we are on the same page, I would never use/even consider this practically for relativistic QM. Like in the OP, I just wanted to know if my methodology was marginal, and if the result was correct; in so far as, if one continued to take terms from the sum and tack them on would they correctly predict results for a relativistic free particle, in theory.

I'm not planning on making this a big thing if you got the impression I was somehow impressed by this result. It was part of an afternoon physics play time session. Don't draw it out.
 
  • #14
Looks like you've successfully derived the first term of the http://en.wikipedia.org/wiki/Breit_equation" .
 
Last edited by a moderator:

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
677
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 56 ·
2
Replies
56
Views
5K
  • · Replies 5 ·
Replies
5
Views
3K