Finding The Area Of Non Right Triangles

14 min read

How to Find the Area of Non-Right Triangles: A Practical Guide

What if I told you that calculating the area of a triangle doesn’t require a right angle? Sounds too easy, right? But here’s the thing—most people get stuck because they only know one formula: (base × height) ÷ 2. Turns out, there are clever ways to tackle any triangle, no matter its shape. Practically speaking, that works for right triangles, sure, but what about the rest? Let’s break it down Most people skip this — try not to..


What Is a Non-Right Triangle?

Before diving into formulas, let’s clarify what we’re dealing with. The challenge? Day to day, they’re everywhere—in architecture, nature, and even the layout of your backyard. A non-right triangle is simply any triangle that doesn’t have a 90-degree angle. These come in two main flavors: acute triangles (all angles less than 90°) and obtuse triangles (one angle greater than 90°). Their sides and angles don’t line up neatly like in a right triangle Which is the point..

The key to finding their area lies in understanding that the height doesn’t always fall inside the triangle. For right triangles, the height is one of the sides, but for others, you might need to extend a line or use trigonometry to find it And that's really what it comes down to..


Why It Matters

You might be wondering, “Why do I need to know this?” Here’s why:

  • Real-world applications: Architects, engineers, and designers often calculate areas of irregular shapes. Non-right triangles pop up in roof designs, land surveys, and even video game graphics.
  • Problem-solving skills: Understanding these methods sharpens your math intuition. It’s not just about memorizing formulas—it’s about seeing angles and relationships.
  • Academic requirements: From middle school geometry to college-level engineering courses, this topic is foundational.

How It Works: Methods to Calculate the Area

Using Base and Height (Even Without a Right Angle)

The classic formula still applies here: Area = (base × height) ÷ 2. The trick is identifying the height. In a non-right triangle, the height is the perpendicular line dropped from one vertex to the opposite side (or its extension) Most people skip this — try not to..

Imagine a scalene triangle with sides of 7 cm, 8 cm, and 9 cm. Plus, pick any side as the base (say, 8 cm). Now, draw a line from the opposite vertex straight down to the base, forming a right angle. Measure that height, and you’re golden.

But what if you don’t have the height? That’s where other methods shine.


Heron’s Formula: The All-Rounder

Named after the ancient Greek mathematician Heron of Alexandria, this formula calculates the area using only the lengths of the three sides. No angles or heights needed. Here’s how it works:

  1. Calculate the semi-perimeter (s): Add all three sides and divide by 2.
    Example: For sides a = 5, b = 7, c = 8:
    ( s = (5 + 7 + 8) ÷ 2 = 10 )

  2. Plug into Heron’s formula:
    ( \text{Area} = \sqrt{s(s-a)(s-b)(s-c)} )
    ( \text{Area} = \sqrt{10(10-5)(10-7)(10-8)} = \sqrt{10 × 5 × 3 × 2} = \sqrt{300} ≈ 17.32 )

Heron’s formula is a lifesaver when you only have side lengths. Just remember: it’s a bit calculation-heavy, so double-check your math!


The Sine Formula: When You Have Two Sides and an Angle

If you know two sides and the angle between them, the sine formula is your friend:
( \text{Area} = \frac{1}{2}ab\sin(C) )
Where a and b are the sides, and C is the included angle Worth knowing..

Example: A triangle has sides of 6 cm and 9 cm with an angle of 60° between them.
( \text{Area} = \frac{1}{2} × 6 × 9 × \sin(60°) = \frac{1}{2} × 54 × 0.866 ≈ 23.38 ) cm²

This method is quick and elegant when you have angle info. Just make sure the angle is the one between the two sides you’re using!


Coordinate Geometry: For When Vertices Are Known

Got coordinates for all three vertices? Use the shoelace formula. If the vertices are ((x_1, y_1)), ((x_2, y_2)), and ((x_3, y_3)), the area is:
( \text{Area} = \frac{1}{2}|x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2)| )

