Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games


Sign up

Log in

Opening subject page...

Loading your content

← Back to quizzes

AP Precalculus Quiz

AP Precalculus Quiz: Matrices As Functions

Practice Matrices As Functions in AP 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

Using the matrix provided, which operation will result in the identity matrix when applied to A=(20012)\mathbf{A}=\begin{pmatrix}2&0\\0&\tfrac12\end{pmatrix}A=(20​021​​)?

Select an answer to continue

What this quiz covers

This quiz focuses on Matrices As Functions, giving you a quick way to practice the rules, question types, and explanations that matter most for AP 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

Using the matrix provided, which operation will result in the identity matrix when applied to A=(20012)\mathbf{A}=\begin{pmatrix}2&0\\0&\tfrac12\end{pmatrix}A=(20​021​​)?

  1. Multiply by A−1=(12002)\mathbf{A}^{-1}=\begin{pmatrix}\tfrac12&0\\0&2\end{pmatrix}A−1=(21​0​02​). (correct answer)
  2. Add I=(1001)\mathbf{I}=\begin{pmatrix}1&0\\0&1\end{pmatrix}I=(10​01​) to A\mathbf{A}A.
  3. Multiply A\mathbf{A}A by scalar 222.
  4. Transpose A\mathbf{A}A to get AT\mathbf{A}^TAT.

Explanation: This question tests AP Precalculus understanding of matrices as functions, specifically focusing on inverse matrices and the identity matrix. The given matrix A = [[2,0],[0,1/2]] is diagonal, and its inverse is found by taking the reciprocal of each diagonal entry, giving A^(-1) = [[1/2,0],[0,2]]. When we multiply AA^(-1), we get the identity matrix I = [[1,0],[0,1]]. Choice A is correct because multiplying A by its inverse A^(-1) = [[1/2,0],[0,2]] yields the identity matrix. Choice B is incorrect as adding the identity matrix to A would give [[3,0],[0,3/2]], not the identity matrix, showing confusion between matrix operations. To help students: Practice finding inverses of diagonal matrices and verify results by multiplication. Watch for: Confusion between different matrix operations and misunderstanding what produces the identity matrix.

Question 2

Based on the information above, how does matrix multiplication affect v\mathbf{v}v if A=(3001)\mathbf{A}=\begin{pmatrix}3&0\\0&1\end{pmatrix}A=(30​01​) and v=(2−4)\mathbf{v}=\begin{pmatrix}2\\-4\end{pmatrix}v=(2−4​)?

  1. Av=(6−4)\mathbf{A}\mathbf{v}=\begin{pmatrix}6\\-4\end{pmatrix}Av=(6−4​), a horizontal stretch by factor 333. (correct answer)
  2. Av=(5−4)\mathbf{A}\mathbf{v}=\begin{pmatrix}5\\-4\end{pmatrix}Av=(5−4​), a translation right by 333.
  3. Av=(6−12)\mathbf{A}\mathbf{v}=\begin{pmatrix}6\\-12\end{pmatrix}Av=(6−12​), a uniform scale by factor 333.
  4. Av=(2−1)\mathbf{A}\mathbf{v}=\begin{pmatrix}2\\-1\end{pmatrix}Av=(2−1​), a vertical shrink by factor 444.

Explanation: This question tests AP Precalculus understanding of matrices as functions, specifically focusing on diagonal matrices and their geometric effects. The matrix A = [[3,0],[0,1]] scales the x-coordinate by 3 while leaving the y-coordinate unchanged, representing a horizontal stretch. When we multiply Av where v = [[2],[-4]], we get: first component = (3)(2) + (0)(-4) = 6, second component = (0)(2) + (1)(-4) = -4, resulting in [[6],[-4]]. Choice A is correct because it accurately computes Av = [[6],[-4]] and correctly identifies this as a horizontal stretch by factor 3. Choice C is incorrect as it miscalculates the y-component as -12 instead of -4, suggesting the student applied the x-scaling factor to both components. To help students: Visualize diagonal matrices as independent scaling of each axis and practice component-wise multiplication. Watch for: Students applying one scaling factor to all components instead of recognizing independent axis scaling.

