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: Using 2x2 Matrices For Plane Transformations

Practice Using 2x2 Matrices For Plane Transformations 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

When matrix A=[1122]A=\begin{bmatrix}1&1\\2&2\end{bmatrix}A=[12​12​] is applied as a transformation of the plane, how does it affect areas?

Select an answer to continue

What this quiz covers

This quiz focuses on Using 2x2 Matrices For Plane Transformations, 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

When matrix A=[1122]A=\begin{bmatrix}1&1\\2&2\end{bmatrix}A=[12​12​] is applied as a transformation of the plane, how does it affect areas?

  1. It doubles all areas because ∣det⁡(A)∣=2|\det(A)|=2∣det(A)∣=2
  2. It preserves all areas because ∣det⁡(A)∣=1|\det(A)|=1∣det(A)∣=1
  3. It collapses regions to a line or point because det⁡(A)=0\det(A)=0det(A)=0 (correct answer)
  4. It triples all areas because ∣det⁡(A)∣=3|\det(A)|=3∣det(A)∣=3

Explanation: This question tests understanding of how the determinant relates to area scaling. The determinant of a 2×2 transformation matrix A represents the area scaling factor: if det(A) = k, then the transformation scales all areas by a factor of |k| (the absolute value), with positive determinant preserving orientation and negative determinant reversing it (indicating a reflection). For matrix A = [1 1; 2 2], we calculate det(A) = ad - bc = (1)(2) - (1)(2) = 2 - 2 = 0. This means the transformation is singular (non-invertible) and collapses the entire plane onto a line, making all areas zero. Choice C is correct because it properly identifies that det(A) = 0 means the transformation collapses regions to a line or point. Choice A incorrectly claims areas are doubled because |det(A)| = 2, but det(A) = 0, not 2. For area scaling, always use the absolute value: |det(A)| gives the area magnification factor, but when det(A) = 0, the transformation is degenerate and collapses the plane to a lower dimension.

Question 2

For the transformation matrix R=(0−110)R=\begin{pmatrix}0&-1\\1&0\end{pmatrix}R=(01​−10​), which represents a rotation of the coordinate plane, what is the image of the point (3,4)(3,4)(3,4) under T(v)=RvT(\mathbf{v})=R\mathbf{v}T(v)=Rv? (This transformation has det⁡(R)=1\det(R)=1det(R)=1, so areas are preserved.)

  1. (4,−3)(4,-3)(4,−3)
  2. (−4,3)(-4,3)(−4,3) (correct answer)
  3. (3,−4)(3,-4)(3,−4)
  4. (−3,4)(-3,4)(−3,4)

Explanation: This question tests understanding of how 2×2 matrices act as transformations of the coordinate plane and how the determinant relates to area scaling. Common 2×2 transformations include rotations (like [0 -1; 1 0] for 90° counterclockwise), reflections (like [1 0; 0 -1] for reflection across the x-axis), and scalings (like [k 0; 0 k] for uniform scaling by factor k). To transform point (3, 4) by matrix R = [0 -1; 1 0], we compute [0 -1; 1 0][3; 4] = [03 + (-1)4; 13 + 04] = [-4; 3], giving the image point (-4, 3). Choice B is correct because it accurately computes the matrix-vector product. Choice A makes an error in the matrix-vector multiplication, calculating perhaps the clockwise rotation or sign error, getting (4, -3) instead of (-4, 3). Key to plane transformations: apply the matrix to a vector [x; y] by computing [ax+by; cx+dy], and remember that the determinant det(A) = ad - bc tells you about area scaling (|det| is the factor) and orientation (sign indicates preserved or reversed). Common transformations to recognize: [0 -1; 1 0] rotates 90° counterclockwise, [1 0; 0 -1] reflects across x-axis, [-1 0; 0 1] reflects across y-axis, [0 1; 1 0] reflects across y = x, and [k 0; 0 k] scales uniformly by k.

Question 3

A triangle with vertices at A(2,1)A(2, 1)A(2,1), B(4,1)B(4, 1)B(4,1), and C(2,3)C(2, 3)C(2,3) is transformed by the matrix (1−120)\begin{pmatrix} 1 & -1 \\ 2 & 0 \end{pmatrix}(12​−10​). What is the ratio of the area of the transformed triangle to the area of the original triangle?

  1. 12\frac{1}{2}21​
  2. 111
  3. 222 (correct answer)
  4. 444

