Deriving a Formula for cos 3a Using Only Cosine - Step by Step Guide

  • Thread starter Thread starter rum2563
  • Start date Start date
AI Thread Summary
The discussion focuses on deriving the formula for cos(3a) using only cosine. The initial attempt involved applying the cosine addition formula but contained sign errors and confusion regarding the correct application of trigonometric identities. Participants clarified the correct steps, emphasizing the need to replace sin²(a) with 1 - cos²(a) to express the final formula solely in terms of cosine. The conversation highlights the importance of careful application of trigonometric identities and corrections to common mistakes. Ultimately, the goal is to arrive at a clean expression for cos(3a) that adheres to the specified requirements.
rum2563
Messages
89
Reaction score
1

Homework Statement


Derive a formula for cos 3a which would only involve cosine on the right side.


Homework Equations


cos2x = cos(x)^2 - sin(x)^2
cos2x = 2cos(x)^2 - 1
cos2x = 1-2sin(x)^2


The Attempt at a Solution



cos(3a) = cos(2a + a)
= cos2acosa + sin2acosa
= (2cos(a)^2 - 1)cosa - (2sinacosa)cosa
= 2cos(a)^3 - cosa - 2sina cos(a)^2


Am I on the right path? Or should I just continue to do keep doing this?
 
Physics news on Phys.org
cox(x+y)=cosxcosy-sinxsiny ...so your sign is wrong
 
Sorry. My bad, It was such an obvious mistake.

Here it goes:

cos(3x) = cos(2x + x)

= cos2xcosx - sin2xsinx
= (2cos(x)^2 -1)cos(x) - (2sin(x)cos(x))cos(x)
= 2cos(x)^3 - cos(x) - 2sin(x)cos(x)^2
...

Ok. Now I am confused again. Please help me. Thanks.
 
That sign error was clearly a typo since you corrected it in the next line.

Your real problem is not the sign:
cos(3a) = cos(2a + a)
= cos2acosa + sin2acosa
No, that is cos(2a)cos(a)- sin(2a)sin(a)

= (2cos(a)^2 - 1)cosa - (2sinacosa)cosa
= 2cos(a)^3 - cosa - 2sina cos(a)^2

should be = (2cos^2(a)- 1)cos(a)- (2sin(a)cos(a))sin(a)
= 2cos^3(a)- cos(a)- 2sin^2(a)cos(a)

Now replace sin^2(a) with 1- cos^2(a).
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top