Linear Algebra Quiz: Transformations In R2 And R3
19 questions · exam conditions
0:00
Transformations In R2 And R3Question 1 of 19

What is the standard matrix for the linear transformation that reflects vectors in R2\mathbb{R}^2 across the line y=2xy = -2x?

(1201)\begin{pmatrix} 1 & -2 \\ 0 & 1 \end{pmatrix}
← Back to quizzes

Linear Algebra Quiz

Linear Algebra Quiz: Transformations In R2 And R3

Practice Transformations In R2 And R3 in Linear Algebra 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 Transformations In R2 And R3, giving you a quick way to practice the rules, question types, and explanations that matter most for Linear Algebra.

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

What is the standard matrix for the linear transformation that reflects vectors in R2\mathbb{R}^2 across the line y=2xy = -2x?

  1. (1201)\begin{pmatrix} 1 & -2 \\ 0 & 1 \end{pmatrix}
  2. (correct answer)
Explanation: When you encounter reflection problems, you need to find how the transformation affects the standard basis vectors e1=(10)\mathbf{e_1} = \begin{pmatrix} 1 \\ 0 \end{pmatrix} and $$\mathbf{e_2} = \begin{pmatrix} 0 \ 1 \end{pmatrix} For the line $$y = -2x$$, the direction vector is $$\mathbf{d} = \begin{pmatrix} 1 \\ -2 \end{pmatrix} $$. The reflection matrix formula is $$R = 2\frac{\mathbf{dd^T}}{\mathbf{d^T d}} - I$$, where $$I$$ is the identity matrix. First, $$\mathbf{d^T d} = 1^2 + (-2)^2 = 5$$. Then $$\mathbf{dd^T} = \begin{pmatrix} 1 \\ -2 \end{pmatrix}\begin{pmatrix} 1 & -2 \end{pmatrix} = \begin{pmatrix} 1 & -2 \\ -2 & 4 \end{pmatrix} $$. So $$R = 2 \cdot \frac{1}{5}\begin{pmatrix} 1 & -2 \\ -2 & 4 \end{pmatrix} - \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} = \frac{2}{5}\begin{pmatrix} 1 & -2 \\ -2 & 4 \end{pmatrix} - \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} = \frac{1}{5}\begin{pmatrix} -3 & -4 \\ -4 & 3 \end{pmatrix} $$. Choice A represents a shear transformation, not a reflection. Choice B has the wrong signs in the diagonal entries. Choice C also has incorrect signs and would reflect across a different line entirely. **Study tip**: For reflection problems, always use the standard formula $$R = 2\frac{\mathbf{dd^T}}{\mathbf{d^T d}} - I$$ where $$\mathbf{d}$$ is the direction vector of your line. Double-check by verifying that points on the line map to themselves.

Question 2

A linear transformation T:R2R2T: \mathbb{R}^2 \to \mathbb{R}^2 orthogonally projects vectors onto the line LL given by the equation y=3xy=3x. Which of the following sets contains the eigenvalues of the standard matrix for TT?

  1. {1,3}\{1, 3\}
  2. {1,1}\{1, -1\}
  3. {1,0}\{1, 0\} (correct answer)
  4. {0,1}\{0, -1\}
Explanation: When you encounter questions about orthogonal projections, focus on understanding what happens to vectors during the projection process. An orthogonal projection onto a line has two key geometric properties that directly determine its eigenvalues. For the projection TT onto line L:y=3xL: y = 3x, consider what happens to different types of vectors. Any vector that already lies on line LL remains unchanged after projection – these vectors are eigenvectors with eigenvalue 1. For example, the vector (1,3)(1, 3) lies on LL, so T(1,3)=(1,3)=1(1,3)T(1, 3) = (1, 3) = 1 \cdot (1, 3). Next, any vector perpendicular to line LL gets projected to the zero vector. Since LL has direction vector (1,3)(1, 3), vectors perpendicular to LL have direction (3,1)(3, -1). For instance, T(3,1)=(0,0)=0(3,1)T(3, -1) = (0, 0) = 0 \cdot (3, -1). These perpendicular vectors are eigenvectors with eigenvalue 0. Every orthogonal projection onto a line through the origin has exactly these two eigenvalues: 1 and 0. Choice A) {1,3}\{1, 3\} incorrectly uses the slope of the line as an eigenvalue. Choice B) {1,1}\{1, -1\} confuses projections with reflections, which do have eigenvalue -1. Choice D) {0,1}\{0, -1\} is missing the crucial eigenvalue 1 and incorrectly includes -1. Remember: orthogonal projections always have eigenvalue 1 (for vectors in the subspace being projected onto) and eigenvalue 0 (for vectors in the orthogonal complement). This pattern holds regardless of the specific line or subspace.

Question 3

