Careers360 Logo
ask-icon
share
    NCERT Solutions for Exercise 4.3 Class 12 Maths Chapter 4 - Determinants

    NCERT Solutions for Exercise 4.3 Class 12 Maths Chapter 4 - Determinants

    Komal MiglaniUpdated on 19 Apr 2025, 08:53 AM IST

    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.

    LiveCBSE Board 12th Exams 2026 LIVE: Class 12 political science paper today; guidelines, patternMar 23, 2026 | 9:35 AM IST

    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.

    CBSE Plans: Compulsory computing, AI in Classes 9, 10 syllabus; more skill subjects; 25% EWS quota review

    Read More

    Class 12 Maths Chapter 4 Exercise 4.2 Solutions: Download PDF

    Download PDF

    Determinants Exercise: 4.2

    Question:1(i) Find area of the triangle with vertices at the point given in each of the following :

    $(1,0), (6,0), (4,3)$

    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 :

    $(2,7), (1,1), (10,8)$

    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 :

    $(-2,-3), (3,2), (-1,-8)$

    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

    $(k,0), (4,0), (0,2)$

    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

    $(-2,0), (0,4), (0,k)$

    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$.

    Question:5 If the area of triangle is 35 sq units with vertices $\small (2,-6),(5,4)$ and $\small (k,4)$. Then k is

    (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,

    Topics Covered in Chapter 4, Determinants: Exercise 4.2

    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,

    NCERT Solutions of Class 12 Subject Wise

    Given below are some useful links for subject-wise NCERT solutions of class 12.

    JEE Main Highest Scoring Chapters & Topics
    Just Study 40% Syllabus and Score upto 100%
    Download EBook
    CBSE Class 12th Syllabus: Subjects & Chapters
    Select your preferred subject to view the chapters

    Frequently Asked Questions (FAQs)

    Q: Can we find area of triangle using determinant ?
    A:

    Yes, we can find the area of the triangle using determinants if the vertices of the triangle are given.

    Q: Can I get NCERT solutions for free ?
    A:

    Yes, here you will get NCERT Solutions for free. NCERT solutions for Class 12 Maths, Physics, Chemistry and Biology are available chapter wise.

    Q: Does CBSE provides NCERT books online ?
    A:

    Yes, You can download the NCERT book from their official website.

    Q: Where can I get NCERT solutions for class 6 to 10 ?
    A:

    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. 

    Q: what is the triangle formed by three collinear points ?
    A:

    Triangle formed by three collinear points is a straight line, hence the area of such a triangle is zero.

    Q: What are the uses of NCERT solutions ?
    A:

    NCERT solutions are useful for the students to get conceptual clarity.

    Q: Is the NCERT solutions helpful for competitive exams ?
    A:

    NCERT solutions are helpful for competitive exams like JEE Main, NEET, VITEEE, etc.

    Q: How many chapters are there in the Class 12 Maths ?
    A:

    There are 13 chapters starting from relations and functions to probability. Chapters from algebra, calculus are present.

    Articles
    |
    Upcoming School Exams
    Ongoing Dates
    Odisha CHSE Admit Card Date

    19 Dec'25 - 25 Mar'26 (Online)

    Ongoing Dates
    Kerala DHSE Admit Card Date

    15 Jan'26 - 28 Mar'26 (Online)

    Ongoing Dates
    ISC 12th Admit Card Date

    27 Jan'26 - 6 Apr'26 (Online)

    Certifications By Top Providers
    Explore Top Universities Across Globe

    Questions related to CBSE Class 12th

    On Question asked by student community

    Have a question related to CBSE Class 12th ?

    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