Linear Transformations and Matrices
Help Questions
AP Precalculus › Linear Transformations and Matrices
Which of the following best describes what a linear transformation is?
A function that maps an input vector to an output vector by multiplying each component by the same scalar value
A function that maps an input vector to an output vector such that each component of the output vector is the sum of constant multiples of the input vector components
A function that maps an input vector to an output vector by adding a constant vector to the input vector components
A function that maps an input vector to an output vector by rotating the input vector around the origin by a fixed angle
Explanation
A linear transformation is defined as a function that maps input vectors to output vectors such that each component of the output vector is the sum of constant multiples of the input vector components. This captures the essence of matrix multiplication where the transformation matrix determines these constant multiples.
What happens when a linear transformation is applied to the zero vector?
The result depends on the specific transformation matrix being used in the linear transformation
The result is undefined because division by zero occurs in the transformation process
The result is always the unit vector in the direction of the first column of the matrix
The result is always the zero vector regardless of the transformation matrix used
Explanation
A fundamental property of linear transformations is that they always map the zero vector to the zero vector. This is because when all input components are zero, any linear combination of these components will also be zero.
How can a set of vectors in $$\mathbb{R}^2$$ be expressed for use in linear transformations?
As a $$2 \times n$$ matrix where each column represents one of the $$n$$ vectors in the set
As a single column vector containing all components of all vectors concatenated together in sequence
As a diagonal matrix with the vector components arranged along the main diagonal elements only
As a $$n \times 2$$ matrix where each row represents one of the $$n$$ vectors in the set
Explanation
A set of $$n$$ vectors in $$\mathbb{R}^2$$ is expressed as a $$2 \times n$$ matrix where each column represents one vector. This format allows a $$2 \times 2$$ transformation matrix to be multiplied with the $$2 \times n$$ matrix to transform all vectors simultaneously.
For a linear transformation $$L$$ from $$\mathbb{R}^2$$ to $$\mathbb{R}^2$$, what is the relationship between $$L$$ and its associated matrix $$A$$?
The relationship $$L(\vec{v}) = A\vec{v}$$ only holds for certain special vectors, not for all vectors in $$\mathbb{R}^2$$
There exist multiple possible $$2 \times 2$$ matrices $$A$$ such that $$L(\vec{v}) = A\vec{v}$$ for vectors $$\vec{v}$$ in $$\mathbb{R}^2$$
There exists a unique $$2 \times 2$$ matrix $$A$$ such that $$L(\vec{v}) = A\vec{v}$$ for all vectors $$\vec{v}$$ in $$\mathbb{R}^2$$
The matrix $$A$$ must be square but can have dimensions other than $$2 \times 2$$ depending on the transformation
Explanation
For any linear transformation $$L$$ from $$\mathbb{R}^2$$ to $$\mathbb{R}^2$$, there exists a unique $$2 \times 2$$ matrix $$A$$ such that $$L(\vec{v}) = A\vec{v}$$ for all vectors $$\vec{v}$$ in $$\mathbb{R}^2$$. This is a fundamental theorem about linear transformations and their matrix representations.
If $$A = \begin{bmatrix} 1 & 0 \\ 0 & -1 \end{bmatrix}$$ is a transformation matrix, what geometric transformation does it represent?
A scaling transformation that doubles the $$x$$-coordinate and halves the $$y$$-coordinate of every point
A rotation by $$90°$$ counterclockwise that maps $$(x,y)$$ to $$(-y,x)$$ for all points in the plane
A reflection across the $$x$$-axis that changes the sign of the $$y$$-coordinate while preserving the $$x$$-coordinate
A reflection across the $$y$$-axis that changes the sign of the $$x$$-coordinate while preserving the $$y$$-coordinate
Explanation
The matrix $$A = \begin{bmatrix} 1 & 0 \\ 0 & -1 \end{bmatrix}$$ represents a reflection across the $$x$$-axis. When applied to vector $$\begin{bmatrix} x \\ y \end{bmatrix}$$, it produces $$\begin{bmatrix} x \\ -y \end{bmatrix}$$, keeping the $$x$$-coordinate unchanged and negating the $$y$$-coordinate.
What information do the unit vectors provide when determining the matrix associated with a linear transformation?
The images of the unit vectors under the transformation become the rows of the transformation matrix
The unit vectors determine the diagonal entries of the transformation matrix while other entries remain zero
The unit vectors determine the scaling factor that must be applied uniformly to all entries of the matrix
The images of the unit vectors under the transformation become the columns of the transformation matrix
Explanation
The mapping of the unit vectors under a linear transformation provides the columns of the transformation matrix. If $$L(\vec{e_1}) = \begin{bmatrix} a \\ c \end{bmatrix}$$ and $$L(\vec{e_2}) = \begin{bmatrix} b \\ d \end{bmatrix}$$, then the transformation matrix is $$\begin{bmatrix} a & b \\ c & d \end{bmatrix}$$.
What does the absolute value of the determinant of a $$2 \times 2$$ transformation matrix represent geometrically?
The distance that all points in $$\mathbb{R}^2$$ are translated under the transformation in a fixed direction
The maximum scaling factor applied to any vector in $$\mathbb{R}^2$$ under the transformation along any direction
The magnitude of the dilation of regions in $$\mathbb{R}^2$$ under the transformation, indicating how areas change
The angle of rotation applied to all vectors in $$\mathbb{R}^2$$ under the transformation, measured in radians
Explanation
The absolute value of the determinant of a $$2 \times 2$$ transformation matrix gives the magnitude of the dilation of regions in $$\mathbb{R}^2$$ under the transformation. It tells us by what factor areas are scaled when the transformation is applied.
If matrix $$A$$ transforms vector $$\begin{bmatrix} 1 \\ 0 \end{bmatrix}$$ to $$\begin{bmatrix} 3 \\ 2 \end{bmatrix}$$ and vector $$\begin{bmatrix} 0 \\ 1 \end{bmatrix}$$ to $$\begin{bmatrix} -1 \\ 4 \end{bmatrix}$$, what is matrix $$A$$?
$$A = \begin{bmatrix} 2 & 3 \\ 4 & -1 \end{bmatrix}$$
$$A = \begin{bmatrix} 1 & 0 \\ 3 & -1 \\ 2 & 4 \end{bmatrix}$$
$$A = \begin{bmatrix} 3 & 2 \\ -1 & 4 \end{bmatrix}$$
$$A = \begin{bmatrix} 3 & -1 \\ 2 & 4 \end{bmatrix}$$
Explanation
The transformation matrix is formed by placing the images of the unit vectors as columns. Since $$\begin{bmatrix} 1 \\ 0 \end{bmatrix}$$ maps to $$\begin{bmatrix} 3 \\ 2 \end{bmatrix}$$ and $$\begin{bmatrix} 0 \\ 1 \end{bmatrix}$$ maps to $$\begin{bmatrix} -1 \\ 4 \end{bmatrix}$$, the matrix is $$A = \begin{bmatrix} 3 & -1 \\ 2 & 4 \end{bmatrix}$$.
If transformation matrix $$A$$ has determinant $$-6$$, what can be concluded about the transformation?
The transformation translates all points by $$6$$ units in the negative direction along both coordinate axes
The transformation changes areas by a factor of $$6$$ and reverses orientation of regions in the plane
The transformation rotates all vectors by $$6$$ radians counterclockwise about the origin without changing lengths
The transformation scales all vectors by a factor of $$-6$$ uniformly in all directions from the origin
Explanation
A determinant of $$-6$$ means the transformation scales areas by a factor of $$|{-6}| = 6$$ and reverses orientation (because the determinant is negative). The negative sign indicates that the transformation flips the plane.
What is the result of applying the linear transformation matrix $$\begin{bmatrix} -1 & 0 \\ 0 & 1 \end{bmatrix}$$ to the vector $$\begin{bmatrix} 4 \\ -3 \end{bmatrix}$$?
$$\begin{bmatrix} 3 \\ 4 \end{bmatrix}$$, representing a $$90°$$ counterclockwise rotation of the original vector
$$\begin{bmatrix} -4 \\ -3 \end{bmatrix}$$, representing a reflection of the original vector across the $$y$$-axis
$$\begin{bmatrix} -3 \\ 4 \end{bmatrix}$$, representing a $$90°$$ clockwise rotation of the original vector about the origin
$$\begin{bmatrix} 4 \\ 3 \end{bmatrix}$$, representing a reflection of the original vector across the $$x$$-axis
Explanation
$$\begin{bmatrix} -1 & 0 \\ 0 & 1 \end{bmatrix} \begin{bmatrix} 4 \\ -3 \end{bmatrix} = \begin{bmatrix} -4 \\ -3 \end{bmatrix}$$. This matrix reflects across the $$y$$-axis, negating the $$x$$-coordinate while keeping the $$y$$-coordinate unchanged.