Determinants
This chapter rigorously introduces determinants, essential scalar values derived from square matrices, covering their definition and evaluation across various orders. Mastery of determinant calculation and properties is fundamental for solving systems of linear equations, understanding matrix invertibility, and is frequently tested in CMI examinations. These concepts form a cornerstone for advanced topics in linear algebra.
---
Chapter Contents
|
| Topic |
|---|-------| | 1 | Determinants of order 2 | | 2 | Determinants of order 3 | | 3 | Evaluation techniques | | 4 | Properties of determinants |---
We begin with Determinants of order 2.
Part 1: Determinants of order 2
Determinants of Order 2
Overview
A determinant of order 2 is the simplest determinant, but it already carries important algebraic and geometric information. It tests invertibility, area scaling, row-operation effects, and parameter conditions. In exam problems, the challenge is not the formula itself, but knowing what the determinant tells you. ---Learning Objectives
After studying this topic, you will be able to:
- Compute determinants of matrices quickly.
- Use the determinant to test singularity and invertibility.
- Understand the effect of row and column operations on determinants.
- Use determinants geometrically for area.
- Solve parameter-based determinant equations.
Basic Formula
For the matrix
the determinant is
Invertibility Criterion
A matrix is singular if and only if its determinant is zero.
So
means the matrix is non-invertible.
If the determinant is nonzero, the matrix is invertible.
Geometric Meaning
If the rows or columns of a matrix are treated as vectors in the plane, then the absolute value of the determinant gives the area of the parallelogram formed by them.
So for vectors and , area is
Row and Column Effects
- Swapping two rows changes the sign of the determinant.
- If two rows are equal, the determinant is zero.
- Multiplying one row by multiplies the determinant by .
- Adding a multiple of one row to the other row does not change the determinant.
Minimal Worked Examples
Example 1 Compute Using : --- Example 2 Find such that We get So ---Standard Patterns
- direct computation:
- singular matrix:
determinant
- invertible matrix:
determinant
- area of parallelogram:
- area of triangle:
Common Mistakes
- β Writing determinant as
- β Forgetting the sign change after row swap
- β Thinking determinant zero only means βsmallβ
- β Forgetting absolute value when interpreting area
CMI Strategy
- First see whether direct computation is enough.
- If a parameter is involved, set the determinant equal to zero or nonzero as needed.
- In geometric problems, convert the given points into difference vectors first.
- Use determinant properties when simplification is easier than direct expansion.
- Keep sign discipline very carefully.
Practice Questions
:::question type="MCQ" question="The value of is" options=["","","",""] answer="A" hint="Use ." solution="Using the formula, Hence the correct option is ." ::: :::question type="NAT" question="Find the value of for which ." answer="1" hint="Set ." solution="The determinant is Setting this equal to zero: Hence the answer is ." ::: :::question type="MSQ" question="Which of the following are true?" options=["Swapping two rows changes the sign of the determinant","If two rows are equal, the determinant is zero","The determinant of \begin{pmatrix}a & b\c & d\end{pmatrix} is ","A matrix is invertible exactly when its determinant is nonzero"] answer="A,B,D" hint="One formula is written with the wrong sign order." solution="1. True.Summary
- For a matrix, determinant is .
- Determinant zero means singularity.
- Nonzero determinant means invertibility.
- Absolute value of determinant gives area of a parallelogram.
- Sign discipline matters in every determinant problem.
---
Proceeding to Determinants of order 3.
---
Part 2: Determinants of order 3
Determinants of Order 3
Overview
Determinants of order are the first nontrivial determinants where structure matters. Unlike order , direct expansion can become messy if done carelessly. In exam problems, this topic is tested through direct evaluation, row/column observation, factor extraction, parameter values for zero determinant, and geometric interpretation such as coplanarity or area/volume-type reasoning. ---Learning Objectives
After studying this topic, you will be able to:
- Evaluate a determinant correctly.
- Expand along a suitable row or column to reduce computation.
- Detect special structures that simplify a determinant immediately.
- Use determinant zero conditions to solve parameter problems.
- Recognise the cyclic and sign pattern in cofactor expansion.
Core Definition
For
the determinant is
Standard Expansion Formula
That is,
Sarrus-Type Memory Aid
For
a quick pattern is:
This is a memory aid only. In formal work, cofactor expansion is more reliable.
When the Determinant is Zero Immediately
A determinant is zero if:
- any two rows are equal
- any two columns are equal
- one row or column is all zero
- one row is a scalar multiple of another
- one column is a scalar multiple of another
- one row or column is a linear combination of the others
Expansion Strategy
Although every row or column expansion gives the same answer, some are much easier.
Prefer expansion along a row or column with:
- zeros
- simpler entries
- repeated structure
- parameter terms arranged advantageously
Minimal Worked Examples
Example 1 Evaluate $\qquad \begin{vmatrix} 1 & 2 & 3\\ 0 & 1 & 4\\ 5 & 6 & 0 \end{vmatrix} $ Expand along the first row: $\qquad 1\begin{vmatrix}1&4\\6&0\end{vmatrix} -2\begin{vmatrix}0&4\\5&0\end{vmatrix} +3\begin{vmatrix}0&1\\5&6\end{vmatrix} $ $\qquad =1(0-24)-2(0-20)+3(0-5) $ $\qquad =-24+40-15=1 $ So the determinant is . --- Example 2 Evaluate $\qquad \begin{vmatrix} 1 & 1 & 1\\ a & b & c\\ a^2 & b^2 & c^2 \end{vmatrix} $ This is a standard Vandermonde-type determinant, and it equals up to sign convention. In the ordered form above it is This is important in factor-detection problems. ::: ---Special Patterns
If a matrix is upper triangular or lower triangular, then its determinant is the product of the diagonal entries.
Example:
If one row has a common factor , then the determinant has a factor .
Similarly for columns.
Parameter Questions
Questions of the form
usually ask you to:
- compute the determinant as an algebraic expression
- solve for the parameter values making it zero
Geometrically, often indicates dependence, coplanarity, or non-invertibility.
Common Mistakes
- β Forgetting the negative sign on the middle term in first-row expansion
- β Mixing minors and cofactors
- β Expanding along a complicated row when a simpler one exists
- β Arithmetic slip in minors
CMI Strategy
- First inspect for zero-value structure.
- If not immediate, choose the easiest row/column for expansion.
- Compute the minors carefully.
- Keep the sign pattern fixed.
- In parameter questions, simplify only after getting the correct algebraic expression.
Practice Questions
:::question type="MCQ" question="The sign pattern in expansion along the first row of a determinant is" options=["","","",""] answer="B" hint="Recall cofactor signs." solution="The cofactor signs in the first row are Hence the correct option is ." ::: :::question type="NAT" question="Find ." answer="18" hint="Use triangular structure." solution="The matrix is lower triangular, so the determinant is the product of diagonal entries: Hence the answer is ." ::: :::question type="MSQ" question="Which of the following conditions force a determinant to be zero?" options=["Two rows are equal","One row is all zero","Two columns are proportional","The diagonal entries are all nonzero"] answer="A,B,C" hint="Think about dependence of rows/columns." solution="1. True.Summary
- A determinant is usually evaluated by cofactor expansion.
- The first-row sign pattern is .
- Structural simplifications can save a lot of time.
- Zero determinants often signal dependence.
- Accuracy in minors and signs matters more than speed.
---
Proceeding to Evaluation techniques.
---
Part 3: Evaluation techniques
Evaluation Techniques
Overview
Many determinant questions are not meant to be expanded directly. Instead, they are designed to reward observation and transformation. Evaluation techniques include row and column operations, factor extraction, creating zeros, symmetry spotting, and reducing the determinant to a standard form. In exam problems, the best solution is often the one that avoids brute-force expansion. ---Learning Objectives
After studying this topic, you will be able to:
- Use elementary row/column operations to simplify determinants.
- Extract common factors efficiently.
- Create zeros before expansion.
- Detect and exploit symmetry or antisymmetry.
- Recognise standard forms such as Vandermonde-type determinants.
Main Principle
Direct expansion of an order- determinant is sometimes fine, but many exam problems become far easier after one or two smart operations.
Good evaluation technique means:
- reduce first
- expand later
High-Value Operations
- Add a multiple of one row to another row
- Add a multiple of one column to another column
- Factor out common terms from a row or column
- Swap rows or columns if that creates a better structure
- Make one row or column sparse, then expand
Factor Extraction
If a row has common factor , then
Similarly for columns.
If multiple rows/columns have factors, extract all of them first.
Creating Zeros
If you can make two entries of a row or column zero, expansion becomes very fast.
Typical moves:
- subtract neighbouring rows or columns in symmetric problems
Standard Patterns
- Repeated linear expressions:
create differences
- Polynomial rows like
suggest Vandermonde structure
- Symmetric rows/columns:
use subtraction to expose dependence
- Nearly triangular structure:
finish by expansion or direct product
Minimal Worked Examples
Example 1 Evaluate $\qquad \begin{vmatrix} 1&1&1\\ 2&3&4\\ 5&7&9 \end{vmatrix} $ Use column differences: A more systematic move is: $\qquad \begin{vmatrix} 1&1&1\\ 2&3&4\\ 5&7&9 \end{vmatrix} \overset{C_2-C_1,\ C_3-C_2}{\longrightarrow} \begin{vmatrix} 1&0&0\\ 2&1&1\\ 5&2&2 \end{vmatrix} $ Now expand along the first row: $\qquad 1\begin{vmatrix}1&1\\2&2\end{vmatrix}=0 $ So the determinant is . --- Example 2 Evaluate $\qquad \begin{vmatrix} x&x&x\\ y&y&y\\ z&z&z \end{vmatrix} $ All columns are identical, so the determinant is immediately . ---Vandermonde-Type Recognition
A very useful determinant is
This equals
up to the ordering convention.
This should be recognised quickly in exam settings.
Parameter Evaluation
When a determinant depends on a parameter:
- simplify structurally first
- extract factors if possible
- then solve for values giving zero or a target value
This is usually much easier than direct full expansion at the start.
Common Mistakes
- β Expanding immediately when a zero-creating move is available
- β Forgetting whether an operation preserves the determinant or changes it
- β Missing repeated columns/rows
- β Doing several operations without writing them clearly
CMI Strategy
- Inspect for identical/proportional rows or columns.
- Extract obvious factors.
- Create zeros using subtraction.
- Look for a standard pattern.
- Expand only after the determinant becomes sparse or recognisable.
Practice Questions
:::question type="MCQ" question="In determinant evaluation, the most efficient first step is often" options=["direct expansion every time","checking for simplification opportunities","multiplying all entries","changing signs randomly"] answer="B" hint="Think about why evaluation techniques exist." solution="The purpose of evaluation techniques is to simplify before expanding. Hence the correct option is ." ::: :::question type="NAT" question="Evaluate ." answer="0" hint="Look at the columns." solution="All three columns are identical, so the determinant is ." ::: :::question type="MSQ" question="Which of the following are useful evaluation techniques for determinants?" options=["Creating zeros","Extracting common factors","Recognising standard patterns","Ignoring row/column structure"] answer="A,B,C" hint="Think about what reduces computation." solution="1. True.Summary
- Good determinant evaluation is mostly good simplification.
- Create zeros before expanding whenever possible.
- Extract factors and detect repeated structure early.
- Standard forms should be recognised immediately.
- Direct expansion is a last resort, not the default method.
---
Proceeding to Properties of determinants.
---
Part 4: Properties of determinants
Properties of Determinants
Overview
The power of determinants lies not only in computation, but in their properties. These properties explain how determinants change under row and column operations, when they become zero, and how they behave under scalar multiplication or matrix products. In exam problems, many determinant questions are solved more by properties than by expansion. ---Learning Objectives
After studying this topic, you will be able to:
- Use fundamental row and column properties of determinants.
- Predict how a determinant changes under swaps, scaling, or row addition.
- Recognise conditions forcing a determinant to vanish.
- Use determinant properties to simplify evaluation.
- Apply determinant properties in proof-style problems.
Core Properties
For determinants of any order:
- Interchanging two rows changes the sign of the determinant.
- Interchanging two columns changes the sign of the determinant.
- If two rows are equal, the determinant is zero.
- If two columns are equal, the determinant is zero.
- If one row is multiplied by , the determinant is multiplied by .
- If one column is multiplied by , the determinant is multiplied by .
- Adding a multiple of one row to another row does not change the determinant.
- Adding a multiple of one column to another column does not change the determinant.
Zero Conditions
A determinant is zero if:
- two rows are equal
- two columns are equal
- one row is a scalar multiple of another
- one column is a scalar multiple of another
- one row or column is zero
- one row or column is a linear combination of others
Sign Change and Scaling
- Swapping two rows: multiply by
- Swapping two columns: multiply by
- Multiplying one row by : multiply determinant by
- Multiplying one column by : multiply determinant by
Invariance Under Row Addition
If you replace a row by
where , then the determinant remains unchanged.
Similarly for columns.
This is a major simplification tool because it lets you create zeros without changing the determinant.
Triangular and Diagonal Cases
For an upper or lower triangular matrix, the determinant is the product of the diagonal entries.
For a diagonal matrix
,
Determinant of a Product
For square matrices and of the same order,
Minimal Worked Examples
Example 1 If two rows of a determinant are equal, then the determinant is . Reason: swapping those equal rows changes the sign, but the determinant remains the same matrix. So hence --- Example 2 Evaluate $\qquad \begin{vmatrix} 1&2&3\\ 2&4&6\\ 1&0&1 \end{vmatrix} $ The second row is times the first row, so the determinant is immediately . ---Linearity View
If all rows except one are fixed, then the determinant is linear in the remaining row.
This explains why adding a multiple of one row to another does not change the determinant and why a common factor can be pulled out of a row.
Common Mistakes
- β Thinking row addition changes the determinant
- β Forgetting that swapping rows changes the sign
- β Pulling a scalar out of the whole determinant instead of out of one row/column
- β Missing proportional rows/columns before computing
CMI Strategy
- Before expanding, inspect rows and columns.
- Check for equality, proportionality, or zeros.
- Use row/column addition to create sparse structure.
- Track sign changes carefully under swaps.
- Use properties to avoid unnecessary calculation.
Practice Questions
:::question type="MCQ" question="If two rows of a determinant are interchanged, the determinant" options=["does not change","changes sign","becomes zero","doubles"] answer="B" hint="Recall the basic row-swap property." solution="Interchanging two rows multiplies the determinant by . Hence the correct option is ." ::: :::question type="NAT" question="If one row of a determinant is multiplied by , the determinant is multiplied by" answer="5" hint="Use the scaling property." solution="Multiplying one row by multiplies the determinant by ." ::: :::question type="MSQ" question="Which of the following are true?" options=["If two columns are equal, the determinant is zero","Adding a multiple of one row to another row changes the determinant","A triangular determinant equals the product of the diagonal entries","If a row is all zero, the determinant is zero"] answer="A,C,D" hint="Check which operations preserve the determinant." solution="1. True.Summary
- Determinant properties are often more useful than direct expansion.
- Swaps change sign, scaling changes magnitude, and row addition preserves value.
- Dependence among rows or columns forces determinant zero.
- Triangular determinants are easy because they reduce to diagonal products.
- Structural inspection should come before computation.
---
Chapter Summary
- A determinant is a scalar value associated with a square matrix, encapsulating properties related to linear transformations, such as scaling factor and invertibility.
- Determinants of order 2 are calculated as for . For order 3, they are evaluated using cofactor expansion along any row or column.
- The cofactor of an element is , where is the minor (determinant of the submatrix obtained by deleting row and column ).
- Key properties of determinants include: , , and for an matrix .
- Elementary row/column operations (adding a multiple of one row/column to another) do not change the determinant's value, which is crucial for simplification.
- A determinant is zero if any two rows or columns are identical or proportional, if any row or column consists entirely of zeros, or if rows/columns are linearly dependent.
---
Chapter Review Questions
:::question type="MCQ" question="Given that , what is the value of ?" options=["-5","0","5","10"] answer="5" hint="Apply elementary row operations and their effect on the determinant value." solution="Let .
The given determinant is .
Apply the row operation : The value of the determinant remains unchanged.
.
Apply the row operation : The value of the determinant remains unchanged.
.
Since , the value of the new determinant is 5."
:::
:::question type="NAT" question="Find the positive value of for which ." answer="6" hint="Evaluate both determinants and set them equal." solution="The left determinant is .
The right determinant is .
Setting them equal: .
Thus, . The positive value of is 6."
:::
:::question type="MCQ" question="If is a matrix such that , then equals:" options=["4","8","16","32"] answer="32" hint="Recall the property for an matrix ." solution="For an matrix and a scalar , we have .
Here, is a matrix, so . The scalar is .
Therefore, ."
:::
:::question type="NAT" question="If the points , , and are collinear, what is the value of ? (Assume )" answer="1" hint="Points are collinear if the area of the triangle formed by them is zero. Use the determinant formula for area." solution="The area of a triangle with vertices , , and is given by .
For collinear points, the area is 0. So, .
Expanding along the first row:
.
Since , we can divide by (which also implies if ) and :
."
:::
---
What's Next?
Determinants are not isolated concepts; they form a cornerstone for several advanced topics. Your understanding here will be crucial when you delve into the properties and operations of Matrices, where determinants define concepts like invertibility and eigenvalues. In Vectors, determinants are used to compute cross products (area of a parallelogram) and scalar triple products (volume of a parallelepiped), providing geometric insights. Furthermore, in 3D Geometry, determinants play a key role in representing equations of planes, lines, and verifying coplanarity of points and vectors. Master these concepts to build a strong foundation for your CMI journey.