Wilmer
- 303
- 0
a^2 = k(k-u)(k-v)(k-w) where 2k = u+v+w
Given a, u and v, w = ?
Given a, u and v, w = ?
Wilmer said:a^2 = k(k-u)(k-v)(k-w) where 2k = u+v+w
Given a, u and v, w = ?
Wilmer said:I was able to get to:
w = SQRT[u^2 + v^2 + 2SQRT((uv)^2 - 4a^2)]
As you probably surmised, this is Heron's triangle area in disguise!
Example: triangle sides u,v,w: u=4, v=13, w=15 : a = area = 24
My solution will give correctly w = 15 using u=4:v=13 or u=13:v=4
But not if u=4, v=15: does not yield 13
Can you tell me why...thanks in advance...