cos(2x) + i sin(2x) = e^(i(2x)) = (e^(ix))^2 = (cos(x) + i
sin(x))^2
Expand the square on the right side. Then equate to what you get to
the left side. You should obtain two "double-angle" formulas, one from
the real part and one from the imaginary part of your equation:
cos(2x) = cos^2(x) - sin^2(x)
sin(2x) = 2sin(x)cos(x)
Moral of the story: you have proved some familiar trig identities in a
new way, by using complex exponentials.
Notice 43(a) is similar, only you now are trying to prove identities
for cos(3x) and sin(3x).
Hint along the way: cos^2(x)=1-sin^2(x)
---
In part (b), you want to use the result of part (a), and then use
Undetermined Coefficients. Note the comment at the bottom of the
Undetermined Coefficients handout about what to do if f(x) on the
right side of the DE consists of a sum of more than one term.