Area of Triangle Using Coordinates
The formula for area of a triangle using coordinates is a key topic in Chapter 7 (Coordinate Geometry) of the NCERT Class 10 Mathematics textbook.
This formula allows you to:
- Calculate the exact area of a triangle when the coordinates of its three vertices are known.
- Check whether three points are collinear (if the area is zero, the points lie on the same line).
- Solve problems without needing to measure angles or draw perpendiculars.
The formula is derived from the concept of the determinant of a matrix formed by the coordinates, though at the Class 10 level it is presented as a direct formula.
The coordinate geometry formula for the area of a triangle is derived using the concept of trapeziums formed by drawing perpendiculars from the vertices to the x-axis. This formula is remarkably powerful because it can handle any triangle — regardless of whether its sides are horizontal, vertical, or at arbitrary angles — as long as the coordinates of the vertices are known.
An important corollary of this formula is the collinearity test: three points lie on the same line if and only if the area of the triangle they form is zero. This condition provides a simple algebraic test for collinearity that avoids the need to compute distances or slopes.
In CBSE board examinations, this formula is used in problems worth 2-5 marks. Questions typically involve finding the area of a triangle, checking collinearity, finding unknown coordinates that satisfy an area condition, or finding the area of a quadrilateral by dividing it into triangles.
What is Area of Triangle Using Coordinates — Formula, Collinearity & Solved Examples?
Definition: The area of a triangle with vertices at A(x₁, y₁), B(x₂, y₂), and C(x₃, y₃) is given by:
Area = (1/2) |x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂)|
The absolute value (modulus) ensures the area is always positive, regardless of the order of the vertices.
Key observations:
- If the area = 0, then the three points are collinear (they lie on the same straight line).
- The formula works for vertices in any quadrant.
- The order in which the vertices are taken (clockwise or anticlockwise) does not matter because of the absolute value.
Area of Triangle Using Coordinates Formula
Area of Triangle Formula:
Area = (1/2) |x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂)|
Alternative forms:
Area = (1/2) |x₁y₂ − x₁y₃ + x₂y₃ − x₂y₁ + x₃y₁ − x₃y₂|
Condition for collinearity:
If Area = 0, then A, B, C are collinear.
i.e., x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂) = 0
Memory aid (Shoelace pattern):
- Write coordinates in a column, repeating the first at the end.
- Multiply diagonally downward (add), then diagonally upward (subtract).
- Area = (1/2)|sum of downward products − sum of upward products|.
Derivation and Proof
Derivation of the Area Formula:
Method: Using the area formula via trapezoids (dropping perpendiculars to the x-axis).
Setup: Let A(x₁, y₁), B(x₂, y₂), C(x₃, y₃) be the vertices. Drop perpendiculars from A, B, C to the x-axis, meeting it at D, E, F respectively.
Steps:
- The perpendiculars create three trapezoids between the triangle and the x-axis: ABED, BCFE, and ACFD.
- Area of triangle ABC = |Area(ABED) + Area(BCFE) − Area(ACFD)| (the sign combination depends on the arrangement of vertices).
- Area of trapezoid ABED = (1/2)(y₁ + y₂)(x₂ − x₁)
- Area of trapezoid BCFE = (1/2)(y₂ + y₃)(x₃ − x₂)
- Area of trapezoid ACFD = (1/2)(y₁ + y₃)(x₃ − x₁)
- Substituting and expanding all three expressions:
- Area(ABED) = (1/2)(x₂y₁ + x₂y₂ − x₁y₁ − x₁y₂)
- Area(BCFE) = (1/2)(x₃y₂ + x₃y₃ − x₂y₂ − x₂y₃)
- Area(ACFD) = (1/2)(x₃y₁ + x₃y₃ − x₁y₁ − x₁y₃)
- Adding the first two and subtracting the third, then simplifying:
- Area = (1/2)|x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂)|
Why the absolute value?
- Depending on the orientation of the vertices (clockwise or anticlockwise), the expression inside may be positive or negative.
- Area is always a non-negative quantity, so we take the absolute value.
Shoelace method (memory aid):
- Write the coordinates in a column, repeating the first vertex at the bottom:
- x₁ y₁
x₂ y₂
x₃ y₃
x₁ y₁ - Multiply diagonally downward: x₁y₂ + x₂y₃ + x₃y₁ (sum of forward products)
- Multiply diagonally upward: y₁x₂ + y₂x₃ + y₃x₁ (sum of backward products)
- Area = (1/2)|forward sum − backward sum|
This technique extends to polygons with any number of sides — simply list all vertices in order and apply the same diagonal multiplication pattern.
Types and Properties
Types of problems using the coordinate area formula:
Type 1: Finding the area directly
- Given three vertices, compute the area using the formula.
- Example: Find the area of the triangle with vertices (1, 2), (4, 6), (7, 2).
- Substitute into the formula, simplify, take absolute value, divide by 2.
Type 2: Checking collinearity
- If the area = 0, the three points are collinear (lie on the same straight line).
- Useful for verifying whether three given points lie on a line without finding the equation of the line.
- Example: Show that (1, 5), (2, 3), (4, −1) are collinear.
Type 3: Finding an unknown coordinate
- Given two vertices and a known area (or collinearity condition), find the third vertex.
- This leads to an equation in the unknown, which may give two solutions (one for each side of the line joining the two known vertices).
- Example: Find k if the triangle with vertices (2, 3), (5, 7), (−4, k) has area 10.
Type 4: Area of a quadrilateral
- Divide the quadrilateral into two triangles using a diagonal.
- Find the area of each triangle separately.
- Add the two areas to get the quadrilateral's area.
- Alternatively, use the shoelace formula extended to 4 vertices.
Type 5: Ratio of areas
- Find the ratio of areas of two triangles formed by given sets of coordinates.
- Useful in problems involving medians, centroids, or internal points.
Type 6: Area involving special points
- Triangle with vertices on the axes: (a, 0), (0, b), (0, 0). Area = (1/2)|ab|.
- Triangle with centroid: centroid divides medians in 2:1. The median divides a triangle into two equal areas.
Methods
Step-by-step method:
- Label the vertices: A(x₁, y₁), B(x₂, y₂), C(x₃, y₃).
- Substitute into the formula: (1/2)|x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂)|.
- Compute each product carefully, watching the signs.
- Add the three products.
- Take the absolute value and multiply by 1/2.
Tips:
- Use a tabular format to organize the computation and reduce errors.
- If the vertices are in a convenient order (one at the origin), the formula simplifies.
- For collinearity, you do NOT need the absolute value — just check if the expression equals 0.
Common mistakes:
- Forgetting the absolute value — the area must be positive.
- Forgetting the factor of 1/2.
- Sign errors when computing (y₂ − y₃) or (y₃ − y₁).
- Mislabelling coordinates (swapping x and y).
Method 3: Finding Area of a Quadrilateral
- Divide the quadrilateral into two triangles using one diagonal.
- Find the area of each triangle using the coordinate formula.
- Add the two areas.
Note: Choose the diagonal carefully to ensure both triangles are non-degenerate (have non-zero area).
Method 4: Checking if a Point Lies Inside a Triangle
- Given triangle ABC and point P, compute areas of triangles PAB, PBC, and PCA.
- If Area(PAB) + Area(PBC) + Area(PCA) = Area(ABC), then P lies inside (or on) triangle ABC.
- If the sum exceeds the area of ABC, P lies outside the triangle.
Solved Examples
Example 1: Finding Area — Basic
Problem: Find the area of the triangle with vertices A(1, 2), B(4, 6), C(7, 2).
Solution:
Given:
- A(1, 2), B(4, 6), C(7, 2)
Using: Area = (1/2)|x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂)|
- = (1/2)|1(6 − 2) + 4(2 − 2) + 7(2 − 6)|
- = (1/2)|1(4) + 4(0) + 7(−4)|
- = (1/2)|4 + 0 − 28|
- = (1/2)|−24|
- = (1/2)(24) = 12
Answer: Area = 12 sq. units.
Example 2: Area with One Vertex at Origin
Problem: Find the area of the triangle with vertices O(0, 0), P(5, 0), Q(0, 8).
Solution:
Given:
- O(0, 0), P(5, 0), Q(0, 8)
Using: Area = (1/2)|x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂)|
- = (1/2)|0(0 − 8) + 5(8 − 0) + 0(0 − 0)|
- = (1/2)|0 + 40 + 0|
- = 20
Verification: This is a right triangle with legs 5 and 8. Area = (1/2)(5)(8) = 20 ✓
Answer: Area = 20 sq. units.
Example 3: Checking Collinearity
Problem: Show that the points A(1, 5), B(2, 3), and C(4, −1) are collinear.
Solution:
Given:
- A(1, 5), B(2, 3), C(4, −1)
Using: Area = (1/2)|x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂)|
- = (1/2)|1(3 − (−1)) + 2(−1 − 5) + 4(5 − 3)|
- = (1/2)|1(4) + 2(−6) + 4(2)|
- = (1/2)|4 − 12 + 8|
- = (1/2)|0| = 0
Since the area = 0, the points A, B, C are collinear.
Hence proved.
Example 4: Finding an Unknown Coordinate
Problem: The area of the triangle with vertices A(2, 3), B(5, 7), and C(−4, k) is 10 sq. units. Find k.
Solution:
Given:
- A(2, 3), B(5, 7), C(−4, k), Area = 10
Using: 10 = (1/2)|2(7 − k) + 5(k − 3) + (−4)(3 − 7)|
- 20 = |14 − 2k + 5k − 15 − 4(−4)|
- 20 = |14 − 2k + 5k − 15 + 16|
- 20 = |3k + 15|
- 3k + 15 = 20 or 3k + 15 = −20
- 3k = 5 or 3k = −35
- k = 5/3 or k = −35/3
Answer: k = 5/3 or k = −35/3.
Example 5: Vertices in Different Quadrants
Problem: Find the area of the triangle with vertices A(−3, 5), B(3, −6), C(7, 2).
Solution:
Given:
- A(−3, 5), B(3, −6), C(7, 2)
Using the formula:
- = (1/2)|−3(−6 − 2) + 3(2 − 5) + 7(5 − (−6))|
- = (1/2)|−3(−8) + 3(−3) + 7(11)|
- = (1/2)|24 − 9 + 77|
- = (1/2)|92|
- = 46
Answer: Area = 46 sq. units.
Example 6: Collinearity with Variable
Problem: For what value of p are the points A(1, 1), B(3, p), C(5, −1) collinear?
Solution:
Given:
- A(1, 1), B(3, p), C(5, −1)
- Points are collinear → Area = 0
Using: x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂) = 0
- 1(p − (−1)) + 3(−1 − 1) + 5(1 − p) = 0
- (p + 1) + 3(−2) + 5(1 − p) = 0
- p + 1 − 6 + 5 − 5p = 0
- −4p + 0 = 0
- −4p = 0
- p = 0
Answer: p = 0.
Example 7: Area of Quadrilateral Using Two Triangles
Problem: Find the area of the quadrilateral with vertices A(1, 1), B(7, −3), C(12, 2), D(7, 21) by dividing it into two triangles.
Solution:
Given:
- Divide using diagonal AC: triangles ABC and ACD.
Area of triangle ABC:
- = (1/2)|1(−3 − 2) + 7(2 − 1) + 12(1 − (−3))|
- = (1/2)|−5 + 7 + 48|
- = (1/2)(50) = 25
Area of triangle ACD:
- = (1/2)|1(2 − 21) + 12(21 − 1) + 7(1 − 2)|
- = (1/2)|−19 + 240 − 7|
- = (1/2)(214) = 107
Total area = 25 + 107 = 132
Answer: Area of quadrilateral = 132 sq. units.
Example 8: Triangle with All Negative Coordinates
Problem: Find the area of the triangle with vertices A(−2, −3), B(−4, −7), C(−6, −1).
Solution:
Given:
- A(−2, −3), B(−4, −7), C(−6, −1)
Using the formula:
- = (1/2)|−2(−7 − (−1)) + (−4)(−1 − (−3)) + (−6)(−3 − (−7))|
- = (1/2)|−2(−6) + (−4)(2) + (−6)(4)|
- = (1/2)|12 − 8 − 24|
- = (1/2)|−20|
- = 10
Answer: Area = 10 sq. units.
Example 9: Median Divides Triangle into Equal Areas
Problem: Verify that the median from A to side BC divides triangle ABC into two triangles of equal area. Use A(0, 4), B(6, 0), C(0, 0).
Solution:
Given:
- A(0, 4), B(6, 0), C(0, 0)
- Midpoint M of BC = ((6+0)/2, (0+0)/2) = (3, 0)
Area of triangle ABM:
- = (1/2)|0(0 − 0) + 6(0 − 4) + 3(4 − 0)|
- = (1/2)|0 − 24 + 12| = (1/2)(12) = 6
Area of triangle ACM:
- = (1/2)|0(0 − 0) + 0(0 − 4) + 3(4 − 0)|
- = (1/2)|0 + 0 + 12| = (1/2)(12) = 6
Both areas = 6. The median divides the triangle into two equal areas. ✓
Answer: Verified — both sub-triangles have area 6 sq. units.
Example 10: Area Given Three Points on Axes
Problem: Find the area of the triangle formed by the points (a, 0), (0, b), and (0, 0).
Solution:
Given:
- A(a, 0), B(0, b), C(0, 0)
Using the formula:
- = (1/2)|a(b − 0) + 0(0 − 0) + 0(0 − b)|
- = (1/2)|ab|
- = (1/2)|ab|
Answer: Area = (1/2)|ab| sq. units.
Example 11: Area of a Rhombus Using Diagonals and Coordinates
Problem: A rhombus has vertices at A(0, 3), B(4, 0), C(0, -3), D(-4, 0). Find its area using the coordinate formula.
Solution:
Divide into triangles ABC and ACD:
Area of ABC:
- = (1/2)|0(0-(-3)) + 4((-3)-3) + 0(3-0)|
- = (1/2)|0 + 4(-6) + 0| = (1/2)(24) = 12 sq units
Area of ACD:
- = (1/2)|0((-3)-0) + 0(0-3) + (-4)(3-(-3))|
- = (1/2)|0 + 0 + (-4)(6)| = (1/2)(24) = 12 sq units
Total area = 12 + 12 = 24 sq units.
Verification: Diagonals = AC = 6, BD = 8. Area = (1/2)(6)(8) = 24 sq units. Confirmed.
Answer: Area = 24 sq units.
Real-World Applications
Applications of the coordinate area formula:
- Checking collinearity — if three points have area = 0, they are collinear.
- Area of polygons — divide into triangles and sum their areas.
- Land surveying — calculating plot areas from GPS coordinates.
- Computer graphics — determining if a point is inside a triangle (if sum of sub-triangle areas equals the total area).
- Navigation — calculating areas of regions defined by waypoints.
- Geography — estimating areas of lakes, forests, or other irregular regions from map coordinates.
- Game development — collision detection and spatial calculations.
Extended applications:
- Finding the area of a polygon: Any polygon with n vertices can be divided into (n-2) triangles. Calculate each triangle's area using the coordinate formula and sum them.
- Computational geometry: Algorithms for determining whether a point is inside a polygon use the area formula as a subroutine — the sum of triangle areas formed with consecutive edges equals the polygon area only if the point is inside.
Key Points to Remember
- Area formula: (1/2)|x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂)|
- The absolute value ensures the area is always non-negative.
- If the area = 0, the three points are collinear.
- The formula works for vertices in any quadrant — no restriction on signs of coordinates.
- The order of vertices does not matter because of the absolute value.
- To find the area of a quadrilateral, divide it into two triangles using a diagonal and add the areas.
- The formula is derived from the trapezoid method (dropping perpendiculars to the x-axis).
- For collinearity checks, set the expression inside the absolute value equal to 0 and solve.
- Always double-check signs when computing the differences (y₂ − y₃), etc.
- In CBSE exams, this formula is tested for 2–4 marks. Both area and collinearity questions are common.
Practice Problems
- Find the area of the triangle with vertices (2, 3), (−1, 0), (2, −4).
- Show that the points (−1, −1), (2, 3), and (8, 11) are collinear.
- Find the area of the triangle formed by the midpoints of the sides of the triangle with vertices (0, −1), (2, 1), (0, 3).
- The area of a triangle with vertices (k, 0), (4, 0), (0, 2) is 4 sq. units. Find k.
- Find the area of the quadrilateral with vertices (−4, −2), (−3, −5), (3, −2), (2, 3).
- For what value of m are the points (m, −1), (2, 1), (4, 5) collinear?
- Find the area of the triangle formed by joining the points (0, 0), (a cos θ, b sin θ), and (a cos θ, −b sin θ).
- Prove that the area of the triangle with vertices (a, b+c), (b, c+a), (c, a+b) is 0.
Frequently Asked Questions
Q1. What is the formula for area of a triangle using coordinates?
Area = (1/2)|x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂)|, where (x₁,y₁), (x₂,y₂), (x₃,y₃) are the vertices.
Q2. Why is there an absolute value in the formula?
The expression inside can be positive or negative depending on the order of vertices (clockwise or anticlockwise). Since area is always positive, we take the absolute value.
Q3. How do I check if three points are collinear?
Compute the area using the formula. If the area is 0, the points are collinear. Alternatively, check if x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂) = 0.
Q4. Does the order of vertices matter?
No. The absolute value ensures the area is the same regardless of the order. However, maintain consistency (label as A, B, C and use x₁, y₁ for A, etc.).
Q5. How do I find the area of a quadrilateral using coordinates?
Divide the quadrilateral into two triangles by drawing a diagonal. Compute the area of each triangle and add them.
Q6. What if one vertex is at the origin?
The formula simplifies. If C = (0, 0), then Area = (1/2)|x₁y₂ − x₂y₁|. This is especially convenient for computation.
Q7. Can this formula give a negative area?
No. The absolute value ensures the area is always non-negative. An area of 0 indicates collinearity.
Q8. Is this formula important for CBSE board exams?
Yes. The formula is tested regularly in CBSE Class 10 exams for 2–4 marks. Both area calculation and collinearity check are common question types.
Related Topics
- Distance Formula
- Section Formula
- Collinearity Using Distance Formula
- Midpoint Formula
- Introduction to Coordinate Geometry
- Cartesian Plane
- Plotting Points in Four Quadrants
- Abscissa and Ordinate
- Centroid of a Triangle
- External Division (Section Formula)
- Coordinate Geometry Word Problems
- Equation of a Line (Introduction)
- Quadrilateral Using Coordinate Geometry










