Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games


Sign up

Log in

Opening subject page...

Loading your content

Practice

  • All Subjects
  • Algebra Flashcards
  • SAT Math Practice Tests
  • Math Question of the Day
  • Live Classes
  • On-Demand Courses

Varsity Tutors

  • Find a Tutor
  • Test Prep
  • Online Classes
  • K-12 Learning
  • College Search
  • VarsityTutors.com

© 2026 Varsity Tutors. All rights reserved.

← Back to quizzes

Precalculus Quiz

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.

Question 1 / 20

0 of 20 answered

A shear transformation is defined by H=(1201).H=\begin{pmatrix}1 & 2\\0 & 1\end{pmatrix}.H=(10​21​). Given v=(13),\mathbf{v}=\begin{pmatrix}1\\3\end{pmatrix},v=(13​), what is the result of the matrix-vector multiplication HvH\mathbf{v}Hv?

Select an answer to continue

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=(1201).H=\begin{pmatrix}1 & 2\\0 & 1\end{pmatrix}.H=(10​21​). Given v=(13),\mathbf{v}=\begin{pmatrix}1\\3\end{pmatrix},v=(13​), what is the result of the matrix-vector multiplication HvH\mathbf{v}Hv?

  1. (31)\begin{pmatrix}3\\1\end{pmatrix}(31​)
  2. (73)\begin{pmatrix}7\\3\end{pmatrix}(73​) (correct answer)
  3. (19)\begin{pmatrix}1\\9\end{pmatrix}(19​)
  4. (24)\begin{pmatrix}2\\4\end{pmatrix}(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=(1201)H = \begin{pmatrix} 1 & 2 \\ 0 & 1 \end{pmatrix}H=(10​21​) and vector v=(13)\mathbf{v} = \begin{pmatrix} 1 \\ 3 \end{pmatrix}v=(13​), we compute HvHvHv by taking the dot product of each row with vvv. First entry: 1⋅1+2⋅3=1+6=71 \cdot 1 + 2 \cdot 3 = 1 + 6 = 71⋅1+2⋅3=1+6=7. Second entry: 0⋅1+1⋅3=0+3=30 \cdot 1 + 1 \cdot 3 = 0 + 3 = 30⋅1+1⋅3=0+3=3. Thus Hv=(73)Hv = \begin{pmatrix} 7 \\ 3 \end{pmatrix}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⋅31+2 \cdot 31+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⋅ya \cdot x + b \cdot ya⋅x+b⋅y, for row 2: c⋅x+d⋅yc \cdot x + d \cdot yc⋅x+d⋅y. To check your work, verify dimensions: a 2×22\times22×2 matrix times a 2×12\times12×1 vector must give a 2×12\times12×1 vector, and each component should come from one complete dot product calculation.

Question 2

Vector a⃗=(31)\vec{a} = \begin{pmatrix} 3 \\ 1 \end{pmatrix}a=(31​) is transformed by matrix LLL, and the result is then transformed by matrix L−1L^{-1}L−1. If the final result is (5−2)\begin{pmatrix} 5 \\ -2 \end{pmatrix}(5−2​), what can be concluded about the transformations?

  1. Matrix LLL must be the zero matrix, so La⃗=0⃗L\vec{a} = \vec{0}La=0
  2. The composition L−1∘LL^{-1} \circ LL−1∘L equals the identity, so the result should be a⃗\vec{a}a
  3. There is an error in the problem setup; this situation is impossible (correct answer)
  4. Matrix LLL could be any invertible matrix; the given information is consistent

Explanation: If vector a⃗\vec{a}a is first transformed by matrix LLL, then by L−1L^{-1}L−1, the composition is L−1(La⃗)=(L−1L)a⃗=Ia⃗=a⃗L^{-1}(L\vec{a}) = (L^{-1}L)\vec{a} = I\vec{a} = \vec{a}L−1(La)=(L−1L)a=Ia=a. Since L−1L=IL^{-1}L = IL−1L=I (the identity matrix), applying LLL followed by L−1L^{-1}L−1 to any vector must return the original vector. Therefore, the final result should be (31)\begin{pmatrix} 3 \\ 1 \end{pmatrix}(31​), not (5−2)\begin{pmatrix} 5 \\ -2 \end{pmatrix}(5−2​). The given scenario is mathematically impossible. Choice A incorrectly suggests LLL 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)=AvT(\mathbf{v})=A\mathbf{v}T(v)=Av with A=[301−2]A=\begin{bmatrix}3 & 0\\1 & -2\end{bmatrix}A=[31​0−2​] and a general column vector v=[xy]\mathbf{v}=\begin{bmatrix}x\\y\end{bmatrix}v=[xy​], what is the general form of AvA\mathbf{v}Av?

  1. [3xx−2y]\begin{bmatrix}3x\\x-2y\end{bmatrix}[3xx−2y​] (correct answer)
  2. [3x+yx−2y]\begin{bmatrix}3x+y\\x-2y\end{bmatrix}[3x+yx−2y​]
  3. [3xy−2x]\begin{bmatrix}3x\\y-2x\end{bmatrix}[3xy−2x​]
  4. [3x−2x+y]\begin{bmatrix}3x\\-2x+y\end{bmatrix}[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 [abcd]\begin{bmatrix} a & b \\ c & d \end{bmatrix}[ac​bd​] and vector [xy]\begin{bmatrix} x \\ y \end{bmatrix}[xy​], the result is [ax+bycx+dy]\begin{bmatrix} ax+by \\ cx+dy \end{bmatrix}[ax+bycx+dy​]. For arbitrary vector [xy]\begin{bmatrix} x \\ y \end{bmatrix}[xy​], the transformation by matrix [301−2]\begin{bmatrix} 3 & 0 \\ 1 & -2 \end{bmatrix}[31​0−2​] gives [3x+0y1x−2y]\begin{bmatrix} 3x+0y \\ 1x-2y \end{bmatrix}[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⋅ya \cdot x + b \cdot ya⋅x+b⋅y, for row 2: c⋅x+d⋅yc \cdot x + d \cdot yc⋅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].S=\begin{bmatrix}2 & 0\\0 & -1\end{bmatrix}.S=[20​0−1​]. Where does the point v=[−34]\mathbf{v}=\begin{bmatrix}-3\\4\end{bmatrix}v=[−34​] map under this transformation (i.e., what is SvS\mathbf{v}Sv)?

  1. [−6−4]\begin{bmatrix}-6\\-4\end{bmatrix}[−6−4​] (correct answer)
  2. [−14]\begin{bmatrix}-1\\4\end{bmatrix}[−14​]
  3. [6−4]\begin{bmatrix}6\\-4\end{bmatrix}[6−4​]
  4. [−64]\begin{bmatrix}-6\\4\end{bmatrix}[−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⃗\vec{v}v is transformed by matrix P=(100−1)P = \begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}P=(10​0−1​), then by matrix Q=(123232−12)Q = \begin{pmatrix} \frac{1}{2} & \frac{\sqrt{3}}{2} \\ \frac{\sqrt{3}}{2} & -\frac{1}{2} \end{pmatrix}Q=(21​23​​​23​​−21​​). Which single transformation is equivalent to this composition?

  1. Reflection across the line y=3xy = \sqrt{3}xy=3​x, followed by scaling by factor 12\frac{1}{2}21​
  2. Reflection across the line making a 30° angle with the positive x-axis (correct answer)
  3. Rotation by 120° counterclockwise, then reflection across the x-axis
  4. Reflection across the x-axis, then rotation by 60° counterclockwise

Explanation: First, identify what each matrix does: PPP reflects across the x-axis (changes (x,y)(x,y)(x,y) to (x,−y)(x,-y)(x,−y)). Matrix QQQ has the form (cos⁡θsin⁡θsin⁡θ−cos⁡θ)\begin{pmatrix} \cos\theta & \sin\theta \\ \sin\theta & -\cos\theta \end{pmatrix}(cosθsinθ​sinθ−cosθ​) with cos⁡θ=12\cos\theta = \frac{1}{2}cosθ=21​ and sin⁡θ=32\sin\theta = \frac{\sqrt{3}}{2}sinθ=23​​, so θ=60°\theta = 60°θ=60°. This form represents reflection across a line making angle θ2=30°\frac{\theta}{2} = 30°2θ​=30° with the x-axis. The composition is QP=(123232−12)(100−1)=(12−323212)QP = \begin{pmatrix} \frac{1}{2} & \frac{\sqrt{3}}{2} \\ \frac{\sqrt{3}}{2} & -\frac{1}{2} \end{pmatrix} \begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix} = \begin{pmatrix} \frac{1}{2} & -\frac{\sqrt{3}}{2} \\ \frac{\sqrt{3}}{2} & \frac{1}{2} \end{pmatrix}QP=(21​23​​​23​​−21​​)(10​0−1​)=(21​23​​​−23​​21​​). This has the form (cos⁡ϕsin⁡ϕsin⁡ϕ−cos⁡ϕ)\begin{pmatrix} \cos\phi & \sin\phi \\ \sin\phi & -\cos\phi \end{pmatrix}(cosϕsinϕ​sinϕ−cosϕ​) with ϕ=−60°\phi = -60°ϕ=−60°, representing reflection across a line making angle −60°2=−30°\frac{-60°}{2} = -30°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 RQRQRQ rather than QPQPQP.

