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

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

Upcoming Event

CBSE Class 12th Exam Date:17 Feb' 26 - 17 Feb' 26

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.

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,

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
Maharashtra SSC Board Application Date

15 Sep'25 - 17 Nov'25 (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 ?

Hello,

No, it’s not true that GSEB (Gujarat Board) students get first preference in college admissions.

Your daughter can continue with CBSE, as all recognized boards CBSE, ICSE, and State Boards (like GSEB) which are equally accepted for college admissions across India.

However, state quota seats in Gujarat colleges (like medical or engineering) may give slight preference to GSEB students for state-level counselling, not for all courses.

So, keep her in CBSE unless she plans to apply only under Gujarat state quota. For national-level exams like JEE or NEET, CBSE is equally valid and widely preferred.

Hope it helps.

Hello,

The Central Board of Secondary Education (CBSE) releases the previous year's question papers for Class 12.

You can download these CBSE Class 12 previous year question papers from this link : CBSE Class 12 previous year question papers (http://CBSE%20Class%2012%20previous%20year%20question%20papers)

Hope it helps !

Hi dear candidate,

On our official website, you can download the class 12th practice question paper for all the commerce subjects (accountancy, economics, business studies and English) in PDF format with solutions as well.

Kindly refer to the link attached below to download:

CBSE Class 12 Accountancy Question Paper 2025

CBSE Class 12 Economics Sample Paper 2025-26 Out! Download 12th Economics SQP and MS PDF

CBSE Class 12 Business Studies Question Paper 2025

CBSE Class 12 English Sample Papers 2025-26 Out – Download PDF, Marking Scheme

BEST REGARDS

Hello,

Since you have passed 10th and 12th from Delhi and your residency is Delhi, but your domicile is UP, here’s how NEET counselling works:

1. Counselling Eligibility: For UP NEET counselling, your UP domicile makes you eligible, regardless of where your schooling was. You can participate in UP state counselling according to your NEET rank.

2. Delhi Counselling: For Delhi state quota, usually 10th/12th + residency matters. Since your school and residency are in Delhi, you might also be eligible for Delhi state quota, but it depends on specific state rules.

So, having a Delhi Aadhaar will not automatically reject you in UP counselling as long as you have a UP domicile certificate.

Hope you understand.

Hello,

You can access Free CBSE Mock tests from Careers360 app or website. You can get the mock test from this link : CBSE Class 12th Free Mock Tests

Hope it helps !