Explanation: The ratio of areas under a linear transformation equals the absolute value of the determinant of the transformation matrix. The determinant is (1)(0)−(−1)(2)=0+2=2(1)(0) - (-1)(2) = 0 + 2 = 2(1)(0)−(−1)(2)=0+2=2. Therefore, the ratio is ∣2∣=2|2| = 2∣2∣=2. Choice A results from incorrectly taking the reciprocal. Choice B assumes the determinant is 1. Choice D results from squaring the determinant instead of taking absolute value.

Question 4

Consider the composition of two transformations: first a reflection across the line y=xy = xy=x represented by matrix R=(0110)R = \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}R=(01​10​), followed by a scaling transformation S=(3002)S = \begin{pmatrix} 3 & 0 \\ 0 & 2 \end{pmatrix}S=(30​02​). A circle with area π\piπ square units undergoes this composition. What is the area of the final image?

  1. 2π2\pi2π square units
  2. 3π3\pi3π square units
  3. 5π5\pi5π square units
  4. 6π6\pi6π square units (correct answer)

Explanation: The composition is SR=(3002)(0110)=(0320)SR = \begin{pmatrix} 3 & 0 \\ 0 & 2 \end{pmatrix}\begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix} = \begin{pmatrix} 0 & 3 \\ 2 & 0 \end{pmatrix}SR=(30​02​)(01​10​)=(02​30​). The determinant is 0(0)−3(2)=−60(0) - 3(2) = -60(0)−3(2)=−6, so the area scaling factor is ∣−6∣=6|-6| = 6∣−6∣=6. The final area is π×6=6π\pi \times 6 = 6\piπ×6=6π. Choice A uses only ∣det⁡(S)∣/3|\det(S)|/3∣det(S)∣/3. Choice B uses only ∣det⁡(S)∣/2|\det(S)|/2∣det(S)∣/2. Choice C adds the individual determinants instead of computing the composition.

Question 5

For the transformation matrix A=(1111),A=\begin{pmatrix}1&1\\1&1\end{pmatrix},A=(11​11​), the determinant indicates whether the transformation collapses area. What is det⁡(A)\det(A)det(A), and what does it imply about the area scaling factor ∣det⁡(A)∣|\det(A)|∣det(A)∣?​

  1. det⁡(A)=2\det(A)=2det(A)=2; areas scale by factor 222
  2. det⁡(A)=0\det(A)=0det(A)=0; areas scale by factor 000 (collapse to a line) (correct answer)
  3. det⁡(A)=−2\det(A)=-2det(A)=−2; areas scale by factor −2-2−2
  4. det⁡(A)=−1\det(A)=-1det(A)=−1; areas scale by factor 111 with orientation preserved

Explanation: This question tests understanding of how 2×2 matrices act as transformations of the coordinate plane and how the determinant relates to area scaling. The determinant of a 2×2 transformation matrix A represents the area scaling factor: if det(A) = k, then the transformation scales all areas by a factor of |k| (the absolute value), with positive determinant preserving orientation and negative determinant reversing it (indicating a reflection). For matrix A = [1 1; 1 1], we calculate det(A) = 11 - 11 = 1 - 1 = 0. This means the transformation scales all areas by a factor of |0| = 0, so regions collapse to zero area (like projecting onto a line). Choice B is correct because it correctly calculates the determinant. Choice A confuses the determinant formula, computing ad + bc=2 instead of ad - bc. For area scaling, always use the absolute value: |det(A)| gives the area magnification factor, so if det(A) = -2, areas are scaled by 2 (the absolute value), and the negative sign indicates orientation reversal (a reflection component).

Question 6

When the matrix A=(3001)A=\begin{pmatrix}3&0\\0&1\end{pmatrix}A=(30​01​) is applied to the coordinate plane, ∣det⁡(A)∣|\det(A)|∣det(A)∣ gives the area magnification factor. By what factor are areas scaled?

  1. 111
  2. 333 (correct answer)
  3. 999
  4. 13\tfrac{1}{3}31​

