4

To solve it I have tried some options, where in one of them I applied product to sum formulas, which seemed to be very helpful, but didn't get the answer. Used these formulae: $$\cos(a+b)+ \cos(a-b)=2\cdot \cos(a)\cdot \cos(b)$$ $$−\cos(a+b)+\cos(a−b)=2\sin(a)\sin(b)$$ And now, I am stuck at this: $$\cos(48)+\cos(24)-\cos(84)+\cos(12)=0.5$$ Then tried to make the arguments similar using a double angle and a half angle formulae $$2\cos^2(24)-1+\cos(24)+\sqrt{\frac{1+\cos(24)}{2}}+\cos(84)=0.5$$ Anyway, I can't show that expression above really is 0.5.

user36339
  • 575
  • 7
  • 23

2 Answers2

1

Using the formulae and supposing that you work on degrees :

$$ \cos(a+b)+\cos(a−b)=2\cos(a)\cos(b)$$

$$−\cos(a+b)+\cos(a−b)=2\sin(a)\sin(b) $$

we apply them and transform your given equation :

$$2\cos \frac{72^\circ}{2} \cos \frac{24^\circ}{2}+2\sin \frac{96^\circ}{2} \sin \frac{72^\circ}{2}= \cos\bigg(\frac{72^\circ}{2} + \frac{24^\circ}{2}\bigg) + \cos\bigg(\frac{72^\circ}{2} - \frac{24^\circ}{2}\bigg) + \cos\bigg(\frac{96^\circ}{2} - \frac{72^\circ}{2}\bigg) - \cos\bigg(\frac{96^\circ}{2} + \frac{72^\circ}{2}\bigg) $$

$$=$$

$$\cos(48^\circ) + \cos(24^\circ) + \sin(12^\circ) - \sin(84^\circ) = \frac{1}{2}$$

Rebellos
  • 21,324
1

If the angles are in degrees, the equation clearly cannot hold: all of the sines and cosines in the expression are positive. Since sine is increasing between $0^\circ$ and $90^\circ$, we have $$ 2\sin48^\circ\sin36^\circ>2\sin45^\circ\sin30^\circ=\frac{1}{\sqrt{2}}>\frac{1}{2}. $$ The entire left side is therefore greater than $0.5.$ Indeed, the value of the left side is approximately $2.4563$.

If the angles are in radians, the statement seems incredibly unlikely, and would be spectacular if true. Alas, a numerical check shows that it isn't.

Will Orrick
  • 18,220
  • 1
    In fact, one can say that the statement with angles in radians must be false on general principles: it would imply that $\cos 12$ is algebraic. (The left side is a polynomial in $\cos 12$ using angle-sum identities.) Then Henning Makholm's answer here provides a contradiction. – Will Orrick Jun 21 '17 at 15:13
  • Thanks, Will Orrick! – user36339 Jun 21 '17 at 15:45