Multivariable-Calculus Β· Unit 4 Β· Video 4 Β· Interactive Practice

One Number Decides: det A, the Inverse, and Why the Origin Is the Only Solution

IKey Formulas

FormulaNameWhat it takes
Aβˆ’1=1det⁑A adj(A)A^{-1} = \dfrac{1}{\det A}\,\mathrm{adj}(A)Inverse from the adjointMinors, cofactor signs, transpose β€” then one division
AΒ isΒ invertibleβ€…β€ŠβŸΊβ€…β€Šdet⁑Aβ‰ 0A \text{ is invertible} \iff \det A \neq 0Invertibility criterionOne number, read off the coefficients
det⁑Aβ‰ 0β€…β€Šβ‡’β€…β€ŠX=Aβˆ’1B\det A \neq 0 \;\Rightarrow\; X = A^{-1}BUnique solution of AX=BAX = BThe inverse and the right-hand side
AX=0AX = \mathbf{0} is solved by X=0X = \mathbf{0}Trivial solutionNothing β€” every plane passes through the origin

Key Insight: The first three steps of the cofactor recipe always run; only the fourth β€” dividing by det⁑A\det A β€” can fail. And when it fails, no other method rescues it: det⁑Mβ‹…det⁑A=det⁑I=1\det M \cdot \det A = \det I = 1 is impossible once det⁑A=0\det A = 0.

IIVisualization 1 β€” Where the Recipe Stalls

Minors, cofactors and the transpose always go through; the fourth step divides by det⁑A\det A.

IIIVisualization 2 β€” Three Planes Through the Origin

The first two planes meet in a line; det⁑A\det A decides whether the third plane contains it.

πŸ’‘ Scaling keeps a solution a solution: if AX=0AX = \mathbf{0}, then A(2X)=0A(2X) = \mathbf{0} as well β€” so a single nonzero solution already brings infinitely many.

IVVisualization 3 β€” One Solution for Every B

Every right-hand side gets exactly one XX when det⁑A=4\det A = 4; B=0B = \mathbf{0} gets the origin.

VQuiz Questions

Problem 1 Β· Compute the Determinant, Then Decide

Given: A=[120312011]A = \begin{bmatrix} 1 & 2 & 0 \\ 3 & 1 & 2 \\ 0 & 1 & 1 \end{bmatrix} β€” expand along the first row and decide whether Aβˆ’1A^{-1} exists.

βœ… Correct! det⁑A=βˆ’7β‰ 0\det A = -7 \neq 0, so the division by det⁑A\det A goes through and Aβˆ’1=βˆ’17adj(A)A^{-1} = -\tfrac{1}{7}\mathrm{adj}(A).
❌ Check the cofactor signs. The middle term of a first-row expansion is subtracted: βˆ’2(3β‹…1βˆ’2β‹…0)=βˆ’6-2(3 \cdot 1 - 2 \cdot 0) = -6, not +6+6.
❌ A term went missing. You have the first minor, 1(1β‹…1βˆ’2β‹…1)=βˆ’11(1 \cdot 1 - 2 \cdot 1) = -1; the a12a_{12} term still has to be subtracted.
❌ The determinant is right, the conclusion is not. The criterion is det⁑Aβ‰ 0\det A \neq 0, not det⁑A>0\det A > 0; βˆ’7-7 is nonzero, so Aβˆ’1A^{-1} exists.
❌ Not quite. Expand along the first row with the +β€‰βˆ’β€‰++\,-\,+ pattern: 1(1βˆ’2)βˆ’2(3βˆ’0)+01(1 - 2) - 2(3 - 0) + 0.
Show solution

Expanding along the first row, minors first:

det⁑A=1∣1211βˆ£βˆ’2∣3201∣+0∣3101∣\det A = 1\begin{vmatrix} 1 & 2 \\ 1 & 1 \end{vmatrix} - 2\begin{vmatrix} 3 & 2 \\ 0 & 1 \end{vmatrix} + 0\begin{vmatrix} 3 & 1 \\ 0 & 1 \end{vmatrix} det⁑A=1(1βˆ’2)βˆ’2(3βˆ’0)+0=βˆ’1βˆ’6=βˆ’7\det A = 1(1 - 2) - 2(3 - 0) + 0 = -1 - 6 = -7