Question 6

Matrix M=(cos⁡(60°)−sin⁡(60°)sin⁡(60°)cos⁡(60°))M = \begin{pmatrix} \cos(60°) & -\sin(60°) \\ \sin(60°) & \cos(60°) \end{pmatrix}M=(cos(60°)sin(60°)​−sin(60°)cos(60°)​) transforms vector u⃗=(40)\vec{u} = \begin{pmatrix} 4 \\ 0 \end{pmatrix}u=(40​). What type of transformation does matrix MMM represent, and what is the resulting vector?

  1. Rotation by 60° counterclockwise; resulting vector is (223)\begin{pmatrix} 2 \\ 2\sqrt{3} \end{pmatrix}(223​​) (correct answer)
  2. Reflection across the line y=3xy = \sqrt{3}xy=3​x; resulting vector is (223)\begin{pmatrix} 2 \\ 2\sqrt{3} \end{pmatrix}(223​​)
  3. Rotation by 30° counterclockwise; resulting vector is (232)\begin{pmatrix} 2\sqrt{3} \\ 2 \end{pmatrix}(23​2​)
  4. Scaling by factor 3\sqrt{3}3​; resulting vector is (430)\begin{pmatrix} 4\sqrt{3} \\ 0 \end{pmatrix}(43​0​)

