You're using an outdated browser. Please upgrade to a modern browser for the best experience.
A discrete quantum momentum operator
Edit

We introduce finite-differences derivatives intended to be exact when applied to the real exponential function. We want to recover the known results of continuous calculus with our finite differences derivatives but in a discrete form. The purpose of this work is to have a discrete momentum operator suitable for use as an operator in discrete quantum mechanics theory.

discrete derivative discrete symmetric operator, discrete quantum mechanics

Introduction

The subject of finite differences is an old, but  useful method with wide application in science and engineering. The story starts with Newton and Leibnitz themselves with the very  definition of the derivative of a function; the limit when the differences become zero, as is well known. The formal definition of the derivative f(x0) of some function f(x) of a single variable x, at x0, is obtained from the limit xx0 of any of the following ratios of differences

      f(x0):=limxx0f(x0)f(x)x0x,f(x0):=limxx0+f(x)f(x0)xx0.

These ratios are known as backward and forward differences, respectively.

The limit of vanishing finite differences involves variables which are continuous. However, many times it is not possible to perform such limit  at all. A situation like that appears when doing numerical simulations in a computer due to the limit in how small a number can be represented in the computer. Another situation in which it is not possible to take the infinitesimal difference limit is when the independent variable is a discrete variable by nature, as is the case found in Quantum Mechanics theory regarding the spectrum of quantum operators.

Finite differences are necessary in numerical computations to approximate several quantities like derivatives and integrals of functions, as well as, differential and integral equations. Their use as a numerical tool is a well developed subject, see for instance the series of books Numerical Recipes.[1] An interesting development is the use of a complex finite differences to evaluate the real derivative of a function.[2]

On the other hand, the reader can learn about the calculus of finite differences  from the classical works of Kopal[3], Boole[4]. Jordan[5], Richardson[6], for instance. 

Another branch of the finite differences tree, is known as the exact finite differences technique. That scheme was developed by researchers like Potts,[7][8] Ronald E. Mickens[9] with the purpose of obtaining exact finite differences representations of continuous differential equations and of their solutions.

Another use of finite differences was developed by Armando Martínez-Pérez and Gabino Torres-Vega[10] with the intention of obtaining discrete operators for use in Quantum Mechanics theory. It is common that a quantum operator has a discrete spectrum and a derivative with respect to the spectrum is necessary some times. The aim is to obtain discrete operators which comply with discrete versions of the properties that a quantum operator must have.

The explicit form of the exact finite difference derivative depends on the functions that we want to consider. In this article, we discuss the use of an exact finite differences derivative when its eigenfunction is the real exponential function. This will provide with a momentum operator to be used in discrete Quantum Mechanics.

 

The partition

Let {qi}i=NN be a N+1 points partition of the real interval [a,a], that is

          a=qN<qN+1<<qN1<qN=a.

The separations between mesh points are

          Δj=qj+1qj,j=N,,N1.

These separations can or cannot be equal and are finite. The discrete variable $q_j$ is the independent variable with respect to we will calculate the derivative of a function.

The exact finite differences derivative

For a given vR, backward and forward finite differences  derivatives, of a vector g=(gN,gN+1,,gN1,gN)T, at qj, defined on the partition, are

         (Dbg)j=gjgj1ηj,

          (Dfg)j=gj+1gjχj,
where the denominators are defined as

          ηj=2vevΔj1/2sinh(v2Δj1)=Δj1+v2Δj12+O(Δj3),

          χj=2vevΔj/2sinh(v2Δj)=Δj+v2Δj2+O(Δj3).

The discrete variable qj is the independent variable with respect to which we will calculate the derivative of a function. The functions in the denominators of these expressions, the functions ηj and χj, makes sure that the real exponential function evq be, exactly, an eigenfunction of the discrete derivative operation with real eigenvalue v,

          (Dbevq)j=(Dfevq)j=vevqj,

which is the same property as the continuous variable derivative has.

When |ηjΔj| and |χjΔj| are less than some small ϵ, our method and the usual finite-differences derivative give similar results for any vector defined on the mesh. Note that the denominators ηj and χj become Δj when v=0.

 

Properties of the finite-differences derivative

Some properties of the exact finite-differences derivative are

The connection between forward and backward discrete derivatives. The equality ηj+1=evΔjχj implies that

          (Dfg)j=evΔj(Dbg)j+1.


The summation of the derivative. The finite differences versions of axdyg(y)=g(x)g(a) are

j=NnΔj(Dfg)j=ΔNχNgN+j=N+1n(Δj1χj1Δjχj)gj+Δnχngn+1,