Let T:R3R3T: \mathbb{R}^3 \to \mathbb{R}^3 be the linear transformation that reflects a vector across the xz-plane. Which matrix represents TT?

  1. (100010001)\begin{pmatrix} -1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix}
  2. (100010001)\begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & -1 \end{pmatrix}
  3. (100010001)\begin{pmatrix} 1 & 0 & 0 \\ 0 & -1 & 0 \\ 0 & 0 & 1 \end{pmatrix} (correct answer)
  4. (100000001)\begin{pmatrix} 1 & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & 1 \end{pmatrix}
Explanation: When you encounter reflection problems in linear algebra, think about what happens to each coordinate. A reflection across a plane means that one coordinate changes sign while the others remain unchanged. For reflection across the xz-plane, visualize what this plane looks like: it contains the x-axis and z-axis, which means it's the plane where y = 0. When you reflect a point across this plane, the x and z coordinates stay the same, but the y-coordinate flips to the opposite side of the plane. To find the matrix representation, consider what happens to the standard basis vectors. The vector e1=(1,0,0)\mathbf{e_1} = (1,0,0) lies in the xz-plane, so it maps to itself: (1,0,0)(1,0,0). Similarly, e3=(0,0,1)\mathbf{e_3} = (0,0,1) also lies in the xz-plane and maps to itself: (0,0,1)(0,0,1). However, e2=(0,1,0)\mathbf{e_2} = (0,1,0) is perpendicular to the xz-plane and reflects to (0,1,0)(0,-1,0). These transformed basis vectors become the columns of your transformation matrix, giving you option C. Looking at the wrong answers: Option A reflects across the yz-plane (negating the x-coordinate), while option B reflects across the xy-plane (negating the z-coordinate). Option D isn't even a reflection—it's a projection that eliminates the y-coordinate entirely. Study tip: For any reflection problem, identify which coordinate(s) change sign by determining what's perpendicular to the reflection plane. The coordinate perpendicular to the plane gets negated, while coordinates lying in the plane remain unchanged.

Question 4

A horizontal shear transformation in R2\mathbb{R}^2 is defined by the matrix S=(1k01)S = \begin{pmatrix} 1 & k \\ 0 & 1 \end{pmatrix} with k0k \neq 0. Which of the following geometric properties is NOT necessarily preserved by this transformation?

  1. Area of a polygon
  2. Lengths of vectors (correct answer)
  3. Parallelism of lines
  4. Collinearity of points
Explanation: When you encounter matrix transformation questions, focus on what geometric properties are invariant (preserved) under the specific transformation type. Shear transformations have a distinctive pattern of preservation. Let's examine what the horizontal shear matrix S=(1k01)S = \begin{pmatrix} 1 & k \\ 0 & 1 \end{pmatrix} does geometrically. This transformation keeps the yy-coordinate unchanged while shifting the xx-coordinate by kk times the yy-value, creating a "slanting" effect. The correct answer is B because shear transformations do not preserve vector lengths. Consider the unit vector (01)\begin{pmatrix} 0 \\ 1 \end{pmatrix}: after transformation, it becomes (k1)\begin{pmatrix} k \\ 1 \end{pmatrix}, which has length k2+11\sqrt{k^2 + 1} \neq 1. Distances and lengths are distorted by shearing. However, the other properties are preserved: A is incorrect because shear transformations preserve area—this follows from the determinant being 1 (det(S)=11k0=1\det(S) = 1 \cdot 1 - k \cdot 0 = 1). The area scaling factor equals the absolute value of the determinant. C is incorrect because parallel lines remain parallel under shear; the transformation shifts points horizontally by amounts proportional to their yy-coordinates, maintaining relative positioning. D is incorrect because collinear points stay collinear—if points lie on a line, the shear moves them along parallel paths, preserving their linear relationship. Remember: shear transformations preserve areas, angles between some vectors, parallelism, and collinearity, but they distort lengths and most angles. When analyzing geometric transformations, always check what the determinant tells you about area preservation.

Question 5

What is the image of the vector v=(3,4,5)\mathbf{v} = (3, 4, 5) after a rotation of 270270^\circ counter-clockwise about the y-axis in R3\mathbb{R}^3?

  1. (3,5,4)(3, 5, -4)
  2. (5,4,3)(5, 4, -3)
  3. (4,3,5)(4, -3, 5)
  4. (5,4,3)(-5, 4, 3) (correct answer)
Explanation: When you encounter rotation problems in 3D space, you need to visualize how coordinates transform around a specific axis. For rotations about the y-axis, the y-coordinate stays fixed while the x and z coordinates rotate in the xz-plane. A 270°270° counter-clockwise rotation about the y-axis is equivalent to a 90°90° clockwise rotation. To find this transformation, imagine looking down the positive y-axis toward the origin. In this view, the positive x-axis points right and the positive z-axis points toward you. For the vector v=(3,4,5)\mathbf{v} = (3, 4, 5), the rotation matrix for 270°270° counter-clockwise about the y-axis is: Applying this transformation: Wait—this gives us (5,4,3)(5, 4, -3), but the correct answer is D: (5,4,3)(-5, 4, 3). Let me recalculate using the standard rotation matrix for 270°270° about the y-axis: This yields (5,4,3)(-5, 4, 3), confirming answer D. Option A incorrectly swaps y and z coordinates. Option B uses the wrong rotation matrix. Option C appears to mix up rotation axes entirely. Strategy tip: For 3D rotations, always identify which coordinate remains unchanged, then apply the 2D rotation to the other two coordinates. Drawing a quick diagram helps visualize the transformation.

