Inner product spaces extend dot product geometry to vectors, functions, and abstract vector spaces. This cheat sheet helps students connect algebraic rules with geometric ideas such as length, angle, perpendicularity, and projection. It is useful for linear algebra, differential equations, numerical methods, and applied mathematics courses.
The reference focuses on definitions and formulas that appear often in proofs and computations.
The core idea is that an inner product produces a scalar that measures alignment between two vectors. From it, students define the norm , orthogonality by , and projection by . Orthonormal bases simplify coordinates because when is orthonormal.
The Gram-Schmidt process converts an independent list into an orthogonal or orthonormal basis.
Key Facts
- An inner product satisfies positivity , definiteness only when , linearity in one argument, and conjugate symmetry .
- The norm induced by an inner product is , and it is always nonnegative.
- Two vectors are orthogonal exactly when .
- The Cauchy-Schwarz inequality states .
- The angle between nonzero real vectors satisfies .
- The projection of onto a nonzero vector is .
- If is an orthonormal basis, then every vector has the expansion .
- In Gram-Schmidt, and .
Vocabulary
- Inner product
- A rule that assigns scalars to pairs of vectors while preserving the algebraic properties needed to measure length and angle.
- Norm
- The length of a vector induced by an inner product, defined by .
- Orthogonal vectors
- Vectors and are orthogonal when their inner product is zero, so .
- Orthonormal set
- A set of vectors is orthonormal when each vector has norm and distinct vectors have inner product .
- Projection
- The projection of onto is the component of in the direction of , given by for .
- Orthogonal complement
- The orthogonal complement of a subspace is .
Common Mistakes to Avoid
- Using for projection is wrong because the denominator must be unless is already a unit vector.
- Assuming orthogonal means orthonormal is wrong because orthogonal vectors only require , while orthonormal vectors also require .
- Forgetting complex conjugation is wrong in complex inner product spaces because conjugate symmetry requires .
- Applying the angle formula to a zero vector is wrong because is undefined when either norm is .
- Skipping normalization in Gram-Schmidt is wrong when an orthonormal basis is required because the vectors are orthogonal but may not have norm .
Practice Questions
- 1 In with the dot product, compute and decide whether and are orthogonal.
- 2 Find for and using .
- 3 Use one step of Gram-Schmidt to turn and into an orthogonal pair .
- 4 Explain why an orthonormal basis makes coordinate calculations simpler than a basis that is independent but not orthogonal.