The problem itself is as follows.
Consider a triangle $ABC$. The cosine of one of its interior angles is $m$, its circumradius is equal to $R$, and its area is equal to $S$. Solve this triangle: find its sides and angles.
By applying the sine theorem, I've got that the length of a side, opposite to the angle with the known cosine, which is $2R\sqrt{1-m^2}$. But I had no luck in advancing further, as it either results in too many unknowns. Most I could do is getting the product of sines of two unknown angles, from the formula $S=2R^2\sin\angle A\sin\angle B\sin\angle C$.
I'm looking for proofs that such triangle exists and is clearly defined, as well as the way to solve it if it is.
This is a sketch of a solution. Let's say wlog that $\cos \angle A=m$. We have $a=2R\sqrt{1-m^2}$. We also have $2A=bc \sqrt{1-m^2}$ and $b=2R\sin \angle B$, $c=2R\sin \angle C$. On the other hand, $a^2=c^2+b^2-2bc \cdot m$.
Thus, $4R^2(1-m^2)=4R^2\sin^2 \angle B+4R^2\sin^2 \angle C-\frac{4A\cdot m}{\sqrt{1-m^2}}$.
Finally, $\sin \angle C=\sin (\angle A+\angle B)=m\sin \angle B+\sqrt{1-m^2}\cos \angle B$. Substituting this into above will give us equation to find $\sin \angle B$.