Question 6

A linear transformation T:R2R2T: \mathbb{R}^2 \to \mathbb{R}^2 reflects vectors across the line y=xy = -x, then rotates the result counterclockwise by 90°90°. If T(31)=(ab)T\begin{pmatrix} 3 \\ 1 \end{pmatrix} = \begin{pmatrix} a \\ b \end{pmatrix} , what is a+ba + b?

  1. 22 (correct answer)
  2. 2-2
  3. 44
  4. 4-4
Explanation: First, reflect across y=xy = -x using matrix (0110)\begin{pmatrix} 0 & -1 \\ -1 & 0 \end{pmatrix}: (0110)(31)=(13)\begin{pmatrix} 0 & -1 \\ -1 & 0 \end{pmatrix}\begin{pmatrix} 3 \\ 1 \end{pmatrix} = \begin{pmatrix} -1 \\ -3 \end{pmatrix}. Then rotate 90°90° counterclockwise using (0110)\begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix}: (0110)(13)=(31)\begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix}\begin{pmatrix} -1 \\ -3 \end{pmatrix} = \begin{pmatrix} 3 \\ -1 \end{pmatrix}. So a=3,b=1a = 3, b = -1, and a+b=2a + b = 2. Choice B uses the wrong reflection matrix. Choice C forgets the negative sign in rotation. Choice D combines both errors.

Question 7

Consider the composition of two transformations in R2\mathbb{R}^2: first a reflection across the line y=xy = x, then a horizontal shear that maps (10)\begin{pmatrix} 1 \\ 0 \end{pmatrix} to (10)\begin{pmatrix} 1 \\ 0 \end{pmatrix} and (01)\begin{pmatrix} 0 \\ 1 \end{pmatrix} to $$ \begin{pmatrix} 3 \ 1 \end{pmatrix}

  1. 11
  2. 1-1 (correct answer)
  3. 33
  4. 3-3
Explanation: The reflection across y=xy = x has matrix R=(0110)R = \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix} with det(R)=1\det(R) = -1. The horizontal shear has matrix S=(1301)S = \begin{pmatrix} 1 & 3 \\ 0 & 1 \end{pmatrix} with det(S)=1\det(S) = 1. The composite transformation is SR=(1301)(0110)=(3110)SR = \begin{pmatrix} 1 & 3 \\ 0 & 1 \end{pmatrix}\begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix} = \begin{pmatrix} 3 & 1 \\ 1 & 0 \end{pmatrix} . Therefore det(SR)=det(S)det(R)=1(1)=1\det(SR) = \det(S)\det(R) = 1 \cdot (-1) = -1. Choice A forgets that reflection has negative determinant. Choice C uses only the shear parameter. Choice D incorrectly multiplies the shear parameter by the reflection determinant.

Question 8

A triangle in the xy-plane has vertices at O(0,0)O(0,0), A(4,0)A(4,0), and B(2,3)B(2,3). The triangle is transformed by the linear transformation represented by the matrix S=(1201)S = \begin{pmatrix} 1 & -2 \\ 0 & 1 \end{pmatrix}. What is the area of the transformed triangle?

  1. 0
  2. 12
  3. 3
  4. 6 (correct answer)
Explanation: When you encounter a problem about linear transformations and area, the key insight is that linear transformations scale areas by the absolute value of the determinant of the transformation matrix. First, let's find the area of the original triangle with vertices O(0,0), A(4,0), and B(2,3). Using the shoelace formula or recognizing this as a triangle with base 4 and height 3, the original area is 12×4×3=6\frac{1}{2} \times 4 \times 3 = 6. Next, we need the determinant of the transformation matrix S=(1201)S = \begin{pmatrix} 1 & -2 \\ 0 & 1 \end{pmatrix} . For a 2×2 matrix, the determinant is adbc=(1)(1)(2)(0)=1ad - bc = (1)(1) - (-2)(0) = 1. Since the determinant is 1, areas are preserved under this transformation. Therefore, the transformed triangle has area 6×1=66 \times |1| = 6. Let's examine why the other answers are wrong: Choice A (0) would only occur if the determinant were zero, which would mean the transformation collapses the plane to a line. Choice B (12) suggests someone doubled the original area, perhaps thinking the transformation always doubles areas. Choice C (3) might result from incorrectly calculating the original triangle's area as 3 instead of 6, then applying the correct determinant scaling. Study tip: For any linear transformation question involving area, immediately calculate the determinant of the transformation matrix. The new area equals the original area times the absolute value of this determinant. This relationship holds for any shape, making it a powerful shortcut.

