Understand every theorem, formula, and shortcut of Determinants with visual clarity and memory-based learning.
A Determinant is a scalar value that can be computed from a square matrix. It helps determine whether a matrix is invertible and plays a major role in coordinate geometry, vector transformations, and system of equations.
Representation of a 3ร3 Determinant
For a 2ร2 matrix representing points in 2D, |A| gives the area of a parallelogram formed by column vectors.
Area of parallelogram = |Determinant|
Theorem 1: If a row (or column) of a determinant is multiplied by a constant k, then determinant becomes k times its original value.
Theorem 2: If any two rows (or columns) of a determinant are interchanged, its value changes sign.
Theorem 3: If all elements of a row are sum of two terms, determinant can be expressed as sum of two determinants.
Example 1: Find determinant of [[2,3],[1,4]]. โ |A| = (2ร4)โ(3ร1) = 8โ3 = 5
Example 2: Find |A| for [[1,2,3],[2,4,6],[1,2,3]]. โ Two rows are proportional โ |A| = 0 โ
Example 3: Find determinant of [[1,0,2],[โ1,3,1],[3,2,4]]. โ Expansion = 1(3ร4โ1ร2) โ 0 + 2(โ1ร2โ3ร3) = 10 โ 26 = โ16
Example 4: Show |Aแต| = |A| for [[1,2],[3,4]] โ
Example 5: If A = [[1,2],[3,4]] and B = [[0,1],[2,3]], find |AB| = |A||B| = (โ2)(โ2) = 4
Example 6: Find area of triangle with vertices (1,2), (3,โ1), (2,3). โ Area = ยฝ| xโ(yโโyโ) + xโ(yโโyโ) + xโ(yโโyโ) | = ยฝ|1(โ1โ3)+3(3โ2)+2(2โ(โ1))| = ยฝ|โ4+3+6| = 2.5 sq. units
Example 7: Evaluate determinant by row transformation. [[1,2,1],[2,3,4],[3,4,5]] โ RโโRโโ2Rโ, RโโRโโ3Rโ โ simplifies to upper triangular form โ |A| = product of diagonal = 1ร(โ1)ร(โ1)=1
Example 8: If determinant is 0, show rows are linearly dependent โ
| Concept | Formula |
|---|---|
| 2ร2 Determinant | |A| = ad โ bc |
| 3ร3 Determinant | Expansion by minors |
| Transpose | |Aแต| = |A| |
| Multiplication | |AB| = |A||B| |
| Singular Matrix | |A| = 0 |