How to Calculate Area and Perimeter of Any Triangle
Triangles are one of the simplest and most useful shapes in geometry. This guide shows quick, reliable methods to find a triangle’s perimeter and area for any triangle type (scalene, isosceles, equilateral, right). Examples and formulas are provided so you can solve problems step‑by‑step.
Perimeter: simple sum of side lengths
- Perimeter (P) = a + b + c
Measure or obtain the three side lengths a, b, c and add them. - Example: a = 5, b = 6, c = 7 → P = 5 + 6 + 7 = 18
Area methods (choose by available data)
- Base × height (most direct)
- Formula: Area = (base × height) / 2 = (b × h) / 2
- Use when you know a side (base) and the corresponding perpendicular height.
- Example: base = 8, height = 5 → Area = (8 × 5) / 2 = 20
- Heron’s formula (for three sides)
- Use when you know side lengths a, b, c but not the height.
- Steps:
- Compute semiperimeter s = (a + b + c) / 2
- Area = sqrt[s(s − a)(s − b)(s − c)]
- Example: a = 5, b = 6, c = 7
s = (5+6+7)/2 = 9
Area = sqrt[9(9−5)(9−6)(9−7)] = sqrt[9×4×3×2] = sqrt[216] ≈ 14.697
- Right triangle (legs known)
- If the triangle is right-angled with legs x and y: Area = (x × y) / 2
- Example: legs 3 and 4 → Area = (3 × 4) / 2 = 6
- Using two sides and included angle (SAS)
- When you know two sides a, b and the included angle C (in degrees or radians):
- Area = (⁄2) a b sin©
- Example: a = 7, b = 8, C = 60° → Area = 0.5 × 7 × 8 × sin(60°) = 28 × 0.8660 ≈ 24.248
- Coordinates (triangle on coordinate plane)
- Given vertices (x1,y1), (x2,y2), (x3,y3):
- Area = 0.5 × | x1(y2−y3) + x2(y3−y1) + x3(y1−y2) |
- Example: (0,0), (4,0), (0,3) → Area = 0.5 × |0×(0−3)+4×(3−0)+0×(0−0)| = 0.5×12 = 6
Quick checks and tips
- Units: Perimeter uses linear units (m, cm). Area uses squared units (m², cm²).
- If Heron’s formula yields a near-zero or imaginary value, check that the three sides satisfy the triangle inequality: a + b > c, a + c > b, b + c > a.
- For precision, use calculator trig and square-root functions; keep angle mode consistent (degrees vs radians).
- For an equilateral triangle with side a:
- Perimeter = 3a
- Area = (sqrt(3)/4) a²
Summary table
| Known data | Use | Formula |
|---|---|---|
| Three sides a,b,c | Always works | Area = sqrt[s(s−a)(s−b)(s−c)], s=(a+b+c)/2 |
| Base b and height h | Direct | Area = (b × h) / 2 |
| Right triangle legs x,y | Right triangle | Area = (x × y) / 2 |
| Two sides a,b and included angle C | SAS | Area = 0.5 a b sin© |
| Coordinates | Cartesian | Area = 0.5 × |
Use the method that matches your available information. Each formula is straightforward and
Leave a Reply
You must be logged in to post a comment.