Calculate Triangle Ground using Height and Top Angle

2.5k Views Asked by At

Is it possible to calculate the ground of a triangle only using the height and top angle.

Click here to see a poorly draw sketch of what I'm trying to calculate.

So is it possible and how, to calculate exactly that, only using either regular math or geometry, trigonometry or vector math functions.

Answer - Thanks to peterwhy

$angle:=\frac{(180^\circ-60^\circ)}{4}=30^\circ$

$base:=tan(angle)*10*2=11.547$

Where the $60^\circ$ is the top angle and the $10$ is the height of the triangle.

1

There are 1 best solutions below

1
On BEST ANSWER

Not possible, and I can give you two example triangles with same height ($10$) and same "top angle" ($60^\circ$) but with different base length.

Consider the equilateral triangle with all angles $60^\circ$. By trigonometry you can find the base length to be $\frac{20}{\sqrt 3} = \frac{20 \sqrt 3}{3}$.

However, if the triangle is instead a right-angled one, then the base length would be $10\sqrt3 = \frac{30\sqrt3}{3}$, 1.5 times longer than the previous case.

In fact, the base length can be made as long as you want, by having a base angle close to $180^\circ - 60^\circ$.