If I know the length of two sides of an acute or obtuse triangle and know the angle between these two sides, how can I get one of the missing two angles?
(Obviously, the final missing angle = 180 degrees - the known angle - one of the missing angles.)
Triangle is points $A, B, C$.
Known sides: $\overline{AB}$ & $\overline{BC}$.
Known angle: $\angle ABC$.
Hint: Cosine rule:
Let us say that the sides of a triangle have a length $a,b,c$. And $\alpha$ is the opposite angle of the $A$, then: $$a^2=b^2+c^2-2bc\cos(\alpha).$$