Inverse and Determinant of a Matrix

Help Questions

AP Precalculus › Inverse and Determinant of a Matrix

Questions 1 - 10
1

Two transforms are $A=\begin{bmatrix}1&2\3&4\end{bmatrix}$ and $B=\begin{bmatrix}2&4\1&2\end{bmatrix}$. Since invertible means $\det\neq0$, which of these matrices is invertible?

Neither $A$ nor $B$ is invertible

Only $A$ is invertible

Both $A$ and $B$ are invertible

Only $B$ is invertible

Explanation

This question tests AP Precalculus skills involving matrices, specifically determining invertibility by calculating determinants of multiple matrices. A matrix is invertible if and only if its determinant is non-zero, requiring separate calculations for each matrix. In this problem, for A = [[1,2],[3,4]], det(A) = 1(4) - 2(3) = 4 - 6 = -2 ≠ 0, so A is invertible; for B = [[2,4],[1,2]], det(B) = 2(2) - 4(1) = 4 - 4 = 0, so B is not invertible. Choice A is correct because only matrix A has a non-zero determinant. Choice B incorrectly identifies B as invertible, choice C claims both are invertible despite B having det = 0, and choice D claims neither is invertible despite A having det ≠ 0. To help students: calculate determinants systematically for each matrix, recognize that proportional rows (in B, row 1 = 2×row 2) always yield det = 0, and practice identifying invertible vs. non-invertible matrices quickly.

2

A coordinate change uses $A=\begin{bmatrix}0&2\-1&3\end{bmatrix}$. Using $A^{-1}=\frac1{ad-bc}\begin{bmatrix}d&-b\-c&a\end{bmatrix}$, calculate the inverse of $A$, if possible.​

$\frac12\begin{bmatrix}3&-2\1&0\end{bmatrix}$

$\frac12\begin{bmatrix}3&2\1&0\end{bmatrix}$

$\frac12\begin{bmatrix}3&-2\-1&0\end{bmatrix}$

$\frac12\begin{bmatrix}0&-2\1&3\end{bmatrix}$

Explanation

This question tests AP Precalculus skills involving matrices, specifically calculating the inverse of a 2x2 matrix using the standard formula. The inverse formula for matrix [[a,b],[c,d]] is (1/(ad-bc))[[d,-b],[-c,a]], requiring careful attention to sign changes and position swaps. In this problem, A = [[0,2],[-1,3]] has det(A) = (0)(3) - (2)(-1) = 0 + 2 = 2, so A^(-1) = (1/2)[[3,-2],[-(-1),0]] = (1/2)[[3,-2],[1,0]]. Choice A is correct because it properly applies the formula with correct signs and positions. Choice B has the wrong sign for -b, choice C incorrectly swaps more elements than required, and choice D has the wrong sign for -c. To help students: memorize the pattern of swapping diagonal elements and negating off-diagonal elements, practice verifying inverses by multiplication, and check determinant calculations carefully.

3

A system solver uses $A=\begin{bmatrix}1&-2\3&-6\end{bmatrix}$. Since $A$ is invertible only if $\det(A)\neq0$, what is the determinant of the matrix?​

$-3$

$12$

$-12$

$0$

Explanation

This question tests AP Precalculus skills involving matrices, specifically calculating the determinant and recognizing when a matrix is not invertible. The determinant of a 2x2 matrix determines whether the matrix is invertible, with det = 0 meaning the matrix is singular (not invertible). In this problem, the matrix A = [[1,-2],[3,-6]] has det(A) = (1)(-6) - (-2)(3) = -6 + 6 = 0. Choice B is correct because the determinant equals 0, which means A is not invertible and cannot be used to solve systems uniquely. Choices A and C represent calculation errors, while choice D (-3) might come from dividing one row by another. To help students: identify proportional rows (row 2 = 3×row 1), recognize that proportional rows always yield det = 0, and understand the connection to linear dependence.

4

A student claims $\det\begin{bmatrix}2&3\1&4\end{bmatrix}=2\cdot4+3\cdot1=11$. Identify the error in the matrix operation shown.

Used $ad+bc$ instead of $ad-bc$

Determinant is always $0$ for $2\times2$

Should compute $a+b+c+d$ for determinant

