Equilateral Triangle Calculator
Enter any one of the side length, height, perimeter, or area of an equilateral triangle and get all the other values at once. It also computes the inradius and circumradius.
Input
Enter any one of the side length, height, perimeter, or area of an equilateral triangle to compute all the other properties along with the inradius and circumradius.
Value to enter
Result
Side a
10
Height h
8.6603
Perimeter L
30
Area S
43.3013
Inradius r
2.8868
Circumradius R
5.7735
Lengths are shown in the same unit you enter; the area is in that unit squared.
How it works
- Enter any one of the side length a, height h, perimeter L, or area S. The tool first solves for the side a and then computes every other property from it.
- It uses the formulas height h=(√3/2)a, perimeter L=3a, area S=(√3/4)a², inradius r=(√3/6)a, and circumradius R=(√3/3)a.
- When you enter the height, the side is recovered as a=2h/√3; from the perimeter, a=L/3; from the area, a=√(4S/√3).
- Lengths are shown in the same unit you enter (enter cm to get cm, m to get m). The area is in that unit squared.
- An equilateral triangle has three sides of equal length and three interior angles that are all 60°.
Related calculators
Bisection Method Equation Solver
NumericalSolve f(x)=0 with the bisection method. Enter a function and an interval to get the approximate root, f(root), the iteration count, and the error, plus a per-step table of intervals and midpoints and a function graph.
Open calculator →False Position Method (Regula Falsi) Solver
NumericalA numerical tool that solves your equation f(x)=0 with the false position method (linear interpolation, regula falsi). Enter an interval and a tolerance to get the approximate root, f(root), the iteration count, and a table and chart of the iteration process.
Open calculator →Newton's Method (specify f(x) and f'(x))
NumericalEnter f(x) and its derivative f'(x) as expressions and use Newton's method to find an approximate root of f(x)=0. Includes an iteration table and a convergence chart.
Open calculator →Newton's Method Calculator (f(x) only, numerical derivative)
NumericalSolve f(x) = 0 with Newton's method. Just enter the equation, initial guess, tolerance, and max iterations - the derivative is approximated automatically by numerical differentiation. Shows the approximate root, f(root), iteration count, error, plus a step table and a graph.
Open calculator →