Learning objectives
A linear transformation is a map between two vector spaces that preserves the operations of addition and scalar multiplication. When we're dealing with vectors in the plane, these transformations can often be associated with a specific 2 \times 2matrix.
The rule to find the associated matrix is to see how the transformation acts on the unit vectors in the plane.
The general form of a linear transformation of a vector \left\langle x,\,y \right\rangle in the plane is given by: L:\left\langle x,\,y \right\rangle \longrightarrow \left\langle a_{11} x + a_{12} y,\, a_{21} x + a_{22} y\right\rangle
The matrix associated with this transformation is \begin{bmatrix} a_{11} & a_{12} \\ a_{21} & a_{22} \end{bmatrix}. Each element in the matrix corresponds to a coefficient in the transformation. This is because when this matrix multiplies a vector, it gives the same result as the linear transformation.
The mapping of unit vectors, such as \overrightarrow{i} = \left\langle 1,\,0 \right\rangle and \overrightarrow{j} = \left\langle 0,\,1 \right\rangle under a linear transformation can help us determine the matrix associated with a linear transformation. By applying the transformation to these vectors and seeing where they end up, the transformed unit vectors essentially become the columns of the corresponding transformation matrix.
There are also special matrices associated with specific types of transformations. For example, the matrix \begin{bmatrix} \cos \theta & -\sin \theta \\ \sin\theta & \cos \theta \end{bmatrix} corresponds to a rotation by \theta degrees counterclockwise. This rotation matrix is multiplied by the given vector.
The determinant of a 2 \times 2 transformation matrix, calculated as a_{11} a_{22} - a_{12}a_{21} or ad - bc has a special significance: its absolute value gives the scale factor under the transformation.
Given the linear transformation T that maps \left\langle x,\,y \right\rangle to \left\langle 2x + y ,\, x - 3y \right\rangle, find the matrix associated with T.
Given the matrix \begin{bmatrix} 4 & -1 \\ 2 & 3 \end{bmatrix}, find the linear transformation associated with this matrix.
Suppose you have the vector \overrightarrow{v} = \left\langle 2,\,2 \right\rangle.
What is the result of rotating this vector 90 degrees counterclockwise about the origin?
What is the result of rotating this vector 45 degrees counterclockwise about the origin?
Consider a linear transformation that doubles the x-coordinate and triples the y-coordinate of any given vector.
Write the transformation matrix associated with this transformation.
What is the image of the vector v = \left\langle 3,\, 2\right\rangle under this transformation?
A linear transformation mapping a vector L:\left\langle x,\,y \right\rangle \longrightarrow \left\langle a_{11} x + a_{12} y,\, a_{21} x + a_{22} y\right\rangle can be represented by the corresponding matrix \begin{bmatrix} a_{11} & a_{12} \\ a_{21} & a_{22} \end{bmatrix}. The mapping of unit vectors under a transformation can help determine the associated matrix. Special transformations like rotation were associated with specific matrices such as \begin{bmatrix} \cos \theta & -\sin \theta \\ \sin\theta & \cos \theta \end{bmatrix} for a rotation of \theta degrees counterclockwise. The determinant of a transformation matrix can indicate the scaling factor for areas under the transformation.
Linear transformations can be composed, meaning you can apply one transformation and then another. The composition of two linear transformations is itself a linear transformation.
Suppose we have two linear transformations, T and U. The composition of T and U, denoted by T(U(\overrightarrow{v})), is a new transformation that first applies U to the vector v, and then applies T to the result.
The matrix associated with the composition of two transformations is the product of the matrices associated with each transformation. If T is associated with the matrix A and U is associated with the matrix B, then the composition T(U(\overrightarrow{v})) is associated with the matrix product AB.
Note that matrix multiplication is not commutative, meaning that in general, AB \neq BA. This means the order in which you apply the transformations matters.
Given the linear transformations T and U associated with the matrices A = \begin{bmatrix} 2 & 1 \\ 1 & -1 \end{bmatrix} and \\B = \begin{bmatrix} 1 & 0 \\ 0 & 2 \end{bmatrix} respectively, find the matrix associated with the composition T(U(v)).
Given the matrices A = \begin{bmatrix} 3 & 1 \\ 0 & 2 \end{bmatrix} and B = \begin{bmatrix} 2 & 0 \\ 1 & 3 \end{bmatrix}, find the matrix associated with the composition of the transformations associated with A and B in the order BA.
Is the composition of the transformations associated with the matrices A = \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix} and \begin{bmatrix} 2 & 0 \\ 1 & 2 \end{bmatrix} the same regardless of order (i.e., does AB = BA)?
The composition of two linear transformations is itself a linear transformation, and its associated matrix is the product of the matrices for the individual transformations. Remember that the order of transformations matters as matrix multiplication is not commutative.
The inverse of a linear transformation is another transformation that undoes the effect of the original one. That is, if we have a transformation L represented by a matrix A, its inverse transformation, denoted by L^{-1}, is represented by the inverse of the matrix A, denoted by A^{-1}.
If a linear transformation L maps a vector v to a vectorw, then its inverse transformation L^{-1} maps w back to v. Written another way, if L(\overrightarrow{v}) = \overrightarrow{w}, then L^{-1}(\overrightarrow{w}) = \overrightarrow{v}.
Not all matrices have an inverse. Only square matrices (i.e., matrices with an equal number of rows and columns) can potentially have an inverse, and even among square matrices, only those with a nonzero determinant have an inverse.
The inverse of a 2 \times 2 matrix \begin{bmatrix} a & b \\ c & d \end{bmatrix} is given by \dfrac{1}{ad - bc}\begin{bmatrix} d & -b \\ -c & a \end{bmatrix}, provided ad - bc \neq 0.
Consider the linear transformation L which maps \left\langle x,\,y \right\rangle to \left\langle 2x,\,3y \right\rangle.
Determine the transformation matrix associated with L.
What is the inverse of this transformation? Represent it as a matrix.
Let L be a linear transformation represented by the matrix A = \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix}. Given a vector v = \left\langle 5,\, 6 \right\rangle, find the vector that was transformed into v by L.
The inverse of a linear transformation is another transformation that undoes the effect of the original one. It is represented by the inverse of the matrix for the original transformation, which can be calculated if the matrix is square and its determinant is nonzero. Not all transformations have an inverse.