1

How to prove that $$4R\sin A\sin B\sin C=a \cos A+b \cos B+c\cos C$$ where R is the radius of the circumcircle and $a$,$b$ and $c$ the respective sides of the triangle.

I wrote $R=a/2\sin A$ and then got $\sin A$ cancelled then changed $\sin B \sin C$ to the sums of cosine but that didn't work.

Hamed
  • 6,793
Harsh Sharma
  • 2,369

2 Answers2

4

We have $4R=\frac{abc}{\Delta}$ and $\sin A=\frac{2\Delta}{bc}$, hence the LHS equals $$ \frac{abc}{\Delta}\cdot\frac{8\Delta^3}{a^2 b^2 c^2}= \frac{8\Delta^2}{abc}.$$ Now exploit $\cos(A)=\frac{b^2+c^2-a^2}{2bc}$ and Heron's formula.

Jack D'Aurizio
  • 353,855
2

By writing $a=2R \times \sin A$, $b=2R \times \sin B$ and $c=2R \times \sin C$, the relation is equivalent to $\sin A \sin B \sin C = \sin 2A + \sin 2B+\sin 2C$. By transforming the sum into product and writing $C= \pi - (A+B)$, you get the deserved equality.

I. Stefan
  • 384