Trigonometric integration question

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
stonecoldgen
Messages
108
Reaction score
0
The question asks to find ∫secxtan2x

I rewrote tan2x as (sec2x-1). Then I expanded the equation having sec3x-secx and I know the integral of secx which is 0.5ln|tanx+secx|,

but my question is, is integrating sec3x by parts the correct path? or not?

Thanks
 
Physics news on Phys.org
[tex]\int secx{dx} = ln(tanx+secx)[/tex]

And as for ∫sec3x dx; You can try parts, but you thought how you can break it?
OR you can look for some formula of finding integrals of powers of trigonometric functions (Reduction formulas)
 
The integral of secant cubed can be evaluated as follows (it is a common integral) with using integration by parts, applying [itex]u=\sec(x)[/itex] and [itex]dv=\sec^2(x)dx[/itex]:
[tex]\begin{align}<br /> \int \sec^3(x)dx=\sec(x)\tan(x)-\int \sec(x)\tan^2(x)dx \\<br /> = \sec(x)\tan(x)-\int \sec^3(x)dx + \int \sec(x)dx \\<br /> = \sec(x)\tan(x)-\int \sec^3(x)dx + \log(\sec(x)+\tan(x))<br /> \end{align}[/tex]
Now solve that equation for the integral.