Explanation: This question tests understanding of how 2×22 \times 22×2 matrices act as transformations of the coordinate plane and how the determinant relates to area scaling. The determinant of a 2×22 \times 22×2 transformation matrix A represents the area scaling factor: if det⁡(A)=k\det(A) = kdet(A)=k, then the transformation scales all areas by a factor of ∣k∣|k|∣k∣ (the absolute value), with positive determinant preserving orientation and negative determinant reversing it (indicating a reflection). For matrix A=(3001)A = \begin{pmatrix} 3 & 0 \\ 0 & 1 \end{pmatrix}A=(30​01​), we calculate det⁡(A)=3×1−0×0=3−0=3\det(A) = 3 \times 1 - 0 \times 0 = 3 - 0 = 3det(A)=3×1−0×0=3−0=3. This means the transformation scales all areas by a factor of ∣det⁡(A)∣=∣3∣=3|\det(A)| = |3| = 3∣det(A)∣=∣3∣=3, so a region with area 1 would transform to area 3. Choice B is correct because it correctly identifies ∣det⁡(A)∣|\det(A)|∣det(A)∣ as the area scaling factor. Choice C confuses the determinant formula, computing (3)2=9(3)^2 = 9(3)2=9 instead of ad−bc=3ad - bc = 3ad−bc=3. For area scaling, always use the absolute value: ∣det⁡(A)∣|\det(A)|∣det(A)∣ gives the area magnification factor, so if det⁡(A)=−2\det(A) = -2det(A)=−2, areas are scaled by 2 (the absolute value), and the negative sign indicates orientation reversal (a reflection component).

Question 7

Given the transformation matrix A=(−1001)A=\begin{pmatrix}-1&0\\0&1\end{pmatrix}A=(−10​01​) applied to the coordinate plane by T(v)=AvT(\mathbf{v})=A\mathbf{v}T(v)=Av, what geometric transformation does AAA represent? (Here det⁡(A)=−1\det(A)=-1det(A)=−1, so orientation is reversed while area is preserved.)

  1. Reflection across the xxx-axis
  2. Reflection across the yyy-axis (correct answer)
  3. Rotation 180∘180^\circ180∘ about the origin
  4. Uniform scaling by factor −1-1−1

Explanation: This question tests understanding of how 2×2 matrices act as transformations of the coordinate plane and how the determinant relates to area scaling. Common 2×2 transformations include rotations (like [0 -1; 1 0] for 90° counterclockwise), reflections (like [1 0; 0 -1] for reflection across the x-axis), and scalings (like [k 0; 0 k] for uniform scaling by factor k). The matrix [-1 0; 0 1] has the form of a reflection because the first column [-1; 0] flips the x-basis, and second column [0; 1] keeps y, reflecting across the y-axis. Choice B is correct because it properly describes the geometric transformation. Choice A incorrectly identifies the transformation as reflection across x-axis, but the matrix [-1 0; 0 1] actually represents reflection across y-axis because it negates x while keeping y. To identify a transformation geometrically, see what it does to the standard basis vectors: [1; 0] maps to the first column of A, and [0; 1] maps to the second column, which reveals the transformation's nature (rotation, reflection, scaling, etc.). Common transformations to recognize: [0 -1; 1 0] rotates 90° counterclockwise, [1 0; 0 -1] reflects across x-axis, [-1 0; 0 1] reflects across y-axis, [0 1; 1 0] reflects across y = x, and [k 0; 0 k] scales uniformly by k.

Question 8

Given the transformation matrix F=(10\0−1)F=\begin{pmatrix}1&0\0&-1\end{pmatrix}F=(1​0\0​−1​) applied to vectors in the plane, what geometric transformation does FFF represent?

  1. Reflection across the yyy-axis
  2. Rotation 90∘90^\circ90∘ counterclockwise
  3. Reflection across the xxx-axis (correct answer)
  4. Uniform scaling by factor −1-1−1

