Linear Algebra for Quantum Physics
Inner Product Spaces
Adding Geometry to Vectors
So far, we've treated vector spaces as collections of objects we can add together and scale. This is useful, but it's missing something fundamental from our everyday experience with arrows in space: the concept of length and angle. How long is a vector? Are two vectors perpendicular? The basic rules of vector spaces don't tell us.
To answer these questions, we need to add more structure. We do this with a new tool called an inner product.
An inner product space is a vector space equipped with an inner product. This operation takes two vectors and produces a single scalar number.
In the context of quantum mechanics, we often write the inner product of two vectors, and , using bra-ket notation: . Think of it as a machine that eats two vectors and spits out a number. This number tells us how the two vectors relate to each other geometrically.
Rules of the Inner Product
An operation can only be called an inner product if it follows three specific rules. Let's take two vectors and from a complex vector space (the kind used in quantum mechanics).
| Property | Description | Mathematical Form |
|---|---|---|
| Conjugate Symmetry | Swapping the vectors gives the complex conjugate of the original inner product. | $\langle u |
| Linearity | The inner product is linear in its second argument. It distributes over addition and scalar multiplication. | $\langle u |
| Positive-Definiteness | The inner product of a vector with itself is a non-negative real number. It's zero only if the vector is the zero vector. | $\langle v |
The most common example is the standard inner product in . If we have two vectors and , their inner product is:
Notice the complex conjugate () on the components of the first vector, . This ensures the positive-definiteness property holds, giving us a real number when we take the inner product of a vector with itself.
Length and Orthogonality
With the inner product defined, we can now talk about geometric concepts. The length, or norm, of a vector is defined as the square root of the inner product of the vector with itself.
Norm
noun
The length or magnitude of a vector in an inner product space.
This definition is a generalization of the Pythagorean theorem. For a vector in a 2D plane, its length is , which is exactly what our formula gives if you use the standard dot product.
The inner product also gives us a precise way to define what it means for two vectors to be perpendicular.
Orthogonal
adjective
Two vectors in an inner product space are orthogonal if their inner product is zero.
Two vectors and are orthogonal if .
This is incredibly important in quantum mechanics. When two quantum states are orthogonal, it means they are perfectly distinguishable. If a system is in one state, a measurement will never find it in the orthogonal state.
This leads to the idea of an orthonormal basis. This is a basis for a vector space where every basis vector has a norm of 1 (they are normal) and is orthogonal to every other basis vector (they are ortho). Working with an orthonormal basis simplifies calculations immensely.
Building a Better Basis
Orthonormal bases are great, but what if you're given a basis that isn't orthonormal? You can build one using a procedure called the Gram-Schmidt process. It's like taking a skewed, messy set of basis vectors and straightening them out one by one.
The process works iteratively. You start with the first vector and normalize it. Then you take the second vector, subtract any part of it that lies along the first vector, and normalize what's left. You continue this for all vectors, at each step removing the components that align with the previously constructed basis vectors.
Let's formalize this. Given a basis {|u_1\rangle, |u_2\rangle, \dots, |u_n\rangle} as follows:
- Start with . Normalize it to get .
- Take . Subtract its projection onto . The result, , will be orthogonal to . Then normalize to get .
- For each subsequent vector , subtract its projections onto all the previously created orthonormal vectors . Then normalize the result.
This procedure guarantees that you'll end up with a perfect orthonormal basis, which is often the first step in solving problems in quantum mechanics.
What is the primary purpose of introducing an inner product to a vector space?
Given a vector in the complex vector space , what is its norm, ?
Inner product spaces provide the geometric foundation needed to make sense of quantum states. The concepts of length and orthogonality are not just mathematical curiosities; they are direct analogues to probability and distinguishability in the quantum world.