CBSE Class 12 Maths Revision Notes Chapter 4 Determinants

Determinants assign a unique scalar value to every square matrix and help study equations, areas and matrix inverses. For CBSE Class 12 Maths, this chapter covers determinants up to order three, properties, minors, cofactors, adjoint, inverse and linear equations.

Determinants are connected with square matrices. A determinant helps decide whether a system of linear equations has a unique solution. It is also used to find the area of a triangle, adjoint of a matrix and inverse of a matrix.

Use these CBSE Class 12 Maths Revision Notes Chapter 4 for the 2026–27 academic year to revise formulas, properties and applications. These Class 12 Mathematics Chapter 4 notes follow the NCERT flow and keep each concept ready for quick revision.

Key Takeaways

  • Square matrix: Only square matrices have determinants.
  • Order covered: This chapter studies determinants up to order three.
  • Area formula: Three points are collinear when the determinant-based area is zero.
  • Inverse condition: A square matrix is invertible only when its determinant is non-zero.

Need help revising determinants and inverse matrices?
Access interactive practice, chapter-wise notes and doubt-solving support on the Extramarks Learning App. Sign Up Free

Access Class 12 Maths Chapter 4 Determinants Notes in 30 Minutes

Chapter 4 becomes easier when you revise the formulas first. Then move to properties, minors, cofactors and applications.

Revision Area What to Revise
Determinant Meaning Scalar value linked with a square matrix
Order 1 and Order 2 Direct determinant formulas
Order 3 Expansion along row or column
Properties Row and column operations
Area of Triangle Determinant formula and collinearity
Minors and Cofactors Mij and Aij
Adjoint Transpose of cofactor matrix
Inverse A⁻¹ = 1/
Linear Equations Matrix method and consistency

CBSE Class 12 Maths revision infographic on determinants with 2×2 and 3×3 calculations, cofactors and properties.

Determinants Class 12 Notes: Meaning and Basic Concept

A determinant is a number associated with a square matrix. It is written as |A|, det(A) or Δ.

If A is a square matrix, then |A| is read as “determinant of A.” It is not read as modulus of A.

What Is a Determinant?

For every square matrix A = [aij] of order n, a unique number is associated with A. This number is called the determinant of A.

Important rule:
Only square matrices have determinants.

Matrix Type Determinant Exists?
1 × 1 matrix Yes
2 × 2 matrix Yes
3 × 3 matrix Yes
Rectangular matrix No

Determinant of Order 1

If A = [a], then:

|A| = a

Example:
If A = [5], then |A| = 5.

Determinant of Order 2

For a 2 × 2 matrix:

A = [a b; c d]

The determinant is:

|A| = ad - bc

Example:
A = [4 2; 5 3]

|A| = 4 × 3 - 2 × 5
= 12 - 10
= 2

Determinant of Order 3

For a 3 × 3 matrix:

A = [a1 b1 c1; a2 b2 c2; a3 b3 c3]

The determinant can be expanded along the first row as:

|A| = a1(b2c3 - b3c2) - b1(a2c3 - a3c2) + c1(a2b3 - a3b2)

This is called expansion of a determinant along a row.

Expansion of Determinants in Class 12 Mathematics Chapter 4 Notes

A determinant of order 3 can be expanded along any row or any column. The final value remains the same.

Expansion Along a Row or Column

For a 3 × 3 determinant, choose the row or column with the maximum number of zeroes. This makes calculation shorter.

If:

A = [a11 a12 a13; a21 a22 a23; a31 a32 a33]

Expansion along the first row is:

|A| = a11(a22a33 - a23a32) - a12(a21a33 - a23a31) + a13(a21a32 - a22a31)

Sign Pattern for Cofactor Expansion

The signs used in expansion follow this pattern:

Position Sign
a11 +
a12 -
a13 +
a21 -
a22 +
a23 -
a31 +
a32 -
a33 +

Quick pattern:

[+ - +; - + -; + - +]

Use this pattern while finding cofactors and expanding determinants.