Explanation: This question tests understanding of how 2×2 matrices act as transformations of the coordinate plane. Common 2×2 transformations include rotations (like (0−110)\begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix}(01​−10​) for 90∘90^\circ90∘ counterclockwise), reflections (like (100−1)\begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}(10​0−1​) for reflection across the x-axis), and scalings (like (k00k)\begin{pmatrix} k & 0 \\ 0 & k \end{pmatrix}(k0​0k​) for uniform scaling by factor k). The matrix (100−1)\begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}(10​0−1​) has the form of a reflection because the first column [1; 0] keeps the x-basis unchanged while the second column [0; -1] flips the y-basis, indicating reflection across the x-axis. Choice C is correct because it properly describes the geometric transformation. Choice A incorrectly identifies the transformation as reflection across the y-axis, but the matrix (100−1)\begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}(10​0−1​) actually represents reflection across the x-axis because it preserves x-coordinates and negates y-coordinates. To identify a transformation geometrically, see what it does to the standard basis vectors: [1; 0] maps to the first column of A, and [0; 1] maps to the second column, which reveals the transformation's nature (rotation, reflection, scaling, etc.). Common transformations to recognize: (0−110)\begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix}(01​−10​) rotates 90∘90^\circ90∘ counterclockwise, (100−1)\begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}(10​0−1​) reflects across x-axis, (−1001)\begin{pmatrix} -1 & 0 \\ 0 & 1 \end{pmatrix}(−10​01​) reflects across y-axis, (0110)\begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}(01​10​) reflects across y = x, and (k00k)\begin{pmatrix} k & 0 \\ 0 & k \end{pmatrix}(k0​0k​) scales uniformly by k.

Question 9

Given the transformation matrix A=(−1001)A = \begin{pmatrix} -1 & 0 \\ 0 & 1 \end{pmatrix}A=(−10​01​), which acts on points in the plane by (x′y′)=A(xy)\begin{pmatrix} x' \\ y' \end{pmatrix} = A \begin{pmatrix} x \\ y \end{pmatrix}(x′y′​)=A(xy​), what is the image of (4,−3)(4,-3)(4,−3)?

  1. (4,3)(4,3)(4,3)
  2. (−4,3)(-4,3)(−4,3)
  3. (−4,−3)(-4,-3)(−4,−3) (correct answer)
  4. (4,−3)(4,-3)(4,−3)

Explanation: This question tests understanding of how 2×22 \times 22×2 matrices act as transformations of the coordinate plane. A 2×22 \times 22×2 matrix A represents a transformation of the plane: when applied to a point or vector (xy)\begin{pmatrix} x \\ y \end{pmatrix}(xy​), it produces a new point/vector (x′y′)=A(xy)=(ax+bycx+dy)\begin{pmatrix} x' \\ y' \end{pmatrix} = A \begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} ax + by \\ cx + dy \end{pmatrix}(x′y′​)=A(xy​)=(ax+bycx+dy​), effectively moving, rotating, reflecting, or scaling points according to the matrix entries. To transform point (4, -3) by matrix A = (−1001)\begin{pmatrix} -1 & 0 \\ 0 & 1 \end{pmatrix}(−10​01​), we compute [−1×4+0×(−3);0×4+1×(−3)]=[−4+0;0−3]=[−4;−3][-1 \times 4 + 0 \times (-3); 0 \times 4 + 1 \times (-3)] = [-4 + 0; 0 - 3] = [-4; -3][−1×4+0×(−3);0×4+1×(−3)]=[−4+0;0−3]=[−4;−3], giving the image point (-4, -3). Choice C is correct because it accurately computes the matrix-vector product. Choice A makes an error in the matrix-vector multiplication, calculating as if the matrix negated y instead of x. Key to plane transformations: apply the matrix to a vector (xy)\begin{pmatrix} x \\ y \end{pmatrix}(xy​) by computing (ax+bycx+dy)\begin{pmatrix} ax + by \\ cx + dy \end{pmatrix}(ax+bycx+dy​), and remember that the determinant det(A) = ad - bc tells you about area scaling (∣|∣det∣|∣ is the factor) and orientation (sign indicates preserved or reversed). Common transformations to recognize: (0−110)\begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix}(01​−10​) rotates 90° counterclockwise, (100−1)\begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}(10​0−1​) reflects across x-axis, (−1001)\begin{pmatrix} -1 & 0 \\ 0 & 1 \end{pmatrix}(−10​01​) reflects across y-axis, (0110)\begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}(01​10​) reflects across y = x, and (k00k)\begin{pmatrix} k & 0 \\ 0 & k \end{pmatrix}(k0​0k​) scales uniformly by k.

Question 10

Given the transformation matrix R=[0−110]R=\begin{bmatrix}0&-1\\1&0\end{bmatrix}R=[01​−10​] (a 90∘90^\circ90∘ counterclockwise rotation), what is the image of the point (3,4)(3,4)(3,4) under this transformation?

  1. (4,−3)(4,-3)(4,−3)
  2. (−4,3)(-4,3)(−4,3) (correct answer)
  3. (3,4)(3,4)(3,4)
  4. (−3,−4)(-3,-4)(−3,−4)

