- #1
Spathi
Gold Member
- 98
- 10
- TL;DR Summary
- I need to implemend the computation of vibrational spectrum for polyatomic molecules...
I have watched some videos from the channel "Professor Dave explains"...
I study QM, in particular I need to implemend the computation of vibrational spectrum for polyatomic molecules by forca constants in the "rigid rotor - harmonic oscillator" approximation in my program Chemcraft. I have watched some videos from the channel "Professor Dave explains".
The time-independent Schrodinger equatiuon is as follows:
$$-\frac{\hbar^2}{2m}\frac{d^2(\psi (x))}{dx^2}+U \psi (x)=E \psi (x)$$
Firstly I tried to solve the SE for a particle in a potential box. We have $$U(x)=\infty$$ for x<0 and x>a, and U(x)=0 for x from 0 to a. So:
$$\frac{d^2 \psi(x)}{dx^2}=-k^2 \psi(x)$$
$$k=\frac{\sqrt{2mE}}{\hbar}$$
We have a function, which turnes to itself but with negative sign after double differentiation. As far as I understand, only sinus and cosine have this feature, and also an exponent from x*i.
Because $$\psi(0)=0$$, we can reject cosine; because $$\psi(a)=0$$, we can write after normalization ($$\int_0^a(\psi^2(x)dx)=1$$):
$$\psi_n=\sqrt{\frac{2}{a}}\sin(\frac{n \pi}{a}x)$$
I have two quesions:
1) Can we write the superposition of the functions above as another correct solution for the SE?
$$\psi=A\sin(\frac{\pi}{a}x)+B\sin(\frac{2 \pi}{a}x)+C\sin(\frac{3 \pi}{a}x)$$
2) Can we prove that the correct solution does not include imaginary numbers?
The time-independent Schrodinger equatiuon is as follows:
$$-\frac{\hbar^2}{2m}\frac{d^2(\psi (x))}{dx^2}+U \psi (x)=E \psi (x)$$
Firstly I tried to solve the SE for a particle in a potential box. We have $$U(x)=\infty$$ for x<0 and x>a, and U(x)=0 for x from 0 to a. So:
$$\frac{d^2 \psi(x)}{dx^2}=-k^2 \psi(x)$$
$$k=\frac{\sqrt{2mE}}{\hbar}$$
We have a function, which turnes to itself but with negative sign after double differentiation. As far as I understand, only sinus and cosine have this feature, and also an exponent from x*i.
Because $$\psi(0)=0$$, we can reject cosine; because $$\psi(a)=0$$, we can write after normalization ($$\int_0^a(\psi^2(x)dx)=1$$):
$$\psi_n=\sqrt{\frac{2}{a}}\sin(\frac{n \pi}{a}x)$$
I have two quesions:
1) Can we write the superposition of the functions above as another correct solution for the SE?
$$\psi=A\sin(\frac{\pi}{a}x)+B\sin(\frac{2 \pi}{a}x)+C\sin(\frac{3 \pi}{a}x)$$
2) Can we prove that the correct solution does not include imaginary numbers?