CBSE Class 12 Maths Chapter 3: Matrices NCERT Solutions

NCERT Solutions PDF Class 12 PDF

This chapter provides NCERT Solutions for Class 12 Maths, focusing on Matrices. Students will learn the fundamental concepts of matrices, including their order, the number of elements they can contain, and how to identify specific elements based on their position (row and column). The solutions cover the construction of matrices based on given general terms for elements, $a_{ij}$. This includes understanding how to calculate individual elements using provided formulas and then assembling these elements into matrices of specified dimensions, such as $2 \times 2$ or $3 \times 2$. The problems also address scenarios with a specific number of elements and the possible orders a matrix can have. These detailed solutions are designed to help students grasp the basics of matrices and prepare effectively for their examinations.

Quick info

BoardCBSE
ClassClass 12
SubjectMaths Exemplar
Session2026
LanguageEnglish
TypeNCERT Solutions
ChapterChapter 3

Chapter summary

Chapter 3, Matrices, for Class 12 Maths NCERT Solutions, covers the basic definitions and construction of matrices. It explains how to determine the possible orders of a matrix given the number of elements and how to identify elements using the $a_{ij}$ notation. The chapter includes exercises on constructing matrices of specific dimensions based on given formulas for $a_{ij}$. These solutions provide a clear understanding of matrix fundamentals.

Learning outcomes

  • Understand the concept of the order of a matrix.
  • Determine the possible orders of a matrix given the number of elements.
  • Identify specific elements of a matrix using the $a_{ij}$ notation.
  • Construct matrices of given dimensions based on a general element formula $a_{ij}$.

Topics covered

Paper topics

  • Matrices
  • Order of a Matrix
  • Number of Elements in a Matrix
  • Possible Orders of a Matrix
  • Elements of a Matrix
  • Matrix Notation ($a_{ij}$)
  • Construction of Matrices
  • General Element Formula ($a_{ij}$)

Important topics

  • Order of a Matrix
  • Number of Elements
  • Construction of Matrices using $a_{ij}$
  • Identifying Matrix Elements

PDF preview

Read page by page below. PDF is streamed from the official NCERT website — no download button on this page.

Loading document …
Page of
Loading page …

Questions and Solutions

Question 1

If a matrix has 28 elements, what are the possible orders it can have? What if it has 13 elements?
Solution:

The order of a matrix is defined by the number of rows ($m$) and the number of columns ($n$), denoted as $m \times n$. The total number of elements in a matrix is the product of its order, i.e., $m \times n$.

Given that a matrix has 28 elements, we need to find pairs of natural numbers ($m, n$) such that $m \times n = 28$. The pairs of factors for 28 are:

m \times n = 28

The possible pairs $(m, n)$ are $(1, 28), (2, 14), (4, 7), (7, 4), (14, 2), (28, 1)$.

Therefore, the possible orders for a matrix with 28 elements are $1 \times 28$, $2 \times 14$, $4 \times 7$, $7 \times 4$, $14 \times 2$, and $28 \times 1$.

Now, consider a matrix with 13 elements. We need to find pairs of natural numbers ($m, n$) such that $m \times n = 13$. Since 13 is a prime number, its only factors are 1 and 13.

m \times n = 13

The possible pairs $(m, n)$ are $(1, 13)$ and $(13, 1)$.

Hence, the possible orders for a matrix with 13 elements are $1 \times 13$ and $13 \times 1$.

Question 2

In the matrix $A = \begin{bmatrix} a & 1 & x \ 2 & \sqrt{3} & x^2 - y \ 0 & 5 & \frac{-2}{5} \end{bmatrix}$, write: (i) the order of the matrix $A$. (ii) the number of elements. (iii) elements $a_{23}$, $a_{31}$ and $a_{12}$.
Solution:

The given matrix is $A = \begin{bmatrix} a & 1 & x \ 2 & \sqrt{3} & x^2 - y \ 0 & 5 & \frac{-2}{5} \end{bmatrix}$.

(i) To find the order of the matrix, we count the number of rows and columns. There are 3 rows and 3 columns in matrix $A$. Therefore, the order of the matrix $A$ is $3 \times 3$.

(ii) The number of elements in a matrix of order $m \times n$ is $m \times n$. For matrix $A$, the order is $3 \times 3$. So, the number of elements is $3 \times 3 = 9$.

(iii) The element $a_{ij}$ represents the element in the $i$-th row and $j$-th column. We need to find $a_{23}$, $a_{31}$, and $a_{12}$.

  • $a_{23}$: This is the element in the 2nd row and 3rd column. Looking at the matrix, the element is $x^2 - y$.
  • $a_{31}$: This is the element in the 3rd row and 1st column. Looking at the matrix, the element is $0$.
  • $a_{12}$: This is the element in the 1st row and 2nd column. Looking at the matrix, the element is $1$.

So, $a_{23} = x^2 - y$, $a_{31} = 0$, and $a_{12} = 1$.

Question 3

Construct a $2 \times 2$ matrix, where $a_{ij} = \frac{(i-2j)^2}{2}$ for part (i) and $a_{ij} = |-2i+3j|$ for part (ii).
Solution:

We need to construct a $2 \times 2$ matrix $A = [a_{ij}]$, where $1 \le i \le 2$ and $1 \le j \le 2$. The general form of a $2 \times 2$ matrix is $A = \begin{bmatrix} a_{11} & a_{12} \ a_{21} & a_{22} \end{bmatrix}$.

(i) Given $a_{ij} = \frac{(i-2j)^2}{2}$