Since det⁑A=βˆ’7β‰ 0\det A = -7 \neq 0, the matrix is invertible: the adjoint is built as always, and the last step divides by βˆ’7-7 instead of stalling. A negative determinant is no obstacle β€” only a zero determinant is.

Problem 2 · What Exactly Fails When det⁑A=0\det A = 0

Given: a 3Γ—33 \times 3 matrix AA with det⁑A=0\det A = 0. Which statement is correct?

βœ… Correct! Minors, cofactors and the transpose need no division, so adj(A)\mathrm{adj}(A) always exists β€” and det⁑(MA)=det⁑Mβ‹…det⁑A\det(MA) = \det M \cdot \det A rules out every inverse, not just this recipe's.
❌ The minors are fine. Each minor is a 2Γ—22 \times 2 determinant; nothing in steps 1–3 divides by anything. adj(A)\mathrm{adj}(A) comes out even when det⁑A=0\det A = 0.
❌ Stronger than that. If some MM had MA=IMA = I, then det⁑Mβ‹…det⁑A=det⁑I=1\det M \cdot \det A = \det I = 1 β€” impossible with det⁑A=0\det A = 0. No method can succeed.
❌ The homogeneous system always has one. X=0X = \mathbf{0} satisfies AX=0AX = \mathbf{0} for every AA; what a zero determinant costs you is uniqueness.
❌ Not quite. Ask which of the four steps needs a division.
Show solution

Steps 1–3 β€” minors, the checkerboard of signs, the transpose β€” are built from products and differences of entries. They never divide, so adj(A)\mathrm{adj}(A) exists for every square matrix.

Step 4 is Aβˆ’1=1det⁑Aadj(A)A^{-1} = \dfrac{1}{\det A}\mathrm{adj}(A), and with det⁑A=0\det A = 0 it asks for 10\tfrac{1}{0}.

And nothing else works either. Suppose MA=IMA = I for some MM. Taking determinants,

det⁑Mβ‹…det⁑A=det⁑I=1\det M \cdot \det A = \det I = 1

A product equal to 11 has no zero factor, so det⁑Aβ‰ 0\det A \neq 0. Contrapositive: det⁑A=0\det A = 0 means no inverse exists at all.

Problem 3 Β· Tune the Matrix Until the Origin Has Company

Given: the homogeneous system AX=0AX = \mathbf{0} with A=[1212k2113]A = \begin{bmatrix} 1 & 2 & 1 \\ 2 & k & 2 \\ 1 & 1 & 3 \end{bmatrix} β€” find det⁑A\det A in terms of kk, then the value of kk at which the system gains a nonzero solution.

What is det⁑A\det A?

For which kk does AX=0AX = \mathbf{0} have a nonzero solution?

βœ… Correct! det⁑A=2kβˆ’8\det A = 2k - 8 vanishes at k=4k = 4; for every other kk the three planes through the origin meet there and nowhere else.
❌ Check the expansion. Along the first row: 1(3kβˆ’2)βˆ’2(6βˆ’2)+1(2βˆ’k)1(3k - 2) - 2(6 - 2) + 1(2 - k) β€” keep the middle term subtracted and collect the kk's.
❌ That is only the first term. 1(3kβˆ’2)1(3k - 2) is the a11a_{11} cofactor alone; the other two, βˆ’2(6βˆ’2)-2(6 - 2) and +1(2βˆ’k)+1(2 - k), still have to be added in β€” together they contribute βˆ’8-8 and 2βˆ’k2 - k.
❌ The middle term is subtracted, not added. Adding it gives (3kβˆ’2)+8+(2βˆ’k)=2k+8(3k - 2) + 8 + (2 - k) = 2k + 8; with the +β€‰βˆ’β€‰++\,-\,+ pattern the term is βˆ’2(6βˆ’2)=βˆ’8-2(6 - 2) = -8.
❌ Check the sign inside the last minor. It is 2β‹…1βˆ’kβ‹…1=2βˆ’k2 \cdot 1 - k \cdot 1 = 2 - k, not 2+k2 + k; reading it with the wrong sign turns 2kβˆ’82k - 8 into 4kβˆ’84k - 8.
❌ Solve det⁑A=0\det A = 0. A nonzero solution appears exactly when the determinant vanishes.
❌ That is the trivial solution. X=0X = \mathbf{0} does solve the system for every kk β€” the question is when a nonzero solution joins it, and that needs det⁑A=0\det A = 0.
❌ Not quite. Compute det⁑A\det A as a function of kk first, then set it to zero.
Show solution

