2.6.7 · D4Matrices & Determinants — Introduction

Exercises — Determinant of 2×2 matrix

2,033 words9 min readBack to topic

Before we start, one picture to keep in your head the whole time: the determinant is the signed area of the parallelogram built from the two columns of the matrix.

Figure — Determinant of 2×2 matrix
  • Columns and are two arrows from the origin.
  • They span a parallelogram (the shaded region).
  • = its area. The sign says whether sits counter-clockwise from (positive) or clockwise (negative).

Level 1 — Recognition

You are only asked to apply the formula and read off its meaning.

Recall Solution 1.1

WHAT: apply with . WHY: direct definition, nothing else needed. Meaning: areas are scaled by ; the sign is , so orientation is preserved.

Recall Solution 1.2

A zero determinant means the matrix is singular (non-invertible). Look at the columns: and are identical, so they lie on the same line — the parallelogram is flat, area . See Linear independence: the columns are dependent.

Recall Solution 1.3

WHY the sign flip inside: , and subtracting a negative adds. This is exactly where students slip — track the sign of every entry.


Level 2 — Application

Now the determinant is a step inside a bigger task.

Recall Solution 2.1

WHY the determinant: area of the parallelogram from two vectors is — this is the whole point of the determinant (see Area of parallelogram). Put the vectors as columns: Area . Positive sign is counter-clockwise from .

Recall Solution 2.2

Part 1: From Inverse of a 2×2 matrix, , so Part 2: First check the actual : (matches). The inverse formula swaps , negates the off-diagonal, then divides by the determinant:

Recall Solution 2.3

Singular means . WHY: zero area no inverse. Two answers — a common oversight is to keep only .


Level 3 — Analysis

Reasoning about why, using the properties.

Recall Solution 3.1

: multiplicativity, . : scaling a matrix by scales both columns by , so area scales by : : (transpose invariance), so .

Recall Solution 3.2

Rotation: . A rotation moves the square rigidly — area unchanged (factor ) and orientation preserved (positive sign). See Transformations and scaling. Reflection: . Area unchanged (magnitude ) but the sign is negative — a reflection flips orientation, turning a counter-clockwise square clockwise, like a mirror image.

Figure — Determinant of 2×2 matrix
Recall Solution 3.3

Start with . Swap columns to get : So the determinant flips sign. Geometric reason: swapping the two spanning arrows swaps which one is "counter-clockwise," reversing the signed orientation.


Level 4 — Synthesis

Combine several ideas, or link to a system of equations.

Recall Solution 4.1

Set up. Coefficient matrix , right side . Main determinant: . Non-zero unique solution exists. Replace column 1 with the right side for : Replace column 2 for : Divide: Check: ✓, ✓.

Recall Solution 4.2

Singular determinant zero: Expand: Factor: Sanity check via a property: the product of eigenvalues equals the determinant: , and ✓.


Level 5 — Mastery

You now construct matrices to meet stated conditions, and prove a general fact.

Recall Solution 5.1

Strategy: means the columns are parallel — the second column must be a scalar multiple of the first. Pick first column and multiply by to get second column : All entries non-zero ✓, and it is not a multiple of the all-ones matrix ✓. (Infinitely many valid answers exist — any parallel-column matrix works. See Linear independence.)

Recall Solution 5.2

Requirement: . Easiest is a reflection-then-scale: take : Area factor (tripled) ✓, negative sign = orientation reversed ✓.

Recall Solution 5.3

Take . But , so Conclusion: determinant is not additive. It is multiplicative () because area-scaling factors compose by multiplication when you apply one transformation after another (Matrix multiplication) — but adding matrices is not "doing one then the other," so no such rule exists for sums.


Recall One-line summary of every level

L1 plug-in ::: apply , watch signs L2 area & inverse ::: columns span area; inverse L3 properties ::: , , swap flips sign L4 systems ::: Cramer ; eigenvalues from L5 build & prove ::: engineer to a target; is not additive

Connections