Explanation: This question tests understanding of how 2×2 matrices act as transformations of the coordinate plane. A 2×2 matrix A represents a transformation of the plane: when applied to a point or vector [x; y], it produces a new point/vector [x'; y'] = A[x; y] = [ax+by; cx+dy], effectively moving, rotating, reflecting, or scaling points according to the matrix entries. To transform point (3, 4) by matrix R = [0 -1; 1 0], we compute [0 -1; 1 0][3; 4] = [0(3) + (-1)(4); 1(3) + 0(4)] = [-4; 3], giving the image point (-4, 3). Choice B is correct because it accurately computes the matrix-vector product as (-4, 3). Choice A incorrectly gives (4, -3), which would result from a 90° clockwise rotation instead of counterclockwise. To identify a transformation geometrically, see what it does to the standard basis vectors: [1; 0] maps to the first column of A, and [0; 1] maps to the second column, which reveals the transformation's nature (rotation, reflection, scaling, etc.).

Question 11

A linear transformation maps the unit square to a parallelogram. If the transformation matrix is A=(1201),A=\begin{pmatrix}1&2\\0&1\end{pmatrix},A=(10​21​), what is the area magnification factor ∣det⁡(A)∣|\det(A)|∣det(A)∣?

  1. 000
  2. 222
  3. 111 (correct answer)
  4. 333

Explanation: This question tests understanding of how 2×22\times22×2 matrices act as transformations of the coordinate plane and how the determinant relates to area scaling. The absolute value of the determinant, ∣det⁡(A)∣|\det(A)|∣det(A)∣, tells us by what factor the transformation multiplies areas: a unit square (area 1) maps to a parallelogram with area ∣det⁡(A)∣|\det(A)|∣det(A)∣, and this ratio applies to all regions in the plane. For matrix A=(1201)A = \begin{pmatrix} 1 & 2 \\ 0 & 1 \end{pmatrix}A=(10​21​), we calculate det⁡(A)=1×1−2×0=1−0=1\det(A) = 1 \times 1 - 2 \times 0 = 1 - 0 = 1det(A)=1×1−2×0=1−0=1. This means the transformation scales all areas by a factor of ∣det⁡(A)∣=∣1∣=1|\det(A)| = |1| = 1∣det(A)∣=∣1∣=1, so a region with area 5 would transform to area 5. Choice C is correct because it correctly identifies ∣det⁡(A)∣|\det(A)|∣det(A)∣ as the area scaling factor. Choice B confuses the determinant formula, computing something like the entry 2 instead of ad - bc. For area scaling, always use the absolute value: ∣det⁡(A)∣|\det(A)|∣det(A)∣ gives the area magnification factor, so if det⁡(A)=−2\det(A) = -2det(A)=−2, areas are scaled by 2 (the absolute value), and the negative sign indicates orientation reversal (a reflection component).

Question 12

First rotate the plane by 90∘90^\circ90∘ counterclockwise using R=(0−110),R=\begin{pmatrix}0&-1\\1&0\end{pmatrix},R=(01​−10​), then reflect across the xxx-axis using F=(100−1).F=\begin{pmatrix}1&0\\0&-1\end{pmatrix}.F=(10​0−1​). What is the combined transformation matrix (apply RRR first, then FFF)?

  1. (0−1−10)\begin{pmatrix}0&-1\\-1&0\end{pmatrix}(0−1​−10​) (correct answer)
  2. (0110)\begin{pmatrix}0&1\\1&0\end{pmatrix}(01​10​)
  3. (0−110)\begin{pmatrix}0&-1\\1&0\end{pmatrix}(01​−10​)
  4. (01−10)\begin{pmatrix}0&1\\-1&0\end{pmatrix}(0−1​10​)

