LINEAR-ALGEBRA ยท Interactive Practice | Unit 23 ยท Video 4
| Formula | Name | Description |
|---|---|---|
| Orthonormality | if , else | |
| Coordinate extraction | Dot product with basis vector | |
| Inverse trick | True for square orthonormal | |
| Function inner product | Replace sum with integral | |
| Fourier coefficient | Project onto |
For an orthonormal basis, each coordinate is a single dot product: .
๐ก Challenge: drag , then rotate the basis until lines up with it โ now and collapses to a single coordinate.
Distinct Fourier modes are orthogonal: the positive and negative areas of their product cancel to zero.
๐ก This is the same orthogonality that gave for vectors โ now lifted from finite sums to integrals over functions.
Add orthogonal sine modes one at a time and a jagged square wave emerges from smooth curves.
๐ก Each mode is a projection onto one orthogonal direction โ the same trick as , now giving .
Question 1
Let be an orthonormal basis with , , and let .
What is the coordinate ?
โ Correct! .
โ Not quite. Compute the dot product entry by entry.
Solution:
The trick for orthonormal bases is .
No row reduction needed โ just a dot product.
Question 2
True or False: If is a square matrix whose columns form an orthonormal basis, then .
โ Correct! Square + orthonormal columns โน .
โ Not quite. Re-read the squareness condition โ it makes enough.
Solution:
Stacking the orthonormality conditions as a matrix product gives
For a square matrix, this single identity is enough to conclude (both products and equal ).
For a non-square with orthonormal columns, still holds but in general, so has no two-sided inverse. The question specifies square , so the statement is True.
Question 3
Consider the inner product .
Which of the following pairs is NOT orthogonal under this inner product?
Select the pair that is NOT orthogonal:
โ Correct! , the squared norm of .
โ Not quite. Three of these pairs integrate to zero โ find the one that doesn't.
Solution:
Two functions are orthogonal iff their inner product is .
So and is the non-orthogonal pair.
Question 4
The Fourier coefficient formula is
What is the role of the prefactor ?
โ Correct! The exactly compensates for .
โ Not quite. Think about โ it's the squared norm of the basis function.
Solution:
When we apply the inner-product trick to and multiply by before integrating, every cross term vanishes by orthogonality. The one surviving term is
So .
The Fourier basis is orthogonal but not orthonormal โ each has squared norm , not . The prefactor is precisely the normalization fix. If we rescaled each basis function by , we'd get a true orthonormal basis and the prefactor would disappear.
Solved: 0 / 4