[Math] Find the sides of a triangle given one side, the difference of two and one angle

trigonometry

Let $ABC$ be a triangle such that $∠ACB=π/3$ and let a,b,c denote the lengths of the sides opposite to A,B,C respectively. We know that $a-b=3$ and $c=8$. How can I find the other two sides and angles?
I tried to solve it with the sine rule and the cosine rule but somehow something is always missing.

Best Answer

There is actually enough information to solve the problem. By the law of Cosines, $$a^2+b^2-2ab\cos(\pi/3) = c^2 = 64,$$ which is equivalent to $a^2-ab+b^2 = 64$. Since $a-b = 3$, $a^2-2ab+b^2 = 9$. This means $ab = 64-9 = 55$. So $$a^2+2ab+b^2 = (a^2-ab+b^2)+3ab = 64+3\cdot55 = 229,$$ which means $a+b = \sqrt{229}$. We can now find $a,b$ from $a+b,a-b$: $$a,b = \dfrac{\sqrt{229}+3}{2}, \dfrac{\sqrt{229}-3}{2}.$$

Related Question