Last verified · v1.0
Calculator · math
Triangle Degree Calculator
Find all interior angles of any triangle. Enter three sides, two angles, or right-triangle side lengths to compute missing degree values instantly.
Inputs
Angle
—
Explain my result
Get a plain-English breakdown of your result with practical next steps.
The formula
How the
result is
computed.
How the Triangle Degree Calculator Works
The triangle degree calculator determines every interior angle of any triangle using one of three mathematically proven methods. Based on available measurements, users select between Side-Side-Side (SSS) using the Law of Cosines, Two Known Angles using the Angle Sum Theorem, or Right Triangle mode using inverse trigonometric ratios. Each method returns all interior angles in degrees with full accuracy.
Method 1: SSS — Law of Cosines
When all three side lengths are known, the Law of Cosines provides the most direct path to any interior angle. For angle A opposite side a, with adjacent sides b and c, the formula is:
A = arccos((b² + c² − a²) / (2bc))
The variables are defined as follows:
- a — the side directly opposite the angle being calculated
- b — one of the two sides adjacent to the target angle
- c — the other side adjacent to the target angle
- arccos — the inverse cosine function, also written cos⁻¹
This formula rearranges the full Law of Cosines identity — a² = b² + c² − 2bc·cos(A) — by isolating cos(A) and applying the inverse cosine to recover angle A in degrees. Angles B and C follow by substituting sides: B = arccos((a² + c² − b²) / (2ac)), and C = 180° − A − B.
Worked example: A triangle has sides a = 7, b = 10, and c = 5. Compute A = arccos((100 + 25 − 49) / (2 × 10 × 5)) = arccos(76 / 100) = arccos(0.76) ≈ 40.54°. Applying the formula again with the sides rotated yields the remaining angles.
Method 2: Two Known Angles
The Interior Angle Sum Theorem states that all three interior angles of every flat-plane triangle sum to exactly 180°. Given two known angles A₁ and A₂, the missing angle is:
Third Angle = 180° − A₁ − A₂
For example, a triangle with angles of 55° and 80° has a third angle of 180° − 55° − 80° = 45°. This method works for every triangle classification: acute, obtuse, right, scalene, isosceles, and equilateral alike. As documented in Xavier University's Pre-Calculus Trigonometry course materials, the angle sum property follows directly from Euclid's parallel postulate in Euclidean geometry and is one of the most reliably applicable theorems in all of mathematics.
Method 3: Right Triangle
For right triangles, the 90° angle is always known, leaving only one additional angle to calculate. Given the side opposite the unknown angle and the side adjacent to it, the calculator applies:
θ = arctan(opposite / adjacent)
Equivalent valid forms include θ = arcsin(opposite / hypotenuse) and θ = arccos(adjacent / hypotenuse). The third angle then follows from 90° − θ. According to Clark University's foundational trigonometry reference, these three ratios — sine, cosine, and tangent — constitute the primary relationships between sides and angles in all right triangles and form the basis of applied trigonometry across science and engineering.
Worked example: A right triangle has an opposite side of 4 and an adjacent side of 3. Then θ = arctan(4 / 3) = arctan(1.3333) ≈ 53.13°. The remaining acute angle equals 90° − 53.13° = 36.87°. These are the classic 3-4-5 Pythagorean triple angles, summing to 90° + 53.13° + 36.87° = 180°.
Theoretical Background and Derivation
The Law of Cosines is a direct generalization of the Pythagorean theorem. When angle A equals exactly 90°, cos(90°) = 0, and the formula collapses to a² = b² + c², recovering the Pythagorean result. For all other angles, the term 2bc·cos(A) corrects for angular deviation from a right angle. Both the University of Massachusetts Physics 131 Trigonometry Appendix and the Colorado State University Trigonometry Placement Guide present this derivation as foundational to applied mathematics, physics, and engineering curricula.
Input Validity Rules
For SSS mode, inputs must satisfy the triangle inequality: the sum of any two sides must strictly exceed the third side. If the computed argument inside arccos falls outside the interval [−1, 1], no real triangle exists for those measurements. For Two-Angles mode, the sum of the two entered angles must be strictly less than 180° so that a positive third angle remains.
Real-World Applications
- Architecture and construction: Calculating roof pitch angles and rafter cuts from span and rise measurements
- Land surveying: Determining property boundary angles from measured distances in the field
- Navigation: Computing bearing angles using triangulated GPS or landmark positions
- Structural engineering: Analyzing truss joint angles and load-vector directions
- Education: Instantly verifying solutions to geometry and trigonometry homework problems
Reference