How To Find Area of Triangle Using Determinant Method?

Determinant of a Matrix 2025 ( Maths Determinants )

Jaya Sharma
Updated on Aug 27, 2025 12:28 IST

By Jaya Sharma, Assistant Manager - Content

In this lesson, you will learn how to find the area of a triangle using the determinant method. In most cases, we determine the area of a triangle by halving the product of base and height.

area of a triangle

However, in certain cases, it is not possible to find the height of the given triangle. In those cases, the determinant method is used to find the area of a triangle. Let us learn all about this topic from the determinant chapter in detail. Once you have completed the topic, you should start practising the NCERT exercise of the determinant chapter.

Table of content
  • Formula of Determinant Method For Finding Area of Triangle
  • Derivation of Determinant Method to Find Area of Triangle
  • Why Does This Technique Work?
  • Calculating the Area of a Triangle Using Determinant Method
  • Why Do We Need to Use the Area of Triangle Using Determinant Form?
  • Frequently Asked Questions
  • Class 12th Math Notes
  • NCERT Solutions for Class 12 Maths
View More
Maths Determinants Logo

Formula of Determinant Method For Finding Area of Triangle

Suppose we have a triangle ABC whose vertices are A( x 1 , y 1 ), B( x 2 , y 2 ) and C( x 3 , y 3 ). In this case, we know the coordinates of the vertices. Hence, we can use a new method to calculate the area of the triangle using the determinant formula rather than the traditional distance formula. IIT JAM exam and NEET exam do not directly ask questions related to the formula. Instead, conceptual questions are asked. Mathematical representation of this formula is given by:

Area = 1 2 | x 1 y 1 1 | | x 2 y 2 1 | | x 3 y 3 1 |

The determinant method to calculate the area of a triangle is useful whenever we are given the coordinates of the vertices of a triangle. 

Maths Determinants Logo

Derivation of Determinant Method to Find Area of Triangle

Let us take a look at the derivation of the area of a triangle formula for CUET exam and JEE MAIN entrance exam. There is a triangle with vertices  A ( x 1 , y 1 ) B ( x 2 , y 2 ) , and C ( x 3 , y 3 ) First, let us use the shoelace formula to calculate the area of polygon with its vertices Area = 1 2 i = 1 n ( x i y i + 1 ) i = 1 n ( y i x i + 1 )

where  x n + 1 = x 1 and  y n + 1 = y 1 Here n = 3, for a triangle Area = 1 2 x 1 · y 2 + x 2 · y 3 + x 3 · y 1 y 1 · x 2 + y 2 · x 3 + y 3 · x 1 Now, the expression within absolute value is written as determinant of matrix:  Area = 1 2 | x 1 y 1 1 | | x 2 y 2 1 |
| x 3 y 3 1 |
Let us now expand this determinant: = 1 2 x 1 ( y 2 y 3 ) + x 2 ( y 3 y 1 ) + x 3 ( y 1 y 2 )

Maths Determinants Logo

Why Does This Technique Work?

The determinant is used to calculate the signed area of the triangle. Sign here indicates the direction i.e. positive means counter clockwise and negative means clockwise. However, we can take the absolute value since the area of a triangle will always be positive.

Let us consider the matrice:

| x 1 y 1 1 x 2 y 2 1 x 3 y 3 1 |

On expanding the determinant, value of this matrice will be:

x1(y2 – y3) + x2(y3 – y1) + x3(y1-y2)

Hence, area = ½[ x1(y2 – y3) + x2(y3 – y1) + x3(y1-y2)]

Maths Determinants Logo

Calculating the Area of a Triangle Using Determinant Method