Question 3

Using the matrix provided, how does matrix multiplication affect v\mathbf{v}v if A=(1201)\mathbf{A}=\begin{pmatrix}1&2\\0&1\end{pmatrix}A=(10​21​) and v=(13)\mathbf{v}=\begin{pmatrix}1\\3\end{pmatrix}v=(13​)?​

  1. Av=(15)\mathbf{A}\mathbf{v}=\begin{pmatrix}1\\5\end{pmatrix}Av=(15​), found by adding vectors.
  2. Av=(73)\mathbf{A}\mathbf{v}=\begin{pmatrix}7\\3\end{pmatrix}Av=(73​), found by row-by-column multiplication. (correct answer)
  3. Av=(37)\mathbf{A}\mathbf{v}=\begin{pmatrix}3\\7\end{pmatrix}Av=(37​), found by swapping coordinates.
  4. Av=(71)\mathbf{A}\mathbf{v}=\begin{pmatrix}7\\1\end{pmatrix}Av=(71​), found by multiplying entries directly.

Explanation: This question tests AP Precalculus understanding of matrices as functions, specifically focusing on matrix-vector multiplication using row-by-column method. For the matrix A = [[1,2],[0,1]] and vector v = [[1],[3]], we multiply: first row gives (1)(1) + (2)(3) = 1 + 6 = 7, second row gives (0)(1) + (1)(3) = 0 + 3 = 3, resulting in Av = [[7],[3]]. Choice B is correct because it accurately computes the matrix-vector product using proper row-by-column multiplication. Choice A is incorrect as it suggests adding vectors, showing fundamental misunderstanding of matrix multiplication - simply adding [[1,2]] and [[1,3]] component-wise would give [[2,5]], not [[1,5]]. To help students: Emphasize the row-by-column multiplication process systematically, working through each component calculation step by step. Watch for: Confusion between matrix addition and multiplication, and errors in applying the multiplication algorithm.

Question 4

Using the matrix provided, determine det⁡(A)\det(\mathbf{A})det(A) for A=(2134)\mathbf{A}=\begin{pmatrix}2&1\\3&4\end{pmatrix}A=(23​14​) and interpret its significance for area scaling.

  1. det⁡(A)=5\det(\mathbf{A})=5det(A)=5, so areas scale by a factor of 555. (correct answer)
  2. det⁡(A)=−5\det(\mathbf{A})=-5det(A)=−5, so areas scale by a factor of −5-5−5.
  3. det⁡(A)=11\det(\mathbf{A})=11det(A)=11, so areas scale by a factor of 111111.
  4. det⁡(A)=6\det(\mathbf{A})=6det(A)=6, so areas scale by a factor of 666.

Explanation: This question tests AP Precalculus understanding of matrices as functions, specifically focusing on determinant calculation and its geometric interpretation. The determinant of a 2×2 matrix represents how the matrix transformation scales areas, with the formula det(A) = ad - bc for matrix [[a,b],[c,d]]. For the given matrix A = [[2,1],[3,4]], we calculate det(A) = (2)(4) - (1)(3) = 8 - 3 = 5. Choice A is correct because it accurately states that det(A) = 5, meaning areas are scaled by a factor of 5 under this transformation. Choice C is incorrect as it miscalculates the determinant as 11, likely by adding all matrix entries instead of using the proper formula. To help students: Practice the determinant formula systematically and visualize how matrices transform unit squares to understand area scaling. Watch for: Students adding matrix entries or confusing the determinant formula with other matrix operations.

Question 5

Based on the information above, what does the matrix A=(100−1)\mathbf{A}=\begin{pmatrix}1&0\\0&-1\end{pmatrix}A=(10​0−1​) represent in the context of the transformation?​

  1. A reflection across the xxx-axis. (correct answer)
  2. A reflection across the yyy-axis.
  3. A 90∘90^\circ90∘ counterclockwise rotation.
  4. A horizontal stretch by factor −1-1−1.