Explanation: Matrix MMM has the form of a rotation matrix (cos⁡θ−sin⁡θsin⁡θcos⁡θ)\begin{pmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{pmatrix}(cosθsinθ​−sinθcosθ​) with θ=60°\theta = 60°θ=60°, so it represents a 60° counterclockwise rotation. Applying this to u⃗\vec{u}u: Mu⃗=(cos⁡(60°)−sin⁡(60°)sin⁡(60°)cos⁡(60°))(40)=(4cos⁡(60°)4sin⁡(60°))=(4⋅124⋅32)=(223)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}Mu=(cos(60°)sin(60°)​−sin(60°)cos(60°)​)(40​)=(4cos(60°)4sin(60°)​)=(4⋅21​4⋅23​​​)=(223​​). Choice B incorrectly identifies the transformation type. Choice C has the wrong angle and swapped components. Choice D misidentifies the transformation entirely.

Question 7

A transformation T(v)=AvT(\mathbf{v})=A\mathbf{v}T(v)=Av uses A=[0110].A=\begin{bmatrix}0&1\\1&0\end{bmatrix}.A=[01​10​]. Which describes the geometric effect of this matrix on vectors in the plane?

  1. Rotation 90∘90^\circ90∘ counterclockwise about the origin
  2. Reflection across the xxx-axis
  3. Reflection across the line y=xy=xy=x (correct answer)
  4. Uniform scaling by a factor of 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 [0110]\begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix}[01​10​] reflects vectors across the line y=xy=xy=x, so applying it to a general vector (xy)\begin{pmatrix} x \\ y \end{pmatrix}(xy​) transforms it to (yx)\begin{pmatrix} y \\ x \end{pmatrix}(yx​), which represents swapping coordinates. Choice C is correct because it accurately describes the geometric transformation. Choice A incorrectly describes the geometric transformation, claiming it rotates 90∘90^\circ90∘ counterclockwise when actually it reflects across y=xy=xy=x. Common 2×2 transformations to recognize: [100−1]\begin{bmatrix} 1 & 0 \\ 0 & -1 \end{bmatrix}[10​0−1​] reflects across x-axis, [0−110]\begin{bmatrix} 0 & -1 \\ 1 & 0 \end{bmatrix}[01​−10​] rotates 90∘90^\circ90∘ counterclockwise, [k00k]\begin{bmatrix} k & 0 \\ 0 & k \end{bmatrix}[k0​0k​] scales uniformly by k, and [1001]\begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}[10​01​] is the identity (no change). Remember that matrix transformations are linear: if you understand what the matrix does to the basis vectors (like (10)\begin{pmatrix} 1 \\ 0 \end{pmatrix}(10​) and (01)\begin{pmatrix} 0 \\ 1 \end{pmatrix}(01​)), you can determine what it does to any vector by using linearity.

Question 8

