Compute triangle sides using trusted geometry methods. See formulas, graphs, examples, and exports together here. Designed for fast checks across lessons, homework, and projects.
Choose a solving case, enter the known measurements, and press calculate. Results appear above this form under the header.
| Case | Known Inputs | Computed Highlights |
|---|---|---|
| SSS | a = 3, b = 4, c = 5 | Area = 6.0000, Perimeter = 12.0000, Angle C = 90.0000° |
| SAS | a = 7, b = 9, C = 60° | c = 8.1854, Area = 27.2798, Triangle type = Acute scalene |
| ASA / AAS | A = 50°, B = 60°, c = 8 | a = 6.5217, b = 7.3728, C = 70.0000° |
| Right triangle | a = 5, b = 12 | c = 13.0000, Area = 30.0000, Angle C = 90.0000° |
For SAS and SSS work:
c² = a² + b² − 2ab cos(C)
A = cos⁻¹((b² + c² − a²) / 2bc)
B = cos⁻¹((a² + c² − b²) / 2ac)
For ASA and AAS solving:
a / sin(A) = b / sin(B) = c / sin(C)
After finding C = 180° − A − B, solve the unknown sides directly.
When C = 90°:
c² = a² + b²
This finds the missing side when two right-triangle sides are known.
Perimeter = a + b + c
s = (a + b + c) / 2
Area = √(s(s − a)(s − b)(s − c))
Height to side c = 2 × Area / c
The graph places side c on the x-axis. The third vertex is built from:
x = (b² + c² − a²) / 2c
y = √(b² − x²)
It solves SSS, SAS, ASA or AAS, and right-triangle cases. Each option uses standard geometry rules to compute missing sides, angles, area, perimeter, and related measures.
A valid triangle must satisfy the triangle inequality. The sum of any two sides must exceed the third side. If not, the shape cannot close into a triangle.
Using side c as the base creates a stable coordinate layout. It keeps the plotted triangle easy to read while preserving correct side lengths and angles.
Yes. Choose the right-triangle mode and enter any two sides, using c as the hypotenuse. The page then computes the missing side and acute angles automatically.
Rounded output improves readability and keeps tables clean. Internally, calculations use standard floating-point math, so tiny differences may appear when compared with hand-rounded steps.
Use SAS when you know two sides and the included angle between them. Use ASA or AAS when you know two angles and one side.
CSV exports a compact results table with inputs and solved values. PDF captures the result section, making it useful for reports, homework checks, or printable records.
Yes. The formulas support acute, right, and obtuse triangles as long as the entered values describe a valid triangle. The angle classification identifies the triangle type.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.