Explanation: This question tests understanding of how 2×2 matrices act as transformations of the coordinate plane. Common 2×2 transformations include rotations (like [0 -1; 1 0] for 90° counterclockwise), reflections (like [1 0; 0 -1] for reflection across the x-axis), and scalings (like [k 0; 0 k] for uniform scaling by factor k). The combined matrix for applying R first then F is F R = [[1 0]; [0 -1]] times [[0 -1]; [1 0]] = [[0 -1]; [-1 0]], as computed by matrix multiplication. Choice A is correct because it accurately computes the matrix product for the composition. Choice C uses the wrong order for composition, computing R F instead of F R. For composition of transformations, remember the order: 'apply A then B' is written B(Av) = (BA)v, with the matrix applied first written on the right—this is backward from reading left to right. To identify a transformation geometrically, see what it does to the standard basis vectors: [1; 0] maps to the first column of A, and [0; 1] maps to the second column, which reveals the transformation's nature (rotation, reflection, scaling, etc.).

Question 13

A shear transformation is represented by the matrix (1k01)\begin{pmatrix} 1 & k \\ 0 & 1 \end{pmatrix}(10​k1​) where kkk is a real number. A student observes that when k=5k = 5k=5, a rectangle with area 8 square units is transformed to a parallelogram with area 8 square units. What can be concluded about the value of k=−3k = -3k=−3?

  1. A rectangle with area 8 will transform to have area 24 square units
  2. A rectangle with area 8 will transform to have area 83\frac{8}{3}38​ square units
  3. A rectangle with area 8 will transform to have area 8 square units (correct answer)
  4. A rectangle with area 8 will transform to have area 3 square units

Explanation: For any shear matrix (1k01)\begin{pmatrix} 1 & k \\ 0 & 1 \end{pmatrix}(10​k1​), the determinant is 1(1)−k(0)=11(1) - k(0) = 11(1)−k(0)=1, regardless of the value of kkk. Since ∣det⁡∣=1|\det| = 1∣det∣=1 for any kkk, area is always preserved under shear transformations. The area remains 8 square units. Choice A incorrectly multiplies by kkk. Choice B incorrectly divides by ∣k∣|k|∣k∣. Choice D incorrectly uses ∣k∣|k|∣k∣ as a scaling factor.

Question 14

The transformation matrix T=(01−10)T = \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix}T=(0−1​10​) is applied to a rectangle with area 12 square units. After applying transformation TTT twice in succession, what is the area of the resulting figure?

  1. 3 square units
  2. 6 square units
  3. 12 square units (correct answer)
  4. 24 square units

Explanation: Applying transformation TTT twice means computing T2=(01−10)2=(−100−1)T^2 = \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix}^2 = \begin{pmatrix} -1 & 0 \\ 0 & -1 \end{pmatrix}T2=(0−1​10​)2=(−10​0−1​). The determinant of T2T^2T2 is (−1)(−1)−(0)(0)=1(-1)(-1) - (0)(0) = 1(−1)(−1)−(0)(0)=1, so the area scaling factor is ∣1∣=1|1| = 1∣1∣=1. The area remains 12 square units. Choice A results from dividing by the square of ∣det⁡(T)∣|\det(T)|∣det(T)∣. Choice B results from dividing by ∣det⁡(T)∣|\det(T)|∣det(T)∣. Choice D results from multiplying by ∣det⁡(T)∣|\det(T)|∣det(T)∣.

Question 15

Given that a plane transformation has det⁡(A)=2\det(A)=2det(A)=2, what is the determinant of the inverse transformation A−1A^{-1}A−1 (assuming AAA is invertible)?

  1. 222
  2. −2-2−2
  3. 12\tfrac{1}{2}21​ (correct answer)
  4. −12-\tfrac{1}{2}−21​

Explanation: This question tests understanding of how the determinant relates to area scaling and inverse transformations. The determinant of a 2×2 transformation matrix A represents the area scaling factor: if det(A) = k, then the transformation scales all areas by a factor of |k| (the absolute value), with positive determinant preserving orientation and negative determinant reversing it (indicating a reflection). For inverse transformations, there's a fundamental relationship: det(A^(-1)) = 1/det(A). Since det(A) = 2, we have det(A^(-1)) = 1/2. Choice C is correct because it accurately calculates det(A^(-1)) = 1/det(A) = 1/2. Choice A incorrectly gives 2, perhaps thinking the inverse has the same determinant, when actually the determinants are reciprocals. Key to plane transformations: apply the matrix to a vector [x; y] by computing [ax+by; cx+dy], and remember that the determinant det(A) = ad - bc tells you about area scaling (|det| is the factor) and orientation (sign indicates preserved or reversed).

Question 16