Swapped rows before multiplying diagonals

Explanation

This question tests AP Precalculus skills involving matrices, specifically identifying errors in determinant calculations. The correct determinant formula for a 2×2 matrix [a, b; c, d] is ad - bc, requiring subtraction of the off-diagonal product from the main diagonal product. In this problem, the student incorrectly calculated det([2, 3; 1, 4]) as 2×4 + 3×1 = 11, using addition instead of subtraction. Choice A is correct because the error is using ad + bc instead of ad - bc; the correct calculation should be 2×4 - 3×1 = 8 - 3 = 5. Choice B about swapping rows is incorrect as that would change the matrix entirely, not just the operation used. To help students: use visual aids showing the diagonal products with subtraction signs, create mnemonics like 'main minus off', and practice identifying common calculation errors in peer work.

5

A decoding step needs $A^{-1}$ for $A=\begin{bmatrix}5&1\2&1\end{bmatrix}$. Using $A^{-1}=\frac1{ad-bc}\begin{bmatrix}d&-b\-c&a\end{bmatrix}$, calculate the inverse, if possible.

$\frac13\begin{bmatrix}5&-1\-2&1\end{bmatrix}$

$\frac17\begin{bmatrix}1&-1\-2&5\end{bmatrix}$

$\frac13\begin{bmatrix}1&1\2&5\end{bmatrix}$

$\frac13\begin{bmatrix}1&-1\-2&5\end{bmatrix}$

Explanation

This question tests AP Precalculus skills involving matrices, specifically calculating inverses using the standard formula for 2×2 matrices. The inverse formula A^(-1) = (1/(ad-bc)) × [d, -b; -c, a] requires first computing the determinant and then applying the adjugate matrix scaled by its reciprocal. In this problem, the matrix A = [5, 1; 2, 1] has determinant det(A) = 5×1 - 1×2 = 5 - 2 = 3, confirming invertibility. Choice A is correct because applying the inverse formula gives A^(-1) = (1/3) × [1, -1; -2, 5] = [1/3, -1/3; -2/3, 5/3]. Choice C incorrectly uses 1/7 as the scalar, suggesting a determinant calculation error of 7 instead of 3. To help students: break down the inverse formula into steps (find det, form adjugate, scale), practice verifying inverses by multiplication, and emphasize sign patterns in the adjugate matrix.

6

A sensor calibration uses $A=\begin{bmatrix}1&2\2&4\end{bmatrix}$. Because $\det(A)=0$ means not invertible, how does the determinant affect invertibility?

Not invertible, since $\det(A)=0$

Invertible, since $\det(A)\neq0$

Not invertible, since $\det(A)=1$

Invertible, since $\det(A)=0$

Explanation

This question tests AP Precalculus skills involving matrices, specifically understanding the relationship between determinants and invertibility. A matrix is invertible if and only if its determinant is non-zero; when det(A) = 0, the matrix is singular and has no inverse. In this problem, the matrix A = [1, 2; 2, 4] is used, requiring determinant calculation: det(A) = 1×4 - 2×2 = 4 - 4 = 0. Choice B is correct because the determinant equals zero, which means the matrix is not invertible. Choice A incorrectly states the matrix is invertible despite acknowledging det(A) = 0, showing a fundamental misunderstanding of the invertibility condition. To help students: emphasize that det(A) = 0 is the exact condition for non-invertibility, explain that such matrices represent transformations that collapse dimensions, and practice identifying dependent rows or columns that lead to zero determinants.

7

A 2D graphics transform uses $A=\begin{bmatrix}3&1\2&1\end{bmatrix}$. Since $A^{-1}$ exists only if $\det(A)\neq0$, what is $\det(A)$?

$-1$

$0$

$5$

$1$

Explanation

This question tests AP Precalculus skills involving matrices, specifically calculating the determinant of a 2x2 matrix. The determinant of a 2x2 matrix with entries [[a,b],[c,d]] is calculated as ad-bc, and a matrix is invertible if and only if its determinant is non-zero. In this problem, the matrix A = [[3,1],[2,1]] is given, requiring us to calculate det(A) = (3)(1) - (1)(2) = 3 - 2 = 1. Choice B is correct because the determinant equals 1, which is non-zero, confirming that A^(-1) exists. Choice D (det = 0) is incorrect as it would mean the matrix is not invertible, while choices A and C represent common arithmetic errors in the determinant calculation. To help students: emphasize the determinant formula ad-bc, practice with various 2x2 matrices, and reinforce the connection between non-zero determinants and invertibility.