Properties of Determinants for Quick Revision

Properties of determinants help simplify large calculations. They are useful when a determinant has repeated rows, proportional rows or complicated expressions.

Row and Column Interchange Properties

Property Meaning
det(A) = det(A′) Interchanging rows and columns keeps the determinant same
Ri ↔ Rj Interchanging two rows changes the sign
Ci ↔ Cj Interchanging two columns changes the sign

If two rows or two columns are interchanged, the determinant becomes negative of the original determinant.

Zero, Equal and Proportional Row Properties

Situation Determinant Value
All elements of a row are zero 0
All elements of a column are zero 0
Two rows are identical 0
Two columns are identical 0
Two rows are proportional 0
Two columns are proportional 0

Example:
If R1 = R2, then |A| = 0.

Multiplication and Addition Properties

Property Rule
Row multiplied by k Determinant is multiplied by k
Column multiplied by k Determinant is multiplied by k
Every element of matrix A multiplied by k For order n, determinant becomes kⁿ
Ri → Ri + kRj Determinant remains unchanged
Ci → Ci + kCj Determinant remains unchanged

If A = kB and A, B are square matrices of order n, then:

|A| = kⁿ|B|

Sum Property of Determinants

If each element of a row or column is expressed as the sum of two terms, the determinant can be written as the sum of two determinants.

This property is often used to split complex determinants into simpler ones.

Triangular Determinant Property

For an upper triangular or lower triangular determinant, the value is the product of diagonal elements.

Matrix Type Determinant
Upper triangular matrix Product of diagonal elements
Lower triangular matrix Product of diagonal elements
Diagonal matrix Product of diagonal elements

Example:
For a triangular matrix with diagonal elements 2, 3 and 5:

|A| = 2 × 3 × 5 = 30

Area of a Triangle Using Determinants

Determinants can be used to find the area of a triangle when the coordinates of its vertices are given.

Formula for Area of a Triangle

Let the vertices of a triangle be:

(x1, y1), (x2, y2), (x3, y3)

Then area of the triangle is:

Area = 1/2 | x1(y2 - y3) + x2(y3 - y1) + x3(y1 - y2) |

In determinant form:

Area = 1/2 | [x1 y1 1; x2 y2 1; x3 y3 1] |

The modulus is used because area is always positive.

Important Points for Area Questions

Situation Rule
Area is calculated Take positive value
Area is already given Use both positive and negative determinant values
Points are collinear Area = 0
Determinant value is 0 Triangle is not formed

Collinearity Condition

Three points are collinear if the area of the triangle formed by them is zero.

So:

1/2 | [x1 y1 1; x2 y2 1; x3 y3 1] | = 0

This means:

[x1 y1 1; x2 y2 1; x3 y3 1] = 0

Minors and Cofactors in Determinants

Minors and cofactors help expand determinants in a compact way. They are also used to find the adjoint and inverse of a matrix.

Minor of an Element

The minor of an element aij is the determinant obtained by deleting the ith row and jth column in which aij lies.

It is denoted by Mij.

For a determinant of order n, the minor of an element is a determinant of order n - 1.

Example:
If a23 lies in row 2 and column 3, delete row 2 and column 3 to find M23.

Cofactor of an Element

The cofactor of an element aij is denoted by Aij.

Formula:

Aij = (-1)i+j Mij

Here, Mij is the minor of aij.

i + j Cofactor Sign
Even Positive
Odd Negative

Expansion Using Cofactors

A determinant can be expanded as the sum of products of elements of any row or column with their corresponding cofactors.

Expansion along first row:

Δ = a11A11 + a12A12 + a13A13

Expansion along first column:

Δ = a11A11 + a21A21 + a31A31

Important Cofactor Rule

If elements of a row are multiplied with cofactors of another row, the sum is zero.

Example:

a11A21 + a12A22 + a13A23 = 0

This happens because the determinant then has two identical rows.

Adjoint and Inverse of a Matrix

