Area of Triangle from Coordinates
Enter the (x, y) coordinates of three vertices to instantly get triangle area, side lengths, and perimeter.
Vertex Coordinates
Vertex A
Vertex B
Vertex C
Enter coordinates on the left to see results
Area
—
Points are collinear — no triangle is formed.
square units · shoelace formula
Side Lengths
AB
—
BC
—
CA
—
Perimeter
—
units · AB + BC + CA
Triangle Preview
Copied!
Summary
Enter the (x, y) coordinates of three vertices to instantly get triangle area, side lengths, and perimeter.
How it works
- Enter the x and y coordinates for each of the three vertices (A, B, C).
- The tool applies the shoelace formula: Area = |x_A(y_B - y_C) + x_B(y_C - y_A) + x_C(y_A - y_B)| / 2.
- Side lengths are computed with the distance formula between each pair of vertices.
- Perimeter is the sum of all three side lengths.
- Results update immediately as you type — no button click needed.
Use cases
- Solve coordinate geometry problems in school or college courses.
- Find the area of a triangular region on a map or grid.
- Verify hand-calculated answers to analytic geometry exercises.
- Calculate land area from surveyed corner points on a 2D plane.
- Check that three given points are collinear (area = 0).
- Compute triangle dimensions for game development or graphics programming.
- Quickly derive perimeter and side lengths alongside area.
- Explore how area changes as you shift one vertex.
Frequently Asked Questions
Last updated: 2026-07-04 ·
Reviewed by Nham Vu