Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games


Sign up

Log in

Opening subject page...

Loading your content

← 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.

Question 1 / 20

0 of 20 answered

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

Select an answer to continue

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?

  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 2

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 3

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

  1. As a 2×n2 \times n2×n matrix where each column represents one of the nnn vectors in the set (correct answer)
  2. As a n×2n \times 2n×2 matrix where each row represents one of the nnn 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 nnn vectors in R2\mathbb{R}^2R2 is expressed as a 2×n2 \times n2×n matrix where each column represents one vector. This format allows a 2×22 \times 22×2 transformation matrix to be multiplied with the 2×n2 \times n2×n matrix to transform all vectors simultaneously.

Question 4

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

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

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

Question 5

If A=[100−1]A = \begin{bmatrix} 1 & 0 \\ 0 & -1 \end{bmatrix}A=[10​0−1​] is a transformation matrix, what geometric transformation does it represent?

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

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

Question 6

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}L(e1​​)=[ac​] and L(e2⃗)=[bd]L(\vec{e_2}) = \begin{bmatrix} b \\ d \end{bmatrix}L(e2​​)=[bd​], then the transformation matrix is [abcd]\begin{bmatrix} a & b \\ c & d \end{bmatrix}[ac​bd​].

Question 7

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

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

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

Question 8

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

  1. A=[3−124]A = \begin{bmatrix} 3 & -1 \\ 2 & 4 \end{bmatrix}A=[32​−14​] (correct answer)
  2. A=[32−14]A = \begin{bmatrix} 3 & 2 \\ -1 & 4 \end{bmatrix}A=[3−1​24​]
  3. A=[103−124]A = \begin{bmatrix} 1 & 0 \\ 3 & -1 \\ 2 & 4 \end{bmatrix}A=​132​0−14​​
  4. A=[234−1]A = \begin{bmatrix} 2 & 3 \\ 4 & -1 \end{bmatrix}A=[24​3−1​]

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

Question 9

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

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

Explanation: A determinant of −6-6−6 means the transformation scales areas by a factor of ∣−6∣=6|{-6}| = 6∣−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]\begin{bmatrix} -1 & 0 \\ 0 & 1 \end{bmatrix}[−10​01​] to the vector [4−3]\begin{bmatrix} 4 \\ -3 \end{bmatrix}[4−3​]?

  1. [−4−3]\begin{bmatrix} -4 \\ -3 \end{bmatrix}[−4−3​], representing a reflection of the original vector across the yyy-axis (correct answer)
  2. [43]\begin{bmatrix} 4 \\ 3 \end{bmatrix}[43​], representing a reflection of the original vector across the xxx-axis
  3. [34]\begin{bmatrix} 3 \\ 4 \end{bmatrix}[34​], representing a 90°90°90° counterclockwise rotation of the original vector
  4. [−34]\begin{bmatrix} -3 \\ 4 \end{bmatrix}[−34​], representing a 90°90°90° clockwise rotation of the original vector about the origin

Explanation: [−1001][4−3]=[−4−3]\begin{bmatrix} -1 & 0 \\ 0 & 1 \end{bmatrix} \begin{bmatrix} 4 \\ -3 \end{bmatrix} = \begin{bmatrix} -4 \\ -3 \end{bmatrix}[−10​01​][4−3​]=[−4−3​]. This matrix reflects across the yyy-axis, negating the xxx-coordinate while keeping the yyy-coordinate unchanged.