Adjoint and inverse are important applications of determinants. These ideas connect Chapter 4 with matrices from Chapter 3.

Adjoint of a Matrix

The adjoint of a square matrix A is the transpose of its cofactor matrix.

It is denoted by adj A.

Steps to find adj A:

  1. Find the cofactor of each element of A.
  2. Form the cofactor matrix.
  3. Take the transpose of the cofactor matrix.

Adjoint of a 2 × 2 Matrix

If:

A = [a b; c d]

Then:

adj A = [d -b; -c a]

This shortcut is useful for 2 × 2 inverse questions.

Singular and Non-Singular Matrices

Matrix Type Condition Meaning
Singular Matrix A
Non-Singular Matrix A

A square matrix is invertible if and only if it is non-singular.

Theorem on Adjoint

For any square matrix A of order n:

A(adj A) = (adj A)A = |A|I

Here, I is the identity matrix of the same order.

Inverse Formula Using Determinants

If A is a non-singular square matrix, then:

A⁻¹ = 1/|A| adj A

This formula is valid only when |A| ≠ 0.

If |A| = 0, A⁻¹ does not exist.

Applications of Determinants in Linear Equations

Determinants are used to solve systems of linear equations. They also help check whether a system is consistent or inconsistent.

Matrix Form AX = B

A system of linear equations can be written in matrix form as:

AX = B

Here:

Symbol Meaning
A Coefficient matrix
X Variable matrix
B Constant matrix

For two equations:

a1x + b1y = c1
a2x + b2y = c2

Matrix form:

[a1 b1; a2 b2] [x; y] = [c1; c2]

Case 1: Unique Solution

If A is non-singular, then |A| ≠ 0.

So, A⁻¹ exists.

AX = B
A⁻¹AX = A⁻¹B
IX = A⁻¹B
X = A⁻¹B

This gives a unique solution.

This is called the matrix method.

Case 2: No Solution

If A is singular, then |A| = 0.

Now calculate (adj A)B.

If (adj A)B is a non-zero matrix, the system is inconsistent.

This means no solution exists.

Case 3: Infinite Solutions

If A is singular and (adj A)B is a zero matrix, the system may have infinitely many solutions.

In this case, the equations are dependent or require further checking.

Solution Cases Summary

Condition Result
A
A
A

Quick Revision Tables for Determinants

These tables cover the main formulas in Determinants Class 12 Notes.

Determinant Formula Table

Concept Formula
Order 1 determinant
Order 2 determinant
Order 3 expansion a11(a22a33 - a23a32) - a12(a21a33 - a23a31) + a13(a21a32 - a22a31)
Area of triangle 1/2
Cofactor Aij = (-1)i+j Mij
Inverse A⁻¹ = 1/

Properties of Determinants Table

Property Result
Rows changed into columns Determinant remains same
Two rows interchanged Sign changes
Two columns interchanged Sign changes
Two rows identical Determinant is zero
Two columns identical Determinant is zero
One row multiplied by k Determinant multiplied by k
Ri → Ri + kRj Determinant unchanged
Triangular determinant Product of diagonal elements

Matrix Inverse Table

Term Meaning
adj A Transpose of cofactor matrix
A
Singular matrix Matrix with determinant zero
Non-singular matrix Matrix with non-zero determinant
Invertible matrix Matrix whose inverse exists

Important Terms in Determinants

Term Meaning
Determinant Scalar value associated with a square matrix
Square Matrix Matrix with equal number of rows and columns
Minor Determinant after deleting a row and column
Cofactor Signed minor of an element
Adjoint Transpose of the cofactor matrix
Singular Matrix Square matrix with determinant zero
Non-Singular Matrix Square matrix with non-zero determinant
Matrix Method Method of solving AX = B using inverse
Consistent System System with at least one solution
Inconsistent System System with no solution

Common Mistakes in Class 12 Mathematics Chapter 4 Notes