andj=N+1nΔj1(Dbg)j=ΔNηN+1gN+j=N+1n1(Δj1ηjΔjηj+1)gj+Δn1ηngn,

where n<N. The summation term at the right hand side of these equalities involve asymmetry terms that vanish when the separation between mesh points is the same.


The eigenfunction of the summation. The finite differences versions of axdxvevx=evxeva arej=NnΔjvevqj=j=NnΔj(Dfevq)j=ΔNχNevqN+N+1n(Δj1χj1Δjχj)evqj+Δnχnevqn+1,

andj=N+1nΔj1vevqj=j=N+1nΔj1(Dbevq)j=ΔNηN+1evqN+j=N+1n1(Δj1ηjΔjηj+1)evqj+Δn1ηnevqn,where N<n<N.

The derivative of a constant function c

          (Dfc)j=0,and(Dbc)j=0.
The derivatives of q.

(Dfq)j=qj+1qjχj=Δjχj,and(Dbq)j=qjqj1ηj=Δj1ηj.

These derivatives will approach to one in the limit of small Δj. In particular, both (Dfq)j and (Dbq)j are equal to one when v=0.

The chain rule. For the forward scheme this rule turns to be

          (Dfg(h(q)))j=(Dfg(h))j(Dfh)j,

where
          (Dfg(h))j=g(h(qj+1))g(h(qj))h(qj+1)h(qj).
For the backward finite differences we have

        (Dbg(h(q)))j=(Dbg(h))j(Dbh)j,

where
          (Dbg(h))j=g(h(qj))g(h(qj1))h(qj)h(qj1).

The derivative of a product of vectors. There are four equalities

         (Dfgh)j=gj+1(Dfh)j+(Dfg)jhj.,
         (Dfgh)j=(Dfg)jhj+1+gj(Dfh)j,
         (Dbgh)j=gj(Dbh)j+(Dbg)jhj1,
          (Dbgh)j=(Dbg)jhj+gj1(Dbh)j.

The derivative of a vector of inverses.

         (Df1h)j=(Dfh)jhjhj+1,and(Db1h)j=(Dbh)jhjhj1,

provided hj,hj±10.

The derivative of a vector of ratios. There are four versions of this property

          (Dfgh)j=(Dfg)jhj(Dfh)jhjhj+1gj+1,

          (Dfgh)j=(Dfg)jhj+1(Dfh)jhjhj+1gj,

          (Dbgh)j=(Dbg)jhj1(Dbh)jhjhj1gj,

        (Dbgh)j=(Dbg)jhj(Dbh)jhjhj1gj1.

Summation by parts.

          j=NN1Δjgj+1(Dfh)j+j=NN1Δj(Dfg)jhj=I1,

where        I1=j=NN1Δj(Dfgh)j=ΔNχNgNhN+N+1N1(Δj1χj1Δjχj)hjgj+ΔN1χN1hNgN.The terms in the summation vanish when Δj0, i.e. when the separation between the mesh points is the same. But we can chose the vectors h and g is such a way that the last sum vanishes. Also

          j=N+1nΔj1gj(Dbh)j+j=N+1nΔj1(Dbg)jhj1=I2,
          I2=ΔNχb,N+1gNhN+j=N+1N1(Δj1χb,jΔjχb,j+1)gjhj+ΔN1χb,NgNhN.

The commutator between q and D. The discrete version of the relationship ddqqh(q)qddqh(q)=h(q) becomes

          (Dfqh)jqj+1(Dfh)j=Δjχjqj,
          (Dbqh)jqj(Dbh)j=Δjηjqj1.

Translation of the exponential function. The discrete derivative is the generator of translations of the exponential function
          (esDb,fevq)j=ev(qj+s).

We will need of the bounded Fourier transform of a given function g(v) which is defined as

          g~j=(Fg)j=1VV/2V/2eivqjg(v)dv,

on the mesh.

We also need of the discrete Fourier transform of a vector hj which is defined as
          h~(v)=(Fh)(v)=j=NN1ΔjVeivqjhj.
These transformations preserve the norm of vectors and functions. In the equidistant case in which qj+1qj=2π/(N1) these transforms can be identified with the usual Fourier transform on [V,V]
and with the Fourier series, respectively.

The adjoint of D. Consider the equality          v(Fh)j=j=NN1ΔjVeivqj+1(iDfh)j+ij=NNΔjV(Dfeivqh)j.
Then, there is the relationship
          peivΔj(iDfh)j,j=N,,N1,
