Topic Trig integralsDifficulty IntermediateMethod Integration by parts✓ VerifiedReviewed July 11, 2026
Answer
∫sec3xdx=21secxtanx+21ln∣secx+tanx∣+C
Why this works
Integration by parts produces another copy of the original integral. Move that copy to the left, divide by two, and the antiderivative falls out.
Quick explanation
Write sec3x as secx⋅sec2x. That gives us a factor whose antiderivative is tanx, while the remaining secant differentiates into secxtanx. The resulting integral contains ∫sec3xdx again—not a failure, but the useful trick.
Differentiate the result. The first term contributes 21(secxtan2x+sec3x). The logarithmic term differentiates to 21secx. Using tan2x+1=sec2x, everything combines to sec3x.
Derivative of proposed answer21secxtan2x+21sec3x+21secx=sec3x✓ Verified
Common mistakes
Stopping when the integral returns.That is the moment to solve for I, not abandon ship.
Forgetting the factor of 21.You get 2I before the final division.
Dropping the absolute-value bars.The logarithmic term is ln∣secx+tanx∣ on its valid intervals.