Explanation: This question tests AP Precalculus understanding of matrices as functions, specifically focusing on recognizing standard transformation matrices. The matrix A = [[1,0],[0,-1]] is a diagonal matrix where the x-component remains unchanged (multiplied by 1) while the y-component changes sign (multiplied by -1). This transformation takes any point (x,y) to (x,-y), which is precisely a reflection across the x-axis. Choice A is correct because it accurately identifies this transformation as a reflection across the x-axis. Choice B is incorrect as it would require the matrix [[-1,0],[0,1]], which negates x-coordinates instead of y-coordinates, a common confusion when students mix up axis reflections. To help students: Memorize standard transformation matrices and test them with simple points like (1,0) and (0,1) to verify the transformation. Watch for: Confusion between x-axis and y-axis reflections and misunderstanding which coordinate gets negated.

Question 6

Using the matrix provided, how does matrix multiplication affect v\mathbf{v}v if A=(0−110)\mathbf{A}=\begin{pmatrix}0&-1\\1&0\end{pmatrix}A=(01​−10​) and v=(32)\mathbf{v}=\begin{pmatrix}3\\2\end{pmatrix}v=(32​)?​

  1. Av=(3−2)\mathbf{A}\mathbf{v}=\begin{pmatrix}3\\-2\end{pmatrix}Av=(3−2​), a reflection across the xxx-axis.
  2. Av=(−23)\mathbf{A}\mathbf{v}=\begin{pmatrix}-2\\3\end{pmatrix}Av=(−23​), a 90∘90^\circ90∘ counterclockwise rotation. (correct answer)
  3. Av=(2−3)\mathbf{A}\mathbf{v}=\begin{pmatrix}2\\-3\end{pmatrix}Av=(2−3​), a 90∘90^\circ90∘ clockwise rotation.
  4. Av=(−3−2)\mathbf{A}\mathbf{v}=\begin{pmatrix}-3\\-2\end{pmatrix}Av=(−3−2​), a 180∘180^\circ180∘ rotation.

Explanation: This question tests AP Precalculus understanding of matrices as functions, specifically focusing on matrix multiplication and recognizing rotation transformations. The matrix A = [[0,-1],[1,0]] represents a 90° counterclockwise rotation transformation in the coordinate plane. When we multiply A by vector v = [[3],[2]], we perform row-by-column multiplication: first row gives (0)(3) + (-1)(2) = -2, second row gives (1)(3) + (0)(2) = 3, resulting in Av = [[-2],[3]]. Choice B is correct because it accurately computes the matrix-vector product and correctly identifies this as a 90° counterclockwise rotation. Choice C is incorrect as it reverses the result coordinates, suggesting a clockwise rotation instead, which is a common error when students confuse the rotation matrix forms. To help students: Practice recognizing standard transformation matrices, especially rotation matrices, and verify results by visualizing the geometric effect. Watch for: Confusion between clockwise and counterclockwise rotations and computational errors in matrix multiplication.

Question 7

Using the matrix provided, determine det⁡(A)\det(\mathbf{A})det(A) for A=(1224)\mathbf{A}=\begin{pmatrix}1&2\\2&4\end{pmatrix}A=(12​24​) and interpret its significance.

  1. It equals −4-4−4, so the transformation reverses orientation and quadruples area.
  2. It equals 000, so the transformation is not invertible and flattens area to zero. (correct answer)
  3. It equals 444, so the transformation is invertible and quadruples area.
  4. It equals 111, so the transformation preserves all lengths and angles.

Explanation: This question tests AP Precalculus understanding of matrices as functions, specifically focusing on determinant calculation and recognizing singular matrices. A zero determinant indicates the matrix is not invertible and collapses the plane to a line or point. For the matrix A = [[1,2],[2,4]], the determinant is calculated as (1)(4) - (2)(2) = 4 - 4 = 0. Choice B is correct because a determinant of 0 means the transformation is not invertible and flattens all areas to zero (the rows are linearly dependent). Choice C is incorrect as it claims the determinant is 4, missing that the rows are proportional. To help students: Emphasize that proportional rows always yield zero determinant and geometric collapse. Watch for: Students not recognizing when matrix rows are scalar multiples of each other.

Question 8

