What's the integration of $\int \tan^6(x)\sec^4(x) dx$

2.3k Views Asked by At

I know I need to use $1+\tan^2(x) = \sec^2(x)$, but I don't know what to do next ? How do I get my $U$ variable so I can use $U$ substitution?

2

There are 2 best solutions below

0
On

I would let $U:=\tan(x)$, say. Then, as the comment says, $dU=\sec^2(x)dx$.

So, we have $\int\tan^6(x)\sec^4(x)dx = \int U^6(1+U^2)dU$.

0
On

Since the derivative of $\tan x$ is $\sec^2x$, you want to have all tangents except for one factor of $\sec^2x$ that will be part of your $du$. Use the identity that you mentioned to convert two of the secants to tangents:

$$\tan^6x\sec^4x=\tan^6x\sec^2x\sec^2x=\tan^6x\left(1+\tan^2x\right)\sec^2x\;.$$

Now let $u=\tan x$, $du=\sec^2x~dx$, and your integral becomes

$$\int u^6\left(1+u^2\right)du\;.$$