Consider the transformation T(v)=AvT(\mathbf{v})=A\mathbf{v}T(v)=Av with A=[1101].A=\begin{bmatrix}1 & 1\\0 & 1\end{bmatrix}.A=[10​11​]. Which description best matches the geometric effect of this matrix on vectors in the plane?

  1. A reflection across the yyy-axis
  2. A 90∘90^\circ90∘ clockwise rotation
  3. A horizontal shear: [xy]↦[x+yy]\begin{bmatrix}x\\y\end{bmatrix}\mapsto\begin{bmatrix}x+y\\y\end{bmatrix}[xy​]↦[x+yy​] (correct answer)
  4. Uniform scaling by factor 222

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 [1101]\begin{bmatrix}1 & 1\\0 & 1\end{bmatrix}[10​11​] represents a horizontal shear, transforming [xy]\begin{bmatrix}x\\y\end{bmatrix}[xy​] to [x+yy]\begin{bmatrix}x+y\\y\end{bmatrix}[x+yy​], 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: [100−1]\begin{bmatrix}1 & 0\\0 & -1\end{bmatrix}[10​0−1​] reflects across x-axis, [0−110]\begin{bmatrix}0 & -1\\1 & 0\end{bmatrix}[01​−10​] rotates 90° counterclockwise, [k00k]\begin{bmatrix}k & 0\\0 & k\end{bmatrix}[k0​0k​] scales uniformly by k, and [1001]\begin{bmatrix}1 & 0\\0 & 1\end{bmatrix}[10​01​] is the identity (no change). Remember that matrix transformations are linear: if you understand what the matrix does to the basis vectors (like [10]\begin{bmatrix}1\\0\end{bmatrix}[10​] and [01]\begin{bmatrix}0\\1\end{bmatrix}[01​]), you can determine what it does to any vector by using linearity.

Question 9

Vector p⃗=(xy)\vec{p} = \begin{pmatrix} x \\ y \end{pmatrix}p​=(xy​) undergoes transformation by matrix R=(01−10)R = \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix}R=(0−1​10​) to produce q⃗=(32)\vec{q} = \begin{pmatrix} 3 \\ 2 \end{pmatrix}q​=(32​). What was the original vector p⃗\vec{p}p​?

  1. p⃗=(3−2)\vec{p} = \begin{pmatrix} 3 \\ -2 \end{pmatrix}p​=(3−2​)
  2. p⃗=(2−3)\vec{p} = \begin{pmatrix} 2 \\ -3 \end{pmatrix}p​=(2−3​)
  3. p⃗=(−23)\vec{p} = \begin{pmatrix} -2 \\ 3 \end{pmatrix}p​=(−23​) (correct answer)
  4. p⃗=(−32)\vec{p} = \begin{pmatrix} -3 \\ 2 \end{pmatrix}p​=(−32​)

Explanation: When you encounter a matrix transformation problem, you're dealing with the equation Rp⃗=q⃗R\vec{p} = \vec{q}Rp​=q​, where you need to find the original vector p⃗\vec{p}p​ that was transformed into the known result q⃗\vec{q}q​. To solve this, you need to find the inverse transformation. The matrix R=(01−10)R = \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix}R=(0−1​10​) represents a 90° clockwise rotation. To find p⃗\vec{p}p​, you need to apply the inverse transformation: p⃗=R−1q⃗\vec{p} = R^{-1}\vec{q}p​=R−1q​. For this rotation matrix, the inverse is R−1=(0−110)R^{-1} = \begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix}R−1=(01​−10​) (a 90° counterclockwise rotation). Calculating: p⃗=(0−110)(32)=(0(3)+(−1)(2)1(3)+0(2))=(−23)\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}p​=(01​−10​)(32​)=(0(3)+(−1)(2)1(3)+0(2)​)=(−23​) This confirms answer C is correct. Let's check why the other options fail. If you multiply RRR by choice A (3−2)\begin{pmatrix} 3 \\ -2 \end{pmatrix}(3−2​), you get (−2−3)\begin{pmatrix} -2 \\ -3 \end{pmatrix}(−2−3​), not q⃗\vec{q}q​. Choice B (2−3)\begin{pmatrix} 2 \\ -3 \end{pmatrix}(2−3​) yields (−3−2)\begin{pmatrix} -3 \\ -2 \end{pmatrix}(−3−2​). Choice D (−32)\begin{pmatrix} -3 \\ 2 \end{pmatrix}(−32​) produces (23)\begin{pmatrix} 2 \\ 3 \end{pmatrix}(23​). Study tip: For matrix transformation problems, always verify your answer by multiplying the transformation matrix by your proposed original vector. If it doesn't equal the given result vector, you've made an error. Also, recognize that finding the original vector requires the inverse transformation.

