Triangle Vertices Calculator

Compute comprehensive triangle properties from three vertex coordinates including sides, angles, area (shoelace formula), perimeter, centroid, incenter, circumcenter, and orthocenter.

Vertex A

Vertex B

Vertex C

Triangle Type
Scalene Right
Classification by sides and angles
Area
6.000000
Computed using the Shoelace formula
Perimeter
12.000000
Sum of all three side lengths
Sides
AB = 4.0000, BC = 5.0000, CA = 3.0000
Distances between vertices
Angles
A = 90.00°, B = 36.87°, C = 53.13°
Interior angles at each vertex
Centroid
(1.3333, 1.0000)
Intersection of medians — center of mass
Incenter
(1.0000, 1.0000)
Center of inscribed circle, r = 1.0000
Circumcenter
(2.0000, 1.5000)
Center of circumscribed circle, R = 2.5000
Orthocenter
(0.0000, 0.0000)
Intersection of altitudes
Side Lengths
AB: 4.0000
BC: 5.0000
CA: 3.0000
Angles (of 180°)
∠A: 90.00° (50.0%)
∠B: 36.87° (20.5%)
∠C: 53.13° (29.5%)
Triangle Centers Reference
CenterDefinitionLocation
Centroid (G)Intersection of mediansAlways inside the triangle
Incenter (I)Intersection of angle bisectorsAlways inside the triangle
Circumcenter (O)Intersection of perpendicular bisectorsInside (acute), on hypotenuse (right), outside (obtuse)
Orthocenter (H)Intersection of altitudesInside (acute), at vertex (right), outside (obtuse)
All Computed Values
PropertyValue
Side AB4.000000
Side BC5.000000
Side CA3.000000
Perimeter12.000000
Area6.000000
∠A90.0000°
∠B36.8699°
∠C53.1301°
Centroid(1.3333, 1.0000)
Incenter(1.0000, 1.0000)
Inradius1.000000
Circumcenter(2.0000, 1.5000)
Circumradius2.500000
Orthocenter(0.0000, 0.0000)
Planning notes, formulas, and examples

About the Triangle Vertices Calculator

Given three vertex coordinates in the Cartesian plane, a complete picture of a triangle's geometry can be computed. This calculator takes coordinates (x, y) for vertices A, B, and C and derives every important metric: side lengths via the distance formula, interior angles using the dot-product method, area using the shoelace formula, perimeter, and all four classical triangle centers.

The **centroid** is the intersection of medians — the point where the triangle would balance on a pin. The **incenter** is the center of the inscribed circle, equidistant from all three sides. The **circumcenter** is the center of the circumscribed circle, equidistant from all three vertices. The **orthocenter** is where the three altitudes meet.

These centers have deep significance in both pure mathematics and applied fields like engineering, physics, and computer graphics. For instance, the centroid represents the center of mass of a uniform triangular plate, while the circumcenter determines the smallest circle enclosing the triangle.

This calculator gives you all these properties from just six numbers (three coordinate pairs). It includes visual comparison bars for side lengths and angles, a reference table of triangle center formulas, and eight presets covering common triangle configurations. Whether you're solving a coordinate geometry problem, verifying a construction, or analyzing triangle geometry, the page keeps the triangle centers and derived measurements together.

When This Page Helps

Coordinate geometry often turns one triangle into several separate computations: distance for side lengths, the shoelace formula for area, vector methods for angles, and special formulas for centers. This calculator collects all of that into one place so you can move from raw coordinates to a full geometric description without re-entering data. It is particularly helpful when studying how the centroid, circumcenter, incenter, and orthocenter shift as a triangle changes shape.

How to Use the Inputs

  1. Enter the x and y coordinates for vertex A.
  2. Enter the x and y coordinates for vertex B.
  3. Enter the x and y coordinates for vertex C.
  4. Click a preset to quickly load a known triangle configuration.
  5. Review all computed properties: sides, angles, area, perimeter, and centers.
  6. Expand the reference table to see formulas for each triangle center.
Formula used
Distance: d = √((x₂−x₁)² + (y₂−y₁)²). Area (Shoelace): A = ½|x₁(y₂−y₃) + x₂(y₃−y₁) + x₃(y₁−y₂)|. Centroid: G = ((x₁+x₂+x₃)/3, (y₁+y₂+y₃)/3). Angle at vertex (dot product): cos(∠) = (u⃗ · v⃗) / (|u⃗||v⃗|).

Example Calculation

Result: Area = 6, perimeter = 12, and centroid = (1.3333, 1).

Vertices A(0,0), B(4,0), C(0,3). Side AB = 4, BC = 5, CA = 3. Area = ½|0(0−3)+4(3−0)+0(0−0)| = 6. Centroid = (4/3, 1). Perimeter = 12. Angles: A = 90°, B ≈ 36.87°, C ≈ 53.13°.

Tips & Best Practices

  • Use the shoelace formula for area — it works for any triangle orientation.
  • The centroid always lies inside the triangle, while the circumcenter can be outside for obtuse triangles.
  • For a right triangle, the circumcenter sits at the midpoint of the hypotenuse.
  • The orthocenter coincides with a vertex in a right triangle (at the right-angle vertex).
  • All four centers coincide only in an equilateral triangle.

From Coordinates to Geometry

Three coordinate pairs are enough to recover nearly every standard property of a triangle. Once the vertices are known, side lengths come from the distance formula, area comes from the shoelace determinant, and interior angles come from vector comparisons. That makes vertex form one of the most powerful ways to study triangles, especially in analytic geometry and graph-based problem solving.

Understanding the Classical Centers

The centroid, incenter, circumcenter, and orthocenter each answer a different question about the same triangle. The centroid is the balance point, the incenter is equally distant from the sides, the circumcenter is equally distant from the vertices, and the orthocenter is where the altitudes meet. Seeing all four at once is valuable because their positions tell you something about whether the triangle is acute, right, obtuse, symmetric, or highly skewed.

A Strong Tool for Coordinate Proofs

This output is especially useful when a class problem asks you to prove something about a figure placed on the Cartesian plane. Instead of computing area, angles, and centers on separate scratch work, you can confirm the whole structure from a single set of coordinates. That reduces algebra mistakes and makes it easier to connect numerical evidence to a formal proof.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • The shoelace formula computes the area of a polygon from its vertex coordinates. For a triangle with vertices (x₁,y₁), (x₂,y₂), (x₃,y₃), the area is ½|x₁(y₂−y₃) + x₂(y₃−y₁) + x₃(y₁−y₂)|.