- Thread starter
- #1
After having thought about it while I was away, I think integration by parts is a better method.i still can't work it out.
how do i integrate sec^3[x]*tan^2[x]??
Surely you meanAlthough it is probably harder, my first reaction would be to write that secant as "1 over cosine": [tex]\int \frac{dx}{cos^5(x)}[/tex]. And since that is an odd power, I can multiply numerator and denominator by cos(x) to get an even power in the denominator: [tex]\int \frac{cos(x)}{cos^6(x)}dx[/tex].
Now, use [tex]cos^2(x)= 1- sin^2(x)[/tex] (so essentially using that "Pythagorean theorem" as MarkFL suggested). [tex]\int \frac{cos(x)}{(1- sin^2(x))^6} dx[/tex].\
Let u= sin(x), du= cos(x) and that becomes [tex]\int \frac{1}{1- x^2)^6}dx= \int\frac{1}{(1- x)^6(1+ x)^6}dx[/tex] and we can use "partial fractions".