inner product spaces
Adjoint Operators
You should know: inner product spaces, linear transformation
Overview
The adjoint of a linear operator T on an inner product space is the unique operator T* satisfying ⟨Tu, v⟩ = ⟨u, T*v⟩ for all vectors u, v. Adjoints generalize the transpose (for real spaces) and the conjugate transpose (for complex spaces). Operators equal to their own adjoint (self-adjoint operators) have real eigenvalues and orthogonal eigenvectors.
Intuition
The adjoint T* is the operator you need to 'move T from one side of the inner product to the other'. In matrix terms, the adjoint of a real matrix is its transpose: ⟨Au, v⟩ = u·(Av) = (A^T u)·v = ⟨A^T u, v⟩. For complex matrices, it's the conjugate transpose A*. Self-adjoint operators (T = T*) are the linear-algebraic analogue of real numbers — they always have real eigenvalues.
Formal Definition
Let V be an inner product space and T: V → V a linear operator. The adjoint T* is the unique linear operator satisfying:
The adjoint of a real matrix is its transpose.
The adjoint of a complex matrix is its conjugate transpose.
Notation
| Notation | Meaning |
|---|---|
| Adjoint of T (conjugate transpose for matrices) | |
| Conjugate transpose (physics notation for A*) | |
| Inner product of u and v |
Properties
Uniqueness
Anti-linearity in composition
Involution
Self-adjoint (Hermitian)
Skew-adjoint
Worked Examples
- 1
For a real matrix with the standard inner product, the adjoint is the transpose.
- 2
Verify: ⟨Au, v⟩ = (Au)^T v = u^T A^T v = ⟨u, A^T v⟩ = ⟨u, A*v⟩. ✓
✓ Answer
A* = A^T = [[1,2],[3,4]].
Practice Problems
For A = [[1,2],[0,3]] over R with the standard inner product, find A* and determine whether A is self-adjoint.
Prove that if T is self-adjoint (T = T*) on a real inner product space, all eigenvalues of T are real.
Common Mistakes
For complex matrices, the adjoint is just the transpose.
For complex matrices the adjoint (conjugate transpose) requires taking the complex conjugate of each entry AND transposing. Forgetting the conjugate leads to errors.
Quiz
Summary
- The adjoint T* satisfies ⟨Tu,v⟩ = ⟨u,T*v⟩ for all u,v.
- For real matrices, A* = A^T; for complex matrices, A* = conjugate transpose of A.
- Self-adjoint (T = T*) operators have real eigenvalues and orthogonal eigenvectors.
- Composition rule: (ST)* = T*S*; involution: (T*)* = T.
- Skew-adjoint operators (T = -T*) have purely imaginary eigenvalues.
Mathematics