LINEAR-ALGEBRA ยท Interactive Practice | Unit 29 ยท Video 1
| Formula | Name | Description |
|---|---|---|
| Additivity | Transforming a sum equals summing the transforms | |
| Homogeneity | Scaling commutes with the transformation | |
| Unified linearity rule | Both rules in one equation | |
| Zero diagnostic | Required for linearity (fastest check) |
Linearity demands for every choice โ do both sides land on the same vector?
INPUT โ combine first
OUTPUT โ T(cv+dw) vs cT(v)+dT(w)
๐ก Every and must agree โ a single disagreeing pair is enough to prove is not linear.
A linear map must fix the origin; a shift drags it to and fails on sight.
๐ก Passing the diagnostic can't prove linearity โ but failing it disproves linearity instantly.
Every linear map is a matrix: its columns are just where the basis vectors and land.
๐ก is the signed area of the transformed unit square โ a negative value means the map flips orientation, and collapses the plane onto a line.
Question 1
Which single equation captures both the additivity and homogeneity rules of linearity?
โ Correct! This unified equation encodes both rules at once.
โ Not quite. Look for the form that scales each vector by its scalar before transforming, then keeps those scalars on the right side.
Solution:
Additivity says and homogeneity says . Combining them:
This single equation, required to hold for every choice of vectors and scalars , is the complete definition of linearity.
Question 2
Consider the shift transformation where is a fixed nonzero vector. Which statement is true?
โ Correct! The fastest diagnostic โ origin must map to origin โ rules shifts out immediately.
โ Not quite. Apply the zero-vector diagnostic: what is ?
Solution:
Apply the zero-vector diagnostic:
Since linear transformations must send to , cannot be linear.
You can also see the failure of additivity directly:
An extra appears on the right. Shifts are called affine, not linear.
Question 3
Let (the norm/length of ). Suppose is a vector with . Computing and gives:
โ Correct! Norm is non-negative, so it can't track the sign flip โ homogeneity fails.
โ Not quite. Remember that (always non-negative), but keeps the negative sign.
Solution:
Norm is always non-negative, so:
But scaling the output by :
Since , homogeneity fails for the negative scalar . Therefore norm is not a linear transformation, even though passes the diagnostic. Negative scalars expose the failure.
Question 4
True or False: If , then must be linear.
โ Correct! The diagnostic is necessary but not sufficient โ norm is a clean counterexample.
โ Not quite. Can you think of a transformation that fixes the origin but still violates one of the two linearity rules? (Hint: think about norm.)
Solution:
False. The condition is necessary but not sufficient for linearity.
Counterexample: the norm satisfies , but as we saw, it fails homogeneity for negative scalars. So is not linear.
The zero diagnostic is a fast way to rule out linearity (if , definitely not linear), but to confirm linearity you must verify for all vectors and scalars.
Solved: 0 / 4