Mathematics IIUnit 96 min read
Orthogonality, Inner Products, and Norms in Vector Spaces
Unit 9 of Mathematics II covers inner product spaces, orthogonality, Gram-Schmidt orthogonalization, and applications in projections and least squares, emphasizing geometric intuition and algebraic properties.
Key Concepts and Definitions
1. Inner Product Spaces
An inner product space is a vector space over a field (usually or ) equipped with an inner product satisfying:
- Conjugate symmetry:
- Linearity in the first argument:
- Positive-definiteness: and .
Example (Dot Product in ): For and , the standard inner product is:
2. Norms and Induced Norms
A norm on is a function satisfying:
- and ,
- for scalars ,
- (triangle inequality).
An inner product induces a norm via:
3. Orthogonality
Two vectors are orthogonal if .
- A set is orthogonal if for .
- An orthonormal set satisfies (Kronecker delta).
Example (Orthogonal Vectors in ): Let and . Then , so .
Gram-Schmidt Orthogonalization
Given a linearly independent set , the Gram-Schmidt process constructs an orthogonal set with the same span:
- ,
- for .
Worked Example: Orthogonalize in using the dot product.
Solution:
- .
- .
- .
Normalization: Divide each by to get an orthonormal set.
Projections and Least Squares
Projection onto a Subspace
Given a subspace with orthonormal basis , the projection of onto is: The residual is , which is orthogonal to .
Example (Projection in ): Let . The projection of onto is:
Least Squares Solution
For an overdetermined system (where , ), the least squares solution minimizes . It is given by: provided is invertible.
Worked Example: Solve in the least squares sense.
Solution: Write as , where: Compute and , then solve .
Key Properties and Theorems
| Property | Statement |
|---|---|
| Pythagorean Theorem | If , then . |
| Cauchy-Schwarz Inequality | . |
| Bessel’s Inequality | For an orthonormal set , . |
| Parseval’s Identity | If is an orthonormal basis, . |
Applications
- Signal Processing: Orthogonal bases (e.g., Fourier series) decompose signals efficiently.
- Machine Learning: Projections and least squares are used in regression and PCA.
- Quantum Mechanics: Inner products define probabilities in Hilbert spaces.
- Computer Graphics: Orthogonal transformations (e.g., rotations) preserve angles and lengths.
Exam Tip
- Definitions First: Always define inner products, orthogonality, and norms clearly. Partial credit is often given for correct definitions even if calculations are wrong.
- Gram-Schmidt Steps: Show each step explicitly. Forgetting to normalize or misapplying the projection formula costs marks.
- Least Squares: Remember the formula and verify invertibility of .
- Geometric Intuition: Draw diagrams for projections in or . Examiners appreciate visual explanations.
- Common Pitfalls:
- Confusing orthogonality with linear independence.
- Forgetting to take conjugates in complex inner products.
- Incorrectly computing projections (e.g., missing the orthonormality condition).
- Past Exam Patterns:
- 2078 Fall: Prove the Cauchy-Schwarz inequality.
- 2079 Spring: Apply Gram-Schmidt to a given set of vectors.
- 2080 Fall: Solve a least squares problem and interpret the residual.
Practice Problems:
- Show that the set is orthogonal in .
- Find the projection of onto the plane .
- Use least squares to fit a line to the data points .
Based on the TU BSc CSIT syllabus for Mathematics II (MTH168), unit 9.
Discussion
Loading…