AP Precalculus Quiz: Linear Transformations And Matrices
20 questions · exam conditions
0:00
Linear Transformations And MatricesQuestion 1 of 20

If matrix AA transforms vector [10]\begin{bmatrix} 1 \\ 0 \end{bmatrix} to [32]\begin{bmatrix} 3 \\ 2 \end{bmatrix} and vector [01]\begin{bmatrix} 0 \\ 1 \end{bmatrix} to [14]\begin{bmatrix} -1 \\ 4 \end{bmatrix}, what is matrix AA?

← Back to quizzes

AP Precalculus Quiz

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.

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

If matrix AA transforms vector [10]\begin{bmatrix} 1 \\ 0 \end{bmatrix} to [32]\begin{bmatrix} 3 \\ 2 \end{bmatrix} and vector [01]\begin{bmatrix} 0 \\ 1 \end{bmatrix} to [14]\begin{bmatrix} -1 \\ 4 \end{bmatrix}, what is matrix AA?

  1. (correct answer)

Explanation: The transformation matrix is formed by placing the images of the unit vectors as columns. Since [10]\begin{bmatrix} 1 \\ 0 \end{bmatrix} maps to [32]\begin{bmatrix} 3 \\ 2 \end{bmatrix} and [01]\begin{bmatrix} 0 \\ 1 \end{bmatrix} maps to [14]\begin{bmatrix} -1 \\ 4 \end{bmatrix}, the matrix is $$A = \begin{bmatrix} 3 & -1 \ 2 & 4 \end{bmatrix}

Question 2

If transformation matrix AA has determinant 6-6, what can be concluded about the transformation?

  1. The transformation changes areas by a factor of 66 and reverses orientation of regions in the plane (correct answer)
  2. The transformation rotates all vectors by 66 radians counterclockwise about the origin without changing lengths
  3. The transformation translates all points by 66 units in the negative direction along both coordinate axes
  4. The transformation scales all vectors by a factor of 6-6 uniformly in all directions from the origin

Explanation: A determinant of 6-6 means the transformation scales areas by a factor of 6=6|{-6}| = 6 and reverses orientation (because the determinant is negative). The negative sign indicates that the transformation flips the plane.

Question 3

Which property distinguishes linear transformations from other types of transformations?

  1. Linear transformations preserve vector addition and scalar multiplication: L(u+v)=L(u)+L(v)L(\vec{u} + \vec{v}) = L(\vec{u}) + L(\vec{v}) and L(cv)=cL(v)L(c\vec{v}) = cL(\vec{v}) (correct answer)
  2. Linear transformations always preserve the lengths of all vectors and the angles between any two vectors in the plane
  3. Linear transformations can only rotate, reflect, or scale vectors but cannot perform any shearing or skewing operations
  4. 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 4

A navigation system reflects a heading across the xx-axis using M=[1 0; 0 1]M=[1\ 0;\ 0\ -1]. Using the given transformation, what is M4,3M\langle 4,-3\rangle?

  1. 4,3\langle -4,-3\rangle
  2. 4,3\langle 4,3\rangle (correct answer)
  3. 4,3\langle -4,3\rangle
  4. 4,3\langle 4,-3\rangle

Explanation: This question tests AP Precalculus skills, specifically linear transformations and matrices. A reflection matrix across the x-axis has the form M=[1 0; 0 -1], which keeps the x-coordinate unchanged while negating the y-coordinate. In this scenario, the transformation matrix M is applied to vector ⟨4,-3⟩, demonstrating how reflection across the x-axis affects a point's position. Choice B is correct because M⟨4,-3⟩ = [1 0; 0 -1]⟨4,-3⟩ = ⟨1(4)+0(-3), 0(4)+(-1)(-3)⟩ = ⟨4,3⟩, showing that the x-coordinate remains 4 while the y-coordinate changes from -3 to 3. Choice A is incorrect because it negates both coordinates, which would represent a reflection through the origin rather than across the x-axis. To help students: Remember that reflection across the x-axis only changes the sign of the y-coordinate. Visualize the geometric transformation to verify algebraic results.

Question 5

