Imagine you're given three points in a plane and asked to find the area of the triangle they form. Instead of using traditional geometry formulas, determinants offer a powerful method to compute this area efficiently. Class 12 Maths Chapter 4 – Determinants, Exercise 4.2 of NCERT introduces the application of determinants in finding the area of a triangle when the coordinates of its vertices are known. This exercise enhances understanding of how algebraic concepts like determinants can be applied to solve geometric problems. This article on NCERT Solutions for Exercise 4.2 Class 12 Maths Chapter 4 - Determinants, offers clear and step-by-step solutions for the exercise problems.
CBSE has decided to develop competency-based assessments for skill subjects in alignment with PISA standards. It will also introduce semiconductor technology as a skill subject for students in Classes 8 to 12. Additionally, an artificial intelligence course for students from Class 3 onward will be rolled out starting in the 2026–27 academic session. These decisions were taken during the board’s most recent governing body meeting.
Question:1(i) Find area of the triangle with vertices at the point given in each of the following :
Answer:
We can find the area of the triangle with vertices $(1,0), (6,0), (4,3)$ by the following determinant relation:
$\triangle =\frac{1}{2} \begin{vmatrix} 1& 0 &1 \\ 6 & 0 &1 \\ 4& 3& 1 \end{vmatrix}$
Expanding using second column
$=\frac{1}{2} (-3) \begin{vmatrix} 1 &1 & \\ 6& 1 & \end{vmatrix}$
$= \frac{15}{2}\ square\ units.$
Question:1(ii) Find area of the triangle with vertices at the point given in each of the following :
Answer:
We can find the area of the triangle with given coordinates by the following method:
$\triangle = \begin{vmatrix} 2 &7 &1 \\ 1 & 1& 1\\ 10& 8 &1 \end{vmatrix}$
$=\frac{1}{2} \begin{vmatrix} 2 &7 &1 \\ 1 & 1& 1\\ 10& 8 &1 \end{vmatrix} = \frac{1}{2}\left [ 2(1-8)-7(1-10)+1(8-10) \right ]$
$= \frac{1}{2}\left [ 2(-7)-7(-9)+1(-2) \right ] = \frac{1}{2}\left [ -14+63-2 \right ] = \frac{47}{2}\ square\ units.$
Question:1(iii) Find area of the triangle with vertices at the point given in each of the following :
Answer:
Area of the triangle by the determinant method:
$Area\ \triangle = \frac{1}{2} \begin{vmatrix} -2 &-3 &1 \\ 3& 2 & 1\\ -1& -8 & 1 \end{vmatrix}$
$=\frac{1}{2}\left [ -2(2+8)+3(3+1)+1(-24+2) \right ]$
$=\frac{1}{2}\left [ -20+12-22 \right ] = \frac{1}{2}[-30]= -15$
Hence the area is equal to $|-15| = 15\ square\ units.$
Question:2 Show that points $A (a, b+c), B (b,c+a), C (c,a+b)$ are collinear.
Answer:
If the area formed by the points is equal to zero then we can say that the points are collinear.
So, we have an area of a triangle given by,
$\triangle = \frac{1}{2} \begin{vmatrix} a &b+c &1 \\ b& c+a &1 \\ c& a+b & 1 \end{vmatrix}$
calculating the area:
$= \frac{1}{2}\left [ a\begin{vmatrix} c+a &1 \\ a+b& 1 \end{vmatrix} - (b+c)\begin{vmatrix} b & 1\\ c&1 \end{vmatrix}+1\begin{vmatrix} b &c+a \\ c&a+b \end{vmatrix} \right ]$
$= \frac{1}{2}\left [ a(c+a-a-b) - (b+c)(b-c)+1(b(a+b)-c(c+a)) \right ]$
$= \frac{1}{2}\left [ ac-ab - b^2+c^2+ab+b^2-c^2-ac \right ] = \frac{1}{2} \left [ 0 \right] = 0$
Hence the area of the triangle formed by the points is equal to zero.
Therefore given points $A (a, b+c), B (b,c+a), C (c,a+b)$ are collinear.
Question:3(i) Find values of k if area of triangle is 4 sq. units and vertices are
Answer:
We can easily calculate the area by the formula :
$\triangle = \frac{1}{2} \begin{vmatrix} k &0 &1 \\ 4& 0& 1\\ 0 &2 & 1 \end{vmatrix} = 4\ sq.\ units$
$= \frac{1}{2}\left [ k\begin{vmatrix} 0 &1 \\ 2& 1 \end{vmatrix} -0\begin{vmatrix} 4 &1 \\ 0 & 1 \end{vmatrix}+1\begin{vmatrix} 4 &0 \\ 0& 2 \end{vmatrix} \right ]= 4\ sq.\ units$
$=\frac{1}{2}\left [ k(0-2)-0+1(8-0) \right ] = \frac{1}{2}\left [ -2k+8 \right ] = 4\ sq.\ units$
$\left [ -2k+8 \right ] = 8\ sq.\ units$ or $-2k +8 = \pm 8\ sq.\ units$
or $k = 0$ or $k = 8$
Hence two values are possible for k.
Question:3(ii) Find values of k if area of triangle is 4 sq. units and vertices are
Answer:
The area of the triangle is given by the formula:
$\triangle = \frac{1}{2} \begin{vmatrix} -2 &0 &1 \\ 0 & 4 & 1\\ 0& k & 1 \end{vmatrix} = 4\ sq.\ units.$
Now, calculating the area:
$= \frac{1}{2} \left | -2(4-k)-0(0-0)+1(0-0) \right | = \frac{1}{2} \left | -8+2k \right | = 4$
or $-8+2k =\pm 8$
Therefore we have two possible values of 'k' i.e., $k = 8$ or $k = 0$.
Question:4(i) Find equation of line joining $\small (1,2)$ and $\small (3,6)$ using determinants.
Answer:
As we know the line joining $\small (1,2)$ ,$\small (3,6)$ and let say a point on line $A\left ( x,y \right )$ will be collinear.
Therefore area formed by them will be equal to zero.
$\triangle = \frac{1}{2}\begin{vmatrix} 1 &2 &1 \\ 3& 6 &1 \\ x & y &1 \end{vmatrix} = 0$
So, we have:
$=1(6-y)-2(3-x)+1(3y-6x) = 0$
or $6-y-6+2x+3y-6x = 0 \Rightarrow 2y-4x=0$
Hence, we have the equation of line $\Rightarrow y=2x$.
Question:4(ii) Find equation of line joining $\small (3,1)$ and $\small (9,3)$ using determinants.
Answer:
We can find the equation of the line by considering any arbitrary point $A(x,y)$ on line.
So, we have three points which are collinear and therefore area surrounded by them will be equal to zero.
$\triangle = \frac{1}{2}\begin{vmatrix} 3 &1 &1 \\ 9& 3 & 1\\ x& y &1 \end{vmatrix} = 0$
Calculating the determinant:
$=\frac{1}{2}\left [ 3\begin{vmatrix} 3 &1 \\ y& 1 \end{vmatrix}-1\begin{vmatrix} 9 &1 \\ x& 1 \end{vmatrix}+1\begin{vmatrix} 9 &3 \\ x &y \end{vmatrix} \right ]$
$=\frac{1}{2}\left [ 3(3-y)-1(9-x)+1(9y-3x) \right ] = 0$
$\frac{1}{2}\left [ 9-3y-9+x+9y-3x \right ] = \frac{1}{2}[6y-2x] = 0$
Hence we have the line equation:
$3y= x$ or $x-3y = 0$.
(A) $\small 12$ (B) $\small -2$ (C) $\small -12,-2$ (D) $\small 12,-2$
Answer:
Area of triangle is given by:
$\triangle = \frac{1}{2} \begin{vmatrix} 2 &-6 &1 \\ 5& 4 & 1\\ k& 4& 1 \end{vmatrix} = 35\ sq.\ units.$
or $\begin{vmatrix} 2 &-6 &1 \\ 5& 4 & 1\\ k& 4& 1 \end{vmatrix} = 70\ sq.\ units.$
$2\begin{vmatrix} 4 &1 \\ 4& 1 \end{vmatrix}-(-6)\begin{vmatrix} 5 &1 \\ k &1 \end{vmatrix}+1\begin{vmatrix} 5 &4 \\ k&4 \end{vmatrix} = 70$
$2(4-4) +6(5-k)+(20-4k) = \pm70$
$50-10k = \pm70$
$k = 12$ or $k = -2$
Hence the possible values of k are 12 and -2.
Therefore option (D) is correct.
Also read,
Here are the main topics covered in NCERT Class 12 Chapter 4, Determinants: Exercise 4.2:
1. Area of a Triangle Using Determinants:
Given the coordinates of the vertices of a triangle as $A\left(x_1, y_1\right), B\left(x_2, y_2\right)$, and $C\left(x_3, y_3\right)$, the area of the triangle can be calculated using the determinant:
Area $=\frac{1}{2}\left|\begin{array}{lll}x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1\end{array}\right|$
This formula utilizes the determinant of a $3 \times 3$ matrix formed by the coordinates of the triangle's vertices.
2. Collinearity of Points:
If the area calculated using the above determinant is zero, it implies that the three points are collinear, i.e., they lie on a straight line and do not form a triangle.
Also, read,
Given below are some useful links for subject-wise NCERT solutions of class 12.
Here are some links to subject-wise solutions for the NCERT exemplar class 12.
Frequently Asked Questions (FAQs)
Yes, we can find the area of the triangle using determinants if the vertices of the triangle are given.
Yes, here you will get NCERT Solutions for free. NCERT solutions for Class 12 Maths, Physics, Chemistry and Biology are available chapter wise.
Yes, You can download the NCERT book from their official website.
Here you will get NCERT Solutions for Class 6 to 10. The solutions for Science and Mathematics are given chapter wise. Students can follow NCERT syllabus for a better score to get good marks in CBSE annual exams.
Triangle formed by three collinear points is a straight line, hence the area of such a triangle is zero.
NCERT solutions are useful for the students to get conceptual clarity.
NCERT solutions are helpful for competitive exams like JEE Main, NEET, VITEEE, etc.
There are 13 chapters starting from relations and functions to probability. Chapters from algebra, calculus are present.
On Question asked by student community
Hi Jatin!
Given below is the link to access CBSE Class 12 English Previous Year Questions:
https://school.careers360.com/download/ebooks/cbse-class-12-english-previous-year-question-papers
For subjectwise previous year question papers, you might find this link useful:
https://school.careers360.com/boards/cbse/cbse-previous-year-question-papers-class-12
Dear Student,
If you have 6 subjects with Hindi as an additional subject and you have failed in one compartment subject, your additional subject which is Hindi can be considered pass in the board examination.
Hi,
The CBSE Class 10 Computer Applications exam (Set-1) was conducted on 27 February 2026 from 10:30 AM to 12:30 PM as part of the CBSE board exams. The paper included MCQs, very short answer questions, short answers, long answers, and case-study questions based on topics like HTML, networking, internet
You can check this link:
https://school.careers360.com/boards/cbse/cbse-safal-question-paper-2025-26
Dear Student,
Please go through the link to check 12th CBSE Chemistry question paper: https://school.careers360.com/boards/cbse/cbse-previous-year-question-papers-class-12-chemistry
As per latest syllabus. Physics formulas, equations, & laws of class 11 & 12th chapters
As per latest syllabus. Chemistry formulas, equations, & laws of class 11 & 12th chapters
As per latest 2024 syllabus. Study 40% syllabus and score upto 100% marks in JEE
As per latest syllabus. Maths formulas, equations, & theorems of class 11 & 12th chapters