Area of a Triangle from Vertices
Given a triangle with vertices , , , its area is
The vertical bars mean absolute value — area is always taken as positive.
Key Point: Each x-coordinate is multiplied by the difference of the other two y-coordinates, in cyclic order . Always take the modulus at the end.
[Board Important] This area formula is removed from the rationalised NCERT but is retained by many State Boards, so we include it fully. Write the formula first, then substitute.
Collinearity Test (Zero Area)
Three points are collinear (lie on one straight line) exactly when the 'triangle' they form has zero area:
This is far faster than the distance method from Section 2.
Key Point: Collinear area . Drop the and the modulus — just set the bracket to 0.
[Board Important] A common question: 'Find so that the three points are collinear.' Set the area expression to 0 and solve for .
Area of a Quadrilateral
To find the area of a quadrilateral , split it along a diagonal into two triangles (say and ), find each area, and add:
Make sure you take the vertices in order (going around the quadrilateral), or the split won't be valid.
Key Point: Split a quadrilateral into two triangles using a diagonal, then sum the two areas.
[JEE Tip] For polygons, there's a 'shoelace' shortcut that generalises this, but for boards the two-triangle split is enough.
Reading the Area Result
A few quick checks help avoid errors:
- If the area comes out 0, the three points are collinear (no genuine triangle).
- The formula gives the same answer regardless of the order you list the vertices, because of the modulus.
- Always include the — forgetting it doubles the area.
Key Point: Zero area = collinear; non-zero area = a real triangle. Keep the and the modulus.
[Board Important] Units of area are square units (e.g., sq. units or cm²) — state them in the final answer.
Solved Examples
Example 1: Area of a triangle
Find the area of the triangle with vertices , , .
Solution:
- Area .
- .
Final Answer: 5 square units.
Takeaway: Substitute carefully and take the modulus before halving.
Example 2: Collinearity check
Are , , collinear?
Solution:
- Expression .
- .
Final Answer: Yes, collinear (zero area).
Takeaway: A zero result means the points lie on one line.
Example 3: Find k for collinearity
Find so that , , are collinear.
Solution:
- Set area expression to 0: .
- .
Final Answer: .
Takeaway: Set the area bracket to zero and solve for the unknown.
Example 4: Triangle with a vertex at the origin
Find the area of the triangle with vertices , , .
Solution:
- Area .
Final Answer: 12 square units.
Takeaway: For a right triangle on the axes, area base height — a good cross-check.
Example 5: Area of a quadrilateral
Find the area of quadrilateral with , , , .
Solution:
- Split into and .
- .
- .
- Total .
Final Answer: 28 square units.
Takeaway: Add the two triangle areas obtained from a diagonal split.
Example 6: Verify collinearity by area
Show that , , are collinear.
Solution:
- Expression .
- .
Final Answer: Collinear.
Takeaway: Zero area confirms collinearity quickly.
Example 7: Area with a negative coordinate
Find the area of the triangle , , .
Solution:
- Area .
- .
Final Answer: 12 square units.
Takeaway: Mind the signs carefully with negative coordinates.
Example 8: Find k given area
If the area of the triangle with vertices , , is 24 square units, set up the equation for (one value).
Solution:
- Area .
- .
- . Taking : .
- or .
Final Answer: (or ).
Takeaway: Set the area formula equal to the given value and solve the resulting quadratic.
Example 9: Median divides into equal areas
The vertices of are , , . Verify that the median from divides it into two triangles of equal area.
Solution:
- Midpoint of : .
- .
- .
Final Answer: Both areas — equal.
Takeaway: A median always bisects the area of a triangle.
Example 10: Collinear, so no triangle
What is the area of the 'triangle' with vertices , , ?
Solution:
- Area .
Final Answer: 0 — the points are collinear, so no triangle is formed.
Takeaway: Zero area signals that the three points lie on a straight line.