Obtuse Triangle

How To Find The Area Of An Obtuse Triangle

PL
l-diplomas.com
9 min read
How To Find The Area Of An Obtuse Triangle
How To Find The Area Of An Obtuse Triangle

You’re staring at a triangle with one angle wider than a right angle — maybe 110°, maybe 145° — and the standard "base times height over two" formula suddenly feels slippery. The height doesn't land inside the shape. It shoots out the side, landing somewhere in empty space. And that’s where most people freeze.

Finding the area of an obtuse triangle isn't harder. different. It’s just... Once you see why the height behaves that way, the confusion evaporates.

What Is an Obtuse Triangle

An obtuse triangle has one interior angle greater than 90° and less than 180°. Even so, the other two angles are acute — under 90° — because the three angles still have to sum to 180°. Only one obtuse angle fits. Two would blow the budget.

Visually, it looks stretched. Leaning. Like a right triangle that got pushed over.

The side opposite the obtuse angle is the longest side. Always. Because of that, that’s the side you’ll usually end up using as your base, though you can pick any side — the math doesn't care. The geometry does.

Why the altitude escapes the triangle

Here’s the thing textbooks sometimes skip: in an acute or right triangle, the altitude from the vertex opposite your chosen base drops inside* the triangle. Clean. Contained.

In an obtuse triangle, if you pick the longest side as your base, the altitude from the opposite vertex falls outside* the triangle. You have to extend the base line past the vertex to meet that perpendicular drop.

It feels wrong at first. Like you're measuring something that isn't there. But the area formula doesn't require the height to live inside the shape. It only requires a perpendicular segment from the base line to the opposite vertex.

Why It Matters

You might wonder: does this actually come up? Or is it just a textbook trap?

It comes up. That's why surveyors calculating odd lot shapes. Consider this: engineers analyzing truss forces where one member angles outward. Game developers clipping polygons. Anyone doing coordinate geometry with arbitrary points — three random clicks on a map — will hit obtuse triangles constantly.

And if you're a student? This is the question that separates "I memorized the formula" from "I understand what area is." Teachers love putting an obtuse triangle on the test with the altitude drawn outside, just to see who panics.

The concept also bridges into vector cross products and determinant methods later. The "base times height" intuition scales. The "height must be inside" intuition breaks*.

How to Find the Area

The formula never changes:

Area = ½ × base × height

What changes is how you find the height. Let’s walk through the real-world scenarios.

Scenario 1: You’re given base and height directly

Easy. Plug them in. The height might be drawn outside the triangle with a dashed line extending the base. Consider this: doesn't matter. If the problem says "base = 12 cm, height = 5 cm," the area is 30 cm². Done.

Don't overthink the diagram. The height is the perpendicular distance from the base line* to the opposite vertex. That’s the definition. Internal or external is irrelevant.

Scenario 2: You know two sides and the included angle (SAS)

At its core, the workhorse method. No altitude construction needed.

If you know sides a and b and the angle C between them:

Area = ½ × a × b × sin(C)

Works for any triangle. An angle of 120° has the same sine as 60°. Acute, right, obtuse — sine handles the obtuse angle beautifully because sin(θ) = sin(180° − θ). The formula doesn't flinch.

Example: sides 8 and 10 with included angle 130°.

Area = ½ × 8 × 10 × sin(130°)
sin(130°) ≈ 0.Which means 766
Area ≈ 30. 64 square units.

No extending lines. Which means no auxiliary constructions. Just plug and chug.

Scenario 3: You know all three sides (SSS) — Heron’s formula

Heron’s formula is the universal donor. It doesn't care about angles at all.

Let s = (a + b + c) / 2 (the semiperimeter).

Area = √[s(s − a)(s − b)(s − c)]

Works every time. For classroom problems? The only trap: numerical instability with very skinny triangles where s is close to one of the sides. Perfect.

Example: sides 7, 9, 13.

s = (7 + 9 + 13) / 2 = 14.Plus, 5 × 1. 5 × 5.Consider this: 5 × 7. Here's the thing — 5
Area = √[14. 5]
= √[898.59375]
≈ 29.

Scenario 4: You have coordinates (coordinate geometry)

Three points: (x₁, y₁), (x₂, y₂), (x₃, y₃).

Area = ½ | x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂) |

This is the shoelace formula (determinant method). And absolute value guarantees positive area. Order of points doesn't matter as long as you're consistent.

It’s fast, exact, and completely sidesteps the "where is the height" question. If you're coding or doing analytic geometry, this is the one.

Scenario 5: You have two angles and a side (AAS or ASA)

Use the Law of Sines to find a second side, then drop into SAS.

a / sin(A) = b / sin(B) = c / sin(C)

Find the missing side, then use ½ a b sin(C). Roundabout but reliable.

Want to learn more? We recommend how many pounds in 83 kilos and electromagnetic induction means charging of an electric conductor for further reading.

Common Mistakes

Using the slanted side as the height