Question 10

A graphics program applies the linear transformation T(v)=AvT(\mathbf{v})=A\mathbf{v}T(v)=Av to points in the plane, where A=[21−10],v=[32].A=\begin{bmatrix}2 & 1 \\-1 & 0\end{bmatrix},\quad \mathbf{v}=\begin{bmatrix}3 \\2\end{bmatrix}.A=[2−1​10​],v=[32​]. What is AvA\mathbf{v}Av?

  1. [8−3]\begin{bmatrix}8 \\-3\end{bmatrix}[8−3​] (correct answer)
  2. [7−3]\begin{bmatrix}7 \\-3\end{bmatrix}[7−3​]
  3. [83]\begin{bmatrix}8 \\3\end{bmatrix}[83​]
  4. [52]\begin{bmatrix}5 \\2\end{bmatrix}[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]\begin{bmatrix}8 \\-3\end{bmatrix}[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 11

The matrix R=(0−110)R=\begin{pmatrix}0 & -1\\1 & 0\end{pmatrix}R=(01​−10​) represents a 90∘90^\circ90∘ counterclockwise rotation. What vector results from applying this transformation to v=(2−3)\mathbf{v}=\begin{pmatrix}2\\-3\end{pmatrix}v=(2−3​)? (That is, find RvR\mathbf{v}Rv.)

  1. (32)\begin{pmatrix}3\\2\end{pmatrix}(32​) (correct answer)
  2. (−2−3)\begin{pmatrix}-2\\-3\end{pmatrix}(−2−3​)
  3. (−32)\begin{pmatrix}-3\\2\end{pmatrix}(−32​)
  4. (23)\begin{pmatrix}2\\3\end{pmatrix}(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 (0−110)\begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix}(01​−10​) rotates vectors 90° counterclockwise, so applying it to vector (2−3)\begin{pmatrix} 2 \\ -3 \end{pmatrix}(2−3​) transforms it to (32)\begin{pmatrix} 3 \\ 2 \end{pmatrix}(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))\begin{pmatrix} -1 \times 2 + 0 \times (-3) \\ 0 \times 2 + (-1) \times (-3) \end{pmatrix}(−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)\begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}(10​0−1​) reflects across x-axis, (0−110)\begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix}(01​−10​) rotates 90° counterclockwise, (k00k)\begin{pmatrix} k & 0 \\ 0 & k \end{pmatrix}(k0​0k​) scales uniformly by k, and (1001)\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}(10​01​) is the identity (no change). Remember that matrix transformations are linear: if you understand what the matrix does to the basis vectors (like (10)\begin{pmatrix} 1 \\ 0 \end{pmatrix}(10​) and (01)\begin{pmatrix} 0 \\ 1 \end{pmatrix}(01​)), you can determine what it does to any vector by using linearity.

Question 12