Example: Vertices at (1, 2), (4, 5), and (7, 1).
Plugging in:
( \frac{1}{2}|1(5-1) + 4(1-2) + 7(2-5)| = \frac{1}{2}|4 - 4 - 21| = \frac{1}{2} × 21 = 10.5 )

This method is perfect for computer graphics or surveying tasks where coordinates are readily available.


Common Mistakes (And How to Avoid Them)

1. Forgetting the Height Is Perpendicular

In non-right triangles, the height isn’t always a side of the triangle. Which means if you assume it is, your answer will be wrong. Always draw that perpendicular line and measure it carefully Surprisingly effective..

2. Mixing Up Angles in the Sine Formula

The sine formula requires the angle between the two sides. Here's the thing — if you use a different angle, you’ll get an incorrect result. Label your triangle clearly before plugging in values.

3. Misapplying Heron’s Formula

Heron’s formula is powerful, but it’s easy to make arithmetic errors. So calculate the semi-perimeter first, then subtract each side step by step. Double-check your work!

4. Ignoring Units

Common Mistakes (And How to Avoid Them)

4. Ignoring Units

Always include units in your final answer. If your sides are in meters, the area will be in square meters (m²). Mixing units (e.g., using centimeters and inches) will lead to nonsensical results. Convert all measurements to a single unit system before calculating.

5. Using the Wrong Formula for the Scenario

Not every triangle problem requires Heron’s formula or the sine formula. Take this: if you know a triangle’s base and height, use the basic formula ( \frac{1}{2}bh ). If you have coordinates, opt for the shoelace formula. Choosing the wrong tool wastes time and increases errors.

6. Overlooking the Triangle’s Validity

Before applying any formula, confirm the sides form a valid triangle. For Heron’s formula, ensure the triangle inequality holds: the sum of any two sides must exceed the third. For the sine formula, verify the angle is valid (0° < angle < 180°) That's the part that actually makes a difference. And it works..

7. Arithmetic Errors in Heron’s Formula

Heron’s formula involves multiple steps: calculating ( s ), then ( s-a ), ( s-b ), and ( s-c ), followed by multiplication under the square root. Use a calculator for accuracy, or break the calculations into smaller steps to minimize mistakes.

8. Confusing Interior and Exterior Angles

In the sine formula, the angle must be the interior angle between the two sides. If you’re given an exterior angle, subtract it from 180° to find the interior angle That's the part that actually makes a difference..

9. Misplacing Coordinates in the Shoelace Formula

The shoelace formula relies on correct vertex order. List coordinates sequentially (either clockwise or counterclockwise) and repeat the first point at the end to avoid sign errors.

10. Assuming All Triangles Are Right-Angled

Many students default to the Pythagorean theorem or ( \frac{1}{2}bh ) for right triangles, but not all triangles are right-angled. Identify the triangle type first—right, oblique, or coordinate-based—to select the right method.


Conclusion

Calculating the area of a triangle is straightforward with the right tools, but precision and attention to detail are key. Whether you’re using Heron’s formula for side lengths, the sine formula for angles, or coordinate geometry for vertices, understanding the conditions for each method ensures accuracy. Avoid common pitfalls like unit mismatches, formula misuse, or arithmetic errors by double-checking your work and choosing the most efficient approach for the problem at hand. With practice, these techniques become second nature, empowering you to tackle even the trickiest triangle problems with confidence. Remember: math is as much about strategy as it is about computation!

Putting It All Together: A Decision Flowchart

With so many formulas available, the biggest challenge is often selecting the right one quickly. Use this mental checklist when you encounter a triangle area problem:

  1. Do you have coordinates?Use the Shoelace Formula. (Fastest, no distance calculations needed).
  2. Do you have base and perpendicular height?Use $\frac{1}{2}bh$. (Simplest, least prone to error).
  3. Do you have two sides and the included angle?Use the Sine Formula ($\frac{1}{2}ab\sin C$). (Direct and efficient).
  4. Do you have three sides (SSS)?Use Heron’s Formula. (Your only option here, but watch the arithmetic).
  5. Do you have two angles and a side (AAS/ASA)?Find the third angle, then use Law of Sines to get a second side, then use Sine Formula. (Or find the height via trig and use $\frac{1}{2}bh$).