This is the classic. Also, you see a triangle with sides labeled 10, 12, and 15. You pick 12 as the base. Worth adding: you see 10 sitting right there, looking vertical-ish. You multiply 12 × 10 ÷ 2 = 60.

Wrong. The height must be perpendicular* to the base. The side length is almost never the height unless the triangle is right-angled and you picked the legs correctly.

In an obtuse triangle, the height corresponding to the longest base is always* shorter than either of the other two sides. That said, always. Because it’s the leg of a right triangle where the known side is the hypotenuse.

Forgetting to extend the base line

When drawing the altitude yourself, you stop at the vertex of the base. The perpendicular line misses the opposite vertex entirely. You measure that internal segment and call it the height.

It’s not. And the height reaches the line containing the base*, not the base segment. Also, extend the base with a dashed line. In real terms, drop the perpendicular. Measure that*.

Assuming the obtuse angle is the included angle for

Assuming the obtuse angle is the included angle for SAS, the same sine‑area shortcut still works.
The sine of an obtuse angle is positive (sin θ = sin (180° − θ)), so

[ A=\tfrac12,ab\sin C ]

gives the correct value whether C is acute or obtuse. The only trick is to remember that the “height” you would drop from that obtuse angle is shorter* than the two sides adjacent to it; the altitude is the perpendicular to the base, not the side itself.


Scenario 6: Two sides and a non‑included angle (SSA) – the ambiguous case

When you’re given two sides, a, b, and an angle A that is not the angle between them, the Law of Sines is your first port of call:

[ \frac{a}{\sin A}=\frac{b}{\sin B} ]

From this you can solve for the unknown angle B. Two situations can arise:

  1. No solution – if (a < b\sin A), the short side cannot reach the opposite vertex.
  2. One solution – if (a = b\sin A) (right triangle) or (a > b\ cosine A) (obtuse case).
  3. Two solutions – if (b\sin A < a < b), the side a can swing to produce two distinct triangles.

Once you have the missing side or angle, you can fall back to SAS or Heron’s formula. A quick way to sidestep the ambiguity is to compute the area directly from the known side and the height that side would have if it were the base:

[ h = \frac{2A}{\text{base}} ]

But you still need A first, so you’re better off resolving the SSA problem with the Law of Sines and then using one of the earlier area formulas.


Scenario 7: Using vectors (cross product)

For kuivers that are comfortable with algebraic vector notation, the area can be written as

[ A=\tfrac12,\big|( \mathbf{B}-\mathbf{A})\times(\mathbf{C}-\mathbf{A})\big| ]

where (\mathbf{A},\mathbf{B},\mathbf{C}) are the position vectors of the vertices. The cross product automatically generalized the shoelace formula and guarantees a non‑negative result.


Quick “cheat sheet” for the most common pitfalls

Mistake Why it fails Fix
Using a side as the height Height must be perpendicular to the base Extend the base and drop a perpendicular
Forgetting to extend the base line You measure the internal segment, not the full altitude Draw the base line beyond the segment
Assuming an obtuse angle is the included angle for SAS but using sin θ incorrectly sin θ is still positive, but the altitude is shorter Use the same ½ ab sin C formula; the altitude will be less than the adjacent sides
Ignoring the ambiguous SSA case Two distinct triangles can satisfy the data Resolve the angle with the Law of Sines first
Relying on Heron’s formula for extremely skinny triangles Numerical instability Use a more stable algorithm (e.g., convert to two right triangles)

The Bottom Line

No matter what information you’re handed—two sides, an angle; two sides and a non‑included angle; three sides; three angles; or coordinates—there’s a clean, “plug‑and‑chug” formula that will give you the area without any messy altitude construction. Pick the scenario

that matches your given data, follow the corresponding formula, and you’ll get the right area every time. Here’s a quick decision tree to guide you:

  1. Two sides and the included angle (SAS) → Use (A = \frac{1}{2}ab\sin C).
  2. Three sides (SSS) → Use Heron’s formula or the cross product if you’re working with coordinates.
  3. Two angles and a side (AAS/ASA) → Find the third angle, then use the Law of Sines to get a second side, and apply the SAS formula.
  4. Two sides and a non-included angle (SSA) → Resolve the ambiguity with the Law of Sines first, then proceed with SAS or Heron’s.
  5. Coordinates of vertices → Use the shoelace formula or the cross product method.

The key takeaway is that you don’t need to manually construct altitudes or rely on visual estimation. Which means every standard triangle configuration has a direct algebraic path to the area. By matching your known quantities to the right formula, you avoid common pitfalls like misidentifying the height, overlooking the SSA ambiguity, or falling into numerical traps with extreme triangles.

So the next time you’re asked to find the area of a triangle, don’t start drawing perpendiculars—start identifying what you know, pick the appropriate tool, and compute with confidence.

New

Latest Posts

Related

Related Posts

Thank you for reading about How To Find The Area Of An Obtuse Triangle. We hope this guide was helpful.

Share This Article

X Facebook WhatsApp
← Back to Home
L-

l-diplomas

Staff writer at l-diplomas.com. We publish practical guides and insights to help you stay informed and make better decisions.