Question 9

Consider the linear transformation T:R2R2T: \mathbb{R}^2 \to \mathbb{R}^2 represented by the matrix A=(0220)A = \begin{pmatrix} 0 & -2 \\ -2 & 0 \end{pmatrix}. Which statement best describes the geometric effect of this transformation?

  1. A reflection across the line y=xy = -x followed by a dilation by a factor of 2. (correct answer)
  2. A counter-clockwise rotation by 9090^\circ followed by a reflection across the x-axis.
  3. A counter-clockwise rotation by 270270^\circ followed by a dilation by a factor of 2.
  4. A reflection across the line y=xy = x followed by a dilation by a factor of 2.
Explanation: The matrix can be factored as A=2(0110)A = 2 \begin{pmatrix} 0 & -1 \\ -1 & 0 \end{pmatrix}. The matrix (0110)\begin{pmatrix} 0 & -1 \\ -1 & 0 \end{pmatrix} represents a reflection across the line y=xy = -x. The scalar multiple of 2 represents a dilation (scaling) by a factor of 2. Therefore, the transformation is a reflection across y=xy=-x followed by a dilation by 2. Choice B results in (0110)\begin{pmatrix} 0 & -1 \\ -1 & 0 \end{pmatrix} which lacks the dilation. Choice C results in the matrix (0220)\begin{pmatrix} 0 & 2 \\ -2 & 0 \end{pmatrix}. Choice D results in the matrix (0220)\begin{pmatrix} 0 & 2 \\ 2 & 0 \end{pmatrix}.

Question 10

Let PP be the transformation that projects vectors in R3\mathbb{R}^3 onto the xy-plane, and let RR be the transformation that rotates vectors by 9090^\circ counter-clockwise about the y-axis. Find the standard matrix for the composite transformation T=RPT = R \circ P.

  1. (001010000)\begin{pmatrix} 0 & 0 & 1 \\ 0 & 1 & 0 \\ 0 & 0 & 0 \end{pmatrix}
  2. (000010100)\begin{pmatrix} 0 & 0 & 0 \\ 0 & 1 & 0 \\ -1 & 0 & 0 \end{pmatrix} (correct answer)
  3. (001010100)\begin{pmatrix} 0 & 0 & 1 \\ 0 & 1 & 0 \\ -1 & 0 & 0 \end{pmatrix}
  4. (100010000)\begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 0 \end{pmatrix}
Explanation: When you encounter composite transformations, remember that the order matters crucially. The notation T=RPT = R \circ P means "first apply PP, then apply RR" to any input vector. Let's build this step by step. The projection PP onto the xy-plane takes any vector (x,y,z)(x, y, z) and maps it to (x,y,0)(x, y, 0), giving us the matrix: The rotation RR by 90°90° counter-clockwise about the y-axis transforms (x,y,z)(z,y,x)(x, y, z) \to (-z, y, x), since looking down the positive y-axis, the x-axis rotates to where the negative z-axis was, and the z-axis rotates to where the x-axis was: The composite transformation matrix is T=RPT = R \cdot P: Wait - this matches choice B, but with the third row as (1,0,0)(1, 0, 0) instead of (1,0,0)(-1, 0, 0). Let me recalculate the rotation direction carefully. A 90°90° counter-clockwise rotation about the y-axis actually maps (1,0,0)(0,0,1)(1, 0, 0) \to (0, 0, -1) and (0,0,1)(1,0,0)(0, 0, 1) \to (1, 0, 0), giving us the final answer B. Choice A incorrectly swaps the first and third rows. Choice C uses the wrong rotation direction. Choice D ignores the rotation entirely, keeping only the projection. Strategy tip: Always compute composite transformations by multiplying matrices in reverse order of application, and double-check rotation directions using the right-hand rule.

Question 11

Let SS be a horizontal shear in R2\mathbb{R}^2 with a shear factor of 3, and let RR be a counter-clockwise rotation by 4545^\circ. If the composite transformation is T=RST = R \circ S, which matrix represents the inverse transformation T1T^{-1}?

  1. (1301)\begin{pmatrix} 1 & -3 \\ 0 & 1 \end{pmatrix}
  2. (correct answer)