provided that the asymmetry term
          j=NN1ΔjV(Dfeivqh)j,
vanishes.

The conjugate of qj. The relationship 
          qjg~j=i1VV/2V/2eivqjdg(v)dvdvi1Veivqjg(v)|v=V/2V/2
indicates that
          qjg~j=i1VV/2V/2eivqjdg(v)dvdvi1Veivqjg(v)|v=V/2V/2
provided boundary term
          iVeivqjg(v)|v=V/2V/2

 vanish.

Eigenvetors of the coordinate operator

The normalized eigenvector of the coordinate operator with eigenvalue qn in the v representation is
          eqn(v)=eivqnV.

These functions are orthonormal in a discrete sense, i.e. 
          V/2V/2dveqm(v)eqn(v)=sinc[V2(qmqn)]

Now, the conjugate to the coordinate eigenvector eqn(v) is

eqn(m)=1VV/2V/2eivqmeivqnVdv=V2asinc[V2(qmqn)],

and the orthonormality between these vectors reads

m=NNΔmeqj(m)eqn(m)=m=NNsinc[V2(qmqj)]sinc[V2(qmqn)],
a result which becomes the Kronecker delta δjn when V.

Eigenvectors of the derivative operator

Now, the normalized eigenvector of the discrete derivative with eigenvalue v in the coordinate representation is
          ev(n)=eivqnΔn(2N+1),

and the orthogonality for these states reads
(31)          n=NNΔnev(n)ev(n)=12N+1n=NNei(vv)qnNδ(vv).

The conjugate function to ev(n)=eivqn/2N+1 is
          ev(v)=j=NNei(vv)qjV(2N+1),

This function approximates  a delta function with small noise in it.

Concluding remarks

This is a step more in the theory of discrete operators. It shows that it is possible to have discrete operators very similar to the usual operator of continuous variable theory. We will explore more things about this operator,  Things like its inverse, its use in obtaining self-adjoint extensions, for instance.

We have discussed a local approach to the finite differences first derivative. Another point of view is obtained by collecting the finite differences at each point of the mesh in a single matrix, the subject of another a future work.

 

 

 

References

  1. Press, W. H., Teukolsky, S. A., Vetterling, W. T. and Flannery, B. P.. Numerical recipes the Art of Numerical Computing, third edition; Cambridge University Press: Cambridge, UK, 207; pp. 1.
  2. William Squire; George Trapp; Using Complex Variables to Estimate Derivatives of Real Functions. SIAM Review 1997, 40, 110-112, 10.1137/s003614459631241x.
  3. Kopal, Z.. Numerical Analysis: With Emphasis on the Application of Numerical Techniques to Problems of Infinitesimal Calculus in Single Variable; John Wiley \& Sons Inc.: New York, 1961; pp. 1.
  4. Boole, George. A treatise on the calculus of finite differences; Cambridge University Press: New York, 1860, 2009; pp. 1.
  5. Jordan, Charles. Calculus of finite differences, 2nd ed; Chelsea Publishing Co.: New York, USA, 1950; pp. 1.
  6. Richardson, C. H.. An introduction to the calculus of finite differences; Van Nostrand Co., Inc.: New York, USA, 1954; pp. 1.
  7. Potts, R. B.; Differential and Difference Equations. Am Math Monthly 1982, 89, 402-407.
  8. Potts, R. B.; Ordinary and partial differences equations. J Austral. Math. Soc. Ser. B, 1986, 27, 488.
  9. Mickens, R.E.. Nonstandard finite difference models of differential equations; World Scientific: Singapore, 1994; pp. 1.
  10. Martínez-Pérez, A. and Torres-Vega, G.; Exact Finite Differences. The Derivative on Non Uniformly Spaced Partitions. Symmetry 2017, 9, 217.
  11. Potts, R. B.; Differential and Difference Equations. Am Math Monthly 1982, 89, 402-407.
  12. Potts, R. B.; Ordinary and partial differences equations. J Austral. Math. Soc. Ser. B, 1986, 27, 488.
  13. Mickens, R.E.. Nonstandard finite difference models of differential equations; World Scientific: Singapore, 1994; pp. 1.
  14. Martínez-Pérez, A. and Torres-Vega, G.; Exact Finite Differences. The Derivative on Non Uniformly Spaced Partitions. Symmetry 2017, 9, 217.
More
Information
Contributor MDPI registered users' name will be linked to their SciProfiles pages. To register with us, please refer to https://encyclopedia.pub/register :
View Times: 2.4K
Revisions: 3 times (View History)
Update Date: 24 Aug 2021
Academic Video Service