LINEAR-ALGEBRA Β· Unit 3 Β· Video 2 Β· Interactive Practice

Matrix Inverses: What They Are and When They Don't Exist

IKey Formulas

Formula Name When to Use
Aβˆ’1A=AAβˆ’1=IA^{-1}A = AA^{-1} = I Inverse definition Defines what "inverse" means
det⁑ ⁣[abcd]=adβˆ’bc\det\!\begin{bmatrix} a & b \\ c & d \end{bmatrix} = ad - bc 2Γ—2 Determinant Quick singularity check
det⁑(A)=0β€…β€ŠβŸΊβ€…β€ŠA\det(A) = 0 \iff A is singular Singularity test Zero determinant means no inverse exists
Ax=0Ax = 0 has nontrivial solution β€…β€ŠβŸΊβ€…β€ŠA\iff A is singular Null space test Non-zero xx in null space proves no inverse

IIVisualization 1 β€” A Matrix Deforms the Plane

Multiplying by AA warps the unit square into a parallelogram of area ∣det⁑A∣|\det A| β€” and zero area means no inverse.

Only whether det⁑A\det A is zero decides invertibility β€” its sign merely records whether the transformation flips the plane's orientation.

IIIVisualization 2 β€” When Columns Span the Plane

The columns of AA span the whole plane only when they point in different directions.

IVVisualization 3 β€” A Whole Line Maps to One Point

For the singular matrix A=[1326]A = \begin{bmatrix} 1 & 3 \\ 2 & 6 \end{bmatrix}, infinitely many inputs share the single output (1,2)(1, 2).

If Aβˆ’1A^{-1} existed, Aβˆ’1(1,2)A^{-1}(1,2) would have to return one vector β€” but infinitely many inputs give (1,2)(1,2), so no reverse map can exist.

VQuiz Questions

Question 1

Consider the matrix A=[3612]A = \begin{bmatrix} 3 & 6 \\ 1 & 2 \end{bmatrix}.

What is det⁑(A)\det(A), and is AA invertible?

βœ… Correct! The determinant is zero, so AA has no inverse.

❌ Not quite. Compute adβˆ’bcad - bc carefully: (3)(2)βˆ’(6)(1)=?(3)(2) - (6)(1) = ?

Show solution

Solution:

For A=[3612]A = \begin{bmatrix} 3 & 6 \\ 1 & 2 \end{bmatrix}, the determinant is:

det⁑(A)=adβˆ’bc=(3)(2)βˆ’(6)(1)=6βˆ’6=0\det(A) = ad - bc = (3)(2) - (6)(1) = 6 - 6 = 0

Since det⁑(A)=0\det(A) = 0, the matrix is singular (not invertible).

Notice that column 2 =(6,2)=2Γ—(3,1)=2Γ—= (6, 2) = 2 \times (3, 1) = 2 \times column 1, confirming the columns are linearly dependent.

Question 2

True or False: If AA is a square matrix and Ax=0Ax = 0 has only the trivial solution x=0x = 0, then AA is invertible.

βœ… Correct! Only the trivial null space means the columns are independent and AA is invertible.

❌ Not quite. Recall from the video: a non-trivial null vector is 'the exact dividing line' for singularity.

Show solution

Solution: True

This is a fundamental equivalence in linear algebra. For a square matrix AA:

Ax=0Β hasΒ onlyΒ x=0β€…β€Šβ€…β€Šβ€…β€ŠβŸΊβ€…β€Šβ€…β€Šβ€…β€ŠcolumnsΒ ofΒ AΒ areΒ linearlyΒ independentβ€…β€Šβ€…β€Šβ€…β€ŠβŸΊβ€…β€Šβ€…β€Šβ€…β€ŠAΒ isΒ invertibleAx = 0 \text{ has only } x = 0 \;\;\iff\;\; \text{columns of } A \text{ are linearly independent} \;\;\iff\;\; A \text{ is invertible}

The video showed the converse direction: if a non-trivial solution exists (like x=(3,βˆ’1)x = (3, -1) for the singular matrix), then AA cannot be invertible β€” proved by contradiction.

The contrapositive gives us this result: no non-trivial null space vector means AA is invertible.

Question 3

In the proof by contradiction from the video, we assume Aβˆ’1A^{-1} exists for A=[1326]A = \begin{bmatrix} 1 & 3 \\ 2 & 6 \end{bmatrix}, knowing that Ax=0Ax = 0 where x=(3,βˆ’1)β‰ 0x = (3, -1) \neq 0.

What contradiction do we arrive at?

βœ… Correct! The assumption forces x=0x = 0, contradicting x=(3,βˆ’1)β‰ 0x = (3, -1) \neq 0.

❌ Not quite. Trace the algebra: multiply Ax=0Ax = 0 on the left by Aβˆ’1A^{-1} and simplify step by step.

Show solution

Solution:

The proof proceeds step by step:

  1. Assume Aβˆ’1A^{-1} exists.
  2. Given: Ax=0Ax = 0 where x=(3,βˆ’1)β‰ 0x = (3, -1) \neq 0.
  3. Multiply both sides on the left by Aβˆ’1A^{-1}:

Aβˆ’1(Ax)=Aβˆ’1β‹…0A^{-1}(Ax) = A^{-1} \cdot 0

  1. By associativity: (Aβˆ’1A)x=0(A^{-1}A)x = 0
  2. By definition of inverse: Ix=0Ix = 0
  3. Therefore: x=0x = 0

But we chose x=(3,βˆ’1)β‰ 0x = (3, -1) \neq 0. This is a contradiction! ⚑

Therefore, our assumption was wrong β€” Aβˆ’1A^{-1} does not exist.

Question 4

Which of the following matrices is invertible?

βœ… Correct! BB has determinant βˆ’2β‰ 0-2 \neq 0, making it the only invertible option.

❌ Not quite. Compute adβˆ’bcad - bc for each matrix. Which one gives a nonzero result?

Show solution

Solution:

Compute the determinant adβˆ’bcad - bc for each:

Matrix Determinant Invertible?
A=[2436]A = \begin{bmatrix} 2 & 4 \\ 3 & 6 \end{bmatrix} (2)(6)βˆ’(4)(3)=12βˆ’12=0(2)(6) - (4)(3) = 12 - 12 = 0 ❌ Singular
B=[1234]B = \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix} (1)(4)βˆ’(2)(3)=4βˆ’6=βˆ’2(1)(4) - (2)(3) = 4 - 6 = -2 βœ… Invertible
C=[51012]C = \begin{bmatrix} 5 & 10 \\ 1 & 2 \end{bmatrix} (5)(2)βˆ’(10)(1)=10βˆ’10=0(5)(2) - (10)(1) = 10 - 10 = 0 ❌ Singular
D=[0012]D = \begin{bmatrix} 0 & 0 \\ 1 & 2 \end{bmatrix} (0)(2)βˆ’(0)(1)=0(0)(2) - (0)(1) = 0 ❌ Singular

Only BB has a nonzero determinant (βˆ’2-2), so it is the only invertible matrix. Note: the sign of the determinant doesn't matter β€” only whether it equals zero or not.

Solved: 0 / 4