While designing another problem I came up with the following question:
Considering the picture below, can you determine $h$ based only on the information of $\alpha$, $\beta$ and $x$ given the fact that the segment $x$ is the continuation of the height?
My guess is that the problem is not solvable (in the sense that one can construct multiple $h$ with the same $\alpha,\beta$ and $x$), but cannot see how to show this.
So far I gave the problem a try by splitting the angle and combining some trigonometric identities but couldn't conclude.
So far I only obtained the following \begin{align*} \tan(\alpha)=\frac{(h_1+h_2)(x+y)}{(x+y)^2-h_1h_2} \end{align*} and $$\tan(\beta)=\frac{(h_1+h_2)\cdot y}{y^2-h_1h_2}.$$
Many thanks in advance.






It is not possible to determine $h$ using only $\alpha, \beta, x$.
For example, if we take $\alpha = \alpha_1, \beta= \beta_1$ (i.e. making a right triangle), we get $$h = \frac{x \tan \alpha \tan \beta}{\tan \beta - \tan \alpha}$$
On the other hand, if we take $\frac{\alpha}{2} = \alpha_1 = \alpha_2, \frac{\beta}{2} = \beta_1 = \beta_2$ (i.e. making an isosceles triangle), then we can cut it in two to get right triangles, so we get $$h = 2\frac{x \tan(\frac{\alpha}{2})\tan(\frac{\beta}{2})}{\tan(\frac{\beta}{2}) - \tan(\frac{\alpha}{2})}$$
Trying a few simple values for $x, \alpha, \beta$ (I used $1, 30^\circ, 45^\circ$) shows that $h$ takes different values.