Mistake Correct Point
Finding determinant of a rectangular matrix Only square matrices have determinants
Reading A
Forgetting sign change after row interchange Interchanging two rows changes sign
Ignoring modulus in area Area must be positive
Using inverse when A
Confusing minor and cofactor Cofactor = signed minor
Expanding along a difficult row Choose row or column with more zeroes

Useful Links for Class 12 Maths

Section Useful Links
Syllabus CBSE Class 12 Maths Syllabus
Revision Notes CBSE Class 12 Maths Revision Notes
Maths Notes CBSE Class 12 Maths Revision Notes Chapter 1
NCERT Solutions NCERT Solutions Class 12 Maths
Sample Papers CBSE Sample Papers for Class 12 Maths
Important Questions Important Questions Class 12 Maths
NCERT Books NCERT Books for Class 12 Maths
Previous Year Papers CBSE Maths Question Paper Class 12

Q.1 Find the area of a triangle whose vertices are given by (x1, y1), (x2, y2) and (x3, y3).

Ans

Area of Δ= 12x1 y1 1x2 y2 1x3 y3 1

Q.2

Evaluate1     2    4 1   3    0 4     1    0

Ans

1     2    4 1   3     0 4     1    0=13    01    021   04     0+41   34     1=1020+4112=  413=52

Q.3

Show that a b ca+2x b+2y  c+2zx        y          z=0 by using properties of determinants.

Ans

a b ca+2x b+2y  c+2zx        y          z=a b ca b cx   y     z+a b c2x 2y   2zx   y      zAll elements of R2are expressed as sum of two terms. Therefore, the determinant can be expressed as sum of two determinant.     =0+2a b ca b cx   y     z2 is taken out common from R2.If any two rows or columns of a determinant are identical then the value of determinant is zero.    =0+0=0

Q.4 If P, Q, R are three non-null square matrices of the same order, write the condition on P such that PQ = PR ⇒ Q = R.

Ans

P must be invertible or |P| ≠ 0.

Q.5

If A = 1 24 2, then show that 2A= 4A

Ans

  A = 1 24 22A=A = 2 48 4A = 1 24 2=28=6  2A = 2 48 4=832=242A = -24 = 4×6 = 4A

Q.6

Examine the consistency of the system of equations:5xy+4z= 52x+3y+5z = 25x-2y+6z = -1

Ans

The system of equations can be written as AX = Bwhere A = 5 -1 42 3 55 -2 6,X=xyzand B=521Here, A=518+10+1225+4415             =528+13+419             =1401376             =510Since A0, the system of equations is consistent.

Q.7

If A = 1 -1 20 2 -33 -2 4and B 2 0 19 2 -36 1 -2then find AB.Using AB, solve the folowing system of equations: xy+2z =1    2y3z =13x2y+4z = 2

Ans

Here, AB = 1 -1 20 2 -33 -2 4 2 0 19 2 -36 1 -2             =29 +1 2    02+2 1+34 0 +1818  0+43 06+6618+24 04+4     3 +68             = 1 0 00 1 00 0 1  Then AB = I  Thus A1=B  1 -1 20 2 -33 -2 41= 2 0 19 2 -36 1 -2  Now given equations can be written as A1X=B1where, A1=1 -1 20 2 -33 -2 4X=xyzand B1=112Now  A1=A    A11=A1A11=2 0 19 2 -36 1 -2as X = A11B1X=2 0 19 2 -36 1 -2112X=2 + 0 + 19 +2 -66 +1 -4053Hence, x = 0, y = 5 and z = 3

Q.8 The sum of three numbers is 6. If we multiply third number by 3 and add second number to it we get 11. By adding first and third numbers we get double of the second number. Represent it algebraically and find the numbers using matrix method.

Ans