We calculate each element:

  • $a_{11} = \frac{(1 - 2 \times 1)^2}{2} = \frac{(1 - 2)^2}{2} = \frac{(-1)^2}{2} = \frac{1}{2}$
  • $a_{12} = \frac{(1 - 2 \times 2)^2}{2} = \frac{(1 - 4)^2}{2} = \frac{(-3)^2}{2} = \frac{9}{2}$
  • $a_{21} = \frac{(2 - 2 \times 1)^2}{2} = \frac{(2 - 2)^2}{2} = \frac{0^2}{2} = 0$
  • $a_{22} = \frac{(2 - 2 \times 2)^2}{2} = \frac{(2 - 4)^2}{2} = \frac{(-2)^2}{2} = \frac{4}{2} = 2$

Therefore, the matrix is $A = \begin{bmatrix} \frac{1}{2} & \frac{9}{2} \\ 0 & 2 \end{bmatrix}$.

(ii) Given $a_{ij} = |-2i + 3j|$

We calculate each element:

  • $a_{11} = |-2 \times 1 + 3 \times 1| = |-2 + 3| = |1| = 1$
  • $a_{12} = |-2 \times 1 + 3 \times 2| = |-2 + 6| = |4| = 4$
  • $a_{21} = |-2 \times 2 + 3 \times 1| = |-4 + 3| = |-1| = 1$
  • $a_{22} = |-2 \times 2 + 3 \times 2| = |-4 + 6| = |2| = 2$

Therefore, the matrix is $A = \begin{bmatrix} 1 & 4 \\ 1 & 2 \end{bmatrix}$.

Question 4

Construct a $3 \times 2$ matrix whose elements are given by $a_{ij} = e^{ix} \sin jx$.
Solution:

We need to construct a $3 \times 2$ matrix $A = [a_{ij}]$, where $1 \le i \le 3$ and $1 \le j \le 2$. The general form of a $3 \times 2$ matrix is $A = \begin{bmatrix} a_{11} & a_{12} \ a_{21} & a_{22} \ a_{31} & a_{32} \end{bmatrix}$.

The formula for the elements is given by $a_{ij} = e^{ix} \sin jx$. We calculate each element:

  • $a_{11} = e^{1 \cdot x} \sin(1 \cdot x) = e^x \sin x$
  • $a_{12} = e^{1 \cdot x} \sin(2 \cdot x) = e^x \sin 2x$
  • $a_{21} = e^{2 \cdot x} \sin(1 \cdot x) = e^{2x} \sin x$
  • $a_{22} = e^{2 \cdot x} \sin(2 \cdot x) = e^{2x} \sin 2x$
  • $a_{31} = e^{3 \cdot x} \sin(1 \cdot x) = e^{3x} \sin x$
  • $a_{32} = e^{3 \cdot x} \sin(2 \cdot x) = e^{3x} \sin 2x$

Substituting these values into the matrix form, we get:

A = \begin{bmatrix} e^x \sin x & e^x \sin 2x \\ e^{2x} \sin x & e^{2x} \sin 2x \\ e^{3x} \sin x & e^{3x} \sin 2x \end{bmatrix}

Common mistakes

  • Incorrectly calculating element values using the $a_{ij}$ formula.
  • Confusing row and column indices ($i$ and $j$) when constructing matrices.
  • Errors in determining the possible orders of a matrix.
  • Misinterpreting the notation for matrix elements.

Revision tips

  • Practice constructing matrices for various $a_{ij}$ formulas to solidify understanding.
  • Review the relationship between the number of elements and the possible orders of a matrix.
  • Pay close attention to the row ($i$) and column ($j$) indices when calculating elements.
  • Work through all examples and exercises to ensure a comprehensive grasp of matrix basics.

Practice MCQs

Q1. If a matrix has 12 elements, which of the following is NOT a possible order?

Q2. For a matrix $A = [a_{ij}]_{2 \times 3}$, what is the element $a_{23}$?

Q3. If $a_{ij} = i + j$, what is the element $a_{12}$ in a $2 \times 2$ matrix?

Q4. What is the order of the matrix $A = \begin{bmatrix} 1 & 2 \ 3 & 4 \ 5 & 6 \end{bmatrix}$?

Frequently asked questions

What is the main focus of Chapter 3: Matrices for Class 12 Maths?

Chapter 3 focuses on the fundamental concepts of matrices, including their definition, order, the number of elements, and how to construct matrices based on given element formulas ($a_{ij}$).

How do I find the possible orders of a matrix if I know the number of elements?

To find the possible orders, you need to find all pairs of natural numbers (factors) whose product equals the total number of elements. For example, if there are 10 elements, the possible orders are $1 \times 10$, $2 \times 5$, $5 \times 2$, and $10 \times 1$.

What does the notation $a_{ij}$ mean in a matrix?

$a_{ij}$ represents the element located in the $i$-th row and $j$-th column of a matrix.

How are matrices constructed in this chapter?

Matrices are constructed by calculating each element $a_{ij}$ using a given formula (e.g., $a_{ij} = \frac{(i-2j)^2}{2}$) and placing it in the correct row and column position for the specified matrix order.

Are these solutions helpful for exam preparation?

Yes, these solutions provide clear, step-by-step explanations for all types of problems in Chapter 3, helping students understand concepts and practice problem-solving for exams.

Content reviewed by the NCERT Help team. Editorial Team and update policy

NCERT Solutions PDF PDF on NCERT Help. URL unchanged for search indexing.