Consider the initial-value problem for the Schrödinger equation $$\tag{IVP} \begin{cases} i\frac{\partial u}{\partial t}+\Delta u=0 & x\in \mathbb{R}^n,\ t\in \mathbb{R}\setminus \{0\} \\ &\\ u=g & t=0 \end{cases}$$ As I read in Evans' book on PDEs (2nd ed. pag. 188 eqn (20) ), the unique solution of (IVP) can be expressed by means of the following formula: $$\tag{1} u(x, t)=\frac{1}{\left(4\pi i t \right)^{n/2}}\int_{\mathbb{R}^n}e^{i\frac{\lvert x-y\rvert^2}{4t}}g(y)\, dy,\qquad t\ne 0.$$
Question When $n$ is odd, in equation (1) there appears the square root of an imaginary number. Which branch of the square root should be chosen, and why? What happens if we choose the other branch?
Some considerations. The treatment found in Evans' book is purely formal and it does not provide with an answer to the previous question. However, in this previous post, we have already derived formula (1). As we have seen, the square root in (1) comes out from the anti-Fourier transformation of $$e^{-i t \lvert \xi\rvert^2}.$$ Assuming for the spatial dimension $n=1$, this transform can be computed directly by completing the square (in the linked post we used a different technique): $$\int_{-\infty}^\infty e^{-it\xi^2+ix\xi}\,d\xi= e^{i \frac{x^2}{4t}}\int_{\infty}^\infty e^{-\left(\sqrt{it}\xi-\frac{ix}{2\sqrt{it}}\right)^2}\,d\xi.$$ Up to this point the choice of a branch cut for the square root is irrelevant. To conclude we need to evaluate the rightmost integral. If we apply the change of variable $$\sqrt{it}\xi-\frac{i x}{2\sqrt{it}}=\eta, $$ and if we treat the quantity $\sqrt{it}$ as if it was real, we get $$\int_{-\infty}^\infty e^{-\left(\sqrt{it}\xi-\frac{ix}{2\sqrt{it}}\right)^2}\,d\xi=\frac{1}{\sqrt{it}}\int_{-\infty}^\infty e^{-\eta^2}\, d\eta=\sqrt{\frac{\pi}{it}},$$ which leads to the correct result (1). But this reasoning (apart from being not sufficiently justified) does not answer the Question above. To obtain such an answer a more careful treatment of this last integral should be given.
Thank you for reading.