3

I am stuck trying to find $$\int \sec^3{x} \ dx.$$

Here is my attempt using integration by parts: $$\int \sec^3{x} \ dx = \sec{x}\tan{x} - \int \tan^2{x}\sec{x} \ dx.$$

At this point, I am stuck. How can I continue from here?

okarin
  • 2,272
  • 1
  • 23
  • 42
  • @MathNoob That looks like the answer I was searching for. I didn't find anything when I first searched the site. – okarin Dec 15 '14 at 01:39

2 Answers2

3

Hint: $\sec^2(x)=1+\tan^2(x)$.

So $\int \sec^3(x)dx= \int \sec(x)[1+\tan^2(x)]dx = \int \sec(x)dx +\int \sec(x)\tan^2(x)dx$

Can you take it from here?

0

You can use hyperbolic substitution.

Let take $\tan x = \sinh u$ and $\sec^2 x dx=\cosh u du$ then you get $$\int \sec^3xdx = \int \cosh^2 udu$$

and latter integral is (relatively) easy to calculate.

Hanul Jeon
  • 28,245