LINEAR-ALGEBRA Β· Unit 15 Β· Video 1 Β· Interactive Practice
| Formula | Name | When it matters |
|---|---|---|
| Projection matrix | Projects any onto | |
| Orthogonal decomposition | Splits into two pieces | |
| , | Idempotent & symmetric | Both required for orthogonal projection |
| , | Complement properties | projects onto |
Every breaks into inside plus perpendicular to it.
As rotates from toward , the energy drains from one component into the other.
π‘ Challenge: find the angle where the two energies are equal.
Projecting again changes nothing β β so the fan freezes after the first application.
Question 1
If is already in the column space β meaning for some vector β what is ?
β Correct! A vector already in the column space is unchanged by projection.
β Not quite. Think about what happens when the vector is already lying flat on the subspace β does its shadow differ from itself?
Solution:
Since , substitute into the projection formula:
The inverse cancels with its matrix, leaving the identity. Projecting a vector that's already in the column space returns the vector unchanged β the shadow perfectly matches the original.
Question 2
True or False: Every idempotent matrix () is an orthogonal projection matrix.
β Correct! Idempotency alone gives a projection, but you also need symmetry () for it to be orthogonal.
β Not quite. Recall from the video: what additional property (besides ) is needed to ensure the projection is orthogonal?
Solution: False
An orthogonal projection matrix must satisfy two properties:
A non-symmetric idempotent matrix produces an oblique projection β it still splits vectors into two components, but those components are not perpendicular to each other. Both conditions together are necessary for an orthogonal projection.
Question 3
Suppose and . What is ?
β Correct! The perpendicular component is simply b β Pb.
β Not quite. Use the decomposition: (I β P)b = b β Pb. Subtract component by component.
Solution:
From the decomposition , rearrange:
The perpendicular component is simply minus its projection β no need to know explicitly!
Why the other options are wrong:
Question 4
The matrix is itself a projection matrix. Which subspace does project onto?
β Correct! I β P projects onto the orthogonal complement of C(A), which is the left null space N(Aα΅).
β Not quite. Think about which vectors satisfy (I β P)b = b. These are vectors that P sends to zero β where do they live?
Solution:
projects onto , the left null space β the orthogonal complement of the column space.
Why? If , then . Substituting into the projection formula:
So . The matrix preserves vectors in and annihilates vectors in β the exact mirror image of what does.
Together, and give a complete orthogonal decomposition:
Solved: 0 / 4