Careers360 Logo
Singular Matrix

Singular Matrix

Edited By Komal Miglani | Updated on Sep 19, 2024 11:37 AM IST

Before we start with the concept of a Singular and non-singular matrix, let’s first understand what is a matrix. A rectangular arrangement of objects (numbers or symbols or any other objects) is called a matrix (plural: matrices). A matrix is only a representation of the symbol, number, or object. It does not have any value. Usually, a matrix is denoted by capital letters. Matrix of order m × n, (read as m by n matrix) means that the matrix has m number of rows and n number of columns. In real life, we use Singular and non-singular matrices to solve systems of linear equations, quantum mechanics, and optics.

In this article, we will cover the Singular and non-singular matrix. This category falls under the broader category of Matrices, which is a crucial Chapter in class 12 Mathematics. It is not only essential for board exams but also for competitive exams like the Joint Entrance Examination(JEE Main) and other entrance exams such as SRMJEE, BITSAT, WBJEE, BCECE, and more. A total of twenty-six questions have been asked on this topic in Jee mains (2013 to 2023), two in 2013, two in 2014, two in 2015, one in 2016, six in 2019, two in 2020, four in 2021, three in 2022, and three in 2023.

Determinant of matrix

The determinant of a matrix A is a number that is calculated from the matrix. For a determinant to exist, matrix A must be a square matrix. The determinant of a matrix is denoted by det A or |A|.

For 2 x 2 matrices

\\\mathrm{A = \begin{bmatrix} a_1 & a_2\\ b_1 & b_2 \end{bmatrix}} \\\\\mathrm{then\; det A\; is:} \\\\\mathrm{|A| = \begin{vmatrix} a_1 & a_2\\ b_1 & b_2 \end{vmatrix} = a_1\times b_2 - a_2\times b_1} \\\\\mathrm{For \;a \;3 \times 3\; matrix\; determinant\; can \;be\; calculated\; in\; the\; following\; way:} \\\\\mathrm{let\;A = \begin{bmatrix} a_1 & a_2 & a_3\\ b_1 & b_2 & b_3\\ c_1 & c_2 & c_3 \end{bmatrix} } \\\\\mathrm{then\; we \; find \ det \; A\; in \; following\; way} \\\\\mathrm{|A| = a_1(b_2\cdot c_3-b_3\cdot c_2) - a_2 (b_1\cdot c_3-c_1b_3) +a_3(b_1c_2-b_2c_1)}

This same process we follow to evaluate the determinant of the matrix of any order. Notice that we start the first term with the +ve sign then 2nd with the -ve sign and 3rd again +ve sign, this sign sequence is followed for any order of matrix.

This whole process is row-dependent, the same process can be done using columns, which means we can select an element along a column delete their row and column compute the determinant of left out matrix, and then multiply it with the element that we select. And we will get the same result as we get while doing the whole process along the row.

Singular and non-singular matrix

A square matrix is called a singular matrix if its determinant is 0 otherwise it is called a non-singular matrix. Let's say A is a square matrix then it is singular if |A| = 0, otherwise, it will be non-singular if |A| ≠ 0.

Properties of Determinants

If A and B are square matrices of same order:

i) The determinant of the transpose of matrix A is equal to the determinant of matrix A. det (A’) = det A

ii) The product of the determinant of matrices AB is equal to the product of the determinant of individual matrices. det (AB) = det (A) det (B)

iii) The determinant of the skew-symmetric matrix of odd order is zero. if A is the skew-symmetric matrix of odd order then |A| = 0.

iv) The determinant of the skew-symmetric matrix of even order is a perfect square. if A is a skew-symmetric matrix of even order then |A| is a perfect square.

v) |kA| = kn |A|, where n is the order of matrix A and k is a constant.

vii) |An| = |A|n, where n belongs to N.

viii) |AB| = |BA|

Summary

In summary, singular matrices are fundamental in linear algebra because they cannot be inverted due to having a determinant of zero. This property means they often represent systems of equations with either no solution or infinitely many solutions. They are crucial in various fields such as statistics, physics, and engineering, where understanding system constraints and solutions is essential.

Problems Based on Singular and Non-Singular Matrices

Example 1: Let A_{1}, A_{2}, A_{3} be the three A.P. with the same common difference \mathrm{d} and having their first terms as \mathrm{A}, \mathrm{A}+1, \mathrm{~A}+2, respectively. Let a, b, c be the 7^{\text {th }}, 9^{\text {th }}, 17^{\text {th }} terms of \mathrm{A}_{1}, \mathrm{~A}_{2}, \mathrm{~A}_{3}, respectively such that \left|\begin{array}{ccc}a & 7 & 1 \\ 2 b & 17 & 1 \\ c & 17 & 1\end{array}\right|+70=0.If a=29, then the sum of the first 20 terms of an AP whose first term is c-a-b and the common difference is \frac{d}{12}, is equal to [JEE MAINS 2023]