Let the first, second and third numbers be x, y and z.x+y+z = 6 y+3z = 11  x + z = 2 y or x -2y+z = 0This system of equations can be written as AX = B, where A =  1 1 10 1 31 -2 1,X=xyzand B = 6110Here, A is non singular matrix and so its inverse exists.Now we find adjAc11=7       c12=3    c13=1c21=3     c22=0    c23=3c31=2       c32=3    c33=1Hence, adj A = A =  7 -3 23 0 -31 3 1Thus A1= adjAA=197 -3 23 0 -31 3 1SinceX = A1BTherefore​ X = 197 -3 23 0 -31 3 16110          xyz=1942 -33 018 +0 -06 + 3 +0=199183=123Thus     x =​1,  y = 2 and z = 3

Q.9

Solve the following system of equations by matrix method.3x-2y+3z = 82x + yz    = 14x-3y+2z =4

Ans

The system of equations can be written as AX = B, whereA =  3   -2    32    1   -14   -3   2x=xyzand B = 814Here, A= 323+24+4+364             =170 Hence, A is nonsingular matrix and so its inverse exists.Now cofactors of A arec11=1     c12=8   c13=10c12=1     c22=8   c23=1c31=1     c32=8   c33=7adjoint of A = CT=1   5   18    6    910     1    7A1=adjAA=17=1   5   18    6    910     1    7So X = A1B117=1   5   18    6    910     1    7814xyz=117173451=123Hence, x = 1, y = 2 and z = 3.

Q.10

Ifa, b, care in A.P then without expanding show thatx+2 x+3 x+2ax+3 x+4 x+2bx+4 x+5 x+2c=0

Ans

Here, Δ= x+2 x+3 x+2ax+3 x+4 x+2bx+4 x+5 x+2c           =x+2 x+3 x+2ax+3 x+4 x+2b 1    1 2cbby applying R3R3R2           =x+2 x+3 x+2a 1 1 2 ba 1    1 2cbby applying R2R2R1Now because a, b, c are in A.P., we haveba=cbHence in ΔR2=R3If any two rows or columns of a determinant are identicalthen the value of determinant is zero.Δ= 0

Q.11

Without expanding, prove thatb+c q+r   y+zc+a   r+p   z+xa+b   p+q  x+y=2a q   xb  q yc r z

Ans

Here, LHS = b+c q+r   y+zc+a   r+p   z+xa+b   p+q  x+yBy applying R1R1R2+R3, we getLHS = 2a 2p2xc+a   r+p   z+xa+b   p+q  x+y       =2a p    xc+a   r+p   z+xa+b   p+q  x+yTaking 2 common from R1       =2a p  xc       r       zb      q       yBy applying R2R2+R1andR3R3+R1       =2ap  xc   r    zb  q    yTaking – 1 common from R1       =2ap  xb  q   yc  r   zBy applying R2R3       =RHS

Q.12

Using properties of determinants, show that1+a    1    11    1+b    11    1    1+c=abc1+1a+1b+1c=abc +bc + ca + ab.

Ans

Let Δ= 1+a    1    11    1+b    11    1    1+cBy applying c1c2andc3c3c2,we geta      1         0b    1+b  b0      1          cExpanding along R1,we obtainΔ=a1+b  b1        c1b  b0      c+0   =ac+bc+bbc   =ac+abc+ab+bc   =abc+bc+ca+ab   =abca+1a+1b+1c

Q.13

If x, y, z are different and Let Δ = x     x2     1+x3y     y2     1+y3z      z2     1+z3=0,then show that 1+xyz is a factor of Δ.

Ans

Let Δ= x    x2    1+x3y    y2    1+y3z     z2    1+z3=0,All elements of c3are expressed as sum of two terms.Therefore, the determinant can be expressed as sum oftwo determinants.        =x    x2    1y    y2    1z     z2    1+x    x2    x3y    y2    y3z     z2    z3Using c3c2 and then c1c2in first determinant and taking out x, y and z common from R1,R2and R3respectivelyin second determinant, we get= 121    x    x21    y    y21    z    z2+xyz1    x    x21    y    y21     z    z2Δ=1    x    x21    y    y21    z    z21+xyzHence, 1+xyz is factor of Δ.

Q.14

Using properties of determinants, prove thata    a+b        a+b+c2a    3a+2b  4a+3b+2c3a     6a+3b10a+6b+3c=a3

