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.
Triangle Properties & Dimensions
B = 60.00°
C = 60.00°
Circumradius (R) = 0.5774
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.
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, andb + 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 altitudeh = 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.
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.
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)
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.