Key Concepts & Definitions
- Determinant:
- A function that associates every square matrix A=[aij]A = [a_{ij}]A=[aij] of order nnn with a unique real or complex number. If MMM is the set of square matrices and KKK is the set of numbers, then f:M→Kf: M \to Kf:M→K defined by f(A)=kf(A) = kf(A)=k is the determinant of AAA, denoted by ∣A∣|A|∣A∣, det(A)\det(A)det(A), or Δ\DeltaΔ.
- Square Matrix Condition:
- Only square matrices possess determinants.
- Singular Matrix:
- A square matrix AAA is singular if its determinant is zero, i.e., ∣A∣=0|A| = 0∣A∣=0.
- Non-Singular Matrix:
- A square matrix AAA is non-singular if its determinant is non-zero, i.e., ∣A∣≠0|A| \neq 0∣A∣=0.
- Minor (MijM_{ij}Mij):
- The determinant obtained by deleting the ithi^{th}ith row and jthj^{th}jth column of a determinant in which the element aija_{ij}aij lies. The minor of an element of a determinant of order n(n≥2)n (n \ge 2)n(n≥2) is a determinant of order n−1n-1n−1.
- Cofactor (AijA_{ij}Aij):
- The cofactor of an element aija_{ij}aij, denoted by AijA_{ij}Aij, is defined by Aij=(−1)i+jMijA_{ij} = (-1)^{i+j}M_{ij}Aij=(−1)i+jMij, where MijM_{ij}Mij is the minor of aija_{ij}aij.
- Adjoint of a Matrix (adj A\text{adj } Aadj A):
- The transpose of the cofactor matrix [Aij]n×n[A_{ij}]_{n \times n}[Aij]n×n of a square matrix AAA.
- Consistent System:
- A system of linear equations is consistent if it has one or more solutions.
- Inconsistent System:
- A system of linear equations is inconsistent if its solution does not exist.
- Historical Context:
- The Chinese originally used rods on a calculating board for linear equations, resembling determinants. Seki Kowa (1683) had early ideas of determinants. Vandermonde first recognized them as independent functions, Laplace expanded them, Cauchy used the term in its present sense, and Jacobi gave it final acceptance.
Expansion of Determinants
1. Determinant of Order 1: For , . 2. Determinant of Order 2: For , . 3. Determinant of Order 3: Can be expanded along any of its 3 rows or 3 columns. The expansion along the first row () is: .
- Expanding along any row or column yields the same value.
- Calculation trick: Always expand along the row or column containing the maximum number of zeros → [JEE TIP].
Properties of Determinants
1. Reflection Property: The determinant remains unaltered if its rows are changed into columns and columns into rows (). 2. Switching Property: If any two rows (or columns) are interchanged, the sign of the determinant changes. 3. Repetition Property: If any two rows (or columns) of a determinant are identical (or proportional), the value of the determinant is zero. → [JEE TIP] Always check for proportional rows before expanding manually to save time. 4. Scalar Multiple Property: If each element of a row (or column) is multiplied by a constant , the value of the determinant is multiplied by .
- As a corollary, if is a square matrix of order , then . 5. Sum Property: If some or all elements of a row/column are expressed as the sum of two (or more) terms, the determinant can be expressed as the sum of two (or more) determinants. 6. Invariance Property: The value of a determinant remains same if we apply the operation or . 7. Product of Determinants: Multiplication can be done row-by-row or row-by-column.
Minors & Cofactors and their Applications
1. Determinant Value via Cofactors: The determinant is equal to the sum of the products of elements of any row (or column) with their corresponding cofactors.
- . 2. Alien Cofactor Property: If elements of a row (or column) are multiplied with the cofactors of any other row (or column), their sum is strictly zero.
- . → [JEE TIP] This is frequently tested in matrix-matching questions.
Area of a Triangle & Collinearity
The area of a triangle with vertices is:
- Collinearity Condition: Three points are collinear if and only if the area of the triangle formed by them is zero ().
- Equation of a Line: The equation of a line passing through and is obtained by equating the area of the triangle formed by , and to zero.
- Absolute Value: Area is always a positive quantity, so take the absolute value of the determinant. If the area is given in a problem, both positive and negative values of the determinant must be used for finding unknown coordinates → [JEE TIP].
Adjoint & Inverse of a Matrix
1. Adjoint of a Matrix: For , is found directly by interchanging and , and changing the signs of and . → [JEE TIP] 2. Fundamental Theorem of Adjoint: For any square matrix of order : . 3. Determinant of Adjoint: Taking the determinant on both sides of the above equation yields: .
- Advanced Adjoint Properties:
- → [JEE TIP] Direct formula for tough determinant MCQs.
- 4. Inverse of a Matrix (): A matrix is invertible if and only if it is non-singular (). . 5. Product Theorems:
- If are non-singular of the same order, and are non-singular.
- .
- Reversal Law of Inverse: .
- Determinant of Inverse: .
System of Linear Equations (Matrix Method & Cramer's Rule)
A system of equations: can be expressed as , where , , .
Condition 1: is non-singular ()
- The system has a unique solution given by .
- The system is consistent.
Condition 2: is singular () In this case, calculate .
- If (Zero matrix): The system has no solution and is inconsistent.
- If : The system may be either consistent (infinitely many solutions) or inconsistent (no solution) depending on further geometric intersection conditions of the planes.
Cramer's Rule [JEE Advanced]: Let . Let be determinants obtained by replacing of with column matrix respectively.
- If : Unique solution.
- If and at least one of : No solution.
- If : Usually infinitely many solutions.
Homogeneous System of Equations () [JEE Advanced]:
- If , the system has only the trivial solution ().
- If , the system has non-trivial solutions (infinitely many solutions). → [JEE TIP] Standard trigger in JEE Advanced: "System has a non-zero solution" immediately implies set .
Differentiation & Integration of Determinants
- Differentiation: To differentiate a determinant with respect to , differentiate one row (or column) at a time while keeping the others unchanged, and add the resulting determinants.
- Integration: If the elements of only one row (or column) are functions of and the rest are constants, the integral of the determinant is the determinant of the integrals of that specific row (or column).
Formulae, Equations & Units
| Quantity/Concept | Formula/Equation | Mathematical Constraints / Notes |
|---|---|---|
| Determinant of | Elements or | |
| Cofactor | is the minor of element | |
| Area of Triangle | Take absolute value for area | |
| Scalar Multiplication | $ | kA |
| Inverse of Matrix | Must have $ | |
| Determinant of Adjoint | $ | \text{adj } A |
| System Unique Solution | Requires $ |
Conditions & Limitations
- Applicability of Determinants: Determinants are only defined for square matrices (where number of rows = number of columns).
- Inverse Existence: The inverse of a matrix exists if and only if is non-singular (). If a system of equations yields , Matrix Inversion Method CANNOT be used to find a unique solution.
- Area Evaluation: The determinant formula for the area of a triangle yields a signed algebraic value. For pure area (geometry), the absolute value must be taken. However, when the area is given to find a variable coordinate, both and bounds must be solved.
- Limits on : If and , the system may have infinitely many solutions, but it can also have no solution (if the planes represent parallel identical lines but distinct 3D planes). Further checking using 3D geometry is strictly required.
⚠️ COMMON MISCONCEPTIONS & SIGN CONVENTIONS
- Modulus vs. Determinant Notation: The notation is read as "determinant of A", not "modulus of A". Do not mistakenly assume is strictly positive.
- Constant Extraction Misconception: In matrices, implies multiplying every element by . In determinants, taking common only extracts it from one row or column. Hence, for an matrix, , not .
- Alien Cofactor Zero Check: Students often calculate mistakenly expecting the determinant value . Remember, summing elements with cofactors of a different row always evaluates precisely to .
- Adjoint Sign Errors: While directly writing the Adjoint of a matrix, students swap the main diagonal but forget to flip the signs on the non-diagonal elements (or vice versa). .
- Polynomial Roots via Determinant: When solving determinant equations like to find , check if dropping/canceling a factor like across rows lost a root. Always take the factor out common, leaving it as .
Previous Year JEE Topics
- Properties of Determinants: Heavily tested to simplify complex and general matrices before expansion.
- System of Linear Equations (Consistency): The conditions for unique, infinite, and zero solutions using Cramer's rule () and the Adjoint method. Most common Advanced topic: Homogeneous systems with non-trivial solutions ().
- Adjoint Properties: Direct use of and .
- Polynomials derived from Determinants: Finding maximum or minimum values of functions where the function is defined as a determinant involving trigonometric terms.
Memory Aids & JEE Traps
- Trap 1 - Determinant Extraction:
- Misconception:
- Correct Understanding: where is the order of the matrix → [JEE TIP].
- Trap 2 - Alien Cofactors:
- Misconception:
- Correct Understanding: Elements of one row multiplied by cofactors of another row sums to exactly 0 → [JEE TIP].
- Trap 3 - Transpose Inverse Confusion:
- Misconception: and give different matrices.
- Correct Understanding: The operations of transpose and inverse are commutative: .
- Trap 4 - Reversal Law Omission:
- Misconception:
- Correct Understanding: Matrix inversion over products follows the reversal law: → [JEE TIP].
- Trap 5 - Meaning of "Non-Trivial Solution":
- Misconception: A homogeneous system having non-trivial solutions means we need to evaluate .
- Correct Understanding: A homogeneous system has non-trivial solutions IF AND ONLY IF . You immediately set the determinant to zero. → [JEE TIP]
- Trap 6 - Area Coordinate Given:
- Misconception: If area of a triangle is , then equating yields the full answer.
- Correct Understanding: You must equate the determinant to , which usually generates two valid coordinates for a missing vertex. → [JEE TIP]
- Trap 7 - Adjoint of an Adjoint Determinant:
- Misconception:
- Correct Understanding: . For a matrix, this is . → [JEE TIP]
- Trap 8 - Cofactor Sign Calculation:
- Misconception: directly.
- Correct Understanding: . Failing to alternate the signs on the "diamond" positions in a grid is the most common arithmetic error.
- Trap 9 - Singular vs Non-Singular Nomenclature:
- Misconception: Singular means a single unique solution exists.
- Correct Understanding: Singular means , which implies the inverse does not exist and there is NO unique solution.
- Trap 10 - Evaluating :
- Misconception: for all matrices.
- Correct Understanding: . Thus, if is even, and if is odd. → [JEE TIP]