Ans

By applying R2R22R1andR3R33R1Δ=a a+b   a+b+c0    a      2a+b0  3a     7a+3bNow applying R3R3R2,wegetΔ=a a+b   a+b+c0     a      2a+b0     0         aExpanding along c1we obtainΔ= aa 2a+b0     a+0+0   =aa20=aa2=a3

Q.15

If A = 2   53   6,verify that A adjA= AI.

Ans

We haveA= 46 = 2AI= -2 1  00  1      =2  00  2         .…..1Cofactors of Ac11=4     c12=2c21=3   c22=1adjA=cT           =4  23   1Now A adjA=1  23  44  23   1                     =1×4+2×3    1×2+2×13×4+4×3    3×2+4×1                     =46    2+212126+4                     =2  20  2       .2 by 1and 2AadjA=AI

Q.16 Find the area of the triangle whose vertices are (3, 8), (-4, 2) and (5, 1).

Ans

The area of triangle is given by Δ= 123     8    14   2   15     1    1   =12321845+1410   =123+7214   =612Sq. units

Q.17

Without expanding, evaluateΔ =  1    a    bc2    b    ca5    c    ab.

Ans

Applying R2R2R1andR3R3R1,WegetΔ=1     a           bc0   bc    cab0   ca     bacTaking factors baand ca common from R2andR3,respectively we getΔ= baca1    a     bc0   1    c0   1    b   =bacab+c   =abbcca

Q.18

If A = 1   1   22   1   35   4   9, find A.

Ans

Expanding with R1A=11  34  912  35  922   15   4    =9+12118+15285    =3323    =3+36    =0

Q.19

Find values of x for which 3  xx  1=3  24  1.

Ans

We have, 3  xx  1=3  24  1.           3x2=38                x2=8                x=±22

Q.20

Find values of x for which 1  xx  1=4  14  1

Ans

We have, 1  xx  1=4  14  1           1x2=44            1x2=0                x2=1                x=±1

Q.21

Evaluate:  x      x+1x -1       x.

Ans

x      x+1x -1       x=xxx1x1=x2x2+1=1

Q.22 The value of determinant will _______ if its rows and columns are interchanged.

Ans

remain unchanged

Q.23 The value of determinant will be _____, if its two rows or two columns are interchanged with each other.

Ans

negative

Q.24 If A is an invertivle square matrix, then write the matrix adj (AT) – (adj A)T.

Ans

If A is an invertible square matrix, then adj (AT) = (adj A)T

∴ adj (AT) – (adj A)T is a null matrix.

Q.25

Without expanding, prove thatx         y         z  y + z   z + x   x + y 1          1          1= 0

Ans

By applying R2R2+R1,wegetx           y         z  y + z   z + x   x + y 1          1          1=x            y         z  x + y   x + y   x + y + z 1          1           1                            =x    y    z  1    1    11     1     1Taking x+y+z common from R2.                            =x+y+z×0                            =0

Q.26 Let A be a 3 × 3 square matrix such that A(adj A) = 2I, where I is the identity matrix. Write the value of |adj A|.

Ans

∵ A (adj (A)) = |A|I

∴ A (adj A) = 2I ⇒ |A| = 2

Now, |adj A| = |A|n-1 ⇒ |adj A| = 23-1 = 4

Q.27 If A is a square matrix of order 3 such that adj (2A) = kadj (A), then write the value of k.

Ans

Since, adj (kA) = kn – 1adj(A), where n is the order
∴ adj (2A) = 23 – 1adj A
⇒ adj (2A) = 4 adj A
⇒ k = 4

Q.28

Without expanding evaluate the determinant41   1   579   7  929   5   3

Ans

Let Δ= 41   1   579   7  929   5   3.Then, applying c1c2+8c3,we getΔ= 1   1   57   7  95   5   3=0c1andc2are identical

Q.29

If A = 1  23  4,verify A adjA=A I.

Ans

