State vector
A state vector is a mathematical representation of the state of a physical system, used in both quantum mechanics and classical dynamical systems. In quantum mechanics, it is often denoted as |\psi\rangle in Dirac notation and serves as an element of a complex Hilbert space that encodes all probabilistic information about the system's observables.[1] This vector fully specifies the system's properties, including the probabilities of measurement outcomes for any observable, as per the Born rule, where the probability of obtaining a particular eigenvalue is given by the squared modulus of the projection onto the corresponding eigenstate.[2] State vectors are typically normalized such that their inner product with themselves equals 1, ensuring they represent physically realizable pure states, and they can be superposed to describe more complex quantum behaviors like interference.[3] In classical dynamical systems, the state vector captures the minimal set of variables, such as positions and velocities, needed to describe the system's evolution in phase space.[4] The Hilbert space framework underpinning quantum state vectors provides a rigorous structure for quantum theory, where the space is separable and complete, allowing for the representation of states as infinite-dimensional vectors when necessary for continuous systems.[1] In practice, quantum state vectors evolve deterministically according to the time-dependent Schrödinger equation, i\hbar \frac{\partial}{\partial t} |\psi\rangle = \hat{H} |\psi\rangle, where \hat{H} is the Hamiltonian operator describing the system's total energy.[1] Upon measurement, the state vector collapses to one of the eigenstates of the measured observable, a process central to the probabilistic nature of quantum mechanics.[2] State vectors are foundational to various applications, from atomic physics to quantum information science and classical control theory, where they enable descriptions like entanglement in multi-particle quantum systems as vectors in tensor product spaces.[3] Different representations, such as the position-space wavefunction \psi(\mathbf{r}) = \langle \mathbf{r} | \psi \rangle, offer practical ways to compute expectations and transitions, bridging abstract formalism with experimental predictions.[1] The quantum mechanical formulation of state vectors, introduced in the early 20th century by pioneers like Dirac and von Neumann, emphasizes features such as superposition and non-commutativity of observables that distinguish it from classical descriptions.[3]Mathematical background
Vector spaces
A vector space over a field F (such as the real numbers \mathbb{R} or complex numbers \mathbb{C}) is a nonempty set V of objects called vectors, equipped with two operations: vector addition +: V \times V \to V and scalar multiplication \cdot: F \times V \to V, satisfying the following axioms for all vectors \mathbf{u}, \mathbf{v}, \mathbf{w} \in V and scalars a, b \in F:- Associativity of addition: (\mathbf{u} + \mathbf{v}) + \mathbf{w} = \mathbf{u} + (\mathbf{v} + \mathbf{w}).
- Commutativity of addition: \mathbf{u} + \mathbf{v} = \mathbf{v} + \mathbf{u}.
- Existence of zero vector: There exists \mathbf{0} \in V such that \mathbf{u} + \mathbf{0} = \mathbf{u}.
- Existence of additive inverses: For each \mathbf{u}, there exists -\mathbf{u} \in V such that \mathbf{u} + (-\mathbf{u}) = \mathbf{0}.
- Distributivity of scalar multiplication over vector addition: a \cdot (\mathbf{u} + \mathbf{v}) = a \cdot \mathbf{u} + a \cdot \mathbf{v}.
- Distributivity of scalar addition over scalar multiplication: (a + b) \cdot \mathbf{u} = a \cdot \mathbf{u} + b \cdot \mathbf{u}.
- Compatibility of scalar multiplication: a \cdot (b \cdot \mathbf{u}) = (a b) \cdot \mathbf{u}.
- Identity element of scalars: $1 \cdot \mathbf{u} = \mathbf{u}, where 1 is the multiplicative identity in F.