Courses / Physics I
Linear Algebra and Geometry

Linear Transformations

A function T: V W is a linear transformation if for all u,v V and R: Every linear transformation from R^n to R^m can be represented by an m n matrix.

Physics I 264 words Free to read

A function T:VWT: V \to W is a linear transformation if for all u,vV\vec{u},\vec{v}\in V and αR\alpha\in\mathbb{R}:

T(u+v)=T(u)+T(v)T(αu)=αT(u)T(\vec{u}+\vec{v}) = T(\vec{u})+T(\vec{v}) \qquad T(\alpha\vec{u}) = \alpha\,T(\vec{u})

Every linear transformation from Rn\mathbb{R}^n to Rm\mathbb{R}^m can be represented by an m×nm\times n matrix.

Common transformations in R2\mathbb{R}^{2}

TransformationMatrix
Rotation by θ\theta(cosθsinθsinθcosθ)\begin{pmatrix}\cos\theta & -\sin\theta \\ \sin\theta & \cos\theta\end{pmatrix}
Reflection in xx-axis(1001)\begin{pmatrix}1 & 0 \\ 0 & -1\end{pmatrix}
Scaling by kk(k00k)\begin{pmatrix}k & 0 \\ 0 & k\end{pmatrix}
Shear along xx(1k01)\begin{pmatrix}1 & k \\ 0 & 1\end{pmatrix}

Kernel and image

Physics link: Rotations, reflections, and Lorentz boosts are all linear transformations. The matrix representation lets us compose them by simple multiplication.
Common pitfall: A matrix’s columns are the images of the basis vectors — that is the decoding key. Guessing a transformation from its entries without this reading is how rotations get mistaken for shears.
Placeholder: Linear Transformations

A linear transformation T:RnRmT: \mathbb{R}^n \to \mathbb{R}^m satisfies:

T(αu+βv)=αT(u)+βT(v)T(\alpha\vec{u} + \beta\vec{v}) = \alpha\,T(\vec{u}) + \beta\,T(\vec{v})

Every linear map is represented by a matrix AA such that T(x)=AxT(\vec{x}) = A\vec{x}. The columns of AA are the images of the standard basis vectors.

Common transformations: rotations, reflections, scaling, shearing.

detA|\det A| measures how the map scales areas. If detA<0\det A < 0, it reverses orientation.
Linear Transformation

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

13practice questions
2interactive scenes
Start Physics I free

Linear Algebra and Geometry