Question Statement
Evaluate the integral:
∫7cos2zdz
Background and Explanation
This problem requires integrating a trigonometric function raised to a power. Since cos2z cannot be integrated directly using basic rules, we use a power-reduction identity (double-angle formula) to rewrite cos2z in terms of cos2z, which is readily integrable.
Solution
Let I=∫7cos2zdz.
Step 1: Factor out the constant
Using the constant multiple rule for integration, we factor out 71:
I=71∫cos2zdz
Step 2: Apply the double-angle identity
We use the identity cos2x=21+cos2x to convert the squared cosine into a linear term:
I=71∫(21+cos2z)dz
Step 3: Simplify and split the integral
Multiply the constants and separate the integral into two simpler integrals:
I=141∫(1+cos2z)dz=141∫1dz+141∫cos2zdz
Step 4: Integrate term by term
- The integral of 1 with respect to z is z
- For ∫cos2zdz, we use the rule ∫cos(ax)dx=asin(ax) with a=2:
I=141z+141(2sin2z)+c
Step 5: Final simplification
Combine the fractions to get the final result:
I=14z+28sin2z+c
Verification (Recheck):
To confirm our answer is correct, we differentiate the result with respect to z:
dzd(14z+28sin2z+c)=141+281⋅(2cos2z)+0
=141+282cos2z=141+14cos2z=141+cos2z
Factoring out 71 and applying the identity in reverse:
=71(21+cos2z)=71cos2z
This matches the original integrand, confirming our solution is correct.
- Constant Multiple Rule: ∫k⋅f(x)dx=k∫f(x)dx
- Power-Reduction Identity: cos2x=21+cos2x
- Integration of Cosine: ∫cos(ax)dx=asin(ax)+c
- Basic Integration: ∫1dx=x+c
- Linearity of Integration: ∫[f(x)+g(x)]dx=∫f(x)dx+∫g(x)dx
Summary of Steps
- Factor out the constant 71 from the integral
- Apply the double-angle identity cos2z=21+cos2z to eliminate the square
- Distribute the 141 and split into two separate integrals
- Integrate each term: ∫1dz=z and ∫cos2zdz=2sin2z
- Combine results and add the constant of integration c
- (Optional) Verify by differentiating the result to recover the original integrand