If v=[32]\vec{v} = \begin{bmatrix} 3 \\ -2 \end{bmatrix} and the linear transformation matrix is A=[2113]A = \begin{bmatrix} 2 & 1 \\ -1 & 3 \end{bmatrix} , what is AvA\vec{v}?

  1. [49]\begin{bmatrix} 4 \\ -9 \end{bmatrix} (correct answer)
  2. [66]\begin{bmatrix} 6 \\ -6 \end{bmatrix}
  3. [57]\begin{bmatrix} 5 \\ -7 \end{bmatrix}
  4. [15]\begin{bmatrix} 1 \\ -5 \end{bmatrix}

Explanation: To find AvA\vec{v}, we multiply: $$ \begin{bmatrix} 2 & 1 \ -1 & 3 \end{bmatrix} \begin{bmatrix} 3 \ -2 \end{bmatrix} = \begin{bmatrix} 2(3) + 1(-2) \ -1(3) + 3(-2) \end{bmatrix} = \begin{bmatrix} 6 - 2 \ -3 - 6 \end{bmatrix} = \begin{bmatrix} 4 \ -9 \end{bmatrix}

Question 6

If a 2×22 \times 2 matrix AA represents a linear transformation and det(A)=0\det(A) = 0, what does this tell us about the transformation?

  1. The transformation collapses the entire plane onto a line or point, making it non-invertible and reducing dimensionality (correct answer)
  2. The transformation preserves all areas in the plane exactly, neither expanding nor contracting any regions
  3. The transformation is a pure rotation that preserves both distances and angles between all vectors in the plane
  4. The transformation can only be applied to vectors lying on the coordinate axes and is undefined elsewhere

Explanation: When det(A)=0\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 7

When multiplying a 2×22 \times 2 transformation matrix AA by a 2×n2 \times n matrix of input vectors, what is the result?

  1. A 2×n2 \times n matrix containing the output vectors from applying transformation AA to each input vector (correct answer)
  2. A n×2n \times 2 matrix containing the output vectors arranged as rows rather than columns for easier interpretation
  3. A 2×22 \times 2 matrix representing the composition of the transformation with itself applied nn times successively
  4. A n×nn \times n matrix showing all possible pairwise interactions between the input vectors under the transformation

Explanation: When a 2×22 \times 2 transformation matrix AA multiplies a 2×n2 \times n matrix of input vectors, the result is a 2×n2 \times n matrix where each column is the transformed version of the corresponding input vector column.

Question 8

If A=[2003]A = \begin{bmatrix} 2 & 0 \\ 0 & 3 \end{bmatrix} , what type of transformation does matrix AA represent?

  1. A scaling transformation that stretches vectors by factor 22 in the xx-direction and factor 33 in the yy-direction (correct answer)
  2. A rotation transformation that rotates vectors by 22 radians about the xx-axis and 33 radians about the yy-axis
  3. A translation transformation that moves all points 22 units right and 33 units up from their original positions
  4. A shearing transformation that skews the plane by sliding points 22 units horizontally and 33 units vertically

Explanation: The diagonal matrix A=[2003]A = \begin{bmatrix} 2 & 0 \\ 0 & 3 \end{bmatrix} represents a scaling transformation. It multiplies the xx-coordinate by 22 and the yy-coordinate by 33, stretching vectors differently in each direction.

Question 9

The matrix $$ \begin{bmatrix} \cos\theta & -\sin\theta \ \sin\theta & \cos\theta \end{bmatrix}

  1. A rotation by angle θ\theta counterclockwise about the origin that preserves distances and angles between vectors (correct answer)
  2. A reflection across a line passing through the origin that makes an angle of θ\theta with the positive xx-axis
  3. A scaling transformation that changes lengths by factor cosθ\cos\theta in one direction and sinθ\sin\theta in another direction
  4. A shearing transformation that skews the plane by sliding points parallel to a line at angle θ\theta to the xx-axis