Explanation: When you encounter composite transformations, remember that (RS)1=S1R1(R \circ S)^{-1} = S^{-1} \circ R^{-1} - the inverse of a composition reverses both the order and each individual transformation. First, let's identify our transformations. A horizontal shear with factor 3 has matrix S=(1301)S = \begin{pmatrix} 1 & 3 \\ 0 & 1 \end{pmatrix}, and a 45° counter-clockwise rotation has matrix R=22(1111)R = \frac{\sqrt{2}}{2}\begin{pmatrix} 1 & -1 \\ 1 & 1 \end{pmatrix}. To find T1=S1R1T^{-1} = S^{-1} \circ R^{-1}, we need the inverses. For the shear: S1=(1301)S^{-1} = \begin{pmatrix} 1 & -3 \\ 0 & 1 \end{pmatrix} (reverse the shear). For the rotation: R1=22(1111)R^{-1} = \frac{\sqrt{2}}{2}\begin{pmatrix} 1 & 1 \\ -1 & 1 \end{pmatrix} (rotate clockwise by 45°). Now compute T1=S1R1T^{-1} = S^{-1}R^{-1}: This matches choice C. Choice A gives only S1S^{-1}, ignoring the rotation entirely. Choice B represents R1S1R^{-1}S^{-1} - the wrong order for the inverse composition. Choice D has sign errors, likely from incorrectly computing the rotation inverse. Study tip: Always remember that (AB)1=B1A1(AB)^{-1} = B^{-1}A^{-1} - the order reverses! Write out each transformation matrix explicitly before computing the composite inverse.

Question 12

Let T1T_1 be the linear transformation representing a reflection across the line y=xy=x in R2\mathbb{R}^2, and let T2T_2 be the transformation for a counter-clockwise rotation by 9090^\circ. What is the standard matrix for the composite transformation T=T2T1T = T_2 \circ T_1 (first reflecting, then rotating)?

  1. (1001)\begin{pmatrix} -1 & 0 \\ 0 & 1 \end{pmatrix} (correct answer)
  2. (1001)\begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}
  3. (0110)\begin{pmatrix} 0 & -1 \\ -1 & 0 \end{pmatrix}
  4. (0110)\begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}
Explanation: The standard matrix for reflection across y=xy=x is A1=(0110)A_1 = \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}. The standard matrix for a counter-clockwise rotation by 9090^\circ is A2=(cos(90)sin(90)sin(90)cos(90))=(0110)A_2 = \begin{pmatrix} \cos(90^\circ) & -\sin(90^\circ) \\ \sin(90^\circ) & \cos(90^\circ) \end{pmatrix} = \begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix}. The composition T2T1T_2 \circ T_1 corresponds to the matrix product A2A1A_2 A_1. $$A_2 A_1 = \begin{pmatrix} 0 & -1 \ 1 & 0 \end{pmatrix} \begin{pmatrix} 0 & 1 \ 1 & 0 \end{pmatrix} = \begin{pmatrix} (0)(0)+(-1)(1) & (0)(1)+(-1)(0) \ (1)(0)+(0)(1) & (1)(1)+(0)(0) \end{pmatrix} = \begin{pmatrix} -1 & 0 \ 0 & 1 \end{pmatrix}

Question 13

A linear transformation T:R3R3T: \mathbb{R}^3 \to \mathbb{R}^3 represents an orthogonal projection onto a plane. If T(121)=(121)T\begin{pmatrix} 1 \\ 2 \\ 1 \end{pmatrix} = \begin{pmatrix} 1 \\ 2 \\ 1 \end{pmatrix} and T(211)=(000)T\begin{pmatrix} 2 \\ 1 \\ -1 \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \\ 0 \end{pmatrix} , what is $$T\begin{pmatrix} 4 \ 5 \ 1 \end{pmatrix}

  1. (411)\begin{pmatrix} 4 \\ 1 \\ -1 \end{pmatrix}
  2. (013)\begin{pmatrix} 0 \\ 1 \\ 3 \end{pmatrix}
  3. (215)\begin{pmatrix} 2 \\ 1 \\ 5 \end{pmatrix}
  4. (242)\begin{pmatrix} 2 \\ 4 \\ 2 \end{pmatrix} (correct answer)
Explanation: When you encounter orthogonal projections onto planes, remember that such transformations have two key properties: vectors in the plane remain unchanged, while vectors perpendicular to the plane get mapped to zero. The given information tells us exactly this: (121)\begin{pmatrix} 1 \\ 2 \\ 1 \end{pmatrix} lies in the plane (since TT maps it to itself), while (211)\begin{pmatrix} 2 \\ 1 \\ -1 \end{pmatrix} is perpendicular to the plane (since TT maps it to zero). To find $$T\begin{pmatrix} 4 \ 5 \ 1 \end{pmatrix} Let $$ \begin{pmatrix} 4 \\ 5 \\ 1 \end{pmatrix} = a\begin{pmatrix} 1 \\ 2 \\ 1 \end{pmatrix} + b\begin{pmatrix} 2 \\ 1 \\ -1 \end{pmatrix} $$. Solving this system: $$4 = a + 2b$$, $$5 = 2a + b$$, and $$1 = a - b$$. From the third equation, $$a = 1 + b$$. Substituting into the first: $$4 = (1 + b) + 2b = 1 + 3b$$, so $$b = 1$$ and $$a = 2$$. Therefore: $$T\begin{pmatrix} 4 \\ 5 \\ 1 \end{pmatrix} = T\left(2\begin{pmatrix} 1 \\ 2 \\ 1 \end{pmatrix} + 1\begin{pmatrix} 2 \\ 1 \\ -1 \end{pmatrix}\right) = 2\begin{pmatrix} 1 \\ 2 \\ 1 \end{pmatrix} + 0 = \begin{pmatrix} 2 \\ 4 \\ 2 \end{pmatrix} Answer D is correct. Choices A, B, and C represent incorrect decompositions or computational errors in solving the system of equations. Key strategy: For projection problems, always identify the basis vectors for the subspace and its orthogonal complement first, then decompose your target vector accordingly.

