A shear transformation is defined by Given what is the result of the matrix-vector multiplication ?
Opening subject page...
Loading your content
Precalculus Quiz
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=(1021). Given v=(13), what is the result of the matrix-vector multiplication Hv?
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.
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.
A shear transformation is defined by H=(1021). Given v=(13), what is the result of the matrix-vector multiplication Hv?
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.
Vector a=(31) is transformed by matrix L, and the result is then transformed by matrix L−1. If the final result is (5−2), what can be concluded about the transformations?
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.
Given the transformation T(v)=Av with A=[310−2] and a general column vector v=[xy], what is the general form of Av?
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.
A scaling transformation is defined by S=[200−1]. Where does the point v=[−34] map under this transformation (i.e., what is Sv)?
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.
A vector v is transformed by matrix P=(100−1), then by matrix Q=(212323−21). Which single transformation is equivalent to this composition?
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.
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?
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: Mu=(cos(60°)sin(60°)−sin(60°)cos(60°))(40)=(4cos(60°)4sin(60°))=(4⋅214⋅23)=(223). Choice B incorrectly identifies the transformation type. Choice C has the wrong angle and swapped components. Choice D misidentifies the transformation entirely.
A transformation T(v)=Av uses A=[0110]. Which describes the geometric effect of this matrix on vectors in the plane?
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] reflects vectors across the line y=x, so applying it to a general vector (xy) transforms it to (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∘ counterclockwise when actually it reflects across y=x. 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.
Consider the transformation T(v)=Av with A=[1011]. Which description best matches the geometric effect of this matrix on vectors in the plane?
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 [1011] represents a horizontal shear, transforming [xy] to [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] 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.
Vector p=(xy) undergoes transformation by matrix R=(0−110) to produce q=(32). What was the original vector p?
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=(01−10) (a 90° counterclockwise rotation). Calculating: 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 R by choice A (3−2), you get (−2−3), not q. Choice B (2−3) yields (−3−2). Choice D (−32) produces (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.
A graphics program applies the linear transformation T(v)=Av to points in the plane, where A=[2−110],v=[32]. What is Av?
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.
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.)
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.
Matrix M=(acbd) maps vector (10) to (23) and vector (01) to (−14). What vector does M map (3−2) to?
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 (01) get mapped to. Since M maps (10) to (23) and (01) to (−14), the matrix must be M=(23−14). The first column is where (10) goes, and the second column is where (01) goes. Now multiply M by (3−2): (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), which you might get if you incorrectly computed the matrix multiplication. Answer B gives (4−5), possibly from sign errors in the calculation. Answer C gives (6−8), 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.
The matrix R=[01−10] represents a 90∘ counterclockwise rotation. If v=[4−1], what vector results from applying the transformation Rv?
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.
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?
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.
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?
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.
For the transformation T(v)=Av with A=(−1001), where does the point v=(4−2) map to? (Compute Av.)
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.
Given the matrix A=(2−310) and a general column vector v=(xy), what is the general form of Av?
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 (2−310) gives (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⋅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.
Given matrix A and vector v, A=[21−11],v=[05], what is Av?
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=[21−11] and vector v=[05], 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=[−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.
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?
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.
Given matrix A and vector v, A=[21−11],v=[05], what is Av?
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.