Precalculus Quiz: Matrix Transformations Of Vectors
Practice Matrix Transformations Of Vectors in 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 Matrix Transformations Of Vectors, giving you a quick way to practice the rules, question types, and explanations that matter most for 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
A shear transformation is defined by H=(1021). Given v=(13), what is the result of the matrix-vector multiplication Hv?
(31)
(73) (correct answer)
(19)
(24)
Explanation: This question tests understanding of how matrices transform vectors through matrix-vector multiplication. Geometric transformations like rotations, reflections, and scalings can be represented by matrices: applying the matrix to a vector transforms that vector according to the geometric operation the matrix encodes. For matrix H=(1021) and vector v=(13), we compute Hv by taking the dot product of each row with v. First entry: 1⋅1+2⋅3=1+6=7. Second entry: 0⋅1+1⋅3=0+3=3. Thus Hv=(73). Choice B is correct because it properly computes the dot products for each row. Choice A makes an error in computing the first component, calculating 1+2⋅3 but perhaps adding wrong to get 6 or confusing. Key to matrix-vector multiplication: treat the vector as a column matrix and compute each entry of the result as the dot product of the corresponding row of the matrix with the vector column—for row 1: a⋅x+b⋅y, for row 2: c⋅x+d⋅y. To check your work, verify dimensions: a 2×2 matrix times a 2×1 vector must give a 2×1 vector, and each component should come from one complete dot product calculation.
Question 2
Vector a=(31) is transformed by matrix L, and the result is then transformed by matrix L−1. If the final result is $$
\begin{pmatrix} 5 \ -2 \end{pmatrix}
Matrix L must be the zero matrix, so La=0
The composition L−1∘L equals the identity, so the result should be a
There is an error in the problem setup; this situation is impossible (correct answer)
Matrix L could be any invertible matrix; the given information is consistent
Explanation: If vector a is first transformed by matrix L, then by L−1, the composition is L−1(La)=(L−1L)a=Ia=a. Since L−1L=I (the identity matrix), applying L followed by L−1 to any vector must return the original vector. Therefore, the final result should be (31), not (5−2). The given scenario is mathematically impossible. Choice A incorrectly suggests L is the zero matrix (which wouldn't have an inverse). Choice B correctly states the mathematical principle but doesn't recognize the contradiction. Choice D incorrectly suggests the situation is possible.
Question 3
Given the transformation T(v)=Av with A=[310−2] and a general column vector v=[xy], what is the general form of Av?
[3xx−2y] (correct answer)
[3x+yx−2y]
[3xy−2x]
[3x−2x+y]
Explanation: This question tests understanding of how matrices transform vectors through matrix-vector multiplication. When a matrix A multiplies a vector v (written as Av), the result is a new vector found by taking the dot product of each row of A with the column vector v: for a 2×2 matrix [acbd] and vector [xy], the result is [ax+bycx+dy]. For arbitrary vector [xy], the transformation by matrix [310−2] gives [3x+0y1x−2y], showing how each component of the result depends on both components of the input through the matrix entries. Choice A is correct because it properly computes the dot products for each row. Choice B makes an error in computing the second component, using y instead of x for the first term. Key to matrix-vector multiplication: treat the vector as a column matrix and compute each entry of the result as the dot product of the corresponding row of the matrix with the vector column—for row 1: a⋅x+b⋅y, for row 2: c⋅x+d⋅y. To check your work, verify dimensions: a 2×2 matrix times a 2×1 vector must give a 2×1 vector, and each component should come from one complete dot product calculation.
Question 4
A scaling transformation is defined by
S=[200−1].
Where does the point v=[−34] map under this transformation (i.e., what is Sv)?
[−6−4] (correct answer)
[−14]
[6−4]
[−64]
Explanation: This question tests understanding of how matrices transform vectors through matrix-vector multiplication. Geometric transformations like rotations, reflections, and scalings can be represented by matrices: applying the matrix to a vector transforms that vector according to the geometric operation the matrix encodes. The matrix [2 0; 0 -1] scales the x-component by 2 and reflects the y-component across the x-axis (scaling by -1), so applying it to vector [-3; 4] transforms it to [-6; -4]. Choice A is correct because it accurately performs the matrix-vector multiplication. Choice D makes an error in the second component, calculating 0·(-3) + (-1)·(-4) = 4 instead of with positive 4. Common 2×2 transformations to recognize: [1 0; 0 -1] reflects across x-axis, [0 -1; 1 0] rotates 90° counterclockwise, [k 0; 0 k] scales uniformly by k, and [1 0; 0 1] is the identity (no change). Remember that matrix transformations are linear: if you understand what the matrix does to the basis vectors (like [1; 0] and [0; 1]), you can determine what it does to any vector by using linearity.
Question 5
A vector v is transformed by matrix P=(100−1), then by matrix $$Q = \begin{pmatrix} \frac{1}{2} & \frac{\sqrt{3}}{2} \ \frac{\sqrt{3}}{2} & -\frac{1}{2} \end{pmatrix}
Reflection across the line y=3x, followed by scaling by factor 21
Reflection across the line making a 30° angle with the positive x-axis (correct answer)
Rotation by 120° counterclockwise, then reflection across the x-axis
Reflection across the x-axis, then rotation by 60° counterclockwise
Explanation: First, identify what each matrix does: P reflects across the x-axis (changes (x,y) to (x,−y)). Matrix Q has the form (cosθsinθsinθ−cosθ) with cosθ=21 and sinθ=23, so θ=60°. This form represents reflection across a line making angle 2θ=30° with the x-axis. The composition is QP=(212323−21)(100−1)=(2123−2321). This has the form (cosϕsinϕsinϕ−cosϕ) with ϕ=−60°, representing reflection across a line making angle 2−60°=−30° (or equivalently 30°) with the x-axis. Choice A incorrectly describes the transformation. Choice C gives the wrong order and operations. Choice D describes RQ rather than QP.
Question 6
Matrix M=(cos(60°)sin(60°)−sin(60°)cos(60°)) transforms vector u=(40). What type of transformation does matrix M represent, and what is the resulting vector?
Rotation by 60° counterclockwise; resulting vector is $$
\begin{pmatrix} 2 \ 2\sqrt{3} \end{pmatrix} (correct answer)
Reflection across the line y=3x; resulting vector is $$
\begin{pmatrix} 2 \ 2\sqrt{3} \end{pmatrix}
Rotation by 30° counterclockwise; resulting vector is $$
\begin{pmatrix} 2\sqrt{3} \ 2 \end{pmatrix}
Scaling by factor 3; resulting vector is $$
\begin{pmatrix} 4\sqrt{3} \ 0 \end{pmatrix}
Explanation: Matrix M has the form of a rotation matrix (cosθsinθ−sinθcosθ) with θ=60°, so it represents a 60° counterclockwise rotation. Applying this to u: $$M\vec{u} = \begin{pmatrix} \cos(60°) & -\sin(60°) \ \sin(60°) & \cos(60°) \end{pmatrix} \begin{pmatrix} 4 \ 0 \end{pmatrix} = \begin{pmatrix} 4\cos(60°) \ 4\sin(60°) \end{pmatrix} = \begin{pmatrix} 4 \cdot \frac{1}{2} \ 4 \cdot \frac{\sqrt{3}}{2} \end{pmatrix} = \begin{pmatrix} 2 \ 2\sqrt{3} \end{pmatrix}
Question 7
Vector p=(xy) undergoes transformation by matrix R=(0−110) to produce q=(32). What was the original vector p?
(correct answer)
Explanation: When you encounter a matrix transformation problem, you're dealing with the equation Rp=q, where you need to find the original vector p that was transformed into the known result q. To solve this, you need to find the inverse transformation.The matrix R=(0−110) represents a 90° clockwise rotation. To find p, you need to apply the inverse transformation: p=R−1q. For this rotation matrix, the inverse is $$R^{-1} = \begin{pmatrix} 0 & -1 \ 1 & 0 \end{pmatrix}
Calculating: $$\vec{p} = \begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix}\begin{pmatrix} 3 \\ 2 \end{pmatrix} = \begin{pmatrix} 0(3) + (-1)(2) \\ 1(3) + 0(2) \end{pmatrix} = \begin{pmatrix} -2 \\ 3 \end{pmatrix}This confirms answer C is correct.Let's check why the other options fail. If you multiply R by choice A (3−2), you get (−2−3), not q. Choice B (2−3) yields (−3−2). Choice D (−32) produces $$
\begin{pmatrix} 2 \ 3 \end{pmatrix}∗∗Studytip:∗∗Formatrixtransformationproblems,alwaysverifyyouranswerbymultiplyingthetransformationmatrixbyyourproposedoriginalvector.Ifitdoesn′tequalthegivenresultvector,you′vemadeanerror.Also,recognizethatfindingtheoriginalvectorrequirestheinversetransformation.
Question 8
A graphics program applies the linear transformation T(v)=Av to points in the plane, where A=[2−110],v=[32]. What is Av?
[8−3] (correct answer)
[7−3]
[83]
[52]
Explanation: This question tests understanding of how matrices transform vectors through matrix-vector multiplication. When a matrix A multiplies a vector v (written as Av), the result is a new vector found by taking the dot product of each row of A with the column vector v: for a 2×2 matrix [a b; c d] and vector [x; y], the result is [ax+by; cx+dy]. For matrix A = [2 1; -1 0] and vector v = [3; 2], we compute Av by taking the dot product of each row with v. First entry: 2·3 + 1·2 = 6 + 2 = 8. Second entry: -1·3 + 0·2 = -3 + 0 = -3. Thus Av = [8−3]. Choice A is correct because it properly computes the dot products for each row. Choice B makes an error in computing the first component, calculating 1·3 + 2·2 = 7 instead of 2·3 + 1·2 = 8, perhaps by transposing the matrix entries. Key to matrix-vector multiplication: treat the vector as a column matrix and compute each entry of the result as the dot product of the corresponding row of the matrix with the vector column—for row 1: a·x + b·y, for row 2: c·x + d·y. Remember that matrix transformations are linear: if you understand what the matrix does to the basis vectors (like [1; 0] and [0; 1]), you can determine what it does to any vector by using linearity.
Question 9
The matrix R=(01−10) represents a 90∘ counterclockwise rotation. What vector results from applying this transformation to v=(2−3)? (That is, find Rv.)
(32) (correct answer)
(−2−3)
(−32)
(23)
Explanation: This question tests understanding of how matrices transform vectors through matrix-vector multiplication. Geometric transformations like rotations, reflections, and scalings can be represented by matrices: applying the matrix to a vector transforms that vector according to the geometric operation the matrix encodes. The matrix (01−10) rotates vectors 90° counterclockwise, so applying it to vector (2−3) transforms it to (32), which represents the point rotated 90°. Choice A is correct because it accurately performs the matrix-vector multiplication. Choice B makes an arithmetic error, computing something like (−1×2+0×(−3)0×2+(−1)×(−3)) but that's not accurate; it might confuse the matrix entries. Common 2×2 transformations to recognize: (100−1) reflects across x-axis, (01−10) rotates 90° counterclockwise, (k00k) scales uniformly by k, and (1001) is the identity (no change). Remember that matrix transformations are linear: if you understand what the matrix does to the basis vectors (like (10) and (01)), you can determine what it does to any vector by using linearity.
Question 10
Matrix M=(acbd) maps vector (10) to (23) and vector (01) to (−14). What vector does M map $$
\begin{pmatrix} 3 \ -2 \end{pmatrix}
(5−2)
(4−5)
(6−8)
(81) (correct answer)
Explanation: When you see a matrix transformation problem, remember that the columns of a matrix tell you exactly where the standard basis vectors (10) and $$
\begin{pmatrix} 0 \ 1 \end{pmatrix}
Since $$M$$ maps $$
\begin{pmatrix} 1 \\ 0 \end{pmatrix}
$$ to $$
\begin{pmatrix} 2 \\ 3 \end{pmatrix}
$$ and $$
\begin{pmatrix} 0 \\ 1 \end{pmatrix}
$$ to $$
\begin{pmatrix} -1 \\ 4 \end{pmatrix}
$$, the matrix must be $$M = \begin{pmatrix} 2 & -1 \\ 3 & 4 \end{pmatrix}
$$. The first column is where $$
\begin{pmatrix} 1 \\ 0 \end{pmatrix}
$$ goes, and the second column is where $$
\begin{pmatrix} 0 \\ 1 \end{pmatrix}
$$ goes.
Now multiply $$M$$ by $$
\begin{pmatrix} 3 \\ -2 \end{pmatrix}
$$:\begin{pmatrix} 2 & -1 \ 3 & 4 \end{pmatrix} \begin{pmatrix} 3 \ -2 \end{pmatrix} = \begin{pmatrix} 2(3) + (-1)(-2) \ 3(3) + 4(-2) \end{pmatrix} = \begin{pmatrix} 6 + 2 \ 9 - 8 \end{pmatrix} = \begin{pmatrix} 8 \ 1 \end{pmatrix}
This confirms answer D is correct.
Answer A gives $$
\begin{pmatrix} 5 \\ -2 \end{pmatrix}
$$, which you might get if you incorrectly computed the matrix multiplication. Answer B gives $$
\begin{pmatrix} 4 \\ -5 \end{pmatrix}
$$, possibly from sign errors in the calculation. Answer C gives $$
\begin{pmatrix} 6 \\ -8 \end{pmatrix}
$$, which you might get if you forgot to add the cross terms in matrix multiplication and only computed $$2(3) = 6$$ and $$4(-2) = -8$$.
**Key strategy:** When given where standard basis vectors map, you immediately know the matrix columns. This makes finding any transformation straightforward through matrix multiplication.
Question 11
The matrix
represents a 90∘ counterclockwise rotation. If v=[4−1], what vector results from applying the transformation Rv?
[−41]
[−14]
[14] (correct answer)
[4−1]
Explanation: This question tests understanding of how matrices transform vectors through matrix-vector multiplication. Geometric transformations like rotations, reflections, and scalings can be represented by matrices: applying the matrix to a vector transforms that vector according to the geometric operation the matrix encodes. The matrix [0 -1; 1 0] rotates vectors 90° counterclockwise, so applying it to vector [4; -1] transforms it to [ -(-1); 4 ] = [1; 4], which represents the point rotated 90°. Choice C is correct because it accurately performs the matrix-vector multiplication. Choice D has the correct components but in reversed order, giving [4; -1] rotated clockwise instead of counterclockwise. Common 2×2 transformations to recognize: [1 0; 0 -1] reflects across x-axis, [0 -1; 1 0] rotates 90° counterclockwise, [k 0; 0 k] scales uniformly by k, and [1 0; 0 1] is the identity (no change). To check your work, verify dimensions: a 2×2 matrix times a 2×1 vector must give a 2×1 vector, and each component should come from one complete dot product calculation.
Question 12
A scaling transformation doubles the x-coordinate but leaves the y-coordinate unchanged. This is represented by S=(2001). For v=(3−2), what is Sv?
(6−2) (correct answer)
(3−4)
(5−1)
(1−4)
Explanation: This question tests understanding of how matrices transform vectors through matrix-vector multiplication. Geometric transformations like rotations, reflections, and scalings can be represented by matrices: applying the matrix to a vector transforms that vector according to the geometric operation the matrix encodes. The matrix (2001) scales the x-component by 2 while leaving y unchanged, so applying it to vector (3−2) transforms it to (6−2), which represents the point scaled along the x-axis. Choice A is correct because it accurately performs the matrix-vector multiplication. Choice B makes an error in computing the first component, calculating 3 instead of 6, perhaps forgetting to multiply by 2. Common 2×2 transformations to recognize: (100−1) reflects across x-axis, (01−10) rotates 90° counterclockwise, (k00k) scales uniformly by k, and (1001) is the identity (no change). Remember that matrix transformations are linear: if you understand what the matrix does to the basis vectors (like (10) and (01)), you can determine what it does to any vector by using linearity.
Question 13
A linear transformation represented by matrix T=(2013) is applied twice to vector w=(1−2). If the same final result could be achieved by applying a single matrix S to the original vector, what is matrix S?
(correct answer)
Explanation: Applying transformation T twice means computing T2=T⋅T. We have T2=(2013)(2013)=(2(2)+1(0)0(2)+3(0)2(1)+1(3)0(1)+3(3))=(4059). Therefore S=T2=(4059). Choice B represents 2T (scalar multiplication), not T2. Choice C has an error in the upper-right entry. Choice D has an error in the upper-left entry.
Question 14
For the transformation T(v)=Av with A=(−1001), where does the point v=(4−2) map to? (Compute Av.)
(42)
(−42)
(−4−2) (correct answer)
(2−4)
Explanation: This question tests understanding of how matrices transform vectors through matrix-vector multiplication. Geometric transformations like rotations, reflections, and scalings can be represented by matrices: applying the matrix to a vector transforms that vector according to the geometric operation the matrix encodes. The matrix (−1001) reflects vectors across the y-axis, so applying it to vector (4−2) transforms it to (−4−2), which represents the point reflected across the y-axis. Choice C is correct because it accurately performs the matrix-vector multiplication. Choice A returns the original vector unchanged, failing to apply the transformation at all. Common 2×2 transformations to recognize: (100−1) reflects across x-axis, (01−10) rotates 90° counterclockwise, (k00k) scales uniformly by k, and (1001) is the identity (no change). Remember that matrix transformations are linear: if you understand what the matrix does to the basis vectors (like (10) and (01)), you can determine what it does to any vector by using linearity.
Question 15
Matrix H=(31−13) transforms the unit square with vertices at (0,0), (1,0), (1,1), and (0,1). What is the area of the transformed figure?
2 square units
4 square units (correct answer)
3+1 square units
23 square units
Explanation: The area of a figure after linear transformation is the original area multiplied by ∣det(H)∣. The determinant of H is: det(H)=(3)(3)−(−1)(1)=3−(−1)=3+1=4. Since the original unit square has area 1, the transformed figure has area 1×∣4∣=4 square units. Choice A gives half the correct answer. Choice C incorrectly adds the matrix entries rather than computing the determinant. Choice D uses 23 which doesn't correspond to any correct calculation involving this matrix.
Question 16
Given matrix A and vector v,
A=[21−11],v=[05],
what is Av?
[−55] (correct answer)
[55]
[−50]
[05]
Explanation: This question tests understanding of how matrices transform vectors through matrix-vector multiplication. To multiply a matrix by a vector, treat the vector as a column matrix (n×1) and use standard matrix multiplication: each entry of the result vector is the dot product of the corresponding row of the matrix with the column vector. For matrix A = [2 -1; 1 1] and vector v = [0; 5], we compute Av by taking the dot product of each row with v. First entry: 2·0 + (-1)·5 = 0 - 5 = -5. Second entry: 1·0 + 1·5 = 0 + 5 = 5. Thus Av = [-5; 5]. Choice A is correct because it properly computes the dot products for each row. Choice B makes an error in the first component, ignoring the -1 and getting positive 5. Key to matrix-vector multiplication: treat the vector as a column matrix and compute each entry of the result as the dot product of the corresponding row of the matrix with the vector column—for row 1: a·x + b·y, for row 2: c·x + d·y. To check your work, verify dimensions: a 2×2 matrix times a 2×1 vector must give a 2×1 vector, and each component should come from one complete dot product calculation.
Question 17
For matrix A and vector v, A=(3−102),v=(14), what is the result of multiplying A by v (that is, what is Av)?
(37) (correct answer)
(127)
(3−7)
(73)
Explanation: This question tests understanding of how matrices transform vectors through matrix-vector multiplication. When a matrix A multiplies a vector v (written as Av), the result is a new vector found by taking the dot product of each row of A with the column vector v: for a 2×2 matrix (acbd) and vector (xy), the result is (ax+bycx+dy). For matrix A = (3−102) and vector v = (14), we compute Av by taking the dot product of each row with v. First entry: 3⋅1+0⋅4=3+0=3. Second entry: (−1)⋅1+2⋅4=−1+8=7. Thus Av = (37). Choice A is correct because it properly computes the dot products for each row. Choice B makes an error in computing the first component, calculating 3∗4 or something to get 12 instead of 3. Key to matrix-vector multiplication: treat the vector as a column matrix and compute each entry of the result as the dot product of the corresponding row of the matrix with the vector column—for row 1: a⋅x+b⋅y, for row 2: c⋅x+d⋅y. To check your work, verify dimensions: a 2×2 matrix times a 2×1 vector must give a 2×1 vector, and each component should come from one complete dot product calculation.
Question 18
Consider the transformation T(v)=Av with
A=[1011].
Which description best matches the geometric effect of this matrix on vectors in the plane?
A reflection across the y-axis
A 90∘ clockwise rotation
A horizontal shear: [xy]↦[x+yy] (correct answer)
Uniform scaling by factor 2
Explanation: This question tests understanding of how matrices transform vectors through matrix-vector multiplication. Geometric transformations like rotations, reflections, and scalings can be represented by matrices: applying the matrix to a vector transforms that vector according to the geometric operation the matrix encodes. The matrix [1 1; 0 1] represents a horizontal shear, transforming [x; y] to [x + y; y], which slides points horizontally based on their y-coordinate. Choice C is correct because it correctly identifies the geometric transformation. Choice B incorrectly describes the geometric transformation, claiming it is a 90° clockwise rotation when actually it is a shear. Common 2×2 transformations to recognize: [1 0; 0 -1] reflects across x-axis, [0 -1; 1 0] rotates 90° counterclockwise, [k 0; 0 k] scales uniformly by k, and [1 0; 0 1] is the identity (no change). Remember that matrix transformations are linear: if you understand what the matrix does to the basis vectors (like [1; 0] and [0; 1]), you can determine what it does to any vector by using linearity.
Question 19
The matrix R=[01−10] represents a 90∘ counterclockwise rotation. If v=[4−1], what vector results from applying the transformation Rv?
[−41]
[−14]
[14] (correct answer)
[4−1]
Explanation: This question tests understanding of how matrices transform vectors through matrix-vector multiplication. Geometric transformations like rotations, reflections, and scalings can be represented by matrices: applying the matrix to a vector transforms that vector according to the geometric operation the matrix encodes. The matrix [01−10] rotates vectors 90° counterclockwise, so applying it to vector [4−1] transforms it to [−(−1)4]=[14], which represents the point rotated 90°. Choice C is correct because it accurately performs the matrix-vector multiplication. Choice D has the correct components but in reversed order, giving [4−1] rotated clockwise instead of counterclockwise. Common 2×2 transformations to recognize: [100−1] reflects across x-axis, [01−10] rotates 90° counterclockwise, [k00k] scales uniformly by k, and [1001] is the identity (no change). To check your work, verify dimensions: a 2×2 matrix times a 2×1 vector must give a 2×1 vector, and each component should come from one complete dot product calculation.
Question 20
A graphics program applies the linear transformation T(v)=Av to points in the plane, where
A=[2−110],v=[32].
What is Av?
[8−3] (correct answer)
[7−3]
[83]
[52]
Explanation: This question tests understanding of how matrices transform vectors through matrix-vector multiplication. When a matrix A multiplies a vector v (written as Av), the result is a new vector found by taking the dot product of each row of A with the column vector v: for a 2×2 matrix [acbd] and vector [xy], the result is [ax+bycx+dy]. For matrix A = [2−110] and vector v = [32], we compute Av by taking the dot product of each row with v. First entry: 2⋅3+1⋅2=6+2=8. Second entry: −1⋅3+0⋅2=−3+0=−3. Thus Av = [8−3]. Choice A is correct because it properly computes the dot products for each row. Choice B makes an error in computing the first component, calculating 1⋅3+2⋅2=7 instead of 2⋅3+1⋅2=8, perhaps by transposing the matrix entries. Key to matrix-vector multiplication: treat the vector as a column matrix and compute each entry of the result as the dot product of the corresponding row of the matrix with the vector column—for row 1: a⋅x+b⋅y, for row 2: c⋅x+d⋅y. Remember that matrix transformations are linear: if you understand what the matrix does to the basis vectors (like [10] and [01]), you can determine what it does to any vector by using linearity.