Solution

\quad\left|\begin{array}{ccc}A+6 d & 7 & 1 \\ 21(A+1+8 d) & 17 & 1 \\ A+2+16 d & 17 & 1\end{array}\right|+70=0
A=-7, d=6
\therefore \mathrm{c}-\mathrm{a}-\mathrm{b}=20
\therefore 5_{20}=495

Hence, the answer is 495.

Example 2:

Let α be a root of the equation (a-c) x^2+(b-a) x+(c-b)=0
where a, b, and c are distinct real numbers such that the matrix \left[\begin{array}{ccc} \alpha^2 & \alpha & 1 \\ 1 & 1 & 1 \\ a & b & c \end{array}\right]

is singular. Then, the value of \frac{(a-c)^2}{(b-a)(c-b)}+\frac{(b-a)^2}{(a-c)(c-b)}+\frac{(c-b)^2}{(a-c)(b-a)} is [JEE MAINS 2023]

Solution:(a-c) x^2+(b-a) x+(c-b)=0 \; \; \; \;\;\; \;\;\; \;\; \; \; \; \quad(a \neq c)\\
\mathrm{x}=1\; is\; one\; root\; \&\; other\; root\; is\; \frac{\mathrm{c}-\mathrm{b}}{\mathrm{a}-\mathrm{c}}\; \; \; \; \; \; \; \; \; \; .....(1)

\text { now }\left|\begin{array}{ccc} \alpha^2 & \alpha & 1 \\ 1 & 1 & 1 \\ a & b & c \end{array}\right| \text { is singular }
\Rightarrow\left|\begin{array}{ccc} \alpha^2 & \alpha & 1 \\ 1 & 1 & 1 \\ a & b & c \end{array}\right|=0 \Rightarrow \alpha^2(c-b)-\alpha(c-a)+(b-a)=0
\Rightarrow \alpha^2(c-b)+\alpha(a-c)+(b-a)=0
\text { satisfied by } \alpha=1 \text { or } \alpha=\frac{b-a}{c-b} \; \; \; \; \; \; \; \; \;\; \; \; \; \; \; \;\; \; \;\ .....(2)

Now, if \alpha=1 then \forall \mathrm{a} \neq \mathrm{b} \neq \mathrm{c}

\begin{aligned} & \sum \frac{(a-c)^2}{(b-a)(c-b)}=\frac{\sum(a-c)^3}{(a-b)(b-c)(c-a)} \\ & =\frac{3(a-b)(b-c)(c-a)}{(a-b)(b-c)(c-a)} \\ & =3 \\ & {\left[\text { if } A+B+C=0 \quad \Rightarrow \quad A^3+B^3+C^3=3 A B C\right]} \end{aligned}

Hence, the answer is 3

Example 3: The probability that a randomly chosen 2 \times 2 matrix with all the entries from the set of first 10 primes, is singular, is equal to : [JEE MAINS 2022]

Solution: Let the matrix \mathrm{A} be \mathrm{\left[\begin{array}{ll} a & b \\ c & d \end{array}\right]}

If \mathrm{A} is singular then \mathrm{|A|=0}

\mathrm{\Rightarrow a d-b c=0} \\

\mathrm{\Rightarrow a d=b c}

Case I : \mathrm{a= d}

\mathrm{a} can take \mathrm{10} values.

\mathrm{d} can take the value which equals \mathrm{a}

Now for \mathrm{\text { ad }=b c} to hold

\mathrm{b c=a^{2} \Rightarrow b=a, c=a( as\: a\: is\: prime)}

\therefore only one option for \mathrm{b\: and\: c}

Total such matrices \mathrm{=10\times1\times1\times1=10}

Case II : \mathrm{a\neq d}

In this case, can take \mathrm{10} values and \mathrm{d} can take \mathrm{9} values.

Now for \mathrm{a d=b c, \quad(b=a \text { and } c=d)}

\mathrm{ \text { or } \quad(b=d \text { and } c=a) }\\

\mathrm{\therefore \quad 10 \times 9 \times 2=180} \\

\mathrm{\text {favourable }=10+180=190}

\mathrm{Total\: matrices =10^{4}}

\mathrm{Probability =\frac{190}{10^{4}}=\frac{19}{10^{3}}}

Hence, the answer is \frac{19}{10^{3}}

Example 4:

The value of \begin{vmatrix} (a+1)(a+2) & a+2 & 1 \\ (a+2)(a+3) & a+3 & 1 \\ (a+3)(a+4) & a+4 & 1 \end{vmatrix} is : [JEE MAINS 2021]

Solution: Put a = 0, we get

