Simplifying a trigonometric expression

AI Thread Summary
The discussion focuses on simplifying the trigonometric expression cos(4x) + √2cos(3x) + cos(2x) = 0. Participants explore various methods, including using double angle identities and the Sum and Difference Formula for cosines. One contributor successfully rewrites the expression as cos(3x)(2cos(2x) + √2) = 0, leading to two potential solutions: cos(3x) = 0 or 2cos(2x) + √2 = 0. There is some back-and-forth regarding a potential mistake in the simplification process, but the main approach remains focused on finding solutions to the equation. Overall, the thread emphasizes the complexity of solving the expression and the collaborative effort to clarify the steps involved.
Petkovsky
Messages
61
Reaction score
0
cos(4x) + \sqrt{2}cos(3x) + cos(2x) = 0
---------------------------------------------------

Ok, so break down everything to a double angle and i get:

2cos^2(2x) - 1 + sqrt(2)*(sqrt((cos(2x) + cos^2(2x))/2) - sqrt((1-cos^(2x)*(1-cos(2x))/2) + cos(2x) = 0

...which is quite complicated to solve even if i substitute cos(2x) with 't'.

I also tried another aproach:

2cos^2(2x) - 1 + sqrt(2)*(cos(2x)cos(x) - sin(2x)(sin(x)) + 2cos(2x) - 1 = 0

here i aimed to complete a square but i can't see how.

Can you please give me some advice on how to continue or use another method
 
Physics news on Phys.org
Hello.

I used the Sum and Difference Formula for cosines.
Def: cos(a)+cos(b) = 2*cos((a+b)/2)*cos((a-b)/2)

Then, I let a=4x and b=2x

The original equation's LHS becomes
= 2cos((4x+2x)/2)*cos(4x-2x/2)) + \sqrt{2}cos(3x)
= 2cos(3x)cos(2x) + \sqrt{2}cos(3x) by simplifying
= cos(3x)[2cos(2x) + \sqrt{2}] by distributive property
Thus, cos(3x) = 0 or 2cos(2x) + \sqrt{2} = 0

Hope this helped.
 
Last edited:
Thank you
 
konthelion said:
Hello.

= 2cos((4x+2x)/2)*cos(4x-2x/2)) + \sqrt{2}cos(3x)
= 2cos(3x)cos(2x) + \sqrt{2}cos(3x) << -- didnt you make a mistake here?

Didnt you make a mistake?
Shouldn't it be = 2cos(3x)cos(x) + \sqrt{2}cos(3x)?

Anyway thanks for the help.
 
Petkovsky said:
Didnt you make a mistake?
Shouldn't it be = 2cos(3x)cos(x) + \sqrt{2}cos(3x)?

Anyway thanks for the help.
Yes, sorry.
 
sin(3x) = cos(x-30)
How about this one?

Where should I start from?
 
Ok i got it :)
 
Back
Top