AP Precalculus Quiz: Linear Transformations And Matrices
Practice Linear Transformations And Matrices in AP Precalculus with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
Question 1 / 20
0 of 20 answered
Which of the following best describes what a linear transformation is?
What this quiz covers
This quiz focuses on Linear Transformations And Matrices, giving you a quick way to practice the rules, question types, and explanations that matter most for AP Precalculus.
How to use this quiz
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
All questions
Question 1
Which of the following best describes what a linear transformation is?
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 (correct answer)
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 multiplying each component by the same scalar value
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.
Question 2
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 always the zero vector regardless of the transformation matrix used (correct answer)
The result is always the unit vector in the direction of the first column of the matrix
The result is undefined because division by zero occurs in the transformation process
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.
Question 3
How can a set of vectors in R2 be expressed for use in linear transformations?
As a 2×n matrix where each column represents one of the n vectors in the set (correct answer)
As a n×2 matrix where each row 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
Explanation: A set of n vectors in R2 is expressed as a 2×n matrix where each column represents one vector. This format allows a 2×2 transformation matrix to be multiplied with the 2×n matrix to transform all vectors simultaneously.
Question 4
For a linear transformation L from R2 to R2, what is the relationship between L and its associated matrix A?
There exists a unique 2×2 matrix A such that L(v)=Av for all vectors v in R2 (correct answer)
There exist multiple possible 2×2 matrices A such that L(v)=Av for vectors v in R2
The matrix A must be square but can have dimensions other than 2×2 depending on the transformation
The relationship L(v)=Av only holds for certain special vectors, not for all vectors in R2
Explanation: For any linear transformation L from R2 to R2, there exists a unique 2×2 matrix A such that L(v)=Av for all vectors v in R2. This is a fundamental theorem about linear transformations and their matrix representations.
Question 5
If A=[100−1] is a transformation matrix, what geometric transformation does it represent?
A reflection across the x-axis that changes the sign of the y-coordinate while preserving the x-coordinate (correct answer)
A reflection across the y-axis that changes the sign of the x-coordinate while preserving the y-coordinate
A rotation by 90° counterclockwise that maps (x,y) to (−y,x) for all points in the plane
A scaling transformation that doubles the x-coordinate and halves the y-coordinate of every point
Explanation: The matrix A=[100−1] represents a reflection across the x-axis. When applied to vector [xy], it produces [x−y], keeping the x-coordinate unchanged and negating the y-coordinate.
Question 6
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 columns of the transformation matrix (correct answer)
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
Explanation: The mapping of the unit vectors under a linear transformation provides the columns of the transformation matrix. If L(e1)=[ac] and L(e2)=[bd], then the transformation matrix is [acbd].
Question 7
What does the absolute value of the determinant of a 2×2 transformation matrix represent geometrically?
The magnitude of the dilation of regions in R2 under the transformation, indicating how areas change (correct answer)
The angle of rotation applied to all vectors in R2 under the transformation, measured in radians
The distance that all points in R2 are translated under the transformation in a fixed direction
The maximum scaling factor applied to any vector in R2 under the transformation along any direction
Explanation: The absolute value of the determinant of a 2×2 transformation matrix gives the magnitude of the dilation of regions in R2 under the transformation. It tells us by what factor areas are scaled when the transformation is applied.
Question 8
If matrix A transforms vector [10] to [32] and vector [01] to [−14], what is matrix A?
A=[32−14] (correct answer)
A=[3−124]
A=1320−14
A=[243−1]
Explanation: The transformation matrix is formed by placing the images of the unit vectors as columns. Since [10] maps to [32] and [01] maps to [−14], the matrix is A=[32−14].
Question 9
If transformation matrix A has determinant −6, what can be concluded about the transformation?
The transformation changes areas by a factor of 6 and reverses orientation of regions in the plane (correct answer)
The transformation rotates all vectors by 6 radians counterclockwise about the origin without changing lengths
The transformation translates all points by 6 units in the negative direction along both coordinate axes
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.
Question 10
What is the result of applying the linear transformation matrix [−1001] to the vector [4−3]?
[−4−3], representing a reflection of the original vector across the y-axis (correct answer)
[43], representing a reflection of the original vector across the x-axis
[34], representing a 90° counterclockwise rotation of the original vector
[−34], representing a 90° clockwise rotation of the original vector about the origin
Explanation: [−1001][4−3]=[−4−3]. This matrix reflects across the y-axis, negating the x-coordinate while keeping the y-coordinate unchanged.
Question 11
Which property distinguishes linear transformations from other types of transformations?
Linear transformations preserve vector addition and scalar multiplication: L(u+v)=L(u)+L(v) and L(cv)=cL(v) (correct answer)
Linear transformations always preserve the lengths of all vectors and the angles between any two vectors in the plane
Linear transformations can only rotate, reflect, or scale vectors but cannot perform any shearing or skewing operations
Linear transformations must have invertible matrices and therefore can always be reversed to recover the original vectors
Explanation: The defining properties of linear transformations are that they preserve vector addition and scalar multiplication. These two properties (linearity conditions) are what make a transformation linear, regardless of whether it preserves lengths, angles, or is invertible.
Question 12
When multiplying a 2×2 transformation matrix A by a 2×n matrix of input vectors, what is the result?
A 2×n matrix containing the output vectors from applying transformation A to each input vector (correct answer)
A n×2 matrix containing the output vectors arranged as rows rather than columns for easier interpretation
A 2×2 matrix representing the composition of the transformation with itself applied n times successively
A n×n matrix showing all possible pairwise interactions between the input vectors under the transformation
Explanation: When a 2×2 transformation matrix A multiplies a 2×n matrix of input vectors, the result is a 2×n matrix where each column is the transformed version of the corresponding input vector column.
Question 13
If A=[2003], what type of transformation does matrix A represent?
A scaling transformation that stretches vectors by factor 2 in the x-direction and factor 3 in the y-direction (correct answer)
A rotation transformation that rotates vectors by 2 radians about the x-axis and 3 radians about the y-axis
A translation transformation that moves all points 2 units right and 3 units up from their original positions
A shearing transformation that skews the plane by sliding points 2 units horizontally and 3 units vertically
Explanation: The diagonal matrix A=[2003] represents a scaling transformation. It multiplies the x-coordinate by 2 and the y-coordinate by 3, stretching vectors differently in each direction.
Question 14
The matrix [cosθsinθ−sinθcosθ] is associated with which type of linear transformation?
A rotation by angle θ counterclockwise about the origin that preserves distances and angles between vectors (correct answer)
A reflection across a line passing through the origin that makes an angle of θ with the positive x-axis
A scaling transformation that changes lengths by factor cosθ in one direction and sinθ in another direction
A shearing transformation that skews the plane by sliding points parallel to a line at angle θ to the x-axis
Explanation: The matrix [cosθsinθ−sinθcosθ] represents a rotation by angle θ counterclockwise about the origin. This is the standard rotation matrix that rotates every vector by angle θ.
Question 15
If v=[3−2] and the linear transformation matrix is A=[2−113], what is Av?
[4−9] (correct answer)
[6−6]
[5−7]
[1−5]
Explanation: To find Av, we multiply: [2−113][3−2]=[2(3)+1(−2)−1(3)+3(−2)]=[6−2−3−6]=[4−9]
Question 16
If a 2×2 matrix A represents a linear transformation and det(A)=0, what does this tell us about the transformation?
The transformation collapses the entire plane onto a line or point, making it non-invertible and reducing dimensionality (correct answer)
The transformation preserves all areas in the plane exactly, neither expanding nor contracting any regions
The transformation is a pure rotation that preserves both distances and angles between all vectors in the plane
The transformation can only be applied to vectors lying on the coordinate axes and is undefined elsewhere
Explanation: When det(A)=0, the transformation is not invertible and maps the entire plane onto a lower-dimensional space (a line through the origin or just the origin itself). The transformation is degenerate and loses information.
Question 17
If matrix B=[1021], what geometric effect does this transformation have on the unit square with vertices at (0,0), (1,0), (1,1), and (0,1)?
The unit square becomes a parallelogram with vertices at (0,0), (1,0), (3,1), and (2,1) (correct answer)
The unit square becomes a triangle with vertices at (0,0), (1,0), and (2,1), losing one vertex
The unit square remains unchanged since the transformation matrix has ones on the main diagonal
The unit square becomes a rectangle with vertices at (0,0), (2,0), (2,2), and (0,2)
Explanation: Applying B=[1021] to the vertices: (0,0)↦(0,0), (1,0)↦(1,0), (1,1)↦(3,1), (0,1)↦(2,1). This creates a parallelogram through shearing.
Question 18
Which linear transformation maps the point (x,y) to (2x+y,x−3y)?
The transformation associated with matrix [211−3] applied to vector [xy] (correct answer)
The transformation associated with matrix [2−311] applied to vector [xy]
The transformation associated with matrix x21y1−3 in standard position
The transformation associated with matrix [12−31] applied to vector [xy]
Explanation: The transformation (x,y)↦(2x+y,x−3y) corresponds to matrix multiplication [211−3][xy]=[2x+yx−3y].
Question 19
For the linear transformation given by L(v)=Av where A is a 2×2 matrix, which statement is always true?
The function L satisfies L(cv)=cL(v) for any scalar c and vector v in R2 (correct answer)
The function L always increases the length of every non-zero vector v in its domain R2
The function L preserves all angles between vectors regardless of the specific matrix A being used
The function L maps every vector v to a vector that is perpendicular to the original vector v
Explanation: Linear transformations satisfy the property L(cv)=cL(v) for any scalar c and vector v. This is one of the defining properties of linearity, along with L(u+v)=L(u)+L(v).
Question 20
What happens when the transformation matrix [0110] is applied to a vector [ab]?
The vector is transformed to [ba], which represents a reflection across the line y=x (correct answer)
The vector is transformed to [−a−b], which represents a rotation by 180° about the origin
The vector is transformed to [a−b], which represents a reflection across the horizontal x-axis
The vector is transformed to [−ba], which represents a rotation by 90° counterclockwise about the origin
Explanation: The matrix [0110] applied to [ab] gives [ba], which swaps the coordinates. This represents a reflection across the line y=x.