Area of a Triangle

Learn how to find the area of a triangle using coordinates with simple notes, determinant formula, collinearity test, examples, and practice questions.

1. Introduction

When the coordinates of the three vertices of a triangle are known, we can calculate its area without drawing it. Coordinate geometry gives us a direct formula to find the area, even if the triangle lies in any quadrant or has negative coordinates.

This method is especially useful when the triangle is drawn on a graph or when exact coordinates are given in problems.

2. Area Formula Using Coordinates

If the vertices of a triangle are:

\(A(x_1, y_1)\), \(B(x_2, y_2)\), and \(C(x_3, y_3)\)

The area is given by:

\(\text{Area} = \dfrac{1}{2} \left| x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2 ) \right|\)

This formula works for all triangles — acute, obtuse, right, or even when sides cross axes.

3. Why the Formula Works (Easy Understanding)

This formula comes from the idea of finding the area using a determinant. It calculates the signed area of a parallelogram formed by the points and then takes half of it.

The absolute value (| |) ensures that the answer is always positive, since area cannot be negative.

4. When Area = 0 (Collinearity Test)

If the three points lie on the same straight line (i.e., they are collinear), the area of the triangle formed is zero.

So, this formula can also test whether three points lie on the same line:

If area = 0 → points are collinear

5. Worked Examples

Let us solve a few examples to understand the application of the formula.

5.1. Example 1: Simple Coordinates

Find the area of triangle with vertices A(1, 2), B(4, 6), and C(5, 3).

Using the formula:

Area = 1/2 | 1(6−3) + 4(3−2) + 5(2−6) |

= 1/2 | 3 + 4 + (-20) |

= 1/2 | -13 | = 6.5 square units

5.2. Example 2: Triangle in Different Quadrants

A(-2, 5), B(3, -1), C(6, 4)

Area = 1/2 | -2(-1−4) + 3(4−5) + 6(5+1) |

= 1/2 | -2(-5) + 3(-1) + 6(6) |

= 1/2 | 10 - 3 + 36 |

= 1/2 × 43 = 21.5 square units

5.3. Example 3: Check Collinearity

A(2, 4), B(4, 8), C(6, 12)

Area = 1/2 | 2(8−12) + 4(12−4) + 6(4−8) |

= 1/2 | 2(-4) + 4(8) + 6(-4) |

= 1/2 | -8 + 32 - 24 |

= 1/2 | 0 | = 0

So, the points are collinear.

6. Common Mistakes

  • Not following the coordinate order correctly.
  • Forgetting to apply the absolute value (| |).
  • Incorrect subtraction inside the formula.
  • Mixing up coordinates of different points.
  • Thinking area must always be an integer (it can be decimal).

7. Quick Practice

Find the area of triangles with the following vertices:

  1. (0, 0), (4, 0), (4, 3)
  2. (2, -1), (5, 6), (-3, 4)
  3. (1, 2), (2, 4), (3, 6) — collinearity check
  4. (-4, -2), (1, 3), (6, -1)

8. Summary

  • Area of triangle using coordinates is found using determinant-based formula.
  • Formula: 1/2 × | x1(y2 − y3) + x2(y3 − y1) + x3(y1 − y2 ) |
  • If area = 0, the points are collinear.
  • Useful for geometry problems without needing to draw the figure.