\\\Delta=\begin{vmatrix} (a+1)(a+2) & a+2 & 1 \\ (a+2)(a+3) & a+3 & 1 \\ (a+3)(a+4) & a+4 & 1 \end{vmatrix}=\begin{vmatrix} 2 & 2 & 1 \\6 & 3 & 1 \\ 12 & 4 & 1 \end{vmatrix}\\\Delta=2(3-4)-2(6-12)+1(24-36)=-2

OR

Given matrix is

\\\Delta=\begin{vmatrix} (a+1)(a+2) & a+2 & 1 \\ (a+2)(a+3) & a+3 & 1 \\ (a+3)(a+4) & a+4 & 1 \end{vmatrix}\\\\\begin{aligned} &\mathrm{R}_{2} \rightarrow \mathrm{R}_{2}-\mathrm{R}_{1} \text { and } \mathrm{R}_{3} \rightarrow \mathrm{R}_{3}-\mathrm{R}_{1}\\ &\Delta=\left|\begin{array}{ccc} (a+1)(a+2) & a+2 & 1 \\ (a+2)(a+3-a-1) & 1 & 0 \\ a^{2}+7 a+12-a^{2}-3 a-2 & 2 & 0 \end{array}\right| \end{aligned}

\begin{aligned} &=\left|\begin{array}{ccc} a^{2}+3 a+2 & a+2 & 1 \\ 2(a+2) & 1 & 0 \\ 4 a+10 & 2 & 0 \end{array}\right| \\ =& 4(a+2)-4 a-10 \\ =& 4 a+8-4 a-10=-2 \end{aligned}

Hence, the answer is -2

Example 5: If the minimum and the maximum values of the function

f:\left [ \frac{\pi }{2},\frac{\pi }{2} \right ]\rightarrow R, defined by

f(\theta )=\begin{vmatrix} -\sin ^{2}\theta & -1-\sin ^{2}\theta & 1\\ -\cos ^{2}\theta &-1-\cos ^{2}\theta & 1\\ 12 & 10 &-2 \end{vmatrix}

are m and M respectively, then the ordered pair (m,M) is equal to: [JEE MAINS 2020]

Solution

\\\mathrm{C}_{3} \rightarrow \mathrm{C}_{3}-\left(\mathrm{C}_{1}-\mathrm{C}_{2}\right) \\ \mathrm{f}(\theta)=\left|\begin{array}{ccc} \sin ^{2} \theta & -1-\sin ^{2} \theta & 0 \\ -\cos ^{2} \theta & -1-\cos ^{2} \theta & 0 \\ 12 & 10 & -4 \end{array}\right| \\ =-4\left[\left(1+\cos ^{2} \theta\right) \sin ^{2} \theta-\cos ^{2} \theta\left(1+\sin ^{2} \theta\right)\right] \\ =-4\left[\sin ^{2} \theta+\cos ^{2} \theta-\cos ^{2} \theta-\cos ^{2} \theta \sin ^{2} \theta\right]

\\\mathrm{f}(\theta)=4 \cos 2 \theta \\ \theta \in\left[\frac{\pi}{4}, \frac{\pi}{2}\right] \\ 2 \theta \in\left[\frac{\pi}{2}, \pi\right] \\ \mathrm{f}(\theta) \in[-4,0] \\ (\mathrm{m}, \mathrm{M})=(-4,0)

Hence, the answer is ( -4, 0)

Frequently Asked Questions (FAQs)

1. What are singular matrices?

 A square matrix is called a singular matrix if its determinant is 0. Let's say A is a square matrix then it is singular if |A| = 0

2. What is determinant of matrices?

The determinant of a matrix A is a number that is calculated from the matrix. For a determinant to exist, matrix A must be a square matrix. The determinant of a matrix is denoted by det A or |A|.

3. What is the determinant of matrix AB?

 The product of the determinant of matrices AB is equal to the product of the determinant of individual matrices. det (AB) = det (A) det (B).

4. What is the difference between the determinant of a skew-symmetric matrix of even and odd order?

The determinant of the skew-symmetric matrix of odd order is zero. if A is the skew-symmetric matrix of odd order then |A| = 0. whereas, The determinant of the skew-symmetric matrix of even order is a perfect square.  if A is a skew-symmetric matrix of even order then |A| is a perfect square.

5. What is det (A’)?

The determinant of the transpose of matrix A is equal to the determinant of matrix A. det (A’) =  det A

 

Matrix Operations

19 Sep'24 02:02 PM

Unitary matrix

19 Sep'24 11:55 AM

Transpose of a Matrix

19 Sep'24 11:49 AM

Singular Matrix

19 Sep'24 11:37 AM

Orthogonal matrix

19 Sep'24 11:25 AM

Matrix Multiplication

19 Sep'24 11:17 AM

Elementary row operations

19 Sep'24 10:46 AM

Conjugate of a Matrix

19 Sep'24 10:39 AM

Articles

Back to top