Matrices and Determinants
In ordinary numbers, with forces . Cancel and move on.
Try it with matrices.
So , and is very far from the zero matrix. Cancel and you conclude , which is plainly false.
One number explains it.
A matrix is an action, and its determinant says whether that action can be undone. This sends every point to , collapsing the whole plane onto a single line. Once two different points have been sent to the same place, no amount of cleverness recovers which one you started from, so there is nothing to cancel with.
That single collapse wears four costumes, and the syllabus puts them in one unit for exactly that reason.
| means | Which is why |
|---|---|
| the action is not reversible | does not give |
| no inverse matrix exists | would have to undo the collapse |
| an area has been squashed flat | three points come out collinear |
| the equations lost independence | the system has no unique solution |
Roughly two of the twenty-five Mathematics questions come from here, and the arithmetic is heavy enough that method choice decides whether you finish in one minute or four.
1. Matrices and Their Types
Matrix. A rectangular array of numbers, of order meaning rows and columns. It is not a number and has no value; it is an arrangement.
| Type | Defining condition |
|---|---|
| Row / column | one row, or one column |
| Square | ; only these have determinants |
| Diagonal | square, all off-diagonal entries zero |
| Scalar | diagonal with all diagonal entries equal |
| Identity | scalar with every diagonal entry |
| Symmetric | , so |
| Skew-symmetric | , so |
| Idempotent | |
| Involutory | |
| Nilpotent | for some |
| Orthogonal | , so |
Trap. Skew-symmetry forces , so every diagonal entry of a skew-symmetric matrix is zero. Questions are built on that single consequence.
Transpose : rows become columns. Two facts about it are worth committing.
The order reversal in the first is not a typo; it is forced by the shapes.
Illustration 1
Show that is symmetric and that is symmetric, for any matrix , square or not.
For the sum, transpose it and use the rule that transposing twice returns the original.
For the product, use the order-reversing rule.
The second result holds even when is : then is and is , and both are symmetric while being different sizes.
This is why every decomposition question works. Any square matrix splits into a symmetric part and a skew part in exactly one way, and the halves are forced on you by adding and subtracting the two expressions.
Illustration 2
Identify the type of each matrix, and show that an orthogonal matrix always has determinant .
, so is idempotent.
, so is involutory; it is also orthogonal, since .
, so is nilpotent, and it is a second witness that does not force or to be zero.
For orthogonality, take determinants of and use the two rules that a product multiplies and a transpose preserves.
Determinant means an orthogonal matrix scales no area at all, which fits: it is a rotation or a reflection, and neither stretches anything.
2. Algebra of Matrices
Addition, subtraction and scalar multiplication act entrywise and require identical orders.
The row-by-column rule
The entry in row , column of the product comes from row of against column of .
The inner numbers must match; the outer numbers survive. That one line settles every "is this product defined" question.
Matrix multiplication is associative and distributive, but three familiar properties fail.
| Property | Status | Witness |
|---|---|---|
| fails | shears in different directions | |
| or | fails | two singular matrices |
| fails | any singular |
All three failures have the same root, and it is the one from the opening: a singular matrix destroys information.
Illustration 3
Show that and do not commute, even though both are invertible.
Both have determinant , so neither destroys anything, and yet the products differ.
Non-commutativity is therefore a separate phenomenon from singularity. shears horizontally and shears vertically, and doing them in the other order lands somewhere else, exactly as turning then walking differs from walking then turning.
Trap. is false in general. The correct expansion is , and the middle terms combine only if and commute.
3. Determinants of Order Two and Three
A determinant is a number extracted from a square matrix. A matrix is an array; its determinant is a value.
For order three, expand along any row or column using cofactors, where the cofactor is the minor with the sign attached.
The sign pattern alternates from the top left, and expanding along the row or column containing the most zeros saves the most work.
Illustration 4
Evaluate .
Expanding along the first row costs three determinants. The second row already carries two zeros, so expand along it instead.
The middle entry sits at position , whose sign board symbol is .
One product replaced six. Expansion along any row or column gives the same value, so the only question is which line costs least, and a row of zeros with one survivor costs almost nothing.
4. Properties That Make Evaluation Fast
Full expansion of a determinant is six products. Properties usually replace all six with one.
| Operation on the determinant | Effect |
|---|---|
| Swap two rows (or columns) | sign changes |
| Multiply one row by | value multiplied by |
| Add a multiple of one row to another | value unchanged |
| Two rows identical or proportional | value is |
| A full row of zeros | value is |
| Transpose the whole matrix | value unchanged |
The third row of that table is the workhorse: it lets you manufacture zeros for free before expanding.
Trap. is not . Every one of the rows gets multiplied, so the factor comes out times.
Illustration 5
Evaluate without full expansion.
Every column sums to , which is the signal to add all rows into one.
Take the common factor out of the new first row.
Now clear the first row with column operations, which change nothing.
Expanding along the first row now costs one determinant.
The factor appeared before any expansion, which is the whole point. It also predicts the answer's structure: is known to have as a factor.
Illustration 6
Given for a matrix, use to explain why a singular matrix can never have an inverse.
Suppose is singular, so , and suppose an inverse existed with .
No number satisfies that, so no such exists. The multiplicative property turned a matrix question into an arithmetic impossibility.
The same property gives the scaling result instantly: , because tripling a matrix triples all three rows.
5. The Determinant as a Scale Factor
Geometrically, a matrix maps the unit square to a parallelogram, and is that parallelogram's area. In three dimensions it is a volume.
The sign records orientation: negative means the plane was flipped over.
Area of a triangle
Setting that determinant to zero is the collinearity condition: zero area means the three points lie on a line. This is the third costume, and it is the same collapse as before.
Illustration 7
Find the area of the triangle with vertices , and , then shift all three vertices by and recompute.
Subtract the first row from the other two, which changes nothing and kills the last column.
After the shift the vertices are , and . Subtracting the first row from the others gives exactly the same two rows and as before.
The translation cancelled in the row differences, so the area is unchanged, as geometry demands. That is also why the row-subtraction step is worth doing first: it strips out the position of the triangle and leaves only its shape.
6. Adjoint and Inverse
Adjoint. is the transpose of the matrix of cofactors. Compute every cofactor, arrange them, then transpose.
Singular means and no inverse exists. Non-singular means and the inverse exists and is unique.
| Result | Statement |
|---|---|
| Inverse of a product | |
| Determinant of the adjoint | |
| Determinant of the inverse |
Illustration 8
For a matrix the inverse has a shortcut: swap the diagonal entries, negate the other two, divide by the determinant. Show where it comes from, and why it does not extend to .
The cofactors of are , , , , arranged as . Transposing gives the adjoint.
The shortcut works because each cofactor of a matrix is a single entry, so no determinants are involved at all.
For a matrix each of the nine cofactors is itself a determinant, so no rearrangement of entries can produce them. There is no shortcut, and the adjoint has to be computed properly.
7. Consistency and Solving Linear Systems
Write with the coefficient matrix. Cramer's rule uses determinants alone.
where and replaces the -th column of by the constants.
| Case | Diagnosis | Solutions |
|---|---|---|
| consistent, independent | exactly one | |
| , some | inconsistent | none |
| , all | consistent, dependent | infinitely many |
The same three cases are reached by the matrix inversion method, which is what a JEE question usually names.
That derivation quietly assumes exists, which is why the method answers only the first row of the table. When there is nothing to multiply by, and the question becomes which of the other two rows applies.
Trap. The last row is usually infinitely many, not always. All determinants can vanish while the equations still contradict each other, so a system that reaches that row must be checked directly by substitution.
What the three cases look like
Each equation in three unknowns is a plane, and the solution set is where all three meet.
Illustration 9
Two systems share the same coefficients. Explain why one has no solution and the other has infinitely many.
Both have , so neither has a unique solution. The constants decide the rest.
In (i), doubling the first equation gives , contradicting . The two lines are parallel and distinct, and confirms it.
In (ii), the second equation is twice the first, so it adds nothing. Here and as well, and every point of the line is a solution.
Homogeneous systems
, with all constants zero.
always works, so a homogeneous system is never inconsistent. The only question is whether anything else works.
Illustration 10
Solve and , and say what the answer looks like geometrically.
so non-trivial solutions exist. The second equation is twice the first, so there is really only one condition.
Both "planes" are the same line through the origin, and the solution set is that entire line rather than a point.
Note what could not have happened. Two parallel but distinct lines would need different constants, and homogeneous systems have none: every equation is forced through the origin, which is why they always have at least the trivial solution.
Illustration 11
Find for without computing an adjoint, using .
Here and , so the identity reads .
Verify it once: , and .
Now rearrange to isolate and read off the inverse.
Check: .
The identity holds for every matrix, so it also gives , and any power in terms of and , which is far faster than repeated multiplication.
Summary
A matrix is an action; its determinant is the number saying whether the action can be undone. Zero means information was destroyed.
That single collapse explains all four failures: no cancellation, no inverse, zero area, no unique solution.
Only square matrices have determinants. Skew-symmetric matrices have zero diagonals, and any square matrix splits uniquely into symmetric and skew parts.
For products, inner dimensions must match and outer ones survive. and both reverse the order.
in general even for invertible matrices, so .
Idempotent, involutory, nilpotent and orthogonal are defined by one equation each, and an orthogonal matrix has determinant plus or minus one because it scales no area.
Expand along the row or column already carrying the most zeros; a cofactor is a minor with the sign board's symbol attached.
Row and column operations beat expansion. Adding a multiple of one row to another leaves the value unchanged, and manufacturing zeros first turns six products into one.
, not . And , which is why a singular matrix can never have an inverse.
The determinant is an area scale factor, so the triangle formula and the collinearity condition are the same statement read two ways.
gives the inverse. The swap-and-negate shortcut works only because its cofactors are single entries.
The matrix inversion method gives , but its derivation assumes the inverse exists, so it answers the unique-solution case only.
Non-zero gives a unique solution. When , the decide between no solution and infinitely many, and the all-zero case still deserves a substitution check.
Homogeneous systems are never inconsistent; is exactly the condition for a non-trivial solution.
The identity holds for every matrix and turns inverses and powers into linear combinations of and .
