LINEAR-ALGEBRA · Unit 14 · Video 1 · Interactive Practice
| Formula | Name | Description |
|---|---|---|
| Scalar coefficient | How far along a to walk | |
| Projection vector | Closest point on line to b | |
| Projection matrix | Maps any vector onto line through a | |
| Key properties | Symmetric and idempotent |
The projection is the closest point on the line through to ; the error always meets the line at a right angle.
💡 Challenge: drag the tip of until it lands on the line — the error collapses to zero and .
Scaling stretches its projection by the same factor; scaling leaves the projection exactly where it was.
💡 depends only on the direction of : the extra factors of in numerator and denominator cancel.
The matrix crushes the whole plane onto the line through (rank 1), and applying it a second time changes nothing ().
Pv — every image lands on the line (rank 1)
P²v = Pv — the rings sit on the arrow tips (idempotent)
Question 1
Given and , what is the scalar coefficient ?
✅ Correct! aᵀb = 4 and aᵀa = 14, so x̂ = 4/14 = 2/7.
❌ Not quite. Compute aᵀb (numerator) and aᵀa (denominator) separately, then simplify the fraction.
Solution:
Compute the dot products step by step:
The answer is 2/7.
Question 2
In the projection matrix formula , the numerator and denominator are:
✅ Correct! Column × row = matrix (outer product); row × column = scalar (inner product). The order matters!
❌ Not quite. Think about dimensions: a is n×1 and aᵀ is 1×n. What shape does each product give?
Solution:
is column × row (outer product): matrix. Every column is a scalar multiple of — it's rank 1.
is row × column (inner product / dot product): scalar.
Key: The order of multiplication matters! (outer) (inner).
Question 3
True or False: Replacing with changes the projection matrix .
✅ Correct! The scale factors cancel — P depends only on the direction of a, not its length.
❌ Not quite. Try substituting 5a into the formula and see what cancels in the numerator and denominator.
Solution: False.
Substitute for :
The factors of cancel completely. depends only on the direction of , not its magnitude.
Question 4
You project onto the line through and get . Now you project onto the same line again. What is ?
✅ Correct! By idempotency (P² = P), projecting again gives the same result. The shadow of a shadow is the shadow itself!
❌ Not quite. Remember P² = P (idempotency). What happens when you project a vector that's already on the line?
Solution:
By idempotency ():
Geometrically, already lies on the line through . Projecting a point that's already on the line onto the same line doesn't move it.
The shadow of a shadow is the shadow itself.
Solved: 0 / 4