We have AI=21  00  1                   =2   00   2       .…..1Cofactors of Ac11=4      c12=3c21=2   c22=1adjA=CT           =4   23   1Now A adjA=1    23   ​ 44  23  1                     =1×4+2×3    1×2+2×13×4+4×3    3×2+4×1                     =46     2+21212  6+4                     =2    00    2       .……2by 1 and 2AadjA=AI

Q.30

Using properties of determinants, prove thatb2+c2    ab      ac  ba  c2+a2   bcca        cb   a2+b2=4a2b2c2.

Ans

LetΔb2+c2    ab      ac  ba  c2+a2   bcca        cb   a2+b2 Multiplying R1,R2 and R3by a, b and c respectively, we getΔ= 1abcab2+c2    a2b      a2cb2a   bc2+a2   b2cc2a        c2b   ca2+b2Δ= abcabcb2+c2    a2       a2b2   c2+a2     b2c2      c2   a2+b2Taking a, b anc c common from c1,c2andc3respectively.     Δ=  2b2+c2    2a2+c2  2a2+b2     b2           c2+a2             b2     c2           c2              a2+b2Applying R1,R2andR3    Δ= 2  b2+c2    a2+c2   a2+b2    b2       c2+a2             b2    c2       c2             a2+b2Taking 2 common from R1    Δ= 2  b2+c2    a2+c2   a2+b2  c2           0             a2  b2        a2              0Applying R2R2R1andR3R3R1    Δ= 2  0      c2    b2c2   0  a2b2  a2  0Applying R1R1+R2+R3Δ= 2c2c2  a2b2    0+b2c2     0b2  a2Δ= 2a2b2c2+a2b2c2=4a2b2c2

Q.31

If fx=ax2+bx+cisaquadratic function such that f1=8,f2=11 and f3=6, find fxby using determinants. Also, find f0.

Ans

We have fx= ax2+bx+c         f1=8a+b+c=8            f2=114a+2b+c=11and       f3=69a3b+c=6Thus, we obtain the following system of equationsa+b+c = 84a+2b+c = 119a  -3b+c = ​6Here,D = 1 1 14 2 19 -3 1=12+349+11218    =5+530=20D1= 8 1 111 2 16 -3 1=82+31116+13312    =40545=10D2= 1 8 14 11 19 6 1=1116849+12499    =5+4075=30D3= 1 1 84 2 119 -3 6=112+3312499+81218    =45+75240=120a=D1D=1020=12b=D2D=3020=32c=D3D=12020=6Hence, fx=12x2+32x+6f0=6.

Q.32

Ifm N and m 2, without expanding, prove that1 1 1mc1  m+1c1m+2c1mc2  m+1c2m+2c2  =1

Ans

Let  Δ = 1 1 1mc1  m+1c1m+2c1mc2  m+1c2m+2c2.Then        Δ = 1 1 1mc1  m+1c1m+1c0+m+1c1mc2  m+1c2m+1c1+m+1c2  nct+nct1=n+1cr    Δ = 1 1 1mc1  m+1c1m+1c0mc2  m+1c2m+1c1  Applying c3c3c2  Δ = 1 1 1mc1m+1c1+mc0+m+1c0mc2mc1+mc2       m+1c1  ncr+ncr1=n+1cr  Δ = 1 0 0mc1   m+1c0m+1c0mc2   mc1    m+1c1  Applying c2c2c1  Δ = mc0   m+1c0mc1   m+1c1  Expanding along R1  Δ = 1     1m  m+1=m+1m=1

Q.33

Solve the following system of equations by cramers rule:2x+3y+10z= 4, 4x+6y+5z= 1, and6x+9y+20z= 2.

Ans

