I've been scratching my head with this problem: "Draw a triangle given one of its sides, the height of that side and the inradius."
Now, I can calculate the area and obtain the semiperimeter. From that I can find the sum of the two other sides (let's say, $b+c$). But I can't find neither $b$ nor $c$. Whatever I try I always end up with complicated formulas that go nowhere.
Any ideas?
Thanks!
Let's denote the given side and the equivalent height by $a$ and $h$ respectively, then the area of the triangle $A$ is
Using law of cosine
You already have the sum of the two sides
These three equations should help in finding $b$, $c$ and $Â$.
$$b\cdot c = \cfrac {2A} {\sin Â}\\(b+c)^2 = b^2 +c^2 +2bc = k^2 \implies b^2+c^2=k^2-2bc\\ a^2=k^2-2bc(1+\cosÂ)=k^2- 4A \cfrac {1+\cos Â} {\sin Â}=k^2- 4A \cdot\cot \cfrac Â2 \implies \tan \cfrac Â2=\cfrac {4A} {k^2-a^2}$$
We found $Â$!
The rest should be easy.