MTH168 Mathematics II

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:

  1. and ,
  2. for scalars ,
  3. (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:

  1. ,
  2. for .

Worked Example: Orthogonalize in using the dot product.

Solution:

  1. .
  2. .
  3. .

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

  1. Signal Processing: Orthogonal bases (e.g., Fourier series) decompose signals efficiently.
  2. Machine Learning: Projections and least squares are used in regression and PCA.
  3. Quantum Mechanics: Inner products define probabilities in Hilbert spaces.
  4. Computer Graphics: Orthogonal transformations (e.g., rotations) preserve angles and lengths.

Exam Tip

  1. Definitions First: Always define inner products, orthogonality, and norms clearly. Partial credit is often given for correct definitions even if calculations are wrong.
  2. Gram-Schmidt Steps: Show each step explicitly. Forgetting to normalize or misapplying the projection formula costs marks.
  3. Least Squares: Remember the formula and verify invertibility of .
  4. Geometric Intuition: Draw diagrams for projections in or . Examiners appreciate visual explanations.
  5. Common Pitfalls:
    • Confusing orthogonality with linear independence.
    • Forgetting to take conjugates in complex inner products.
    • Incorrectly computing projections (e.g., missing the orthonormality condition).
  6. 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:

  1. Show that the set is orthogonal in .
  2. Find the projection of onto the plane .
  3. 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…