Calculate angles and dimensions of any regular n-sided pyramid.
This tool computes key properties of a regular pyramid based on its dimensions.
Click on an example to load the data into the calculator.
A standard pyramid with a 4-sided base. Common in architecture.
a: 10
h: 12
n: 4
A pyramid with a 3-sided base.
a: 6
h: 8
n: 3
A pyramid with a 5-sided base.
a: 5
h: 10
n: 5
A pyramid with a 6-sided base, often seen in nature and design.
a: 8
h: 15
n: 6
ap = a / (2 * tan(π / n))
R = a / (2 * sin(π / n))
s = sqrt(h² + ap²)
l = sqrt(h² + R²)
atan(h / ap)
atan(h / R)
2 * asin(a / (2 * l))
(n * a²) / (4 * tan(π / n))
(1/3) * Base Area * h