First rotate points 90∘90^\circ90∘ counterclockwise using R=(0−110),R=\begin{pmatrix}0&-1\\1&0\end{pmatrix},R=(01​−10​), then reflect across the xxx-axis using F=(100−1).F=\begin{pmatrix}1&0\\0&-1\end{pmatrix}.F=(10​0−1​). What is the combined transformation matrix (apply RRR first, then FFF)?

  1. (0−1−10)\begin{pmatrix}0&-1\\-1&0\end{pmatrix}(0−1​−10​) (correct answer)
  2. (0110)\begin{pmatrix}0&1\\1&0\end{pmatrix}(01​10​)
  3. (0−110)\begin{pmatrix}0&-1\\1&0\end{pmatrix}(01​−10​)
  4. (01−10)\begin{pmatrix}0&1\\-1&0\end{pmatrix}(0−1​10​)

Explanation: This question tests understanding of how 2×2 matrices act as transformations of the coordinate plane. Common 2×2 transformations include rotations (like [0 -1; 1 0] for 90° counterclockwise), reflections (like [1 0; 0 -1] for reflection across the x-axis), and scalings (like [k 0; 0 k] for uniform scaling by factor k). For composition, applying R first then F gives the matrix FR = [1 0; 0 -1] [0 -1; 1 0] = [0 -1; -1 0], as calculated by matrix multiplication. Choice A is correct because it accurately computes the matrix product in the correct order. Choice C uses the wrong order for composition, computing RF when the correct order is FR. For composition of transformations, remember the order: 'apply A then B' is written B(Av) = (BA)v, with the matrix applied first written on the right—this is backward from reading left to right. Key to plane transformations: apply the matrix to a vector [x; y] by computing [ax+by; cx+dy], and remember that the determinant det(A) = ad - bc tells you about area scaling (|det| is the factor) and orientation (sign indicates preserved or reversed).

Question 17

