Time dependent solution via time independent solution¶
When the potential energy is independent of time, the solution of the time-dependent Schrödinger equation can be constructed using the solution of the time-independent equation.
Notation:
\(\hbar\) (
hbar
) ishbar
.
Conditions:
The potential energy is a function independent of time.
This law applies for 1-dimensional systems.
Links:
- time_dependent_wave_function¶
Solution of the time-dependent Schrödinger equation. See
wave_function
.- Symbol:
Psi(x, t)
- Latex:
\(\Psi{\left(x,t \right)}\)
- Dimension:
1/sqrt(length)
- time_independent_wave_function¶
Solution of the time-independent Schrödinger equation. See
wave_function
.- Symbol:
psi(x)
- Latex:
\(\psi{\left(x \right)}\)
- Dimension:
1/sqrt(length)
- law¶
Psi(x, t) = psi(x) * exp(-I / hbar * E * t)
- Latex:
- \[\Psi{\left(x,t \right)} = \psi{\left(x \right)} \exp{\left(- \frac{i}{\hbar} E t \right)}\]