Let us take an example to understand the area of a triangle using a determinant method whose vertices are A(2,3), B(5,−1), and C(−3,4). Using the formula Area = 1 2 | x 1 ( y 2 y 3 ) + x 2 ( y 3 y 1 ) + x 3 ( y 1 y 2 ) | Let us substitute the values: x 1 = 2 , y 1 = 3 , x 2 = 5 , y 2 = 1 , x 3 = 3 , y 3 = 4 So let us now calculate the difference: y 2 y 3 = 1 4 = 5 y 3 y 1 = 4 3 = 1 y 1 y 2 = 3 ( 1 ) = 4 Let us now substitute values and compute the area: Area = 1 2 2 ( 5 ) + 5 ( 1 ) + ( 3 ) ( 4 ) = 1 2 10 + 5 12 = 1 2 17 = 1 2 × 17 = 8.5

Maths Determinants

Try these practice questions

Q1:

The number of values of a for which the system of equations :

x + y + z = a

ax + 2ay + 3z = -1

x + 3ay + 5z = 4

is inconsistent, is

Maths Determinants Logo

Why Do We Need to Use the Area of Triangle Using Determinant Form?

The determinant method is used for calculating the area of a triangle:

  • When you know the coordinates of vertices of a triangle, the determinant method gives a direct formula to compute the area without plotting points or geometric properties such as height and base.
  • The determinant formula is systematic while dealing with multiple triangles and automated calculations. 
  • Because of the determinant method, there is no need to measure the height and angles of the determinant. 
  • A determinant method can even be used for 3D space for finding the area of a triangle which is formed by three points in space.
  • Even calculating the volume of a tetrahedron using 4 points is possible using the determinant method.
  • The determinant formula is related to cross product of vectors used in vector algebra and physics.
  • This determinant method can be used for calculating regardless of the orientation of the triangle.



Maths Determinants Logo

Frequently Asked Questions

Let us take a look at the frequently asked questions related to the determinant method for the area of a triangle that are important for entrance exam:

Q&A Icon
Commonly asked questions
Q:  

What is the triangle rule for determinants?

A: 

This is a mnemonic method that computes the determinant of 3*3 times. It involves drawing diagonal lines for remembring how to multiply and sum elements of the matrix. Say there is a matrix:

| a b c |
| d e f |
| g h i |

We will first multiply the elements that are connected by three diagonals that run from top-left to bottom right:

a*e*i
b*f*g
c*d*h

Let us now sum these products: (aei)+ (bfg)+ (cdh)

Now, we will multiply the elements connected by three diagonals from top-right to bottom left:

c*e*g
b*d*i
a*f*h

Let us now sum these products:

(ceg)+ (bdi)+ (afh)

After this, let us subtract the sum of negative terms from the sum of positive terms:

Determinant = (aei+bfg+cdh) - (ceg+bdi+afh)

Q:  

A triangle has vertices A(0,0), B(t,0), and C(0,t). Express the area of the triangle as a function of t. What is the area when t=4?

Read more
A: 

First, express area as a function of t. Suppose there is a triangle whose vertices are A (0,0), B (t,0) and C (0, t). Here, we can use the determinant formula for the area of a triangle. Area = 12 x1 (y2
- y3) + x2 (y3-y1) + x3 (y1-y2) Let us substitute the coordinates in the above equation: Area = 12 0 (0- t) + t (t-0) + 0 (0-0) = 12 t*t

= 12 t2

So, the area as a function of t is:

Area (t) = 12 t2 Now, let us calculate area when t = 4 and substitute t = 4 into function: Area (4) = 12 * 42 = 12 * 16 = 8

Maths Determinants Logo

Class 12th Math Notes

You can take a look at the notes of different chapters from class 12th Math for CBSE board students:

Chapter No. Chapter Notes
Relations and Functions Application of Derivatives
Inverse Trigonometric Functions Integrals
Matrices Application of Integrals
Determinants Differential Equations
Vector Algebra Continuity and Differentiability
Three-Dimensional Geometry Linear Programming
Probability  
qna

Maths Determinants Exam

Student Forum

chatAnything you would want to ask experts?
Write here...