30-60-90 Triangle Calculator
Every side of a half-equilateral triangle from the shortest one. The hypotenuse is exactly twice it, and the third side √3 times it.
With shortest side 6 ft, special right triangle comes to 12.0000 ft — hypotenuse. It is reached in 5 steps, the last of which is shortest * (kind_isosceles * sqrt(2) + kind_half_equilateral * 2), and each one is printed on the page with its numbers filled in. The formula is the one published by Wolfram MathWorld, not an approximation fitted to it.
Formula and sources checked · How we check
Hypotenuse
12.0000 ft
- Second side
shortest * (kind_isosceles + kind_half_equilateral * sqrt(3))10.392 ft- Hypotenuse
shortest * (kind_isosceles * sqrt(2) + kind_half_equilateral * 2)12 ft- Area
shortest * side_b / 231.177 sq ft- Perimeter
shortest + side_b + hypotenuse28.392 ft- Hypotenuse ÷ shortest side
hypotenuse / shortest2
The formula
- Second side
shortest * (kind_isosceles + kind_half_equilateral * sqrt(3)) - Hypotenuse
shortest * (kind_isosceles * sqrt(2) + kind_half_equilateral * 2) - Area
shortest * side_b / 2 - Perimeter
shortest + side_b + hypotenuse - Hypotenuse ÷ shortest side
hypotenuse / shortest
Formula from Wolfram MathWorld — special right triangles, NIST Digital Library of Mathematical Functions.
The same calculator, other cases
- 45-45-90 Triangle CalculatorEvery side of an isosceles right triangle from one leg. The hypotenuse is always √2 times a leg, whatever the size.
Undecided? The Special Right Triangle Calculator carries every case behind one control.
Did this answer your question?