1. Which of the following best summarizes why integrals of the form $\int \sin^m(x)\cos^n(x)\,dx$ with both $m$ and $n$ even are generally more labor-intensive than those with at least one odd exponent?
- A.Even powers require differentiation rather than integration.
- B.Even powers cannot be simplified with any trigonometric identity.
- C.Half-angle identities produce lower-frequency cosine terms that often need to be reduced again, leading to multiple rounds of identity application.
- D.Even powers always require numerical approximation methods.
View Answer
Answer: Half-angle identities produce lower-frequency cosine terms that often need to be reduced again, leading to multiple rounds of identity application.
Compare the two strategies: With an odd exponent, one substitution typically collapses the integral into a polynomial. With all even exponents, repeated half-angle identities are needed. Why the correct answer works: Applying $\sin^2(x) = \frac{1 - \cos(2x)}{2}$ or $\cos^2(x) = \frac{1 + \cos(2x)}{2}$ produces terms like $\cos^2(2x)$, which must be reduced again with the same identity, leading to cascading steps. Why distractors fail: Option A is wrong—integration is still performed, not differentiation. Option B is wrong—half-angle identities do simplify even powers. Option D is wrong—even-power trig integrals have exact closed-form antiderivatives.