I am working through Shankar's Principles of Quantum Mechanics and I am confused about his derivation for the propagator of a free particle from the Schrodinger Equation (Section 5.1).
He states that the propagator is given by the following equation (in terms of an integral over $p$):
$$U(t) = \int_{-\infty}^\infty \lvert p\rangle\langle p\rvert \exp(-ip^2t/2m\hbar)dp\tag{5.1.9}$$
and in Exercise 5.1.1 he states that the propagator, in terms of an integral over $E$, is:
$$U(t) = \sum_{\alpha = \pm} \int_0^\infty \biggl[\frac{m}{\sqrt{2mE}}\biggr]\lvert E, \alpha\rangle\langle E, \alpha\rvert e^{-iEt/\hbar}dE \tag{1}$$
However, from 4.3, the propagator appears to be defined as a sum over $E$ (the eigenvalues of the Hamiltonian):
$$U(t) = \sum_{E} \lvert E\rangle\langle E\rvert e^{-iEt/{\hbar}}\tag{4.3.13}$$
which, when $E$ is continuous, can presumably be written in integral form:
$$ U(t) = \int_{-\infty}^{\infty} \lvert E\rangle\langle E\rvert e^{-iEt/\hbar}dE \tag{2}$$
I am having difficulty reconciling these two forms of the propagator (1 and 2 above), as they appear to contradict. Surely, based on the definition given in 4.3, the propagator for a free particle should be given by:
$$U(t) = \sum_{\alpha = \pm} \int_0^\infty \lvert E, \alpha\rangle\langle E, \alpha\rvert e^{-iEt/\hbar}dE$$
and the extra $\bigl[\frac{m}{\sqrt{2mE}}\bigr]$ term should be present in the $p$ version of the equation?
Note 1:
I am aware of an existing question Free particle Schrodinger equation: propagator that is similar. However, I find the accepted answer not very satisfactory. It's quite brief and doesn't seem to explain the whole story. It suggests there should be an additional term in the propagator integrand to account for a 'Density of States'.
So, what is happening here? Has Shankar glossed over this, in his earlier description of the propagator? If so, why would he do that? Does he address this point anywhere else in his book (as it seems fairly important)?
Can anyone explain more clearly why this Density of States is required and where it comes from? I thought the degeneracy of $H$ was being accounted for by summing over the +/- values of $p$. Why would an extra term be required?
Note 2:
Also, to clarify, I am aware that the extra term comes from changing the integral from $dp$ to $dE$:
$$p = \pm (2mE)^{1/2}$$ $$dp = \frac{m}{(2mE)^{1/2}}dE$$
However, I am confused as to why this factor appears in the integral over $E$, rather then the integral over $p$.