Question 11

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})L(u+v)=L(u)+L(v) and L(cv⃗)=cL(v⃗)L(c\vec{v}) = cL(\vec{v})L(cv)=cL(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 12

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

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

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

Question 13

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

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

Explanation: The diagonal matrix A=[2003]A = \begin{bmatrix} 2 & 0 \\ 0 & 3 \end{bmatrix}A=[20​03​] represents a scaling transformation. It multiplies the xxx-coordinate by 222 and the yyy-coordinate by 333, stretching vectors differently in each direction.

Question 14

The matrix [cos⁡θ−sin⁡θsin⁡θcos⁡θ]\begin{bmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{bmatrix}[cosθsinθ​−sinθcosθ​] is associated with which type of linear transformation?

  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 xxx-axis
  3. A scaling transformation that changes lengths by factor cos⁡θ\cos\thetacosθ in one direction and sin⁡θ\sin\thetasinθ in another direction
  4. A shearing transformation that skews the plane by sliding points parallel to a line at angle θ\thetaθ to the xxx-axis

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

Question 15

If v⃗=[3−2]\vec{v} = \begin{bmatrix} 3 \\ -2 \end{bmatrix}v=[3−2​] and the linear transformation matrix is A=[21−13]A = \begin{bmatrix} 2 & 1 \\ -1 & 3 \end{bmatrix}A=[2−1​13​], what is Av⃗A\vec{v}Av?

  1. [4−9]\begin{bmatrix} 4 \\ -9 \end{bmatrix}[4−9​] (correct answer)
  2. [6−6]\begin{bmatrix} 6 \\ -6 \end{bmatrix}[6−6​]
  3. [5−7]\begin{bmatrix} 5 \\ -7 \end{bmatrix}[5−7​]
  4. [1−5]\begin{bmatrix} 1 \\ -5 \end{bmatrix}[1−5​]

Explanation: To find Av⃗A\vec{v}Av, we multiply: [21−13][3−2]=[2(3)+1(−2)−1(3)+3(−2)]=[6−2−3−6]=[4−9]\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}[2−1​13​][3−2​]=[2(3)+1(−2)−1(3)+3(−2)​]=[6−2−3−6​]=[4−9​]

Question 16

If a 2×22 \times 22×2 matrix AAA represents a linear transformation and det⁡(A)=0\det(A) = 0det(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) = 0det(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=[1201]B = \begin{bmatrix} 1 & 2 \\ 0 & 1 \end{bmatrix}B=[10​21​], what geometric effect does this transformation have on the unit square with vertices at (0,0)(0,0)(0,0), (1,0)(1,0)(1,0), (1,1)(1,1)(1,1), and (0,1)(0,1)(0,1)?

  1. The unit square becomes a parallelogram with vertices at (0,0)(0,0)(0,0), (1,0)(1,0)(1,0), (3,1)(3,1)(3,1), and (2,1)(2,1)(2,1) (correct answer)
  2. The unit square becomes a triangle with vertices at (0,0)(0,0)(0,0), (1,0)(1,0)(1,0), and (2,1)(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)(0,0), (2,0)(2,0)(2,0), (2,2)(2,2)(2,2), and (0,2)(0,2)(0,2)

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

Question 18

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

  1. The transformation associated with matrix [211−3]\begin{bmatrix} 2 & 1 \\ 1 & -3 \end{bmatrix}[21​1−3​] applied to vector [xy]\begin{bmatrix} x \\ y \end{bmatrix}[xy​] (correct answer)
  2. The transformation associated with matrix [21−31]\begin{bmatrix} 2 & 1 \\ -3 & 1 \end{bmatrix}[2−3​11​] applied to vector [xy]\begin{bmatrix} x \\ y \end{bmatrix}[xy​]
  3. The transformation associated with matrix [xy211−3]\begin{bmatrix} x & y \\ 2 & 1 \\ 1 & -3 \end{bmatrix}​x21​y1−3​​ in standard position
  4. The transformation associated with matrix [1−321]\begin{bmatrix} 1 & -3 \\ 2 & 1 \end{bmatrix}[12​−31​] applied to vector [xy]\begin{bmatrix} x \\ y \end{bmatrix}[xy​]

Explanation: The transformation (x,y)↦(2x+y,x−3y)(x,y) \mapsto (2x+y, x-3y)(x,y)↦(2x+y,x−3y) corresponds to matrix multiplication [211−3][xy]=[2x+yx−3y]\begin{bmatrix} 2 & 1 \\ 1 & -3 \end{bmatrix} \begin{bmatrix} x \\ y \end{bmatrix} = \begin{bmatrix} 2x+y \\ x-3y \end{bmatrix}[21​1−3​][xy​]=[2x+yx−3y​].

Question 19

For the linear transformation given by L(v⃗)=Av⃗L(\vec{v}) = A\vec{v}L(v)=Av where AAA is a 2×22 \times 22×2 matrix, which statement is always true?

  1. The function LLL satisfies L(cv⃗)=cL(v⃗)L(c\vec{v}) = cL(\vec{v})L(cv)=cL(v) for any scalar ccc and vector v⃗\vec{v}v in R2\mathbb{R}^2R2 (correct answer)
  2. The function LLL always increases the length of every non-zero vector v⃗\vec{v}v in its domain R2\mathbb{R}^2R2
  3. The function LLL preserves all angles between vectors regardless of the specific matrix AAA being used
  4. The function LLL maps every vector v⃗\vec{v}v to a vector that is perpendicular to the original vector v⃗\vec{v}v

Explanation: Linear transformations satisfy the property L(cv⃗)=cL(v⃗)L(c\vec{v}) = cL(\vec{v})L(cv)=cL(v) for any scalar ccc and vector v⃗\vec{v}v. This is one of the defining properties of linearity, along with L(u⃗+v⃗)=L(u⃗)+L(v⃗)L(\vec{u} + \vec{v}) = L(\vec{u}) + L(\vec{v})L(u+v)=L(u)+L(v).

Question 20

What happens when the transformation matrix [0110]\begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix}[01​10​] is applied to a vector [ab]\begin{bmatrix} a \\ b \end{bmatrix}[ab​]?

  1. The vector is transformed to [ba]\begin{bmatrix} b \\ a \end{bmatrix}[ba​], which represents a reflection across the line y=xy = xy=x (correct answer)
  2. The vector is transformed to [−a−b]\begin{bmatrix} -a \\ -b \end{bmatrix}[−a−b​], which represents a rotation by 180°180°180° about the origin
  3. The vector is transformed to [a−b]\begin{bmatrix} a \\ -b \end{bmatrix}[a−b​], which represents a reflection across the horizontal xxx-axis
  4. The vector is transformed to [−ba]\begin{bmatrix} -b \\ a \end{bmatrix}[−ba​], which represents a rotation by 90°90°90° counterclockwise about the origin

Explanation: The matrix [0110]\begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix}[01​10​] applied to [ab]\begin{bmatrix} a \\ b \end{bmatrix}[ab​] gives [ba]\begin{bmatrix} b \\ a \end{bmatrix}[ba​], which swaps the coordinates. This represents a reflection across the line y=xy = xy=x.