Post Reply 
(41C) Area of Triangle (SSS)
11-16-2018, 03:33 AM (This post was last modified: 12-04-2019 03:05 PM by Albert Chan.)
Post: #12
RE: (41C) Area of Triangle (SSS)
Trivia: Area Δ = √((ab-y)*y), max(y/(ab)) = 1/4

Prove:
gap = a-b, y = (c + gap)*(c - gap)/4
dy/dc = 2c > 0, so max(y) when c is also maximize, thus c = b
In other words, Δ is isosceles, maybe equilateral (a = b)

Let k = a/b, thus 2 > k >= 1:
gap = kb - b = b*(k-1)
y = (b + gap)*(b - gap) / 4 = k*(2-k) b² / 4
y/(ab) = y/(kb²) = (2-k)/4
--> max(y/(ab)) = max(0+ to 1/4) = 1/4

Isosceles Δ, b=c: Area Δ = √((ab-y)*y) = ab/4 * √((2+k)*(2-k))
Equilateral Δ, a=b=c, thus k=1: Area Δ = a²/4 * √3 ~ (√3/4) a²
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-16-2018 03:33 AM



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