Pro Tip: If you are solving for area in a multi-step geometry problem (e.g., finding the area of a shaded region inside a circle), leave answers in exact radical form ($\sqrt{...}$) or in terms of $\pi$ until the very last step. Rounding early propagates errors That's the part that actually makes a difference..


Quick Reference Card

Given Information Best Formula Key Constraint
Base ($b$) & Height ($h$) $A = \frac{1}{2}bh$ Height $\perp$ Base
Two Sides ($a, b$) & Included Angle ($C$) $A = \frac{1}{2}ab\sin C$ Angle must be in degrees (usually) or radians; must be included.
Three Sides ($a, b, c$) $A = \sqrt{s(s-a)(s-b)(s-c)}$ <br> $s = \frac{a+b+c}{2}$ Triangle Inequality must hold.
Vertices $(x_1,y_1), (x_2,y_2), (x_3,y_3)$ $A = \frac{1}{2} \lvert x_1y_2 + x_2y_3 + x_3y_1 - y_1x_2 - y_2x_3 - y_3x_1 \rvert$ Points must be ordered sequentially (CW or CCW).
Equilateral Side ($s$) $A = \frac{\sqrt{3}}{4}s^2$ Special case shortcut.

Practice Problems (Test Your Strategy)

Try identifying the correct formula before solving.

  1. Coordinates: Find the area of a triangle with vertices $A(1, 2)$, $B(4, 6)$, $C(-2, 3)$.
  2. SAS: A triangular garden plot has sides of 50 ft and 70 ft meeting at a $45^\circ$ angle. Calculate the area in square feet.
  3. SSS: A triangular sail has side lengths 13 m, 14 m, and 15 m. How much canvas is needed?
  4. Tricky Units: A right triangle has legs measuring 3 yards and 48 inches. Find the area in square feet.
  5. Validity Check: Can a triangle with sides 4 cm, 5 cm, and 10 cm exist? If so, find its

area using Heron's Formula as a check.

Solutions & Strategy Walkthrough


Problem 1 — Coordinates (Shoelace Formula)

Given $A(1, 2)$, $B(4, 6)$, $C(-2, 3)$:

$A = \frac{1}{2} \lvert (1)(6) + (4)(3) + (-2)(2) - (2)(4) - (6)(-2) - (3)(1) \rvert$

$= \frac{1}{2} \lvert 6 + 12 - 4 - 8 + 12 - 3 \rvert$

$= \frac{1}{2} \lvert 15 \rvert = \boxed{7.5 \text{ square units}}$

Strategy Note: Notice how we skipped computing any side lengths or heights entirely. The Shoelace Formula delivered the answer in a single line That's the part that actually makes a difference..


Problem 2 — SAS (Sine Formula)

Given $a = 50$ ft, $b = 70$ ft, and included angle $C = 45^\circ$:

$A = \frac{1}{2}(50)(70)\sin 45^\circ = 1750 \cdot \frac{\sqrt{2}}{2} = 875\sqrt{2} \approx \boxed{1237.4 \text{ ft}^2}$

Strategy Note: The angle given ($45^\circ$) is the one between the two sides, so the Sine Formula applies directly. If the angle had been opposite one of the sides, we would have needed the Law of Cosines first to find the included angle — a common trap.


