Solving a Trigonometric Equation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
FritoTaco
Messages
132
Reaction score
23

Homework Statement


Find all solutions of the equation in the interval [itex][0, 2\pi][/itex].

[itex]sin6x+sin2x=0[/itex]

Homework Equations



Double Angle Formulas
[itex]sin2x=2sinxcosx[/itex]

[itex]cos2x=cos^{2}x-sin^{2}x[/itex]
[itex]=2cos^{2}x-1[/itex]
[itex]=1-2sin^{2}x[/itex]

(3 formulas for cos2x)​

[itex]tan2x=\dfrac{2tanx}{1-tan^{2}x}[/itex]

Sum to Product Formula
[itex]sinA+sinB=2cos\dfrac{A+B}{2}cos\dfrac{A-B}{2}[/itex]

The Attempt at a Solution



[itex]sin6x+sin2x=0[/itex]

[itex]2sin\dfrac{6x+2x}{2}cos\dfrac{6x-2x}{2}=0[/itex] (sum to product formula)

[itex]2sin\dfrac{8x}{2}cos\dfrac{4x}{2}[/itex] (simplify)

[itex]2sin4xcos2x=0[/itex]

[itex]2sin2xcos2x[2(cos^{2}x-1)]^{2}=0[/itex] (factor)

It became [itex][2(cos^{2}x-1)]^{2}=0[/itex] because 2sin cancels out and the 4 reduces to 2 which is left with, [itex][2(cos^{2}x-1)]^{2}[/itex] and it's squared because the cos2x is used in the Double Angle Formula. I don't know where to go from here, any suggestions? Thanks.
 
Physics news on Phys.org
FritoTaco said:

Homework Statement


Find all solutions of the equation in the interval [itex][0, 2\pi][/itex].

[itex]sin6x+sin2x=0[/itex]

Homework Equations



Double Angle Formulas
[itex]sin2x=2sinxcosx[/itex]

[itex]cos2x=cos^{2}x-sin^{2}x[/itex]
[itex]=2cos^{2}x-1[/itex]
[itex]=1-2sin^{2}x[/itex]

(3 formulas for cos2x)​

[itex]tan2x=\dfrac{2tanx}{1-tan^{2}x}[/itex]

Sum to Product Formula
[itex]sinA+sinB=2cos\dfrac{A+B}{2}cos\dfrac{A-B}{2}[/itex]

The Attempt at a Solution



[itex]sin6x+sin2x=0[/itex]

[itex]2sin\dfrac{6x+2x}{2}cos\dfrac{6x-2x}{2}=0[/itex] (sum to product formula)

[itex]2sin\dfrac{8x}{2}cos\dfrac{4x}{2}[/itex] (simplify)

[itex]2sin4xcos2x=0[/itex]

[itex]2sin2xcos2x[2(cos^{2}x-1)]^{2}=0[/itex] (factor)
Mistake here...
FritoTaco said:
It became [itex][2(cos^{2}x-1)]^{2}=0[/itex] because 2sin cancels out
... and here.
FritoTaco said:
and the 4 reduces to 2 which is left with, [itex][2(cos^{2}x-1)]^{2}[/itex] and it's squared because the cos2x is used in the Double Angle Formula. I don't know where to go from here, any suggestions? Thanks.
In the first mistake, ##\cos(2x) = 2\cos^2(x) - 1##, which is different from what you wrote.
In the second mistake, "cancelling" is not a viable option, as you lose solutions. Here's a simple example:
x(x - 1) = 0
"Cancel" x to get x - 1 = 0, or x = 1
This is incorrect, or at least incomplete, as x = 0 is a solution of the original equation.
 
  • Like
Likes   Reactions: FritoTaco
You could try:

2x = u or x = u/2

Then you get:

sin u + sin 3u = 0

If we use "sum to product formula" you get:

A+B = 3u + u = 4u
A-B = 2u

Which leads to:

2Sin 2u . Cos u = 0

Can you solve it from here? :-)
 
  • Like
Likes   Reactions: FritoTaco
jmsequeira said:
You could try:

2x = u or x = u/2

Then you get:

sin u + sin 3u = 0

If we use "sum to product formula" you get:

A+B = 3u + u = 4u
A-B = 2u

Which leads to:

2Sin 2u . Cos u = 0

Can you solve it from here? :-)
Isn't that what FritoTaco did?
FritoTaco said:
2sin4xcos2x=0
From here, you could have proceeded
sin(2x)cos2(2x)=0
sin(2x)cos(2x)=0
Cancelling out one cos(2x) factor is ok because we have one left, in case that is the zero factor
sin(4x)=0
etc.
 
  • Like
Likes   Reactions: FritoTaco