Problem Statement
Integrating simple trigonometric functions like sin(x) and cos(x) is straightforward. However, when you encounter high powers of these functions—like sin6(x) or cos4(x)—standard substitution fails. To solve these, you must rely on trigonometric identities (like the double angle formula) to reduce the power.
For very high powers, even standard trig identities become tedious. This is where the magic of complex numbers enters the picture. De Moivre’s Theorem can be used to elegantly prove trigonometric identities, converting high powers of sin or cos into a sum of multiple angles, which can then be easily integrated.
Consider the integral of cos4(θ). We will solve this using the connection between complex numbers and trigonometry. Let z=cosθ+isinθ.
(a) Show that z+z−1=2cosθ and zn+z−n=2cos(nθ).
(b) By expanding (z+z−1)4 using the binomial theorem, express cos4(θ) in the form Acos(4θ)+Bcos(2θ)+C.
(c) Hence, evaluate the indefinite integral ∫cos4(θ)dθ.
Hints
- Part (a): Use De Moivre's Theorem: zn=(cosθ+isinθ)n=cos(nθ)+isin(nθ). Remember that cos(−x)=cos(x) and sin(−x)=−sin(x).
- Part (b): The binomial expansion of (A+B)4 is A4+4A3B+6A2B2+4AB3+B4. Substitute z and z−1, then group the terms into pairs of (zn+z−n). Use the result from part (a) to convert these back into cosines.
- Part (c): Substitute the expanded expression from part (b) into the integral. You are now integrating a linear combination of cos(4θ) and cos(2θ), which is a standard calculus procedure.
Solutions
Part (a): Complex Number Properties
- Let z=cosθ+isinθ.
- By De Moivre's Theorem, zn=cos(nθ)+isin(nθ).
- Similarly, z−n=cos(−nθ)+isin(−nθ).
- Since cosine is an even function and sine is an odd function: z−n=cos(nθ)−isin(nθ)
- Adding zn and z−n together: zn+z−n=(cos(nθ)+isin(nθ))+(cos(nθ)−isin(nθ)) zn+z−n=2cos(nθ)
- If n=1, we get the specific case: z+z−1=2cosθ
Part (b): Expanding with the Binomial Theorem
- From (a), we know (2cosθ)4=(z+z−1)4.
- Expand using the binomial theorem (coefficients 1, 4, 6, 4, 1): (z+z−1)4=z4+4(z3)(z−1)+6(z2)(z−2)+4(z)(z−3)+(z−1)4 (z+z−1)4=z4+4z2+6+4z−2+z−4
- Group the terms with matching powers: (2cosθ)4=(z4+z−4)+4(z2+z−2)+6
- Use the identity zn+z−n=2cos(nθ) to convert back to trigonometry: 16cos4θ=2cos(4θ)+4(2cos(2θ))+6 16cos4θ=2cos(4θ)+8cos(2θ)+6
- Divide by 16 to isolate cos4θ: cos4θ=81cos(4θ)+21cos(2θ)+83 (This is in the required form Acos(4θ)+Bcos(2θ)+C).
Part (c): Evaluating the Integral
- Substitute the expanded expression into the integral: ∫cos4(θ)dθ=∫(81cos(4θ)+21cos(2θ)+83)dθ
- Integrate term by term, remembering that ∫cos(kx)dx=k1sin(kx):
- ∫81cos(4θ)dθ=81×41sin(4θ)=321sin(4θ)
- ∫21cos(2θ)dθ=21×21sin(2θ)=41sin(2θ)
- ∫83dθ=83θ
- Combine and add the constant of integration C: ∫cos4(θ)dθ=321sin(4θ)+41sin(2θ)+83θ+C
Takeaways
- Cross-Topic Application: This problem highlights the beauty of Extension 2 Mathematics. You use Complex Numbers (De Moivre's) and Algebra (Binomial Theorem) to solve a Calculus (Integration) problem.
- Power Reduction: The overarching goal when integrating even powers of sine or cosine is always "power reduction." You must convert cosn(θ) into expressions involving cos(kθ) with no powers.
- The z+z−1 Trick: Memorise the identities z+z−1=2cosθ and z−z−1=2isinθ. They are your keys to unlocking these high-power trigonometric integrals.
Further Readings
Connect with me
If you found this elegant interplay between complex numbers and calculus helpful, dive into my complete booklets on Vu's Maths Hub. I post detailed walkthroughs of similar cross-topic HSC problems on my YouTube channel. Follow me on Instagram for daily maths tips, and subscribe to my Substack to join the conversation on advanced mathematical concepts.