Tuesday, July 10, 2018

trigonometry - Upon multiplying $cos(20^circ)cos(40^circ)cos(80^circ)$ by the sine of a certain angle, it gets reduced. What is that angle?

So if $P = \cos(20^\circ)\cos(40^\circ)\cos(80^\circ)$, I can multiply $P$ by $\sin(X)$ so that the entire expression reduces to something manageable. I then take the simplified product and divide it by $\sin(X)$ and should get the numerical value of $\cos(20^\circ)\cos(40^\circ)\cos(80^\circ)$.




However, I can't figure out what angle to use. I know it probably has something to do with the double angle forumlae and proably something to do with the product sum formulae. I tried to reduce $\cos(20^\circ)\cos(40^\circ)\cos(80^\circ)$ to see if I got an answer but no luck. I've looked on the Internet and the answer is there but it's unclear how people figured out which sine angle to multiply it by so if you do provide an answer, it'd be really great if you could mention why you picked the angle you picked. Thanks.

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection $f \colon A \rightarrow B$ and I want to get bijection. Can I just resting codomain to $f(A)$? I know that every function i...