Okay, i forgot to say there's 5 kind of solutions.
Here is my work:
1+sinx-sin2x=cosx+cos2x-cos3x
move cosx and cos3x to the left side
1+sinx-sin2x+cos3x-cosx=cos2x
cos3x-cosx=-2sin2x*sinx and cos2x=cos^2x-sin^2x and 1=sin^2x+cos^2x...
I
think you're doing something like the following:
The left-hand side contains the difference "cos(3x) - cos(x)". Applying the Cosine Difference Identity, we get:
. . .cos(3x) - cos(x) = (-2) * sin[(3x + x)/2] * sin[(3x - x)/2] = -2 sin(4x/2) sin(2x/2) = -2 sin(2x) sin(x)
The right-hand side contains the term "cos(2x)", to which we may apply the Double-Angle Identity for cosines. This gives us:
. . .cos(2x) = cos^2(x) - sin^2(x)
The left-hand side also contains the constant "1", which may be restated by using the basic Pythagorean Identity:
. . .1 = sin^2(x) + cos^2(x)
Doing the various substitutions on the equation gives us:
. . .1 + sin(x) - sin(2x) + [cos(3x) - cos(x)] = cos(2x)
. . .{ sin^2(x) + cos^2(x) } + sin(x) - sin(2x) + { -2 sin(2x) sin(x) } = { cos^2(x) - sin^2(x)}
. . .sin(x) - sin(2x) + sin^2(x) + cos^2(x) - 2 sin(2x) sin(x) = cos^2(x) - sin^2(x)
We can subtract "cos^2(x)" from, and add a "sin^2(x)" to, either side of the equation:
. . .sin(x) - sin(2x) + 2 sin^2(x) - 2 sin(2x) sin(x) = 0
We can apply the Double-Angle identity for sines twice, which gives us:
. . .sin(x) - 2 sin(x) cos(x) + 2 sin^2(x) - 2*2 sin(x)cos(x) sin(x) = 0
. . .sin(x) - 2 sin(x) cos(x) + 2 sin^2(x) - 4 sin^2(x) cos(x) = 0
However, I'm not clear on what you're doing after that...? You seem to have factored out a sine, leaving you with:
. . . . .sin(x) [1 - 2 cos(x) + 2 sin(x) - 4 sin(x) cos(x)] = 0
This means that either the sine is zero, or else:
. . . . .1 - 2 cos(x) + 2 sin(x) - 4 sin(x) cos(x) = 0
If the sine is zero, then the value of x is the product of pi and an integer. Otherwise:
Re-group terms on the left-hand side as:
. . . . .1 + 2 sin(x) - 2 cos(x) - 4 sin(x) cos(x) = 0
Group the last two terms together, and factor out a -2cos(x), leaving:
. . . . .1 + 2 sin(x) - 2 cos(x) [1 + 2 sin(x)] = 0
Note that "1 + 2 sin(x)" is now a common term, so we can do as follows:
. . . . .1 [1 + 2 sin(x)] - 2 cos(x) [1 + 2 sin(x)] = 0
. . . . .[1 + 2 sin(x)] [1 - 2 cos(x)] = 0
This gives us two equations to solve:
. . . . .1 + 2 sin(x) = 0, or sin(x) = -1/2
. . . . .1 - 2 cos(x) = 0, or 1/2 = cos(x)
Solve these.
