# Triangular Prism Surface Area Calculator

Calculate the total surface area of a triangular prism with a full breakdown of each face. Uses Heron's formula for the triangular base. Free online calculator.

## What this calculates

Get a detailed surface area breakdown for any triangular prism. Enter the three sides of the triangular base and the prism length to see the total surface area, lateral area, base area, and the area of each individual rectangular face.

## Inputs

- **Triangle Side A** — min 0 — The first side of the triangular base.
- **Triangle Side B** — min 0 — The second side of the triangular base.
- **Triangle Side C** — min 0 — The third side of the triangular base.
- **Prism Length (l)** — min 0 — The length (depth) of the prism connecting the two triangular faces.

## Outputs

- **Total Surface Area** — The combined area of all five faces.
- **Lateral Surface Area** — Area of the three rectangular side faces.
- **One Base Area (triangle)** — Area of a single triangular face using Heron's formula.
- **Total Base Area (both triangles)** — Combined area of both triangular faces.
- **Rectangular Face A (side A x length)** — Area of the rectangular face along side A.
- **Rectangular Face B (side B x length)** — Area of the rectangular face along side B.
- **Rectangular Face C (side C x length)** — Area of the rectangular face along side C.
- **Triangle Perimeter** — The perimeter of the triangular base.

## Details

This calculator gives you a complete breakdown of every face of a triangular prism. Unlike a basic surface area calculator, it shows the area of each rectangular side face individually, which is helpful when you need to cut or cover specific faces.

**The Formula:**

Total Surface Area = Lateral Area + 2 x Base Area

Lateral Area = (side A + side B + side C) x prism length

Base Area (using Heron's formula) = sqrt(s(s-a)(s-b)(s-c)), where s = (a+b+c)/2

**Why Heron's Formula?**

Heron's formula calculates the area of any triangle when you know all three sides, without needing the height. This is more flexible than the standard (1/2) x base x height formula because you do not need to figure out which measurement is the "height."

**Individual Face Areas:**

Each rectangular side face has an area equal to one triangle side multiplied by the prism length. These are useful when:
- Painting or covering only certain faces
- Calculating material for different sides with different materials
- Estimating costs when different faces have different finishes

**Triangle Inequality Check:**

The calculator verifies that the three sides can actually form a triangle before calculating. Three lengths form a valid triangle only if the sum of any two sides is greater than the third.

## Frequently Asked Questions

**Q: How do I calculate the surface area of a triangular prism?**

A: Add the areas of all five faces: two triangular bases plus three rectangles. The lateral area is the perimeter of the triangle times the prism length. The base area uses Heron's formula: sqrt(s(s-a)(s-b)(s-c)) where s is half the perimeter. Total SA = lateral area + 2 x base area.

**Q: What is Heron's formula?**

A: Heron's formula calculates the area of a triangle from its three side lengths: A = sqrt(s(s-a)(s-b)(s-c)), where s = (a+b+c)/2 is the semi-perimeter. It does not require knowing the height, making it useful when you only have the three sides measured.

**Q: What is lateral surface area vs total surface area?**

A: Lateral surface area includes only the rectangular side faces of the prism (the three rectangles connecting the two triangular bases). Total surface area adds the two triangular base faces on top of the lateral area. If you are wrapping just the sides, use lateral area. If covering the whole shape, use total.

**Q: Why does the calculator say my triangle is invalid?**

A: Three sides form a valid triangle only if the sum of any two sides is greater than the third side. For example, sides of 1, 2, and 5 are invalid because 1 + 2 = 3, which is less than 5. This is called the triangle inequality theorem. Adjust your side lengths so each pair sums to more than the remaining side.

---

Source: https://vastcalc.com/calculators/math/surface-area-of-a-triangular-prism
Category: Math
Last updated: 2026-04-08
