Pyramidenvolumenrechner — Formel
## Square Pyramid Formulas
### Volume
**V = (1/3) × base² × h**
### Slant Height
**l = sqrt(h² + (base/2)²)**
The slant height runs from the apex to the midpoint of a base edge.
### Surface Area
- **Base area** = base²
- **Lateral area** = 2 × base × slant height
- **Total area** = base² + 2 × base × slant height
### Volume
**V = (1/3) × base² × h**
### Slant Height
**l = sqrt(h² + (base/2)²)**
The slant height runs from the apex to the midpoint of a base edge.
### Surface Area
- **Base area** = base²
- **Lateral area** = 2 × base × slant height
- **Total area** = base² + 2 × base × slant height
Lösungsbeispiel
Square pyramid with base side 6 and height 8.
- Volume = (1/3) × 36 × 8 = 96
- Slant height = √(64 + 9) = √73 ≈ 8.544
- Lateral SA = 2 × 6 × 8.544 ≈ 102.53
- Total SA = 36 + 102.53 ≈ 138.53