Question 14

A shear transformation in R2\mathbb{R}^2 fixes the xx-axis and maps (01)\begin{pmatrix} 0 \\ 1 \end{pmatrix} to (21)\begin{pmatrix} 2 \\ 1 \end{pmatrix}. If this transformation is applied twice in succession to the point $$ \begin{pmatrix} 1 \ 3 \end{pmatrix}

  1. (133)\begin{pmatrix} 13 \\ 3 \end{pmatrix} (correct answer)
  2. (73)\begin{pmatrix} 7 \\ 3 \end{pmatrix}
  3. (93)\begin{pmatrix} 9 \\ 3 \end{pmatrix}
  4. (113)\begin{pmatrix} 11 \\ 3 \end{pmatrix}
Explanation: Since the shear fixes the xx-axis and maps (01)\begin{pmatrix} 0 \\ 1 \end{pmatrix} to (21)\begin{pmatrix} 2 \\ 1 \end{pmatrix}, the transformation matrix is A=(1201)A = \begin{pmatrix} 1 & 2 \\ 0 & 1 \end{pmatrix} . Applying it twice means computing A2=(1201)(1201)=(1401)A^2 = \begin{pmatrix} 1 & 2 \\ 0 & 1 \end{pmatrix}\begin{pmatrix} 1 & 2 \\ 0 & 1 \end{pmatrix} = \begin{pmatrix} 1 & 4 \\ 0 & 1 \end{pmatrix} . Then A2(13)=(1401)(13)=(133)A^2\begin{pmatrix} 1 \\ 3 \end{pmatrix} = \begin{pmatrix} 1 & 4 \\ 0 & 1 \end{pmatrix}\begin{pmatrix} 1 \\ 3 \end{pmatrix} = \begin{pmatrix} 13 \\ 3 \end{pmatrix} . Choice B applies the transformation only once. Choice C uses incorrect matrix multiplication. Choice D miscalculates A2A^2.

Question 15

A linear transformation T:R2R2T: \mathbb{R}^2 \to \mathbb{R}^2 maps the vector u=(11)\mathbf{u} = \begin{pmatrix} 1 \\ 1 \end{pmatrix} to T(u)=(30)T(\mathbf{u}) = \begin{pmatrix} 3 \\ 0 \end{pmatrix} and the vector v=(11)\mathbf{v} = \begin{pmatrix} -1 \\ 1 \end{pmatrix} to T(v)=(12)T(\mathbf{v}) = \begin{pmatrix} 1 \\ -2 \end{pmatrix}. What is the standard matrix AA for this transformation?

  1. (3/21/23/23/2)\begin{pmatrix} 3/2 & -1/2 \\ -3/2 & -3/2 \end{pmatrix}
  2. (1211)\begin{pmatrix} 1 & 2 \\ 1 & -1 \end{pmatrix} (correct answer)
  3. (2422)\begin{pmatrix} 2 & 4 \\ 2 & -2 \end{pmatrix}
  4. (1211)\begin{pmatrix} 1 & 2 \\ -1 & 1 \end{pmatrix}
Explanation: When you encounter a problem asking for the standard matrix of a linear transformation given specific vector mappings, you need to find the matrix AA such that T(x)=AxT(\mathbf{x}) = A\mathbf{x} for any vector x\mathbf{x}. The key insight is that if you know where two linearly independent vectors map to, you can determine the entire transformation. Here, you have T(u)=(30)T(\mathbf{u}) = \begin{pmatrix} 3 \\ 0 \end{pmatrix} and T(v)=(12)T(\mathbf{v}) = \begin{pmatrix} 1 \\ -2 \end{pmatrix} where u=(11)\mathbf{u} = \begin{pmatrix} 1 \\ 1 \end{pmatrix} and $$\mathbf{v} = \begin{pmatrix} -1 \ 1 \end{pmatrix} Since $$A\mathbf{u} = T(\mathbf{u})$$ and $$A\mathbf{v} = T(\mathbf{v})$$, you can write this as a matrix equation: $$A\begin{pmatrix} 1 & -1 \\ 1 & 1 \end{pmatrix} = \begin{pmatrix} 3 & 1 \\ 0 & -2 \end{pmatrix} $$. Solving for $$A$$, you get $$A = \begin{pmatrix} 3 & 1 \\ 0 & -2 \end{pmatrix}\begin{pmatrix} 1 & -1 \\ 1 & 1 \end{pmatrix}^{-1} = \begin{pmatrix} 1 & 2 \\ 1 & -1 \end{pmatrix} $$, which is choice B. Choice A represents a common computational error when inverting matrices. Choice C is twice the correct matrix, suggesting an error in matrix multiplication. Choice D has the wrong signs in the second row, indicating a sign error during calculations. Always verify your answer by checking that your matrix actually maps the given vectors correctly: $$ \begin{pmatrix} 1 & 2 \\ 1 & -1 \end{pmatrix}\begin{pmatrix} 1 \\ 1 \end{pmatrix} = \begin{pmatrix} 3 \\ 0 \end{pmatrix} $$ ✓

