Post Reply 
(41C) Area of Triangle (SSS)
11-12-2018, 01:32 AM (This post was last modified: 10-04-2022 04:48 PM by Albert Chan.)
Post: #8
RE: (41C) Area of Triangle (SSS)
I derived triangle area (SSS) formula from Laws of Cosine.
Assuming c is the shortest side, this is the formula:

Let y = (c - (a-b))*(c + (a-b)) / 4, then Area Δ = √((ab-y)*y)

Prove:

c² = a² + b² - 2ab cos(C)
= (a-b)² + 2ab*(1 - cos(C))
= (a-b)² + 4ab*sin(C/2)²

let x = sin(C/2)², so 4abx = c² - (a-b)²
let y = abx, so y = (c - (a-b))*(c + (a-b)) / 4

sin(C) = √(1 - cos(C)²) = √(1 - (1-2x)²) = √(4x - 4x²) = 2√(x - x²)
Area Δ = ½ ab sin(C) = ab √(x - x²) = √((ab)(abx) - (abx)²) = √((ab-y)*y)

Above also proved Heron's formula, since y=(s-a)(s-b):
ab-y = ab - (s² - (a+b)s + ab) = -s² + (2s-c)s = s(s-c)

Area Δ = √((ab-y)*y) = √(s(s-a)(s-b)(s-c))

Update Oct 4,2022: perhaps a simpler proof

Area Δ = ½ ab sin(C) = y cot(C/2) = y √(csc(C/2)^2-1) = y √(ab/y-1) = √((ab-y)*y)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(41C) Area of Triangle (SSS) - Gamo - 11-10-2018, 12:20 PM
RE: (41C) Area of Triangle (SSS) - Dieter - 11-10-2018, 08:53 PM
RE: (41C) Area of Triangle (SSS) - Dieter - 11-12-2018, 08:28 PM
RE: (41C) Area of Triangle (SSS) - Gamo - 11-11-2018, 05:04 AM
RE: (41C) Area of Triangle (SSS) - Dieter - 11-11-2018, 07:53 AM
RE: (41C) Area of Triangle (SSS) - Gamo - 11-11-2018, 12:23 PM
RE: (41C) Area of Triangle (SSS) - Dieter - 11-11-2018, 04:25 PM
RE: (41C) Area of Triangle (SSS) - Albert Chan - 11-12-2018 01:32 AM



User(s) browsing this thread: 1 Guest(s)