Explanation: The matrix [cosθsinθsinθcosθ]\begin{bmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{bmatrix} represents a rotation by angle θ\theta counterclockwise about the origin. This is the standard rotation matrix that rotates every vector by angle θ\theta.

Question 10

How can a set of vectors in R2\mathbb{R}^2 be expressed for use in linear transformations?

  1. As a 2×n2 \times n matrix where each column represents one of the nn vectors in the set (correct answer)
  2. As a n×2n \times 2 matrix where each row represents one of the nn vectors in the set
  3. As a single column vector containing all components of all vectors concatenated together in sequence
  4. As a diagonal matrix with the vector components arranged along the main diagonal elements only

Explanation: A set of nn vectors in R2\mathbb{R}^2 is expressed as a 2×n2 \times n matrix where each column represents one vector. This format allows a 2×22 \times 2 transformation matrix to be multiplied with the 2×n2 \times n matrix to transform all vectors simultaneously.

Question 11

For a linear transformation LL from R2\mathbb{R}^2 to R2\mathbb{R}^2, what is the relationship between LL and its associated matrix AA?

  1. There exists a unique 2×22 \times 2 matrix AA such that L(v)=AvL(\vec{v}) = A\vec{v} for all vectors v\vec{v} in R2\mathbb{R}^2 (correct answer)
  2. There exist multiple possible 2×22 \times 2 matrices AA such that L(v)=AvL(\vec{v}) = A\vec{v} for vectors v\vec{v} in R2\mathbb{R}^2
  3. The matrix AA must be square but can have dimensions other than 2×22 \times 2 depending on the transformation
  4. The relationship L(v)=AvL(\vec{v}) = A\vec{v} only holds for certain special vectors, not for all vectors in R2\mathbb{R}^2

Explanation: For any linear transformation LL from R2\mathbb{R}^2 to R2\mathbb{R}^2, there exists a unique 2×22 \times 2 matrix AA such that L(v)=AvL(\vec{v}) = A\vec{v} for all vectors v\vec{v} in R2\mathbb{R}^2. This is a fundamental theorem about linear transformations and their matrix representations.

Question 12

If $$A = \begin{bmatrix} 1 & 0 \ 0 & -1 \end{bmatrix}

  1. A reflection across the xx-axis that changes the sign of the yy-coordinate while preserving the xx-coordinate (correct answer)
  2. A reflection across the yy-axis that changes the sign of the xx-coordinate while preserving the yy-coordinate
  3. A rotation by 90°90° counterclockwise that maps (x,y)(x,y) to (y,x)(-y,x) for all points in the plane
  4. A scaling transformation that doubles the xx-coordinate and halves the yy-coordinate of every point

Explanation: The matrix A=[1001]A = \begin{bmatrix} 1 & 0 \\ 0 & -1 \end{bmatrix} represents a reflection across the xx-axis. When applied to vector [xy]\begin{bmatrix} x \\ y \end{bmatrix}, it produces [xy]\begin{bmatrix} x \\ -y \end{bmatrix}, keeping the xx-coordinate unchanged and negating the yy-coordinate.

Question 13

What information do the unit vectors provide when determining the matrix associated with a linear transformation?

  1. The images of the unit vectors under the transformation become the columns of the transformation matrix (correct answer)
  2. The images of the unit vectors under the transformation become the rows of the transformation matrix
  3. The unit vectors determine the diagonal entries of the transformation matrix while other entries remain zero
  4. 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]L(\vec{e_1}) = \begin{bmatrix} a \\ c \end{bmatrix} and L(e2)=[bd]L(\vec{e_2}) = \begin{bmatrix} b \\ d \end{bmatrix} , then the transformation matrix is $$ \begin{bmatrix} a & b \ c & d \end{bmatrix}

Question 14

What does the absolute value of the determinant of a 2×22 \times 2 transformation matrix represent geometrically?

  1. The magnitude of the dilation of regions in R2\mathbb{R}^2 under the transformation, indicating how areas change (correct answer)
  2. The angle of rotation applied to all vectors in R2\mathbb{R}^2 under the transformation, measured in radians
  3. The distance that all points in R2\mathbb{R}^2 are translated under the transformation in a fixed direction
  4. The maximum scaling factor applied to any vector in R2\mathbb{R}^2 under the transformation along any direction

Explanation: The absolute value of the determinant of a 2×22 \times 2 transformation matrix gives the magnitude of the dilation of regions in R2\mathbb{R}^2 under the transformation. It tells us by what factor areas are scaled when the transformation is applied.

Question 15

A poster is uniformly scaled by k=0.5k=0.5 using S=[0.5 0; 0 0.5]S=[0.5\ 0;\ 0\ 0.5]. Based on the scenario, what changes occur to the dimensions?

  1. Width halves; height halves. (correct answer)
  2. Width doubles; height doubles.
  3. Width halves; height doubles.
  4. Width unchanged; height halves.