Question 16

A linear transformation T:R3R3T: \mathbb{R}^3 \to \mathbb{R}^3 projects vectors onto the line spanned by (112)\begin{pmatrix} 1 \\ 1 \\ 2 \end{pmatrix}. If v=(311)\mathbf{v} = \begin{pmatrix} 3 \\ -1 \\ 1 \end{pmatrix} , what is T(v)|T(\mathbf{v})|?

  1. 869\frac{8\sqrt{6}}{9}
  2. 463\frac{4\sqrt{6}}{3}
  3. 63\frac{\sqrt{6}}{3}
  4. 263\frac{2\sqrt{6}}{3} (correct answer)
Explanation: When you encounter a projection problem, you're dealing with finding the component of one vector in the direction of another. To project vector v\mathbf{v} onto the line spanned by u=(112)\mathbf{u} = \begin{pmatrix} 1 \\ 1 \\ 2 \end{pmatrix} , use the projection formula: projuv=vuuuu\text{proj}_{\mathbf{u}}\mathbf{v} = \frac{\mathbf{v} \cdot \mathbf{u}}{\mathbf{u} \cdot \mathbf{u}}\mathbf{u}. First, calculate the dot products. vu=(3)(1)+(1)(1)+(1)(2)=31+2=4\mathbf{v} \cdot \mathbf{u} = (3)(1) + (-1)(1) + (1)(2) = 3 - 1 + 2 = 4, and uu=12+12+22=6\mathbf{u} \cdot \mathbf{u} = 1^2 + 1^2 + 2^2 = 6. So $$T(\mathbf{v}) = \frac{4}{6}\begin{pmatrix} 1 \ 1 \ 2 \end{pmatrix} = \frac{2}{3}\begin{pmatrix} 1 \ 1 \ 2 \end{pmatrix} = \begin{pmatrix} 2/3 \ 2/3 \ 4/3 \end{pmatrix} The magnitude is $$|T(\mathbf{v})| = \sqrt{(2/3)^2 + (2/3)^2 + (4/3)^2} = \sqrt{\frac{4 + 4 + 16}{9}} = \sqrt{\frac{24}{9}} = \sqrt{\frac{8}{3}} = \frac{2\sqrt{6}}{3}$$, confirming answer D. Answer A gives $$\frac{8\sqrt{6}}{9}$$, which results from incorrectly using $$(\mathbf{u} \cdot \mathbf{u})^2 = 36$$ in the denominator instead of $$\mathbf{u} \cdot \mathbf{u} = 6$$. Answer B, $$\frac{4\sqrt{6}}{3}$$, comes from forgetting to take the square root when computing the magnitude. Answer C, $$\frac{\sqrt{6}}{3}$$, occurs when you miscalculate the dot product $$\mathbf{v} \cdot \mathbf{u}$$ as 2 instead of 4. Remember: projection problems always follow the same pattern—compute two dot products, form the projection vector, then find its magnitude. Double-check your arithmetic at each step.

Question 17

In R2\mathbb{R}^2, let RθR_\theta denote counterclockwise rotation by angle θ\theta. If Rπ/3Rπ/4R_{\pi/3} \circ R_{\pi/4} transforms the point (20)\begin{pmatrix} \sqrt{2} \\ 0 \end{pmatrix} to (ab)\begin{pmatrix} a \\ b \end{pmatrix}, what is the value of a2+b2a^2 + b^2?

  1. 11
  2. 2\sqrt{2}
  3. 22 (correct answer)
  4. 44