Let 1x=μ,1y=νand1z=ω. Then, the above system of equation can bewritten as    2μ+3ν+10ω=4   4μ6ν+5ω=1   6μ+9ν20ω=2  Here, D = 2 3 104 -6 56 9 -20             =21204538030+1036+36   D=150+330+720=1200      D1 = 4 3 101 -6 52 9 -20          =41204532010+109+12D1=300+90+210=600      D2 = 2 4 104 1 56 2 -20           =2201048030+108+6D2=60+440+20=400      D3 = 2 3   44 -6 16 9 2           =2129386+436+36D3=426+288=240μ=D1D=6001200=121x=12x=2ν=D2D=4001200=131y=13y=3,ω=D3D=2401200=15   1z=15   Hence, x = 2, y = 3 and z = 5.

Q.34

A triangle has its theree sides equal to a, b and c, If the coordinatesof its vertices are A x1,y1,Bx2,y2andCx3, y3,show that  x1 y1 2x2 y2 2x3 y3 22=a+b+c)b+caa+bcby using determinants. 

Ans

Let Δbe the area of triangle ABC. Then,        Δ= 12x1 y1 1x2 y2 1x3 y3 1       2Δ= x1 y1 1x2 y2 1x3 y3 1       4Δ=2 x1 y1 1x2 y2 1x3 y3 1Multiplying both sides by 2.       4Δ= x1 y1 2x2 y2 2x3 y3 2All the elements of c3 are multiplied by 2.       16Δ2= x1 y1 2x2 y2 2x3 y3 22On squaring both sides.  .….i We also know that the area of triangle ABC is given by    Δ=ssasbsc,wheres = 12a+b+c But, s  = 12a+b+csa = 12a+b+cc            = 12b+caSimilarly, sc = 12a+bc.Δ2=12a+b+c.12b+ca.12c+ab.12a+bc.16Δ2=a+b+cb+cac+aba+bc    .….ii  From iandiiwe get        x1 y1 2x2 y2 2x3 y3 2=a+b+cb+cac+aba+bc

Q.35

Using cramers rule, find values of a and b for whichthe system of equations2x+ay+6z = 8a+2y+bz=5x+y+3z=4has i a unique solutionii infinitely many soutionsiii no solutions.

Ans

We have,D = 2 6 61 2 b1 1 3 D = 26ba3b+612 D = 12- 2b – 3b + ab – 6 D = 6 – 3a – 2b + ab = b3a2 D = 8 a 65 2 b4 1 3  D1=86ba154b+658D1=488b15a+4ab18D1=3015a8b+4ab=a24b15  D2  2 8 61 5 b1 4 3   D2=2154b83b+645D2=308b24+8b6= 0    and  D3  2 a 81 2 51 1 4   D3=285a450+812D3=6+a8=a2iForuniquesolution, we must have D0a2b30         a2,orb3.iifor infinitely many solutions, we must have    D=D1=D2=D3=0a2b3=0,a24b15=0anda2=0.  a=2Putting a = 2 in hte given system of equations, we get  2x + 2y + 6z=8    x + 2y + 6z=5    x + y + 3z=4    x + y + z=4    x + 2y + bz=5Putting z = k, we get x + y = 4 –k x + 2y = 5 –bk Solving these two equations, we getx = 3 3k + bk,y=1bk+kThus, the given system has infinitely many solutions given byx = 32k+bk,y=1bk+k,z=k,wherekR. Hence, the system has infinitely many solutions for a = 2.iii For no solution, we must haveD = 0 and at least one of D1,D2andis non zero.Clearly, for b = 3, we have D = 0 and D30.Hence, the system has no solution for b = 3.

Please register to view this section

FAQs (Frequently Asked Questions)

Only square matrices have determinants because determinants are defined for matrices with the same number of rows and columns. Rectangular matrices do not have a determinant value.

Choose the row or column with the maximum number of zeroes. This reduces multiplication and makes the determinant easier to evaluate.

The determinant may give a positive or negative value depending on the order of points. Since area cannot be negative, the absolute value is used.

A minor is obtained by deleting a row and column. A cofactor is the signed minor. The sign is decided by (-1)i+j.

A system AX = B has a unique solution when the coefficient matrix A is non-singular. This means |A| ≠ 0, so A⁻¹ exists and X = A⁻¹B.