Matrix M=(abcd)M = \begin{pmatrix} a & b \\ c & d \end{pmatrix}M=(ac​bd​) maps vector (10)\begin{pmatrix} 1 \\ 0 \end{pmatrix}(10​) to (23)\begin{pmatrix} 2 \\ 3 \end{pmatrix}(23​) and vector (01)\begin{pmatrix} 0 \\ 1 \end{pmatrix}(01​) to (−14)\begin{pmatrix} -1 \\ 4 \end{pmatrix}(−14​). What vector does MMM map (3−2)\begin{pmatrix} 3 \\ -2 \end{pmatrix}(3−2​) to?

  1. (5−2)\begin{pmatrix} 5 \\ -2 \end{pmatrix}(5−2​)
  2. (4−5)\begin{pmatrix} 4 \\ -5 \end{pmatrix}(4−5​)
  3. (6−8)\begin{pmatrix} 6 \\ -8 \end{pmatrix}(6−8​)
  4. (81)\begin{pmatrix} 8 \\ 1 \end{pmatrix}(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)\begin{pmatrix} 1 \\ 0 \end{pmatrix}(10​) and (01)\begin{pmatrix} 0 \\ 1 \end{pmatrix}(01​) get mapped to. Since MMM maps (10)\begin{pmatrix} 1 \\ 0 \end{pmatrix}(10​) to (23)\begin{pmatrix} 2 \\ 3 \end{pmatrix}(23​) and (01)\begin{pmatrix} 0 \\ 1 \end{pmatrix}(01​) to (−14)\begin{pmatrix} -1 \\ 4 \end{pmatrix}(−14​), the matrix must be M=(2−134)M = \begin{pmatrix} 2 & -1 \\ 3 & 4 \end{pmatrix}M=(23​−14​). The first column is where (10)\begin{pmatrix} 1 \\ 0 \end{pmatrix}(10​) goes, and the second column is where (01)\begin{pmatrix} 0 \\ 1 \end{pmatrix}(01​) goes. Now multiply MMM by (3−2)\begin{pmatrix} 3 \\ -2 \end{pmatrix}(3−2​): (2−134)(3−2)=(2(3)+(−1)(−2)3(3)+4(−2))=(6+29−8)=(81)\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}(23​−14​)(3−2​)=(2(3)+(−1)(−2)3(3)+4(−2)​)=(6+29−8​)=(81​) This confirms answer D is correct. Answer A gives (5−2)\begin{pmatrix} 5 \\ -2 \end{pmatrix}(5−2​), which you might get if you incorrectly computed the matrix multiplication. Answer B gives (4−5)\begin{pmatrix} 4 \\ -5 \end{pmatrix}(4−5​), possibly from sign errors in the calculation. Answer C gives (6−8)\begin{pmatrix} 6 \\ -8 \end{pmatrix}(6−8​), which you might get if you forgot to add the cross terms in matrix multiplication and only computed 2(3)=62(3) = 62(3)=6 and 4(−2)=−84(-2) = -84(−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 13

The matrix R=[0−110]R=\begin{bmatrix}0 & -1\\1 & 0\end{bmatrix}R=[01​−10​] represents a 90∘90^\circ90∘ counterclockwise rotation. If v=[4−1]\mathbf{v}=\begin{bmatrix}4\\-1\end{bmatrix}v=[4−1​], what vector results from applying the transformation RvR\mathbf{v}Rv?

  1. [−41]\begin{bmatrix}-4\\1\end{bmatrix}[−41​]
  2. [−14]\begin{bmatrix}-1\\4\end{bmatrix}[−14​]
  3. [14]\begin{bmatrix}1\\4\end{bmatrix}[14​] (correct answer)
  4. [4−1]\begin{bmatrix}4\\-1\end{bmatrix}[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 14

A scaling transformation doubles the xxx-coordinate but leaves the yyy-coordinate unchanged. This is represented by S=(2001).S=\begin{pmatrix}2 & 0\\0 & 1\end{pmatrix}.S=(20​01​). For v=(3−2),\mathbf{v}=\begin{pmatrix}3\\-2\end{pmatrix},v=(3−2​), what is SvS\mathbf{v}Sv?

  1. (6−2)\begin{pmatrix}6\\-2\end{pmatrix}(6−2​) (correct answer)
  2. (3−4)\begin{pmatrix}3\\-4\end{pmatrix}(3−4​)
  3. (5−1)\begin{pmatrix}5\\-1\end{pmatrix}(5−1​)
  4. (1−4)\begin{pmatrix}1\\-4\end{pmatrix}(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)\begin{pmatrix} 2 & 0 \\ 0 & 1 \end{pmatrix}(20​01​) scales the x-component by 2 while leaving y unchanged, so applying it to vector (3−2)\begin{pmatrix} 3 \\ -2 \end{pmatrix}(3−2​) transforms it to (6−2)\begin{pmatrix} 6 \\ -2 \end{pmatrix}(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)\begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}(10​0−1​) reflects across x-axis, (0−110)\begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix}(01​−10​) rotates 90° counterclockwise, (k00k)\begin{pmatrix} k & 0 \\ 0 & k \end{pmatrix}(k0​0k​) scales uniformly by k, and (1001)\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}(10​01​) is the identity (no change). Remember that matrix transformations are linear: if you understand what the matrix does to the basis vectors (like (10)\begin{pmatrix} 1 \\ 0 \end{pmatrix}(10​) and (01)\begin{pmatrix} 0 \\ 1 \end{pmatrix}(01​)), you can determine what it does to any vector by using linearity.

Question 15