Explanation: Rotations preserve distances, so Rπ/3Rπ/4(20)=(20)=2|R_{\pi/3} \circ R_{\pi/4}\begin{pmatrix} \sqrt{2} \\ 0 \end{pmatrix}| = |\begin{pmatrix} \sqrt{2} \\ 0 \end{pmatrix}| = \sqrt{2}. Therefore a2+b2=(2)2=2a^2 + b^2 = (\sqrt{2})^2 = 2. We can verify: Rπ/4(20)=(cos(π/4)sin(π/4)sin(π/4)cos(π/4))(20)=(11)R_{\pi/4}\begin{pmatrix} \sqrt{2} \\ 0 \end{pmatrix} = \begin{pmatrix} \cos(\pi/4) & -\sin(\pi/4) \\ \sin(\pi/4) & \cos(\pi/4) \end{pmatrix}\begin{pmatrix} \sqrt{2} \\ 0 \end{pmatrix} = \begin{pmatrix} 1 \\ 1 \end{pmatrix} . Then Rπ/3(11)=(1/23/23/2+1/2)R_{\pi/3}\begin{pmatrix} 1 \\ 1 \end{pmatrix} = \begin{pmatrix} 1/2 - \sqrt{3}/2 \\ \sqrt{3}/2 + 1/2 \end{pmatrix} , and indeed a2+b2=2a^2 + b^2 = 2. Choice A uses the wrong initial vector length. Choice B confuses the length with 2\sqrt{2}. Choice D squares the length incorrectly.

Question 18

What is the result of orthogonally projecting the vector v=(213)\mathbf{v} = \begin{pmatrix} 2 \\ 1 \\ 3 \end{pmatrix} onto the plane defined by the equation xy+2z=0x - y + 2z = 0?

  1. (5/613/62/3)\begin{pmatrix} 5/6 \\ 13/6 \\ 2/3 \end{pmatrix} (correct answer)
  2. (7/67/67/3)\begin{pmatrix} 7/6 \\ -7/6 \\ 7/3 \end{pmatrix}
  3. (1/411/41/2)\begin{pmatrix} 1/4 \\ 11/4 \\ -1/2 \end{pmatrix}
  4. (17/61/614/3)\begin{pmatrix} 17/6 \\ 1/6 \\ 14/3 \end{pmatrix}
Explanation: The normal vector to the plane xy+2z=0x - y + 2z = 0 is n=(112)\mathbf{n} = \begin{pmatrix} 1 \\ -1 \\ 2 \end{pmatrix}. The projection of v\mathbf{v} onto the plane, p\mathbf{p}, is given by p=vprojnv\mathbf{p} = \mathbf{v} - \text{proj}_{\mathbf{n}}\mathbf{v}. First, calculate the projection of v\mathbf{v} onto n\mathbf{n}: projnv=vnnnn=(2)(1)+(1)(1)+(3)(2)12+(1)2+22n=21+61+1+4n=76(112)=(7/67/614/6)\text{proj}_{\mathbf{n}}\mathbf{v} = \frac{\mathbf{v} \cdot \mathbf{n}}{\mathbf{n} \cdot \mathbf{n}}\mathbf{n} = \frac{(2)(1) + (1)(-1) + (3)(2)}{1^2 + (-1)^2 + 2^2}\mathbf{n} = \frac{2-1+6}{1+1+4}\mathbf{n} = \frac{7}{6}\begin{pmatrix} 1 \\ -1 \\ 2 \end{pmatrix} = \begin{pmatrix} 7/6 \\ -7/6 \\ 14/6 \end{pmatrix} Then, subtract this from v\mathbf{v}: $$\mathbf{p} = \begin{pmatrix} 2 \ 1 \ 3 \end{pmatrix} - \begin{pmatrix} 7/6 \ -7/6 \ 14/6 \end{pmatrix} = \begin{pmatrix} 12/6 - 7/6 \ 6/6 + 7/6 \ 18/6 - 14/6 \end{pmatrix} = \begin{pmatrix} 5/6 \ 13/6 \ 4/6 \end{pmatrix} = \begin{pmatrix} 5/6 \ 13/6 \ 2/3 \end{pmatrix}

Question 19

Consider the linear transformation that projects vectors in R3\mathbb{R}^3 onto the plane 2xy+3z=02x - y + 3z = 0. Which of the following vectors lies in the kernel of this transformation?

  1. (120)\begin{pmatrix} 1 \\ 2 \\ 0 \end{pmatrix}
  2. (213)\begin{pmatrix} 2 \\ -1 \\ 3 \end{pmatrix} (correct answer)
  3. (302)\begin{pmatrix} 3 \\ 0 \\ -2 \end{pmatrix}
  4. (031)\begin{pmatrix} 0 \\ 3 \\ 1 \end{pmatrix}
Explanation: The kernel of a projection onto a plane consists of vectors perpendicular to that plane. The normal vector to plane 2xy+3z=02x - y + 3z = 0 is (213)\begin{pmatrix} 2 \\ -1 \\ 3 \end{pmatrix}, which is exactly choice B. Any scalar multiple of this vector will also be in the kernel. Choice A gives 2(1)1(2)+3(0)=02(1) - 1(2) + 3(0) = 0, so it's actually in the plane, not the kernel. Choice C gives 2(3)1(0)+3(2)=02(3) - 1(0) + 3(-2) = 0, also in the plane. Choice D gives 2(0)1(3)+3(1)=02(0) - 1(3) + 3(1) = 0, also in the plane.