Based on the information above, how does matrix multiplication affect v\mathbf{v}v if A=(1201)\mathbf{A}=\begin{pmatrix}1&2\\0&1\end{pmatrix}A=(10​21​) and v=(13)\mathbf{v}=\begin{pmatrix}1\\3\end{pmatrix}v=(13​)?

  1. Av=(34)\mathbf{A}\mathbf{v}=\begin{pmatrix}3\\4\end{pmatrix}Av=(34​), adding vectors component-by-component.
  2. Av=(73)\mathbf{A}\mathbf{v}=\begin{pmatrix}7\\3\end{pmatrix}Av=(73​), shearing by adding 2y2y2y into the xxx-value. (correct answer)
  3. Av=(15)\mathbf{A}\mathbf{v}=\begin{pmatrix}1\\5\end{pmatrix}Av=(15​), shearing by adding 2x2x2x into the yyy-value.
  4. Av=(23)\mathbf{A}\mathbf{v}=\begin{pmatrix}2\\3\end{pmatrix}Av=(23​), scaling the xxx-value by 2 only.

Explanation: This question tests AP Precalculus understanding of matrices as functions, specifically focusing on shear transformations through matrix multiplication. The matrix A = [[1,2],[0,1]] represents a horizontal shear that adds twice the y-coordinate to the x-coordinate. For v = [1,3], the multiplication yields: first row (1×1 + 2×3 = 1 + 6 = 7) and second row (0×1 + 1×3 = 3), giving [7,3]. Choice B is correct because it accurately describes the shearing effect where 2y is added to the x-value while y remains unchanged. Choice C is incorrect as it describes a vertical shear, which would have the form [[1,0],[2,1]]. To help students: Visualize shear transformations as slanting effects that preserve one coordinate while modifying the other. Watch for: Confusion between horizontal and vertical shears and their matrix representations.

Question 9

Based on the information above, what does the matrix A=(100−1)\mathbf{A}=\begin{pmatrix}1&0\\0&-1\end{pmatrix}A=(10​0−1​) represent in the context of the transformation?

  1. A reflection across the yyy-axis, sending (x,y)(x,y)(x,y) to (−x,y)(-x,y)(−x,y).
  2. A 180∘180^\circ180∘ rotation, sending (x,y)(x,y)(x,y) to (−x,−y)(-x,-y)(−x,−y).
  3. A reflection across the xxx-axis, sending (x,y)(x,y)(x,y) to (x,−y)(x,-y)(x,−y). (correct answer)
  4. A vertical stretch by factor −1-1−1, sending (x,y)(x,y)(x,y) to (x,y)(x,y)(x,y).

Explanation: This question tests AP Precalculus understanding of matrices as functions, specifically focusing on identifying reflection transformations from matrix form. The matrix A = [[1,0],[0,-1]] leaves x-coordinates unchanged while negating y-coordinates. This transformation sends any point (x,y) to (x,-y), which is the definition of reflection across the x-axis. Choice C is correct because the matrix precisely performs this x-axis reflection transformation. Choice A is incorrect as reflection across the y-axis would require the matrix [[-1,0],[0,1]], which negates x-coordinates instead. To help students: Have them apply the matrix to test points like (1,1) to verify the transformation type. Watch for: Confusion between x-axis and y-axis reflections and their corresponding matrices.

Question 10

Based on the information above, determine det⁡(A)\det(\mathbf{A})det(A) for A=(1224)\mathbf{A}=\begin{pmatrix}1&2\\2&4\end{pmatrix}A=(12​24​) and interpret its significance for invertibility.

  1. det⁡(A)=0\det(\mathbf{A})=0det(A)=0, so A\mathbf{A}A is not invertible. (correct answer)
  2. det⁡(A)=8\det(\mathbf{A})=8det(A)=8, so A\mathbf{A}A is not invertible.
  3. det⁡(A)=−8\det(\mathbf{A})=-8det(A)=−8, so A\mathbf{A}A is invertible.
  4. det⁡(A)=2\det(\mathbf{A})=2det(A)=2, so A\mathbf{A}A is invertible.

