Cogito
Linear Algebra · Chapter 8 · Lesson 2
Projections
The shadow one vector casts on another.
12 problems · about 23 minutes · N-VM.B.4, N-VM.C.11
Figure — use these to answer the problems
- Vector a(4, 3) · length 5
- Vector b(5, 0) · length 5
Warm Up
Straightforward practice. Get the method working first.
5 problemsu · v = 18 and v · v = 6. How many copies of v does the projection take?
AnswerWhat is left after subtracting the projection of u onto v from u?
- The part of u that is orthogonal to v.
- Always the zero vector.
u = ⟨5, 9⟩ projected onto ⟨1, 0⟩. What is the first entry?
Answeru = ⟨5, 9⟩ projected onto ⟨0, 1⟩. What is the second entry?
Answeru · v = 12 and v · v = 4. How many copies of v does the projection take?
Answer
Build It Up
The same ideas with more to keep track of.
3 problemsv is a unit vector and u · v = 6. What is the norm of the projection?
AnswerProjecting u onto itself. How many copies of u does it take?
Answeru · v = 0. How many copies of v does the projection take?
Answer
Stretch Yourself
Mixed problems. Work out what kind of question it is before you start.
4 problemsMatch each piece of the decomposition to what it is.
Draw a line from each item on the left to its match on the right.
- The projection of u onto v
- u minus that projection
- The two pieces added together
- The part of u lying along v
- The part of u orthogonal to v
- u itself
u · v = 20 and v · v = 5. How many copies of v does the projection take?
AnswerThe Shadow
u = ⟨7, 2⟩ projected onto ⟨1, 0⟩. What is the first entry of the projection?
AnswerThe Vanishing
u is orthogonal to v. What is the norm of the projection of u onto v?
Answer