01Key Concepts & Definitions
02Expansion 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.
03Properties 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.
04Minors & 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.
05Area 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.
06Adjoint & 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: .
- 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: .
07System 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 .
08Differentiation & 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).
09Formulae, 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 $ |
10Conditions & 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.
11COMMON 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 .
12Previous 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.
13JEE Traps
where is the order of the matrix.
Elements of one row multiplied by cofactors of another row sums to exactly 0.
and give different matrices.
The operations of transpose and inverse are commutative: .
Matrix inversion over products follows the reversal law: .
A homogeneous system having non-trivial solutions means we need to evaluate .
A homogeneous system has non-trivial solutions IF AND ONLY IF . You immediately set the determinant to zero.
If area of a triangle is , then equating yields the full answer.
You must equate the determinant to , which usually generates two valid coordinates for a missing vertex.
. For a matrix, this is .
directly.
. Failing to alternate the signs on the "diamond" positions in a grid is the most common arithmetic error.
Singular means a single unique solution exists.
Singular means , which implies the inverse does not exist and there is NO unique solution.
for all matrices.
. Thus, if is even, and if is odd.