For example, there is a triangle $ABC$ with angles $\alpha = 45^\circ, \beta = 120 ^\circ, \gamma = 15^\circ$. $\text{Area } S = 15$. How to find all three heights of the triangle?
2026-04-23 23:54:11.1776988451
How to find triangle height if I know its area and angles
60 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Okay, let angle CAB = 45, angle ABC = 120 and angle BAC = 15.
Drop a line from C that is perpendicular to AB and call the point of intersection D. CBD is a 60-30-90 triangle so. Call BC x, then BD = x/2. And CD (which is the height of both triangle CBD and ABC) is $x\sqrt{3}/2$.
Meanwhile Triangle ACD is a 45-45-90 triangle so AD = CD = $x\sqrt{3}/2$ so AB = $(x\sqrt{3} -1)/2$
And by Pythagorean Theoreom AC = $\sqrt{AD^2 + CD^2} = \sqrt{3x^2} = x\sqrt 3$.
So the area of triangle $ABC = 1/2(AB)(CD) = 1/2(x\sqrt{3}-1)/2*x\sqrt{3}/2) = 1/8(3 -\sqrt{3})x^2 = 15$.
$x = BC = \sqrt{120/(3 - \sqrt{3})}$
Ugh.
AB = $(\sqrt{120/(3 - \sqrt{3})})(\sqrt{3} -1)/2$
And AC = $(\sqrt{120/(3 - \sqrt{3})})\sqrt3$.