Step 1 β€” expand along the first row:

det⁑A=1(kβ‹…3βˆ’2β‹…1)βˆ’2(2β‹…3βˆ’2β‹…1)+1(2β‹…1βˆ’kβ‹…1)\det A = 1(k \cdot 3 - 2 \cdot 1) - 2(2 \cdot 3 - 2 \cdot 1) + 1(2 \cdot 1 - k \cdot 1) det⁑A=(3kβˆ’2)βˆ’2(4)+(2βˆ’k)=3kβˆ’2βˆ’8+2βˆ’k=2kβˆ’8\det A = (3k - 2) - 2(4) + (2 - k) = 3k - 2 - 8 + 2 - k = 2k - 8

Step 2 β€” the criterion. With det⁑Aβ‰ 0\det A \neq 0 the inverse exists and X=Aβˆ’10=0X = A^{-1}\mathbf{0} = \mathbf{0} is the only solution. So a nonzero solution requires

2kβˆ’8=0⟹k=42k - 8 = 0 \quad \Longrightarrow \quad k = 4

At k=4k = 4 the three planes still all pass through the origin, but they no longer pin it down alone: the first two meet in a line that now lies inside the third.

Problem 4 Β· A Claimed Inverse, and What Survives

Given: det⁑A=0\det A = 0, yet a classmate claims to have found a matrix MM with MA=IMA = I. Take determinants of both sides, using det⁑(MA)=det⁑Mβ‹…det⁑A\det(MA) = \det M \cdot \det A and det⁑I=1\det I = 1.

What do the two sides become?

With det⁑A=0\det A = 0, the homogeneous system AX=0AX = \mathbf{0}:

βœ… Correct! det⁑Mβ‹…0=0\det M \cdot 0 = 0 can never equal 11, so no inverse exists β€” and the uniqueness argument X=Aβˆ’10=0X = A^{-1}\mathbf{0} = \mathbf{0} loses the very Aβˆ’1A^{-1} it runs on, leaving the origin as one solution among possibly many.
❌ Substitute det⁑A=0\det A = 0. The left side is det⁑Mβ‹…0\det M \cdot 0, whatever det⁑M\det M is; the right side is det⁑I=1\det I = 1.
❌ det⁑I\det I is not zero. The identity has determinant 11, so the equation reads 0=10 = 1 β€” a contradiction, not a consistency.
❌ The rule has no exceptions. det⁑(MA)=det⁑Mβ‹…det⁑A\det(MA) = \det M \cdot \det A holds for all square M,AM, A β€” which is exactly why det⁑A=0\det A = 0 is fatal.
❌ Check the trivial solution. A0=0A\mathbf{0} = \mathbf{0} for every AA; what needs det⁑Aβ‰ 0\det A \neq 0 is the argument that no other solution exists.
❌ Solutions never come in twos. If some Xβ‰ 0X \neq \mathbf{0} solves AX=0AX = \mathbf{0}, then so does tXtX for every scalar tt β€” so the count is either exactly one or infinitely many.
❌ Not quite. Take determinants first, then ask which step of the uniqueness argument used Aβˆ’1A^{-1}.
Show solution

The claim cannot hold. Taking determinants of MA=IMA = I:

det⁑Mβ‹…det⁑A=det⁑I=1\det M \cdot \det A = \det I = 1

With det⁑A=0\det A = 0 the left side is det⁑Mβ‹…0=0\det M \cdot 0 = 0, so the equation reads 0=10 = 1. No MM can do it.

What the homogeneous system keeps. A0=0A\mathbf{0} = \mathbf{0} holds for every matrix, so X=0X = \mathbf{0} is still a solution β€” geometrically, all three planes pass through the origin.

What it loses. Uniqueness came from multiplying AX=0AX = \mathbf{0} on the left by Aβˆ’1A^{-1}:

Aβˆ’1(AX)=Aβˆ’10⟹X=0A^{-1}(AX) = A^{-1}\mathbf{0} \quad \Longrightarrow \quad X = \mathbf{0}

That argument needs Aβˆ’1A^{-1}, which no longer exists. So the origin remains a solution, but it need not be alone.

Solved: 0 / 4