Question Statement
Evaluate the integral:
∫(tan5x+cos7x)dx
Background and Explanation
This problem requires integrating basic trigonometric functions using standard integration formulas and the substitution method (reverse chain rule). You need to know how to integrate tan(ax) and cos(ax), either by memorizing the standard results or deriving them via substitution.
Solution
We solve this by splitting the integral into two separate integrals. There are two common approaches for handling the tan5x term—one using explicit substitution and another using the standard integral formula.
Begin by separating the integral using the sum rule:
I=∫(tan5x+cos7x)dx=∫tan5xdx+∫cos7xdx
For the cosine term: Using the standard integral ∫cos(ax)dx=asin(ax):
∫cos7xdx=7sin7x
For the tangent term: Rewrite tan5x as cos5xsin5x:
∫tan5xdx=∫cos5xsin5xdx
Notice that the derivative of cos5x is −5sin5x. To match the form ∫f(x)f′(x)dx=ln(f(x)), we multiply and divide by −5:
=5−1∫cos5x−5sin5xdx
Applying the logarithmic integration rule:
=5−1ln(cos5x)
Combining both results:
I=5−1ln(cos5x)+71sin7x+c
We can simplify using logarithm properties. Since −ln(cos5x)=ln((cos5x)−1)=ln(cos5x1)=ln(sec5x):
I=51ln(sec5x)+71sin7x+c
Alternatively, apply the standard integral ∫tanxdx=ln(secx) directly with the chain rule adjustment:
I=∫tan5xdx+∫cos7xdx
Using ∫tan(ax)dx=aln(sec(ax)) and ∫cos(ax)dx=asin(ax):
=5ln(sec5x)+7sin7x+c
=51ln(sec5x)+71sin7x+c
To verify, differentiate the result 51ln(sec5x)+71sin7x+c:
=51⋅dxd(ln(sec5x))+71⋅dxd(sin7x)+dxd(c)
Apply the chain rule to each term:
=51⋅sec5x1⋅dxd(sec5x)+71⋅cos7x⋅7+0
Compute the derivatives (remembering dxd(secu)=secutanu⋅dxdu):
=51⋅sec5x1⋅(sec5xtan5x)⋅5+71⋅cos7x⋅7
Simplify by canceling the 5s in the first term and the 7s in the second:
=tan5x+cos7x
This matches the original integrand, confirming the solution is correct.
- Sum Rule for Integration: ∫[f(x)+g(x)]dx=∫f(x)dx+∫g(x)dx
- Standard Integral: ∫cos(ax)dx=asin(ax)+C
- Standard Integral: ∫tan(ax)dx=aln∣sec(ax)∣+C=−aln∣cos(ax)∣+C
- Logarithmic Integration: ∫f(x)f′(x)dx=ln∣f(x)∣+C
- Logarithm Properties: −ln(u)=ln(u−1)=ln(u1)
Summary of Steps
- Separate the integral into ∫tan5xdx+∫cos7xdx
- Integrate cos7x using the standard formula to obtain 7sin7x
- Integrate tan5x by either:
- Rewriting as cos5xsin5x and using substitution (multiplying by −5−5), yielding −51ln(cos5x), or
- Using the direct formula 5ln(sec5x)
- Combine and simplify using logarithm properties to get 51ln(sec5x)+71sin7x+c
- Verify by differentiating the result to recover tan5x+cos7x