Explanation: This question tests AP Precalculus understanding of matrices as functions, specifically focusing on determinant calculation and its relationship to invertibility. For the matrix A = [[1,2],[2,4]], we calculate det(A) = (1)(4) - (2)(2) = 4 - 4 = 0. A matrix is invertible if and only if its determinant is non-zero, so a determinant of 0 means the matrix is singular (not invertible). Choice A is correct because it accurately states that det(A) = 0, therefore A is not invertible. Choice C is incorrect as it miscalculates the determinant as -8, possibly by reversing the subtraction in the formula, and incorrectly concludes the matrix is invertible. To help students: Emphasize that det(A) = 0 is the key indicator of non-invertibility, and practice recognizing when rows are scalar multiples. Watch for: Sign errors in determinant calculation and confusion about the relationship between determinant values and invertibility.

Question 11

Based on the information above, how does matrix multiplication affect v\mathbf{v}v if A=(0−110)\mathbf{A}=\begin{pmatrix}0&-1\\1&0\end{pmatrix}A=(01​−10​) and v=(32)\mathbf{v}=\begin{pmatrix}3\\2\end{pmatrix}v=(32​)?

  1. Av=(3−2)\mathbf{A}\mathbf{v}=\begin{pmatrix}3\\-2\end{pmatrix}Av=(3−2​), a reflection across the xxx-axis.
  2. Av=(−23)\mathbf{A}\mathbf{v}=\begin{pmatrix}-2\\3\end{pmatrix}Av=(−23​), a 90∘90^\circ90∘ counterclockwise rotation. (correct answer)
  3. Av=(23)\mathbf{A}\mathbf{v}=\begin{pmatrix}2\\3\end{pmatrix}Av=(23​), a 90∘90^\circ90∘ clockwise rotation.
  4. Av=(−3−2)\mathbf{A}\mathbf{v}=\begin{pmatrix}-3\\-2\end{pmatrix}Av=(−3−2​), a 180∘180^\circ180∘ rotation.

Explanation: This question tests AP Precalculus understanding of matrices as functions, specifically focusing on matrix-vector multiplication and geometric transformations. The matrix A = [[0,-1],[1,0]] represents a 90° counterclockwise rotation transformation, which maps (x,y) to (-y,x). When we multiply Av where v = [[3],[2]], we get: first component = (0)(3) + (-1)(2) = -2, second component = (1)(3) + (0)(2) = 3, resulting in [[-2],[3]]. Choice B is correct because it accurately computes Av = [[-2],[3]] and correctly identifies this as a 90° counterclockwise rotation. Choice C is incorrect as it reverses the signs, suggesting a clockwise rotation instead, which is a common error when students misremember rotation matrices. To help students: Use the unit circle to verify rotation transformations and practice matrix multiplication step-by-step. Watch for: Sign errors in matrix multiplication and confusion between clockwise and counterclockwise rotations.

Question 12

Using the matrix provided, which operation will result in the identity matrix when applied to A=(2003)\mathbf{A}=\begin{pmatrix}2&0\\0&3\end{pmatrix}A=(20​03​)?

  1. Multiply by A−1=(120013)\mathbf{A}^{-1}=\begin{pmatrix}\tfrac12&0\\0&\tfrac13\end{pmatrix}A−1=(21​0​031​​) on either side. (correct answer)
  2. Add −A-\mathbf{A}−A to A\mathbf{A}A to produce I\mathbf{I}I.
  3. Transpose A\mathbf{A}A so that AT=I\mathbf{A}^T=\mathbf{I}AT=I.
  4. Multiply A\mathbf{A}A by 1det⁡(A)\tfrac{1}{\det(\mathbf{A})}det(A)1​ to get I\mathbf{I}I.

Explanation: This question tests AP Precalculus understanding of matrices as functions, specifically focusing on finding inverse matrices for diagonal matrices. The inverse of a diagonal matrix is found by taking the reciprocal of each diagonal entry. For the matrix A = [[2,0],[0,3]], the inverse is A^(-1) = [[1/2,0],[0,1/3]], and multiplying A by A^(-1) yields the identity matrix. Choice A is correct because multiplying by this inverse matrix (on either side) produces the identity matrix I. Choice D is incorrect as multiplying by 1/det(A) = 1/6 would give [[1/3,0],[0,1/2]], not the identity matrix. To help students: Emphasize that for diagonal matrices, the inverse has reciprocals on the diagonal. Watch for: Students confusing scalar multiplication with matrix inversion.