The transformation matrix (cos⁡θ−sin⁡θsin⁡θcos⁡θ)\begin{pmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{pmatrix}(cosθsinθ​−sinθcosθ​) represents a rotation by angle θ\thetaθ. A student claims that applying this transformation to a triangle will always preserve its area. Which statement best explains why this claim is correct?

  1. The matrix is symmetric, so all eigenvalues equal 1, preserving area through spectral properties
  2. The determinant equals cos⁡2θ+sin⁡2θ=1\cos^2\theta + \sin^2\theta = 1cos2θ+sin2θ=1, so the area scaling factor is 1 (correct answer)
  3. Rotation matrices have trace equal to 2cos⁡θ2\cos\theta2cosθ, which maintains geometric area invariants
  4. The matrix entries sum to zero when θ=π2\theta = \frac{\pi}{2}θ=2π​, indicating area preservation

Explanation: The determinant of the rotation matrix is cos⁡θ⋅cos⁡θ−(−sin⁡θ)⋅sin⁡θ=cos⁡2θ+sin⁡2θ=1\cos\theta \cdot \cos\theta - (-\sin\theta) \cdot \sin\theta = \cos^2\theta + \sin^2\theta = 1cosθ⋅cosθ−(−sinθ)⋅sinθ=cos2θ+sin2θ=1. Since the absolute value of the determinant equals 1, the area scaling factor is 1, preserving area. Choice A incorrectly focuses on eigenvalues and symmetry. Choice C confuses trace with determinant for area scaling. Choice D incorrectly relates matrix entry sums to area preservation.

Question 18

For the transformation matrix A=(0110)A=\begin{pmatrix}0&1\\1&0\end{pmatrix}A=(01​10​) applied to points by T(v)=AvT(\mathbf{v})=A\mathbf{v}T(v)=Av, what geometric transformation does AAA represent? (Hint: det⁡(A)=−1\det(A)=-1det(A)=−1 indicates orientation reversal.)

  1. Rotation 90∘90^\circ90∘ counterclockwise about the origin
  2. Reflection across the line y=xy=xy=x (correct answer)
  3. Reflection across the xxx-axis
  4. Uniform scaling by factor 222

Explanation: This question tests understanding of how 2×2 matrices act as transformations of the coordinate plane and how the determinant relates to area scaling. Common 2×2 transformations include rotations (like [0 -1; 1 0] for 90° counterclockwise), reflections (like [1 0; 0 -1] for reflection across the x-axis), and scalings (like [k 0; 0 k] for uniform scaling by factor k). The matrix [0 1; 1 0] has the form of a reflection because the first column [0; 1] and second column [1; 0] swap the standard basis vectors, reflecting across y = x. Choice B is correct because it properly describes the geometric transformation. Choice A incorrectly identifies the transformation as rotation 90° counterclockwise, but the matrix [0 1; 1 0] actually represents reflection across y = x because it swaps coordinates, and det = -1 indicates reflection. To identify a transformation geometrically, see what it does to the standard basis vectors: [1; 0] maps to the first column of A, and [0; 1] maps to the second column, which reveals the transformation's nature (rotation, reflection, scaling, etc.). Common transformations to recognize: [0 -1; 1 0] rotates 90° counterclockwise, [1 0; 0 -1] reflects across x-axis, [-1 0; 0 1] reflects across y-axis, [0 1; 1 0] reflects across y = x, and [k 0; 0 k] scales uniformly by k.

Question 19

Given the transformation matrix F=(100−1)F=\begin{pmatrix}1&0\\0&-1\end{pmatrix}F=(10​0−1​) applied to vectors by T(v)=FvT(\mathbf{v})=F\mathbf{v}T(v)=Fv, what is the result of applying FFF to (25)\begin{pmatrix}2\\5\end{pmatrix}(25​)? (Here det⁡(F)=−1\det(F)=-1det(F)=−1, so area is preserved but orientation is reversed.)

  1. (−25)\begin{pmatrix}-2\\5\end{pmatrix}(−25​)
  2. (2−5)\begin{pmatrix}2\\-5\end{pmatrix}(2−5​) (correct answer)
  3. (−2−5)\begin{pmatrix}-2\\-5\end{pmatrix}(−2−5​)
  4. (52)\begin{pmatrix}5\\2\end{pmatrix}(52​)

Explanation: This question tests understanding of how 2×2 matrices act as transformations of the coordinate plane and how the determinant relates to area scaling. A 2×2 matrix A represents a transformation of the plane: when applied to a point or vector [x; y], it produces a new point/vector [x'; y'] = A[x; y] = [ax+by; cx+dy], effectively moving, rotating, reflecting, or scaling points according to the matrix entries. To transform vector [2; 5] by matrix F = [1 0; 0 -1], we compute [1 0; 0 -1][2; 5] = [12 + 05; 0*2 + (-1)*5] = [2; -5], giving the image [2; -5]. Choice B is correct because it accurately computes the matrix-vector product. Choice A makes an error in the matrix-vector multiplication, calculating perhaps a reflection across y-axis or sign error on both, getting [-2; 5] instead of [2; -5]. Key to plane transformations: apply the matrix to a vector [x; y] by computing [ax+by; cx+dy], and remember that the determinant det(A) = ad - bc tells you about area scaling (|det| is the factor) and orientation (sign indicates preserved or reversed). For area scaling, always use the absolute value: |det(A)| gives the area magnification factor, so if det(A) = -2, areas are scaled by 2 (the absolute value), and the negative sign indicates orientation reversal (a reflection component).

Question 20

A transformation maps the unit square [0,1]×[0,1][0,1]\times[0,1][0,1]×[0,1] to a parallelogram with area 222. For this transformation matrix AAA, what must ∣det⁡(A)∣|\det(A)|∣det(A)∣ be?​

  1. 222 (correct answer)
  2. 111
  3. 12\tfrac{1}{2}21​
  4. 444

Explanation: This question tests understanding of how 2×2 matrices act as transformations of the coordinate plane and how the determinant relates to area scaling. The absolute value of the determinant, |det(A)|, tells us by what factor the transformation multiplies areas: a unit square (area 1) maps to a parallelogram with area |det(A)|, and this ratio applies to all regions in the plane. For a transformation that maps the unit square to a parallelogram with area 2, we have |det(A)| = 2. Choice A is correct because it correctly identifies |det(A)| as the area scaling factor. Choice D states that areas are scaled by det(A)² or √det(A) instead of |det(A)|. For area scaling, always use the absolute value: |det(A)| gives the area magnification factor, so if det(A) = -2, areas are scaled by 2 (the absolute value), and the negative sign indicates orientation reversal (a reflection component). The determinant of a 2×2 transformation matrix A represents the area scaling factor: if det(A) = k, then the transformation scales all areas by a factor of |k| (the absolute value), with positive determinant preserving orientation and negative determinant reversing it (indicating a reflection).