A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Determinants of 2×2 and 3×3 Matrices

College Depth 78 in the knowledge graph I know this Set as goal
5,461topics build on this
317prerequisites beneath it
See this on the map →
Matrix MultiplicationCharacteristic Polynomial and DiagonalizationCofactor Expansion and n×n Determinants+4 more
determinant 2x2 3x3 volume

Core Idea

The determinant is a scalar assigned to a square matrix that measures how the matrix scales areas (2D) or volumes (3D). For 2×2: det(A) = ad − bc; for 3×3, it's computed via the rule of Sarrus or cofactor expansion. A nonzero determinant indicates the matrix is invertible.

Explainer

From matrix multiplication, you know that a matrix transforms vectors — it stretches, rotates, reflects, or shears space. The determinant is a single number that captures one crucial aspect of that transformation: by what factor does the matrix scale areas (in 2D) or volumes (in 3D)? If you take a unit square and apply the matrix A, the resulting parallelogram has area equal to |det(A)|. The sign tells you whether the transformation preserved orientation (positive) or flipped it (negative, like a reflection).

For a 2×2 matrix A = [[a, b], [c, d]], the formula is det(A) = ad − bc. Geometrically, think of the two columns as vectors: [a, c] and [b, d]. The determinant is the signed area of the parallelogram they span. The product ad comes from the "main diagonal" contribution and bc from the "anti-diagonal" — you subtract the anti-diagonal because it represents the overlap. If the two column vectors are parallel (one is a multiple of the other), the parallelogram collapses to a line and det(A) = 0.

For a 3×3 matrix, the cofactor expansion (also called Laplace expansion) reduces the problem to three 2×2 determinants. Expanding along the first row: det(A) = a₁₁ · M₁₁ − a₁₂ · M₁₂ + a₁₃ · M₁₃, where each Mᵢⱼ is the determinant of the 2×2 matrix obtained by deleting row i and column j. The alternating signs (+ − +) follow the checkerboard pattern of cofactors. The Rule of Sarrus is a mnemonic shortcut specific to 3×3 matrices: write the matrix, repeat the first two columns alongside it, sum the three downward diagonals, subtract the three upward diagonals. It gives the same result as cofactor expansion and is faster by hand.

The determinant's most important application is the invertibility test: a square matrix is invertible if and only if its determinant is nonzero. When det(A) = 0, the transformation collapses space — it squashes some direction to zero, which means different inputs map to the same output, making the transformation non-reversible. This connects to everything downstream: Cramer's rule, eigenvalues (via the characteristic polynomial det(A − λI) = 0), and the theory of linear independence. The determinant is the gateway into all of these.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionSine, Cosine, and Tangent RatiosTrigonometric Ratios ReviewVectors in Two DimensionsVector Operations: Addition, Subtraction, and Scalar MultiplicationDot Product (Inner Product in R^n)Matrix MultiplicationDeterminants of 2×2 and 3×3 Matrices

Longest path: 79 steps · 317 total prerequisite topics

Prerequisites (1)

Leads To (6)