Question 13

Using the matrix provided, determine det⁡(A)\det(\mathbf{A})det(A) for A=(0−110)\mathbf{A}=\begin{pmatrix}0&-1\\1&0\end{pmatrix}A=(01​−10​) and interpret its significance.

  1. It equals −1-1−1, so the transformation reverses orientation.
  2. It equals 000, so the transformation collapses the plane.
  3. It equals 111, so area is preserved and orientation stays the same. (correct answer)
  4. It equals 222, so all areas are doubled by the transformation.

Explanation: This question tests AP Precalculus understanding of matrices as functions, specifically focusing on determinant calculation and its geometric interpretation. The determinant of a 2×2 matrix represents how the transformation scales areas and whether it preserves or reverses orientation. For the matrix A = [[0,-1],[1,0]], the determinant is calculated as (0)(0) - (-1)(1) = 0 + 1 = 1. Choice C is correct because a determinant of 1 means the transformation preserves area (neither expanding nor contracting) and maintains the same orientation (positive determinant). Choice A is incorrect as it claims the determinant is -1, which would indicate orientation reversal. To help students: Practice calculating 2×2 determinants using the formula ad - bc and connect determinant values to geometric transformations. Watch for: Sign errors in determinant calculations and confusion between positive/negative determinant meanings.

Question 14

Using the matrix provided, what does the matrix A=(0−1−10)\mathbf{A}=\begin{pmatrix}0&-1\\-1&0\end{pmatrix}A=(0−1​−10​) represent in the context of the transformation?

  1. A reflection across the xxx-axis, sending (x,y)(x,y)(x,y) to (x,−y)(x,-y)(x,−y).
  2. A reflection across the line y=−xy=-xy=−x, sending (x,y)(x,y)(x,y) to (−y,−x)(-y,-x)(−y,−x). (correct answer)
  3. A 90∘90^\circ90∘ counterclockwise rotation, sending (x,y)(x,y)(x,y) to (−y,x)(-y,x)(−y,x).
  4. A horizontal stretch by factor −1-1−1, sending (x,y)(x,y)(x,y) to (−x,y)(-x,y)(−x,y).

Explanation: This question tests AP Precalculus understanding of matrices as functions, specifically focusing on identifying geometric transformations from matrix form. Matrices can represent various transformations like rotations, reflections, and stretches. The matrix A = [[0,-1],[-1,0]] transforms a point (x,y) to (-y,-x), which is characteristic of a reflection across the line y = -x. Choice B is correct because applying this matrix to any point (x,y) yields (-y,-x), which is exactly where the point lands after reflecting across y = -x. Choice C is incorrect as a 90° counterclockwise rotation would send (x,y) to (-y,x), not (-y,-x). To help students: Have them test the transformation on specific points like (1,0) and (0,1) to verify the geometric effect. Watch for: Confusion between different reflection lines and rotation angles.

Question 15

Based on the information above, how does matrix multiplication affect v\mathbf{v}v if A=(01−10)\mathbf{A}=\begin{pmatrix}0&1\\-1&0\end{pmatrix}A=(0−1​10​) and v=(41)\mathbf{v}=\begin{pmatrix}4\\1\end{pmatrix}v=(41​)?

  1. Av=(1−4)\mathbf{A}\mathbf{v}=\begin{pmatrix}1\\-4\end{pmatrix}Av=(1−4​), rotating the vector 90∘90^\circ90∘ clockwise. (correct answer)
  2. Av=(−14)\mathbf{A}\mathbf{v}=\begin{pmatrix}-1\\4\end{pmatrix}Av=(−14​), rotating the vector 90∘90^\circ90∘ counterclockwise.
  3. Av=(41)\mathbf{A}\mathbf{v}=\begin{pmatrix}4\\1\end{pmatrix}Av=(41​), leaving the vector unchanged.
  4. Av=(5−3)\mathbf{A}\mathbf{v}=\begin{pmatrix}5\\-3\end{pmatrix}Av=(5−3​), adding coordinates as a vector sum.