A linear transformation represented by matrix T=(2103)T = \begin{pmatrix} 2 & 1 \\ 0 & 3 \end{pmatrix}T=(20​13​) is applied twice to vector w⃗=(1−2)\vec{w} = \begin{pmatrix} 1 \\ -2 \end{pmatrix}w=(1−2​). If the same final result could be achieved by applying a single matrix SSS to the original vector, what is matrix SSS?

  1. S=(4509)S = \begin{pmatrix} 4 & 5 \\ 0 & 9 \end{pmatrix}S=(40​59​) (correct answer)
  2. S=(4206)S = \begin{pmatrix} 4 & 2 \\ 0 & 6 \end{pmatrix}S=(40​26​)
  3. S=(4709)S = \begin{pmatrix} 4 & 7 \\ 0 & 9 \end{pmatrix}S=(40​79​)
  4. S=(6509)S = \begin{pmatrix} 6 & 5 \\ 0 & 9 \end{pmatrix}S=(60​59​)

Explanation: Applying transformation TTT twice means computing T2=T⋅TT^2 = T \cdot TT2=T⋅T. We have T2=(2103)(2103)=(2(2)+1(0)2(1)+1(3)0(2)+3(0)0(1)+3(3))=(4509)T^2 = \begin{pmatrix} 2 & 1 \\ 0 & 3 \end{pmatrix} \begin{pmatrix} 2 & 1 \\ 0 & 3 \end{pmatrix} = \begin{pmatrix} 2(2)+1(0) & 2(1)+1(3) \\ 0(2)+3(0) & 0(1)+3(3) \end{pmatrix} = \begin{pmatrix} 4 & 5 \\ 0 & 9 \end{pmatrix}T2=(20​13​)(20​13​)=(2(2)+1(0)0(2)+3(0)​2(1)+1(3)0(1)+3(3)​)=(40​59​). Therefore S=T2=(4509)S = T^2 = \begin{pmatrix} 4 & 5 \\ 0 & 9 \end{pmatrix}S=T2=(40​59​). Choice B represents 2T2T2T (scalar multiplication), not T2T^2T2. Choice C has an error in the upper-right entry. Choice D has an error in the upper-left entry.

Question 16

For the transformation T(v)=AvT(\mathbf{v})=A\mathbf{v}T(v)=Av with A=(−1001),A=\begin{pmatrix}-1 & 0 \\ 0 & 1\end{pmatrix},A=(−10​01​), where does the point v=(4−2)\mathbf{v}=\begin{pmatrix}4 \\-2\end{pmatrix}v=(4−2​) map to? (Compute AvA\mathbf{v}Av.)

  1. (42)\begin{pmatrix}4\\2\end{pmatrix}(42​)
  2. (−42)\begin{pmatrix}-4\\2\end{pmatrix}(−42​)
  3. (−4−2)\begin{pmatrix}-4\\-2\end{pmatrix}(−4−2​) (correct answer)
  4. (2−4)\begin{pmatrix}2\\-4\end{pmatrix}(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)\begin{pmatrix}-1 & 0 \\ 0 & 1\end{pmatrix}(−10​01​) reflects vectors across the y-axis, so applying it to vector (4−2)\begin{pmatrix}4 \\ -2\end{pmatrix}(4−2​) transforms it to (−4−2)\begin{pmatrix}-4 \\ -2\end{pmatrix}(−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)\begin{pmatrix}1 & 0 \\ 0 & -1\end{pmatrix}(10​0−1​) reflects across x-axis, (0−110)\begin{pmatrix}0 & -1 \\ 1 & 0\end{pmatrix}(01​−10​) rotates 90° counterclockwise, (k00k)\begin{pmatrix}k & 0 \\ 0 & k\end{pmatrix}(k0​0k​) scales uniformly by k, and (1001)\begin{pmatrix}1 & 0 \\ 0 & 1\end{pmatrix}(10​01​) is the identity (no change). Remember that matrix transformations are linear: if you understand what the matrix does to the basis vectors (like (10)\begin{pmatrix}1 \\ 0\end{pmatrix}(10​) and (01)\begin{pmatrix}0 \\ 1\end{pmatrix}(01​)), you can determine what it does to any vector by using linearity.

Question 17