Problem 3 — SSS (Heron's Formula)

Given sides $a = 13$, $b = 14$, $c = 15$:

$s = \frac{13 + 14 + 15}{2} = 21$

$A = \sqrt{21(21-13)(21-14)(21-15)} = \sqrt{21 \cdot 8 \cdot 7 \cdot 6}$

$= \sqrt{21 \cdot 8 \cdot 42} = \sqrt{7056} = \boxed{84 \text{ m}^2}$

Strategy Note: This is a classic Pythagorean-adjacent triple. Notice that $13^2 + 14^2 \neq 15^2$, so it is not a right triangle — Heron's Formula was indeed the right call. Also, $7056 = 84^2$, so the radical resolves cleanly, a nice reward for careful arithmetic.


Problem 4 — Tricky Units (Unit Conversion First)

Given legs of 3 yards and 48 inches. First, convert to a common unit:

$3 \text{ yards} = 9 \text{ feet}, \quad 48 \text{ inches} = 4 \text{ feet}$

Since this is a right triangle, the legs are the base and height:

$A = \frac{1}{2}(9)(4) = \boxed{18 \text{ ft}^2}$

Strategy Note: This problem is designed to catch students who plug numbers into a formula without checking units. Always convert to a consistent unit system before calculating. A common mistake would be to compute $\frac{1}{2}(3)(48) = 72$, which is nonsensical because it mixes yards and inches The details matter here. That's the whole idea..


Problem 5 — Validity Check

Check the Triangle Inequality Theorem: the sum of any two sides must be strictly greater than the third.

$4 + 5 = 9 \quad \text{vs.} \quad 10$

Since $9 < 10$, this triangle cannot exist. There is no valid area to compute The details matter here..

Strategy Note: This is why the validity check belongs at the top of your problem-solving process. Before reaching for any formula, confirm that the given measurements can actually form a triangle. Applying Heron's Formula blindly here would produce $\sqrt

applied Heron's Formula blindly here would produce $\sqrt{9.5 \cdot 5.5 \cdot 4.Day to day, 5 \cdot (-0. 5)}$, which involves the square root of a negative number — an immediate red flag that the input was invalid Worth knowing..


Key Takeaways — A Quick-Reference Summary

Method When to Use What You Need
Base × Height Right triangle or altitude is known Base and corresponding height
Shoelace Formula Coordinates of all three vertices are given $(x_1, y_1),\ (x_2, y_2),\ (x_3, y_3)$
SAS (Sine Rule) Two sides and their included angle Sides $a, b$ and angle $C$ between them
SSS (Heron's Formula) All three side lengths $a,\ b,\ c$ (and a calculator for the radical)
Validity Check Before any computation Triangle Inequality: $a+b>c$, $b+c>a$, $a+c>b$

Final Words of Advice

  1. Always start with the validity check. No formula — no matter how elegant — can rescue measurements that don't form a triangle. This five-second step saves you from embarrassing errors on exams and real-world calculations alike No workaround needed..

  2. Watch your units. Problem 4 is a perfect illustration: mixing yards and inches produces a numerically "clean" answer (72) that is completely meaningless. Make unit conversion the very first algebraic step.

  3. Know which angle is which. In the SAS formula, the angle must be the one sandwiched between the two given sides. If the problem gives you an angle opposite one of the sides (the SSA configuration), you are not yet ready for the sine area formula — you must first resolve the triangle using the Law of Sines or Law of Cosines.

  4. Embrace multiple methods. As we saw in Problem 1, the Shoelace Formula bypassed the need for altitudes entirely. In Problem 3, Heron's Formula worked beautifully with no angles required. The richness of triangle geometry is that the same quantity — area — can be reached from many different directions. Choose the path that matches the data you are given Most people skip this — try not to. And it works..

  5. Simplify before you compute. In Problem 3, recognizing that $21 \cdot 8 \cdot 7 \cdot 6$ contains perfect-square factors ($49$ and $36$) lets you evaluate $\sqrt{7056} = 84$ mentally. Building this habit of factoring under the radical — rather than blindly reaching for a calculator — sharpens both your speed and your number sense Practical, not theoretical..


Triangle area problems are among the most versatile questions in geometry, appearing everywhere from coordinate-plane proofs to land-surveying applications. Master these five approaches, build the habit of checking validity first, and you will find that no triangle-area problem can catch you off guard.

Still Here?

Fresh from the Writer

Worth the Next Click

Before You Head Out

Thank you for reading about Finding The Area Of Non Right Triangles. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home