Triangle
Work out the area, perimeter and largest angle of a triangle from its three side lengths. Locally, no upload.
Result
Is my file uploaded?
No. Everything runs in your browser - your file never leaves your device. How this is verifiable
Work out the area, perimeter and largest angle of a triangle from its three side lengths. Locally, no upload.
No. Everything runs in your browser - your file never leaves your device. How this is verifiable
From the three side lengths of a triangle you can determine the area, perimeter and angles - without knowing the height. The area follows from Heron's formula (using half the perimeter), the perimeter is the sum of the sides, and the largest angle lies opposite the longest side and follows from the law of cosines. The largest angle tells you the type: exactly 90 degrees means right-angled, more than 90 obtuse, less acute.
The calculation runs entirely locally in your browser, in pure JavaScript - nothing is uploaded and nothing is stored. Three sides form a triangle only if each side is shorter than the sum of the other two (the triangle inequality). If that is not met, there is no valid triangle and the area is zero. The calculator is unit-free. Change a side and everything updates instantly.
An honest note: this is a pure calculation helper from three side lengths. It assumes the three sides form a valid triangle; otherwise the area is zero. Results are shown rounded to two decimals (the angle to one). Other kinds of input (such as two sides and an angle) are not supported.
| Input formats | Form inputs (no file) |
|---|---|
| Processing | Locally in your browser (JavaScript) |
| File upload | None |
Limitations: A pure calculation helper from three side lengths: area by Heron, perimeter = a+b+c, largest angle by the law of cosines. Assumes a valid triangle (the triangle inequality); otherwise the area is zero. Unit-free. Rounded to two decimals (the angle to one).
No. The calculation runs entirely locally in the browser (pure JavaScript); nothing is sent or stored.
Because the three sides do not form a valid triangle: each side must be shorter than the sum of the other two (the triangle inequality).
With Heron's formula: from half the perimeter and the three side lengths, without needing any height.
The type of triangle: exactly 90 degrees is right-angled, over 90 obtuse, under 90 acute. It lies opposite the longest side.