Explanation: This question tests AP Precalculus skills, specifically linear transformations and matrices. A uniform scaling matrix has the form S=[k 0; 0 k], where k is the scaling factor applied equally to both dimensions. In this scenario, the transformation matrix S=[0.5 0; 0 0.5] scales a poster uniformly by factor 0.5, which means both width and height are multiplied by 0.5. Choice A is correct because a scaling factor of 0.5 reduces both dimensions to half their original size, so width halves and height halves. Choice B is incorrect because it suggests doubling, which would require a scaling factor of 2, not 0.5. To help students: Remember that scaling factors less than 1 reduce size, while factors greater than 1 increase size. Practice interpreting scaling matrices in real-world contexts like image resizing.

Question 16

Which of the following best describes what a linear transformation is?

  1. 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)
  2. A function that maps an input vector to an output vector by adding a constant vector to the input vector components
  3. A function that maps an input vector to an output vector by multiplying each component by the same scalar value
  4. 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 17

What happens when a linear transformation is applied to the zero vector?

  1. The result depends on the specific transformation matrix being used in the linear transformation
  2. The result is always the zero vector regardless of the transformation matrix used (correct answer)
  3. The result is always the unit vector in the direction of the first column of the matrix
  4. 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 18

What is the result of applying the linear transformation matrix [1001]\begin{bmatrix} -1 & 0 \\ 0 & 1 \end{bmatrix} to the vector $$ \begin{bmatrix} 4 \ -3 \end{bmatrix}

  1. \begin{bmatrix} -4 \\ -3 \end{bmatrix} $$, representing a reflection of the original vector across the $$y$$-axis (correct answer)
  2. \begin{bmatrix} 4 \\ 3 \end{bmatrix} $$, representing a reflection of the original vector across the $$x$$-axis
  3. \begin{bmatrix} 3 \\ 4 \end{bmatrix} $$, representing a $$90°$$ counterclockwise rotation of the original vector
  4. \begin{bmatrix} -3 \\ 4 \end{bmatrix} $$, representing a $$90°$$ clockwise rotation of the original vector about the origin

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.

Question 19

If matrix B=[1201]B = \begin{bmatrix} 1 & 2 \\ 0 & 1 \end{bmatrix} , what geometric effect does this transformation have on the unit square with vertices at (0,0)(0,0), (1,0)(1,0), (1,1)(1,1), and (0,1)(0,1)?

  1. The unit square becomes a parallelogram with vertices at (0,0)(0,0), (1,0)(1,0), (3,1)(3,1), and (2,1)(2,1) (correct answer)
  2. The unit square becomes a triangle with vertices at (0,0)(0,0), (1,0)(1,0), and (2,1)(2,1), losing one vertex
  3. The unit square remains unchanged since the transformation matrix has ones on the main diagonal
  4. The unit square becomes a rectangle with vertices at (0,0)(0,0), (2,0)(2,0), (2,2)(2,2), and (0,2)(0,2)

Explanation: Applying B=[1201]B = \begin{bmatrix} 1 & 2 \\ 0 & 1 \end{bmatrix} to the vertices: (0,0)(0,0)(0,0) \mapsto (0,0), (1,0)(1,0)(1,0) \mapsto (1,0), (1,1)(3,1)(1,1) \mapsto (3,1), (0,1)(2,1)(0,1) \mapsto (2,1). This creates a parallelogram through shearing.

Question 20

Which linear transformation maps the point (x,y)(x, y) to (2x+y,x3y)(2x + y, x - 3y)?

  1. The transformation associated with matrix [2113]\begin{bmatrix} 2 & 1 \\ 1 & -3 \end{bmatrix} applied to vector $$ \begin{bmatrix} x \ y \end{bmatrix} (correct answer)
  2. The transformation associated with matrix [2131]\begin{bmatrix} 2 & 1 \\ -3 & 1 \end{bmatrix} applied to vector $$ \begin{bmatrix} x \ y \end{bmatrix}
  3. The transformation associated with matrix $$ \begin{bmatrix} x & y \ 2 & 1 \ 1 & -3 \end{bmatrix}
  4. The transformation associated with matrix [1321]\begin{bmatrix} 1 & -3 \\ 2 & 1 \end{bmatrix} applied to vector $$ \begin{bmatrix} x \ y \end{bmatrix}

Explanation: The transformation (x,y)(2x+y,x3y)(x,y) \mapsto (2x+y, x-3y) corresponds to matrix multiplication $$ \begin{bmatrix} 2 & 1 \ 1 & -3 \end{bmatrix} \begin{bmatrix} x \ y \end{bmatrix} = \begin{bmatrix} 2x+y \ x-3y \end{bmatrix}