Triangle Calculator

Please provide 3 values including at least one side to the following 6 fields, and click the "Calculate" button. When radians are selected as the angle unit, it can take values such as pi/2, pi/4, etc.

°
°
°
A B C side b side a side c

Triangle Properties & Dimensions

Equilateral Triangle • Acute
Sides (a, b, c)
a = 1.0000, b = 1.0000, c = 1.0000
Angles (A, B, C)
A = 60.00°
B = 60.00°
C = 60.00°
Area & Perimeter
Area = 0.4330
Perimeter = 3.0000 | s = 1.5000
Altitudes (Heights)
ha = 0.8660, hb = 0.8660, hc = 0.8660
Circles (Incircle & Circumcircle)
Inradius (r) = 0.2887
Circumradius (R) = 0.5774
Medians & Bisectors
mc = 0.8660 | tc = 0.8660
ma = 0.8660, mb = 0.8660
Dynamic Scaled Geometry Plot
Trigonometric Resolution Method:
Solved via Law of Cosines: c² = a² + b² - 2ab·cos(C) = 1.0000 ⇒ c = 1.0000, then angle summation A + B + C = 180°.

Fraction Arithmetic & Geometric Proportions

Perform exact fraction arithmetic (add, subtract, multiply, divide) with step-by-step reduction, interactive fraction pie visualizations, and proportional scaling for triangle dimensions.

Result: 5/6 (0.833333)  |  (1 × 3 + 1 × 2) / (2 × 3) = 5 / 6
Fraction 1 Proportion
Fraction 2 Proportion
Resulting Sum / Proportion

Comprehensive Guide to Triangle Trigonometry and Geometry

The triangle is the fundamental structural polygon of Euclidean geometry and the cornerstone of classical trigonometry. Characterized by three coplanar vertices and three intersecting line segments, any triangle contains interior angles whose sum is perpetually 180 degrees (π radians) in flat space. Whether resolving complex structural trusses in civil engineering, synthesizing mesh models in computer graphics, or mapping coordinates via GPS satellite trilateration, the mathematical rules governing triangles provide exact, deterministic solutions.

The Five Primary Triangle Solving Paradigms

To completely resolve all unknown sides and angles of a triangle, at least three independent measurements must be established, with at least one measurement being a side length. Depending on the given parameters, mathematicians employ specific trigonometric theorems:

  • Side-Side-Side (SSS): When all three side lengths are established, the triangle is uniquely rigid. The Law of Cosines determines each interior angle: cos(C) = (a² + b² - c²) / 2ab. Before solving, the triangle inequality theorem must be verified: a + b > c, a + c > b, and b + c > a.
  • Side-Angle-Side (SAS): When two sides and the included angle between them are known, the unknown opposite side is resolved immediately through the Law of Cosines: c = √(a² + b² - 2ab·cos(C)). The remaining interior angles are then derived with the Law of Sines.
  • Angle-Side-Angle (ASA) & Angle-Angle-Side (AAS): Knowing any two angles immediately dictates the third angle through the planar sum formula: C = 180° - A - B. With all angles established, the Law of Sines determines the missing sides: a / sin(A) = b / sin(B) = c / sin(C).
  • Side-Side-Angle (SSA) — The Ambiguous Case: When two sides and a non-included angle are provided, geometric ambiguity can arise. Because sin(θ) = sin(180° - θ), there may be zero, one, or two valid triangles. If the side opposite the angle is shorter than the altitude h = b·sin(A), no triangle exists. If it equals the altitude, exactly one right triangle is formed. If its length falls between the altitude and the adjacent side, two distinct triangles (one acute and one obtuse) satisfy the conditions.
How does Heron's Formula calculate triangle area without calculating height?
Heron of Alexandria demonstrated that triangle area depends solely on side lengths without requiring an altitude. By first computing the semi-perimeter s = (a + b + c) / 2, the area is derived from the square root of four geometric excesses: Area = √(s(s - a)(s - b)(s - c)). This formulation eliminates rounding errors and applies universally to acute, right, and obtuse configurations.
Why is fraction arithmetic essential in scaling geometric proportions?
In architectural drafting and mechanical blueprints, scale factors are expressed as precise rational fractions (such as 1/4" = 1'-0" or 3:4:5 aspect ratios). Floating-point decimal approximations often accumulate truncation errors during sequential matrix transformations. Utilizing exact fraction arithmetic preserves absolute structural symmetry and guarantees that scaled triangles maintain conformal geometric similarity.

Comparison Matrix: Trigonometric Solving Methods

Configuration Primary Theorem Computational Complexity Unique Solutions Primary Application
SSS (Side-Side-Side) Law of Cosines O(1) Algebraic Exactly 1 Structural Trusses, Geodesic Domes
SAS (Side-Angle-Side) Law of Cosines + Sines O(1) Algebraic Exactly 1 Land Surveying, Vector Trajectories
ASA / AAS Law of Sines O(1) Fast Trigonometric Exactly 1 GPS Triangulation, Astronomical Parallax
SSA (Ambiguous) Law of Sines Discriminant Branching Evaluation 0, 1, or 2 Acoustic Reflections, Radar Tracking
Right Triangle Pythagorean Theorem Minimal Arithmetic Exactly 1 Carpentry, Roofing, Optics

Important Geometric Centers & Radii

Beyond simple side lengths and angles, every triangle possesses several remarkable harmonic centers that play critical roles in advanced mathematics:

  • Incircle and Inradius (r): The largest circle that can be inscribed entirely within the triangle, tangent to all three sides. Its radius is computed as r = Area / s. The center of this circle is the incenter, formed by the intersection of the triangle's three internal angle bisectors.
  • Circumcircle and Circumradius (R): The unique circle that passes through all three vertices. Its radius is given by R = (a·b·c) / (4·Area). The center is the circumcenter, located at the intersection of the perpendicular bisectors of the sides. In an obtuse triangle, the circumcenter lies outside the polygon.
  • Centroid (Center of Gravity): The intersection point of the three medians (segments connecting vertices to the midpoints of opposite sides). The centroid divides each median in a 2:1 ratio and represents the physical center of mass of a uniform triangular plate.

Frequently Asked Questions (FAQ)

Can a triangle have two right or obtuse angles?
No. In planar Euclidean geometry, the sum of all three interior angles must equal 180 degrees. If a triangle had two 90° angles (or angles greater than 90°), their sum would be 180° or more, leaving zero or negative degrees for the third angle, making polygon closure impossible.
What are the angle measurements of an equilateral triangle?
Because an equilateral triangle has three equal side lengths, its three interior angles are also strictly identical. Dividing the 180° angle sum by three gives exactly 60° (or π/3 radians) for each angle.
Can I input fractions directly into side and angle fields?
Yes. You can enter rational fractions such as 3/4, 5/8, or 1/3 directly into the side length inputs, and radian multiples such as pi/2, pi/3, or pi/4 into the angle fields.
Are calculations stored online or transmitted to third parties?
No. All trigonometric calculations and saved records are executed 100% client-side inside your local browser sandbox via the HTML5 Web Storage API. No calculation parameters or telemetry are sent to remote servers.