CBSE Class 12th Exam Date:17 Feb' 26 - 17 Feb' 26
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.
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
Hello,
The date of 12 exam is depends on which board you belongs to . You should check the exact date of your exam by visiting the official website of your respective board.
Hope this information is useful to you.
Hello,
Class 12 biology questions papers 2023-2025 are available on cbseacademic.nic.in , and other educational website. You can download PDFs of questions papers with solution for practice. For state boards, visit the official board site or trusted education portal.
Hope this information is useful to you.
Hello Pruthvi,
Taking a drop year to reappear for the Karnataka Common Entrance Test (KCET) is a well-defined process. As a repeater, you are fully eligible to take the exam again to improve your score and secure a better rank for admissions.
The main procedure involves submitting a new application for the KCET through the official Karnataka Examinations Authority (KEA) website when registrations open for the next academic session. You must pay the required application fee and complete all formalities just like any other candidate. A significant advantage for you is that you do not need to retake your 12th board exams. Your previously secured board marks in the qualifying subjects will be used again. Your new KCET rank will be calculated by combining these existing board marks with your new score from the KCET exam. Therefore, your entire focus during this year should be on preparing thoroughly for the KCET to achieve a higher score.
For more details about the KCET Exam preparation,
CLICK HERE.
I hope this answer helps you. If you have more queries, feel free to share your questions with us, and we will be happy to assist you.
Thank you, and I wish you all the best in your bright future.
Yes, you can switch from Science in Karnataka State Board to Commerce in CBSE for 12th. You will need a Transfer Certificate from your current school and meet the CBSE school’s admission requirements. Since you haven’t studied Commerce subjects like Accountancy, Economics, and Business Studies, you may need to catch up before or during 12th. Not all CBSE schools accept direct admission to 12th from another board, so some may ask you to join Class 11 first. Make sure to check the school’s rules and plan your subject preparation.
Hello
For the 12th CBSE Hindi Medium board exam, important questions usually come from core chapters like “Madhushala”, “Jhansi ki Rani”, and “Bharat ki Khoj”.
Questions often include essay writing, letter writing, and comprehension passages. Grammar topics like Tenses, Voice Change, and Direct-Indirect Speech are frequently asked.
Students should practice poetry questions on themes and meanings. Important questions also cover summary writing and translation from Hindi to English or vice versa.
Previous years’ question papers help identify commonly asked questions.
Focus on writing practice to improve handwriting and presentation. Time management during exams is key to answering all questions effectively.
This ebook serves as a valuable study guide for NEET 2025 exam.
This e-book offers NEET PYQ and serves as an indispensable NEET study material.
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