How does one prove that the Dirac Delta distribution is the eigenfunction of the position operator $\hat{x}$? In math, why does $\langle x’|x\rangle = \delta(x’-x)$?
-
2$\begingroup$ What kind of proof are you looking for? Are you looking for plausible explanations as to the normalization condition you mention, or are you looking for a rigorous and mathematically consistent proof? The former is fine, and Aaron's answer does an excellent job of it, but if you're looking for the latter then unfortunately you're out of luck because strictly speaking the position operator (and indeed any operator with a purely continuous spectrum) does not actually have any eigenfunctions. $\endgroup$– J. MurrayCommented Jan 11, 2019 at 4:46
-
$\begingroup$ Possible duplicates: physics.stackexchange.com/q/89958/2451 , physics.stackexchange.com/q/273423/2451 , physics.stackexchange.com/q/330416/2451 and links therein. $\endgroup$– Qmechanic ♦Commented Jan 11, 2019 at 7:09
-
$\begingroup$ Related : Hermiticity of Momentum Operator (matrix) Represented in Position Basis $\endgroup$– VoulkosCommented Jan 11, 2019 at 9:59
-
$\begingroup$ link physics.stackexchange.com/questions/261916/…; physics.stackexchange.com/questions/494302/… ; physics.stackexchange.com/questions/167909/… $\endgroup$– Michael LevyCommented Sep 8 at 18:41
-
$\begingroup$ I would have liked to post my answer here. However, the question is closed. So I put my answer here: physics.stackexchange.com/questions/606867/… $\endgroup$– Michael LevyCommented Sep 8 at 19:22
1 Answer
This is true not just for position eigenvectors. This is true for all eigenvectors in their own (orthonormal) eigenbasis.
For an operator with discrete eigenvalues $n$ with eigenvectors $|n\rangle$, $$\langle n'|n\rangle=\delta_{n,n'}$$ where $\delta_{n,n'}$ is the Kronecker Delta that is $1$ when $n=n'$ and $0$ otherwise.
For an operator with a continuous spectrum of eigenvalues $p$ with eigenvectors $|p\rangle$, $$\langle p'|p\rangle=\delta(p'-p)$$ where the $\delta$ this time is the Dirac delta function.
This is all just because when expressing a vector in a basis where that vector is a basis vector, it only has a component along that one vector (itself).
This isn't part of the main question, but I think it relates to the general idea of what the above expressions really mean and why they are used in the way they are used.
Do you happen to know why it is necessary to make the eigenfunction infinitely tall when working in the continuous spectrum?
This is a poor picture of the Dirac delta function. Lets first look at the Kronecker delta. If we have this in a sum $$\sum_{n'} \delta_{n,n'}c_{n'}$$ We know this sum will just evaluate to $c_n$. The Kronecker delta "kills off" all other $c_{n'}$ terms.
Now let's move to the continuous version of this example with the Dirac delta function: $$\int \delta(p-p')c(p')\text d p'=c(p)$$ Now the integral is a "continuous sum" of the terms $c(p')\delta(p-p')\text d p'$. Notice how here we have $\text d p'$ in each term. Therefore, if we want to pick out just $c(p)$ from this sum, we need $\delta(p-p')$ to be equal to $1/\text d p'$ when $p'=p$ and $0$ otherwise. Since $\text d p'$ is an infinitesimal amount, $1/\text d p'$ is an infinite amount. This is why you usually see that the Dirac delta function as an infinite spike, but saying this somewhat obscures the above analogy with the discrete case.
-
1$\begingroup$ Thank you. Do you happen to know why it is necessary to make the eigenfunction infinitely tall when working in the continuous spectrum? $\endgroup$ Commented Jan 11, 2019 at 3:23
-
1$\begingroup$ What is the "infinite spectrum"? $\endgroup$– user196418Commented Jan 11, 2019 at 4:00
-
$\begingroup$ @ggcg Where do you see that being used? $\endgroup$ Commented Jan 11, 2019 at 4:11
-
$\begingroup$ @ChristinaDaniel I have edited my question. $\endgroup$ Commented Jan 11, 2019 at 4:12