Explanation: This question tests AP Precalculus understanding of matrices as functions, specifically focusing on matrix-vector multiplication representing rotations. The matrix A = [[0,1],[-1,0]] represents a 90° clockwise rotation transformation. For v = [4,1], the multiplication yields: first row (0×4 + 1×1 = 1) and second row (-1×4 + 0×1 = -4), giving [1,-4]. Choice A is correct because this result matches a 90° clockwise rotation of the vector [4,1]. Choice B is incorrect as it shows the result of a 90° counterclockwise rotation, which would use the matrix [[0,-1],[1,0]]. To help students: Connect rotation matrices to their geometric effects and practice verifying rotations by checking perpendicularity. Watch for: Confusion between clockwise and counterclockwise rotation matrices.

Question 16

Using the matrix provided, determine det⁡(A)\det(\mathbf{A})det(A) for A=(4−210)\mathbf{A}=\begin{pmatrix}4&-2\\1&0\end{pmatrix}A=(41​−20​) and interpret its significance.

  1. It equals −2-2−2, so the transformation reverses orientation and doubles area.
  2. It equals 222, so the transformation preserves orientation and doubles area. (correct answer)
  3. It equals 000, so the transformation is not invertible and collapses the plane.
  4. It equals −8-8−8, so the transformation reverses orientation and multiplies area by eight.

Explanation: This question tests AP Precalculus understanding of matrices as functions, specifically focusing on determinant calculation for non-diagonal matrices. The determinant provides information about area scaling and orientation preservation. For the matrix A = [[4,-2],[1,0]], the determinant is calculated as (4)(0) - (-2)(1) = 0 - (-2) = 2. Choice B is correct because a determinant of 2 means the transformation preserves orientation (positive) and doubles all areas. Choice D is incorrect as it miscalculates the determinant as -8, likely from an arithmetic error. To help students: Practice the determinant formula ad - bc carefully, paying attention to signs. Watch for: Sign errors when subtracting negative numbers in determinant calculations.

Question 17

Using the matrix provided, determine det⁡(A)\det(\mathbf{A})det(A) for A=(4−121)\mathbf{A}=\begin{pmatrix}4&-1\\2&1\end{pmatrix}A=(42​−11​) and interpret its significance for area scaling.

  1. det⁡(A)=2\det(\mathbf{A})=2det(A)=2, so areas scale by a factor of 222.
  2. det⁡(A)=6\det(\mathbf{A})=6det(A)=6, so areas scale by a factor of 666. (correct answer)
  3. det⁡(A)=−6\det(\mathbf{A})=-6det(A)=−6, so areas scale by a factor of −6-6−6.
  4. det⁡(A)=5\det(\mathbf{A})=5det(A)=5, so areas scale by a factor of 555.

Explanation: This question tests AP Precalculus understanding of matrices as functions, specifically focusing on determinant calculation and area scaling interpretation. For the matrix A = [[4,-1],[2,1]], we calculate det(A) = (4)(1) - (-1)(2) = 4 - (-2) = 4 + 2 = 6. The absolute value of the determinant represents the factor by which areas are scaled under the transformation. Choice B is correct because it accurately calculates det(A) = 6, meaning areas are scaled by a factor of 6. Choice C is incorrect as it miscalculates the determinant as -6, likely due to a sign error in the calculation, though the magnitude would still give the correct area scaling factor. To help students: Emphasize careful sign tracking in determinant calculations and remember that area scaling uses the absolute value of the determinant. Watch for: Sign errors when subtracting negative products in the determinant formula.

Question 18

Based on the information above, what does the matrix A=(0110)\mathbf{A}=\begin{pmatrix}0&1\\1&0\end{pmatrix}A=(01​10​) represent in the context of the transformation?

  1. A reflection across the line y=xy=xy=x. (correct answer)
  2. A reflection across the xxx-axis.
  3. A 90∘90^\circ90∘ clockwise rotation about the origin.
  4. A horizontal stretch by a factor of 111.

