Math101learn.math101.caLinear Transformations
A precise treatment of linear maps, matrices, kernels, images, composition, and basis dependence.
Precise definition
A map $T:V\to W$ is linear if $T(au+bv)=aT(u)+bT(v)$ for all vectors $u,v$ and scalars $a,b$. Equivalently, it preserves vector addition and scalar multiplication. Linearity forces $T(0)=0$.
Notation and mathematical language
After bases are chosen, the matrix $[T]_{C\leftarrow B}$ has column $j$ equal to $[T(b_j)]_C$. Then $[T(v)]_C=[T]_{C\leftarrow B}[v]_B$. Composition corresponds to matrix multiplication in compatible bases, with the rightmost map applied first.
Conceptual picture
A linear map is determined completely by its values on a basis because every vector is a unique linear combination. Its kernel measures collapsed directions and its range measures reachable outputs.
Conditions and key results
Preserving only addition over real spaces does not by itself establish full linearity without regularity assumptions; check both properties directly. Affine maps $T(x)=Ax+b$ with $b\ne0$ are not linear because they do not send zero to zero.
A reliable strategy
- Declare domain, codomain, field, and operations.
- Test additivity and homogeneity, or find one counterexample such as $T(0)\ne0$.
- For a matrix, transform each ordered domain basis vector and place its codomain coordinates as a column.
- Use kernel, range, and composition to interpret the map; verify results on a general vector.
Fully worked example
Interpretation and application
Linear transformations model rotations, projections, differentiation, encoding, and local approximations. The matrix is coordinate-dependent, while injectivity, rank, and eigenstructure represent the underlying map.
Common mistakes
Verification and reasonableness
- Check $T(0)=0$ as a quick necessary test.
- Apply the matrix to coordinates of a general or sample vector and compare with the original rule.
- Confirm dimensions: an $m\times n$ matrix represents a map from $n$ coordinate inputs to $m$ outputs.
Practice
- Is $T(x)=3x$ linear?
- Is $T(x)=3x+1$ linear?
- What forms column $j$ of a transformation matrix?
Answers and brief solutions
- Yes.
- No; $T(0)=1$.
- The codomain coordinates of the image of domain basis vector $b_j$.
Further deduction
A map between finite-dimensional spaces of the same dimension is injective iff surjective iff its matrix is invertible. For unequal dimensions, rank–nullity gives structural limits: a map from higher to lower dimension cannot be injective, and one from lower to higher cannot be surjective. These are impossibility results independent of the chosen coordinates.
Similarity expresses the same transformation in different bases. If $P$ converts new coordinates to old, then the new matrix is $P^{-1}AP$. This is not an arbitrary matrix product: it converts input coordinates, applies the old representation, then converts output coordinates back. The order becomes clear by following one vector.
An affine map $T(x)=Ax+b$ is linear exactly when $b=0$. Translation preserves lines and parallelism but fails $T(0)=0$ and usually fails additivity. Homogeneous coordinates can represent affine transformations with larger matrices, but that modelling device does not make the original map linear on the original vector space. Separating the matrix's linear action from the offset prevents incorrect kernel, eigenvector, or subspace arguments.
Related topics
Explore the idea
Vector and matrix transform
Change one quantity at a time and connect what moves to Linear Transformations.
Try it yourself
Hints are part of learning. Open one whenever it makes the next step feel possible.
If $T(x,y)=(x+2y,3x)$, what is the first coordinate of $T(1,4)$?
- The first coordinate is $x+2y$.
- $1+2(4)=9$.
End of lesson
Nice work making it this far.
Understanding grows through return visits. Save this lesson, try the practice, or continue when you are ready.