Given the matrix A=(21−30)A=\begin{pmatrix}2 & 1\\-3 & 0\end{pmatrix}A=(2−3​10​) and a general column vector v=(xy),\mathbf{v}=\begin{pmatrix}x\\y\end{pmatrix},v=(xy​), what is the general form of AvA\mathbf{v}Av?

  1. (2x+y−3x)\begin{pmatrix}2x+y\\-3x\end{pmatrix}(2x+y−3x​) (correct answer)
  2. (2x+y−3y)\begin{pmatrix}2x+y\\-3y\end{pmatrix}(2x+y−3y​)
  3. (x+2y−3x)\begin{pmatrix}x+2y\\-3x\end{pmatrix}(x+2y−3x​)
  4. (2x−y−3x)\begin{pmatrix}2x-y\\-3x\end{pmatrix}(2x−y−3x​)

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×22 \times 22×2 matrix (abcd)\begin{pmatrix} a & b \\ c & d \end{pmatrix}(ac​bd​) and vector (xy)\begin{pmatrix} x \\ y \end{pmatrix}(xy​), the result is (ax+bycx+dy)\begin{pmatrix} ax + by \\ cx + dy \end{pmatrix}(ax+bycx+dy​). For arbitrary vector (xy)\begin{pmatrix} x \\ y \end{pmatrix}(xy​), the transformation by matrix (21−30)\begin{pmatrix} 2 & 1 \\ -3 & 0 \end{pmatrix}(2−3​10​) gives (2x+y−3x+0y)\begin{pmatrix} 2x + y \\ -3x + 0y \end{pmatrix}(2x+y−3x+0y​), 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, calculating -3y instead of -3x using dot product. 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⋅ya \cdot x + b \cdot ya⋅x+b⋅y, for row 2: c⋅x+d⋅yc \cdot x + d \cdot yc⋅x+d⋅y. To check your work, verify dimensions: a 2×22 \times 22×2 matrix times a 2×12 \times 12×1 vector must give a 2×12 \times 12×1 vector, and each component should come from one complete dot product calculation.

Question 18

Given matrix AAA and vector v\mathbf{v}v, A=[2−111],v=[05],A=\begin{bmatrix}2 & -1\\1 & 1\end{bmatrix},\quad \mathbf{v}=\begin{bmatrix}0\\5\end{bmatrix},A=[21​−11​],v=[05​], what is AvA\mathbf{v}Av?

  1. [−55]\begin{bmatrix}-5\\5\end{bmatrix}[−55​] (correct answer)
  2. [55]\begin{bmatrix}5\\5\end{bmatrix}[55​]
  3. [−50]\begin{bmatrix}-5\\0\end{bmatrix}[−50​]
  4. [05]\begin{bmatrix}0\\5\end{bmatrix}[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−111]A = \begin{bmatrix} 2 & -1 \\ 1 & 1 \end{bmatrix}A=[21​−11​] and vector v=[05]\mathbf{v} = \begin{bmatrix} 0 \\ 5 \end{bmatrix}v=[05​], we compute AvA\mathbf{v}Av by taking the dot product of each row with v\mathbf{v}v. First entry: 2⋅0+(−1)⋅5=0−5=−52 \cdot 0 + (-1) \cdot 5 = 0 - 5 = -52⋅0+(−1)⋅5=0−5=−5. Second entry: 1⋅0+1⋅5=0+5=51 \cdot 0 + 1 \cdot 5 = 0 + 5 = 51⋅0+1⋅5=0+5=5. Thus Av=[−55]A\mathbf{v} = \begin{bmatrix} -5 \\ 5 \end{bmatrix}Av=[−55​]. 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 19

Matrix H=(3−113)H = \begin{pmatrix} \sqrt{3} & -1 \\ 1 & \sqrt{3} \end{pmatrix}H=(3​1​−13​​) transforms 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). What is the area of the transformed figure?

  1. 222 square units
  2. 444 square units (correct answer)
  3. 3+1\sqrt{3} + 13​+1 square units
  4. 232\sqrt{3}23​ square units

Explanation: The area of a figure after linear transformation is the original area multiplied by ∣det⁡(H)∣|\det(H)|∣det(H)∣. The determinant of HHH is: det⁡(H)=(3)(3)−(−1)(1)=3−(−1)=3+1=4\det(H) = (\sqrt{3})(\sqrt{3}) - (-1)(1) = 3 - (-1) = 3 + 1 = 4det(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∣=41 \times |4| = 41×∣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 232\sqrt{3}23​ which doesn't correspond to any correct calculation involving this matrix.

Question 20

Given matrix AAA and vector v\mathbf{v}v, A=[2−111],v=[05],A=\begin{bmatrix}2 & -1\\1 & 1\end{bmatrix},\quad \mathbf{v}=\begin{bmatrix}0\\5\end{bmatrix},A=[21​−11​],v=[05​], what is AvA\mathbf{v}Av?​

  1. [−55]\begin{bmatrix}-5\\5\end{bmatrix}[−55​] (correct answer)
  2. [55]\begin{bmatrix}5\\5\end{bmatrix}[55​]
  3. [−50]\begin{bmatrix}-5\\0\end{bmatrix}[−50​]
  4. [05]\begin{bmatrix}0\\5\end{bmatrix}[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.