Explanation: This question tests AP Precalculus understanding of matrices as functions, specifically focusing on identifying standard transformation matrices. The matrix A = [[0,1],[1,0]] swaps the x and y coordinates of any point, transforming (x,y) to (y,x), which geometrically represents a reflection across the line y = x. This can be verified by checking that points on the line y = x remain fixed, while points off the line are reflected across it. Choice A is correct because it accurately identifies this transformation as a reflection across the line y = x. Choice C is incorrect as it suggests a 90° clockwise rotation, which would map (x,y) to (y,-x), not (y,x), showing confusion between different transformation matrices. To help students: Test transformations on specific points and visualize the line of reflection by finding fixed points. Watch for: Confusion between reflections and rotations, especially when matrices have similar structures.

Question 19

Based on the information above, how does matrix multiplication affect v\mathbf{v}v in a shipping model with A=(1021)\mathbf{A}=\begin{pmatrix}1&0\\2&1\end{pmatrix}A=(12​01​) and v=(53)\mathbf{v}=\begin{pmatrix}5\\3\end{pmatrix}v=(53​)?

  1. Av=(513)\mathbf{A}\mathbf{v}=\begin{pmatrix}5\\13\end{pmatrix}Av=(513​), second output increases by 222 times first. (correct answer)
  2. Av=(103)\mathbf{A}\mathbf{v}=\begin{pmatrix}10\\3\end{pmatrix}Av=(103​), first output doubles from scalar multiplication.
  3. Av=(85)\mathbf{A}\mathbf{v}=\begin{pmatrix}8\\5\end{pmatrix}Av=(85​), outputs are added component-wise.
  4. Av=(51)\mathbf{A}\mathbf{v}=\begin{pmatrix}5\\1\end{pmatrix}Av=(51​), second output decreases by 222 times first.

Explanation: This question tests AP Precalculus understanding of matrices as functions, specifically focusing on matrix multiplication in applied contexts. The matrix A = [[1,0],[2,1]] represents a transformation where the first output remains unchanged while the second output increases by 2 times the first input. When we multiply Av where v = [[5],[3]], we get: first component = (1)(5) + (0)(3) = 5, second component = (2)(5) + (1)(3) = 10 + 3 = 13, resulting in [[5],[13]]. Choice A is correct because it accurately computes Av = [[5],[13]] and correctly interprets that the second output (13) equals the original second input (3) plus 2 times the first input (2×5=10). Choice D is incorrect as it suggests the second output decreases, misunderstanding the positive coefficient in the matrix. To help students: Connect matrix operations to real-world models by interpreting each matrix entry's role in the transformation. Watch for: Misinterpretation of matrix coefficients and their effects on outputs in applied contexts.

Question 20

Using the matrix provided, what does A=(0110)\mathbf{A}=\begin{pmatrix}0&1\\1&0\end{pmatrix}A=(01​10​) represent in the context of the transformation?​

  1. A reflection across the line y=xy=xy=x. (correct answer)
  2. A reflection across the xxx-axis.
  3. A 90∘90^\circ90∘ clockwise rotation.
  4. A dilation by factor 000.

Explanation: This question tests AP Precalculus understanding of matrices as functions, specifically focusing on recognizing the matrix for reflection across y = x. The matrix A = [[0,1],[1,0]] swaps the x and y coordinates of any vector, transforming (x,y) to (y,x), which is precisely a reflection across the line y = x. This can be verified by noting that points on the line y = x remain fixed, while points are reflected across it. Choice A is correct because it accurately identifies this transformation as a reflection across the line y = x. Choice B is incorrect as a reflection across the x-axis would be represented by [[1,0],[0,-1]], which negates the y-coordinate rather than swapping coordinates. To help students: Test transformation matrices with specific points and visualize the geometric effect, particularly checking what happens to points like (1,0) and (0,1). Watch for: Confusion between different types of reflections and failure to recognize coordinate-swapping as reflection across y = x.