8

A triangle’s area scale factor equals $|\det(A)|$ for $A=\begin{bmatrix}2&3\1&4\end{bmatrix}$. What is the determinant of the matrix given in the passage?

$5$

$-5$

$11$

$0$

Explanation

This question tests AP Precalculus skills involving matrices, specifically calculating the determinant of a 2x2 matrix in a geometric context. The determinant of a transformation matrix represents the scale factor for areas, with |det(A)| giving the absolute scaling factor. In this problem, the matrix A = [[2,3],[1,4]] requires calculating det(A) = (2)(4) - (3)(1) = 8 - 3 = 5. Choice A is correct because the determinant equals 5, which means areas are scaled by a factor of |5| = 5. Choice B (11) represents the sum 2+3+1+4 rather than the determinant formula, choice C (-5) has the wrong sign, and choice D (0) would mean the transformation collapses areas to zero. To help students: emphasize the geometric meaning of determinants, practice the ad-bc formula, and connect algebraic calculations to their geometric interpretations.

9

A mixing model uses $A=\begin{bmatrix}4&-1\2&1\end{bmatrix}$. Using $A^{-1}=\frac1{ad-bc}\begin{bmatrix}d&-b\-c&a\end{bmatrix}$, calculate $A^{-1}$, if possible.​

$\frac16\begin{bmatrix}1&1\-2&4\end{bmatrix}$

$\frac13\begin{bmatrix}1&1\-2&4\end{bmatrix}$

$\frac16\begin{bmatrix}1&-1\-2&4\end{bmatrix}$

$\frac16\begin{bmatrix}4&1\2&1\end{bmatrix}$

Explanation

This question tests AP Precalculus skills involving matrices, specifically calculating the inverse of a 2x2 matrix using the formula. The inverse of a 2x2 matrix [[a,b],[c,d]] is given by (1/(ad-bc))[[d,-b],[-c,a]], provided the determinant is non-zero. In this problem, the matrix A = [[4,-1],[2,1]] requires us to first find det(A) = (4)(1) - (-1)(2) = 4 + 2 = 6, then apply the inverse formula. Choice A is correct because A^(-1) = (1/6)[[1,-(-1)],[-2,4]] = (1/6)[[1,1],[-2,4]], properly applying the formula with correct sign changes. Choice B incorrectly handles the sign of -b, choice C uses the wrong scalar (1/3 instead of 1/6), and choice D doesn't follow the inverse formula structure at all. To help students: practice identifying a, b, c, d in the matrix, emphasize sign changes in the formula, and verify results by checking that AA^(-1) = I.

10

Two transformations use $A=\begin{bmatrix}1&2\3&4\end{bmatrix}$ and $B=\begin{bmatrix}1&2\2&4\end{bmatrix}$. Since $\det\neq0$ implies invertible, which of these matrices is invertible?

Only $A$ is invertible

Only $B$ is invertible

Neither $A$ nor $B$ is invertible

Both $A$ and $B$ are invertible

Explanation

This question tests AP Precalculus skills involving matrices, specifically determining invertibility by calculating and comparing determinants. A matrix is invertible if and only if its determinant is non-zero, requiring separate calculations for each matrix. In this problem, matrix A = [1, 2; 3, 4] has det(A) = 1×4 - 2×3 = 4 - 6 = -2 ≠ 0, so A is invertible, while matrix B = [1, 2; 2, 4] has det(B) = 1×4 - 2×2 = 4 - 4 = 0, so B is not invertible. Choice C is correct because only matrix A has a non-zero determinant and is therefore invertible. Choice D incorrectly claims both are invertible, missing that B has proportional rows (row 2 = 2×row 1) leading to zero determinant. To help students: practice recognizing dependent rows/columns that yield zero determinants, systematically check each matrix separately, and understand that invertibility is a binary property based solely on whether det ≠ 0.