Question Statement
Evaluate the indefinite integral:
∫sec2(5x−1)dx
Background and Explanation
This problem requires the method of substitution (u-substitution) to integrate a composite function where the inner function is linear (5x−1). You need to recall the standard integral formula for the secant squared function and how to adjust for the chain rule factor.
Solution
Let I denote the integral:
I=∫sec2(5x−1)dx
To handle the argument (5x−1), we use substitution. Let:
t=5x−1
Differentiating both sides with respect to x:
dxdt=5⇒dt=5dx
Solving for dx:
dx=51dt
Substitute t=5x−1 and dx=51dt into the original integral:
I=∫sec2(t)⋅51dt
Factor out the constant 51:
I=51∫sec2tdt
Using the standard integral formula ∫sec2xdx=tanx+C:
I=51tan(t)+C
Replace t with the original expression 5x−1:
I=51tan(5x−1)+C
To verify, differentiate the result with respect to x:
dxd[51tan(5x−1)+C]
Apply the constant multiple rule and chain rule:
=51⋅sec2(5x−1)⋅dxd(5x−1)+0
Compute the derivative of the inner function:
=51⋅sec2(5x−1)⋅5
Simplify:
=sec2(5x−1)
Since the derivative equals the original integrand, the solution is correct.
- Integration by Substitution: ∫f(g(x))⋅g′(x)dx=∫f(u)du where u=g(x)
- Standard Integral: ∫sec2xdx=tanx+C
- Chain Rule: dxd[f(g(x))]=f′(g(x))⋅g′(x)
- Derivative of Tangent: dxd[tanx]=sec2x
Summary of Steps
- Substitute: Let t=5x−1 to simplify the composite argument
- Compute Differential: Find dt=5dx, therefore dx=5dt
- Rewrite Integral: Transform to 51∫sec2tdt
- Integrate: Apply ∫sec2tdt=tant+C to obtain 51tant+C
- Back-Substitute: Replace t with 5x−1 to get 51tan(5x−1)+C
- Verify: Differentiate using the chain rule to confirm the result equals sec2(5x−1)