Although it is probably harder, my first reaction would be to write that secant as "1 over cosine": \int \frac{dx}{cos^5(x)}. And since that is an odd power, I can multiply numerator and denominator by cos(x) to get an even power in the denominator: \int \frac{cos(x)}{cos^6(x)}dx.
Now, use cos^2(x)= 1- sin^2(x) (so essentially using that "Pythagorean theorem" as MarkFL suggested). \int \frac{cos(x)}{(1- sin^2(x))^6} dx.\
Let u= sin(x), du= cos(x) and that becomes \int \frac{1}{1- x^2)^6}dx= \int\frac{1}{(1- x)^6(1+ x)^6}dx and we can use "partial fractions".