Time dependent Schrödinger equation in one dimension¶
The Schrödinger equation is a linear partial differential equation that governs the wave function of a quantum-mechanical system. This law describes the general case of a time-dependent potential and a time-dependent wave function.
Notation:
\(\hbar\) (
hbar
) ishbar
.
Notes:
This law works in the case of a single spatial dimension. To use it for the \(3\)-dimensional space, replace the spatial second derivative with the Laplace operator.
Links:
- wave_function¶
Time-dependent
wave_function
as a function ofposition
andtime
.- Symbol:
psi(x, t)
- Latex:
\(\psi{\left(x,t \right)}\)
- Dimension:
1/sqrt(length)
- potential_energy¶
Time-independent
potential_energy
as a function ofposition
.- Symbol:
U(x)
- Latex:
\(U{\left(x \right)}\)
- Dimension:
energy
- law¶
-hbar^2 / (2 * m) * Derivative(psi(x, t), (x, 2)) + U(x) * psi(x, t) = I * hbar * Derivative(psi(x, t), t)
- Latex:
- \[- \frac{\hbar^{2}}{2 m} \frac{\partial^{2}}{\partial x^{2}} \psi{\left(x,t \right)} + U{\left(x \right)} \psi{\left(x,t \right)} = i \hbar \frac{\partial}{\partial t} \psi{\left(x,t \right)}\]