C
CraftExam
high importancemedium8 min

Area of a Triangle Using Determinants

The area of a triangle with vertices (x1, y1), (x2, y2), and (x3, y3) can be found using a determinant formula.

Practice This Concept

Learn the concept

Student-friendly explanation

In the coordinate formula, the determinant represents the signed double area of the triangle formed by the three points. The sign depends only on the order in which the vertices are taken, not on the actual size of the triangle, so the absolute value is necessary before halving. This method is especially useful in CBSE questions where points contain variables: if the determinant is zero, the three points are collinear; if an area is given, the same determinant equation can be used to find the unknown coordinate.

How to write this in exams

  1. 1

    Start with the exact idea

    The area of a triangle with vertices (x1, y1), (x2, y2), and (x3, y3) can be found using a determinant formula.

  2. 2

    Then show how to use it

    Write the three points in the formula in the same order. Substitute x and y values carefully. Simplify the bracket. Take absolute value. Multiply by 1/2 and add square units.

  3. 3

    Add one concrete example

    For points (0,0), (4,0), and (0,3), area = 1/2 |0(0-3) + 4(3-0) + 0(0-0)| = 1/2 |12| = 6 square units.

  4. 4

    Avoid this incomplete answer

    Omitting the factor 1/2 and giving double the correct area.

Definition

The area of a triangle with vertices (x1, y1), (x2, y2), and (x3, y3) can be found using a determinant formula.

Example

For points (0,0), (4,0), and (0,3), area = 1/2 |0(0-3) + 4(3-0) + 0(0-0)| = 1/2 |12| = 6 square units.

Rule to remember

Area = 1/2 |x1(y2 - y3) + x2(y3 - y1) + x3(y1 - y2)|. Equivalent determinant form: Area = 1/2 |det([[x1,y1,1],[x2,y2,1],[x3,y3,1]])|.

Memory hook

Determinant gives double area; absolute value makes it area.

Examples and method

Worked example

Find the area of triangle with vertices (1,2), (3,4), and (5,1). Area = 1/2 |1(4-1) + 3(1-2) + 5(2-4)| = 1/2 |3 - 3 - 10| = 1/2 × 10 = 5 square units.

Method to apply

Write the three points in the formula in the same order. Substitute x and y values carefully. Simplify the bracket. Take absolute value. Multiply by 1/2 and add square units.

Diagram support

A coordinate-plane sketch helps show the three vertices and whether the triangle is non-degenerate or collinear.

How CBSE asks it

Students may be asked to find the area, prove collinearity, or find a missing coordinate when area is given.

Avoid common mistakes

Common confusion

Forgetting the absolute value and reporting a negative area. For example, reversing the order of vertices may give -12 inside the modulus, but the area is still 6 square units, not -6.

Common wrong answer

Omitting the factor 1/2 and giving double the correct area.

Exam tip

If the final determinant is zero, write that the points are collinear instead of saying the triangle has a negative or invalid area.

Quick check

What does the determinant value 0 imply in the area formula for three points?

The area is 0, so the three points are collinear.

Answer writing and exam use

1-mark answer

The area of a triangle with vertices (x1, y1), (x2, y2), and (x3, y3) can be found using a determinant formula.

2-mark answer

The area of a triangle with vertices (x1, y1), (x2, y2), and (x3, y3) can be found using a determinant formula. Area = 1/2 |x1(y2 - y3) + x2(y3 - y1) + x3(y1 - y2)|. Equivalent determinant form: Area = 1/2 |det([[x1,y1,1],[x2,y2,1],[x3,y3,1]])|. For points (0,0), (4,0), and (0,3), area = 1/2 |0(0-3) + 4(3-0) + 0(0-0)| = 1/2 |12| = 6 square units.

3-mark answer

In the coordinate formula, the determinant represents the signed double area of the triangle formed by the three points. The sign depends only on the order in which the vertices are taken, not on the actual size of the triangle, so the absolute value is necessary before halving. This method is especially useful in CBSE questions where points contain variables: if the determinant is zero, the three points are collinear; if an area is given, the same determinant equation can be used to find the unknown coordinate. Area = 1/2 |x1(y2 - y3) + x2(y3 - y1) + x3(y1 - y2)|. Equivalent determinant form: Area = 1/2 |det([[x1,y1,1],[x2,y2,1],[x3,y3,1]])|. Find the area of triangle with vertices (1,2), (3,4), and (5,1). Area = 1/2 |1(4-1) + 3(1-2) + 5(2-4)| = 1/2 |3 - 3 - 10| = 1/2 × 10 = 5 square units. Students may be asked to find the area, prove collinearity, or find a missing coordinate when area is given. Omitting the factor 1/2 and giving double the correct area.
MCQ Quiz

Practice this concept with focused MCQs

Open the concept quiz intro first, review the test details, and then start a focused MCQ set from this concept only. Instant score and answer review are live now.

10 MCQs5 MinutesInstant Results
Practice This Concept

Help improve this page

Found something confusing, incorrect, or missing?