\(\int \frac {\tan ^3(e+f x)}{(a+b \sec ^2(e+f x))^{5/2}} \, dx\) [429]

Optimal result
Mathematica [C] (warning: unable to verify)
Rubi [A] (verified)
Maple [B] (verified)
Fricas [B] (verification not implemented)
Sympy [F]
Maxima [F(-1)]
Giac [B] (verification not implemented)
Mupad [F(-1)]
Reduce [F]

Optimal result

Integrand size = 25, antiderivative size = 89 \[ \int \frac {\tan ^3(e+f x)}{\left (a+b \sec ^2(e+f x)\right )^{5/2}} \, dx=\frac {\text {arctanh}\left (\frac {\sqrt {a+b \sec ^2(e+f x)}}{\sqrt {a}}\right )}{a^{5/2} f}-\frac {a+b}{3 a b f \left (a+b \sec ^2(e+f x)\right )^{3/2}}-\frac {1}{a^2 f \sqrt {a+b \sec ^2(e+f x)}} \] Output:

arctanh((a+b*sec(f*x+e)^2)^(1/2)/a^(1/2))/a^(5/2)/f-1/3*(a+b)/a/b/f/(a+b*s 
ec(f*x+e)^2)^(3/2)-1/a^2/f/(a+b*sec(f*x+e)^2)^(1/2)
 

Mathematica [C] (warning: unable to verify)

Result contains complex when optimal does not.

Time = 7.79 (sec) , antiderivative size = 522, normalized size of antiderivative = 5.87 \[ \int \frac {\tan ^3(e+f x)}{\left (a+b \sec ^2(e+f x)\right )^{5/2}} \, dx=\frac {(a+2 b+a \cos (2 (e+f x)))^{5/2} \sec ^4(e+f x) \left (-\frac {4 (a+3 b+a \cos (2 (e+f x)))}{b^2 (a+2 b+a \cos (2 (e+f x)))^{3/2}}+\frac {2 (a+b+(a-2 b) \cos (2 (e+f x)))}{b^2 (a+2 b+a \cos (2 (e+f x)))^{3/2}}-\frac {\sqrt {2} e^{i (e+f x)} \sqrt {4 b+a e^{-2 i (e+f x)} \left (1+e^{2 i (e+f x)}\right )^2} \left (-\frac {\sqrt {a} \left (1+e^{2 i (e+f x)}\right ) \left (-96 b^3 e^{2 i (e+f x)}+a^3 \left (1+e^{2 i (e+f x)}\right )^2-32 a b^2 \left (1+e^{2 i (e+f x)}\right )^2-6 a^2 b \left (1+e^{2 i (e+f x)}+e^{4 i (e+f x)}\right )\right )}{b^2 \left (4 b e^{2 i (e+f x)}+a \left (1+e^{2 i (e+f x)}\right )^2\right )^2}+\frac {24 i f x-12 \log \left (a+2 b+a e^{2 i (e+f x)}+\sqrt {a} \sqrt {4 b e^{2 i (e+f x)}+a \left (1+e^{2 i (e+f x)}\right )^2}\right )-12 \log \left (a+a e^{2 i (e+f x)}+2 b e^{2 i (e+f x)}+\sqrt {a} \sqrt {4 b e^{2 i (e+f x)}+a \left (1+e^{2 i (e+f x)}\right )^2}\right )}{\sqrt {4 b e^{2 i (e+f x)}+a \left (1+e^{2 i (e+f x)}\right )^2}}\right ) \sec (e+f x)}{a^{5/2}}\right )}{192 f \left (a+b \sec ^2(e+f x)\right )^{5/2}} \] Input:

Integrate[Tan[e + f*x]^3/(a + b*Sec[e + f*x]^2)^(5/2),x]
 

Output:

((a + 2*b + a*Cos[2*(e + f*x)])^(5/2)*Sec[e + f*x]^4*((-4*(a + 3*b + a*Cos 
[2*(e + f*x)]))/(b^2*(a + 2*b + a*Cos[2*(e + f*x)])^(3/2)) + (2*(a + b + ( 
a - 2*b)*Cos[2*(e + f*x)]))/(b^2*(a + 2*b + a*Cos[2*(e + f*x)])^(3/2)) - ( 
Sqrt[2]*E^(I*(e + f*x))*Sqrt[4*b + (a*(1 + E^((2*I)*(e + f*x)))^2)/E^((2*I 
)*(e + f*x))]*(-((Sqrt[a]*(1 + E^((2*I)*(e + f*x)))*(-96*b^3*E^((2*I)*(e + 
 f*x)) + a^3*(1 + E^((2*I)*(e + f*x)))^2 - 32*a*b^2*(1 + E^((2*I)*(e + f*x 
)))^2 - 6*a^2*b*(1 + E^((2*I)*(e + f*x)) + E^((4*I)*(e + f*x)))))/(b^2*(4* 
b*E^((2*I)*(e + f*x)) + a*(1 + E^((2*I)*(e + f*x)))^2)^2)) + ((24*I)*f*x - 
 12*Log[a + 2*b + a*E^((2*I)*(e + f*x)) + Sqrt[a]*Sqrt[4*b*E^((2*I)*(e + f 
*x)) + a*(1 + E^((2*I)*(e + f*x)))^2]] - 12*Log[a + a*E^((2*I)*(e + f*x)) 
+ 2*b*E^((2*I)*(e + f*x)) + Sqrt[a]*Sqrt[4*b*E^((2*I)*(e + f*x)) + a*(1 + 
E^((2*I)*(e + f*x)))^2]])/Sqrt[4*b*E^((2*I)*(e + f*x)) + a*(1 + E^((2*I)*( 
e + f*x)))^2])*Sec[e + f*x])/a^(5/2)))/(192*f*(a + b*Sec[e + f*x]^2)^(5/2) 
)
 

Rubi [A] (verified)

Time = 0.31 (sec) , antiderivative size = 93, normalized size of antiderivative = 1.04, number of steps used = 9, number of rules used = 8, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.320, Rules used = {3042, 4627, 25, 354, 87, 61, 73, 221}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \frac {\tan ^3(e+f x)}{\left (a+b \sec ^2(e+f x)\right )^{5/2}} \, dx\)

\(\Big \downarrow \) 3042

\(\displaystyle \int \frac {\tan (e+f x)^3}{\left (a+b \sec (e+f x)^2\right )^{5/2}}dx\)

\(\Big \downarrow \) 4627

\(\displaystyle \frac {\int -\frac {\cos (e+f x) \left (1-\sec ^2(e+f x)\right )}{\left (b \sec ^2(e+f x)+a\right )^{5/2}}d\sec (e+f x)}{f}\)

\(\Big \downarrow \) 25

\(\displaystyle -\frac {\int \frac {\cos (e+f x) \left (1-\sec ^2(e+f x)\right )}{\left (b \sec ^2(e+f x)+a\right )^{5/2}}d\sec (e+f x)}{f}\)

\(\Big \downarrow \) 354

\(\displaystyle -\frac {\int \frac {\cos (e+f x) \left (1-\sec ^2(e+f x)\right )}{\left (b \sec ^2(e+f x)+a\right )^{5/2}}d\sec ^2(e+f x)}{2 f}\)

\(\Big \downarrow \) 87

\(\displaystyle -\frac {\frac {\int \frac {\cos (e+f x)}{\left (b \sec ^2(e+f x)+a\right )^{3/2}}d\sec ^2(e+f x)}{a}+\frac {2 (a+b)}{3 a b \left (a+b \sec ^2(e+f x)\right )^{3/2}}}{2 f}\)

\(\Big \downarrow \) 61

\(\displaystyle -\frac {\frac {\frac {\int \frac {\cos (e+f x)}{\sqrt {b \sec ^2(e+f x)+a}}d\sec ^2(e+f x)}{a}+\frac {2}{a \sqrt {a+b \sec ^2(e+f x)}}}{a}+\frac {2 (a+b)}{3 a b \left (a+b \sec ^2(e+f x)\right )^{3/2}}}{2 f}\)

\(\Big \downarrow \) 73

\(\displaystyle -\frac {\frac {\frac {2 \int \frac {1}{\frac {\sec ^4(e+f x)}{b}-\frac {a}{b}}d\sqrt {b \sec ^2(e+f x)+a}}{a b}+\frac {2}{a \sqrt {a+b \sec ^2(e+f x)}}}{a}+\frac {2 (a+b)}{3 a b \left (a+b \sec ^2(e+f x)\right )^{3/2}}}{2 f}\)

\(\Big \downarrow \) 221

\(\displaystyle -\frac {\frac {\frac {2}{a \sqrt {a+b \sec ^2(e+f x)}}-\frac {2 \text {arctanh}\left (\frac {\sqrt {a+b \sec ^2(e+f x)}}{\sqrt {a}}\right )}{a^{3/2}}}{a}+\frac {2 (a+b)}{3 a b \left (a+b \sec ^2(e+f x)\right )^{3/2}}}{2 f}\)

Input:

Int[Tan[e + f*x]^3/(a + b*Sec[e + f*x]^2)^(5/2),x]
 

Output:

-1/2*((2*(a + b))/(3*a*b*(a + b*Sec[e + f*x]^2)^(3/2)) + ((-2*ArcTanh[Sqrt 
[a + b*Sec[e + f*x]^2]/Sqrt[a]])/a^(3/2) + 2/(a*Sqrt[a + b*Sec[e + f*x]^2] 
))/a)/f
 

Defintions of rubi rules used

rule 25
Int[-(Fx_), x_Symbol] :> Simp[Identity[-1]   Int[Fx, x], x]
 

rule 61
Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[ 
(a + b*x)^(m + 1)*((c + d*x)^(n + 1)/((b*c - a*d)*(m + 1))), x] - Simp[d*(( 
m + n + 2)/((b*c - a*d)*(m + 1)))   Int[(a + b*x)^(m + 1)*(c + d*x)^n, x], 
x] /; FreeQ[{a, b, c, d, n}, x] && LtQ[m, -1] &&  !(LtQ[n, -1] && (EqQ[a, 0 
] || (NeQ[c, 0] && LtQ[m - n, 0] && IntegerQ[n]))) && IntLinearQ[a, b, c, d 
, m, n, x]
 

rule 73
Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> With[ 
{p = Denominator[m]}, Simp[p/b   Subst[Int[x^(p*(m + 1) - 1)*(c - a*(d/b) + 
 d*(x^p/b))^n, x], x, (a + b*x)^(1/p)], x]] /; FreeQ[{a, b, c, d}, x] && Lt 
Q[-1, m, 0] && LeQ[-1, n, 0] && LeQ[Denominator[n], Denominator[m]] && IntL 
inearQ[a, b, c, d, m, n, x]
 

rule 87
Int[((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p 
_.), x_] :> Simp[(-(b*e - a*f))*(c + d*x)^(n + 1)*((e + f*x)^(p + 1)/(f*(p 
+ 1)*(c*f - d*e))), x] - Simp[(a*d*f*(n + p + 2) - b*(d*e*(n + 1) + c*f*(p 
+ 1)))/(f*(p + 1)*(c*f - d*e))   Int[(c + d*x)^n*(e + f*x)^(p + 1), x], x] 
/; FreeQ[{a, b, c, d, e, f, n}, x] && LtQ[p, -1] && ( !LtQ[n, -1] || Intege 
rQ[p] ||  !(IntegerQ[n] ||  !(EqQ[e, 0] ||  !(EqQ[c, 0] || LtQ[p, n]))))
 

rule 221
Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[-a/b, 2]/a)*ArcTanh[x 
/Rt[-a/b, 2]], x] /; FreeQ[{a, b}, x] && NegQ[a/b]
 

rule 354
Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^2)^(p_.)*((c_) + (d_.)*(x_)^2)^(q_.), x_S 
ymbol] :> Simp[1/2   Subst[Int[x^((m - 1)/2)*(a + b*x)^p*(c + d*x)^q, x], x 
, x^2], x] /; FreeQ[{a, b, c, d, p, q}, x] && NeQ[b*c - a*d, 0] && IntegerQ 
[(m - 1)/2]
 

rule 3042
Int[u_, x_Symbol] :> Int[DeactivateTrig[u, x], x] /; FunctionOfTrigOfLinear 
Q[u, x]
 

rule 4627
Int[((a_) + (b_.)*((c_.)*sec[(e_.) + (f_.)*(x_)])^(n_))^(p_.)*tan[(e_.) + ( 
f_.)*(x_)]^(m_.), x_Symbol] :> With[{ff = FreeFactors[Sec[e + f*x], x]}, Si 
mp[1/f   Subst[Int[(-1 + ff^2*x^2)^((m - 1)/2)*((a + b*(c*ff*x)^n)^p/x), x] 
, x, Sec[e + f*x]/ff], x]] /; FreeQ[{a, b, c, e, f, n, p}, x] && IntegerQ[( 
m - 1)/2] && (GtQ[m, 0] || EqQ[n, 2] || EqQ[n, 4] || IGtQ[p, 0] || Integers 
Q[2*n, p])
 
Maple [B] (verified)

Leaf count of result is larger than twice the leaf count of optimal. \(1540\) vs. \(2(77)=154\).

Time = 1.41 (sec) , antiderivative size = 1541, normalized size of antiderivative = 17.31

method result size
default \(\text {Expression too large to display}\) \(1541\)

Input:

int(tan(f*x+e)^3/(a+b*sec(f*x+e)^2)^(5/2),x,method=_RETURNVERBOSE)
 

Output:

1/3/f/a^(5/2)/((-a*b)^(1/2)-a)^2/((-a*b)^(1/2)+a)^2/b/(cos(f*x+e)^2*a^3+(2 
*cos(f*x+e)^2+1)*a^2*b+(cos(f*x+e)^2+2)*b^2*a+b^3)/(a+b*sec(f*x+e)^2)^(5/2 
)*(3*((b+a*cos(f*x+e)^2)/(1+cos(f*x+e))^2)^(1/2)*ln(4*((b+a*cos(f*x+e)^2)/ 
(1+cos(f*x+e))^2)^(1/2)*a^(1/2)*cos(f*x+e)+4*a^(1/2)*((b+a*cos(f*x+e)^2)/( 
1+cos(f*x+e))^2)^(1/2)+4*cos(f*x+e)*a)*a^9*b*(cos(f*x+e)^2+cos(f*x+e))+3*( 
(b+a*cos(f*x+e)^2)/(1+cos(f*x+e))^2)^(1/2)*ln(4*((b+a*cos(f*x+e)^2)/(1+cos 
(f*x+e))^2)^(1/2)*a^(1/2)*cos(f*x+e)+4*a^(1/2)*((b+a*cos(f*x+e)^2)/(1+cos( 
f*x+e))^2)^(1/2)+4*cos(f*x+e)*a)*a^8*b^2*(3+4*cos(f*x+e)^2+4*cos(f*x+e)+3* 
sec(f*x+e))+9*((b+a*cos(f*x+e)^2)/(1+cos(f*x+e))^2)^(1/2)*ln(4*((b+a*cos(f 
*x+e)^2)/(1+cos(f*x+e))^2)^(1/2)*a^(1/2)*cos(f*x+e)+4*a^(1/2)*((b+a*cos(f* 
x+e)^2)/(1+cos(f*x+e))^2)^(1/2)+4*cos(f*x+e)*a)*a^7*b^3*(4+2*cos(f*x+e)^2+ 
2*cos(f*x+e)+4*sec(f*x+e)+sec(f*x+e)^2+sec(f*x+e)^3)+3*((b+a*cos(f*x+e)^2) 
/(1+cos(f*x+e))^2)^(1/2)*ln(4*((b+a*cos(f*x+e)^2)/(1+cos(f*x+e))^2)^(1/2)* 
a^(1/2)*cos(f*x+e)+4*a^(1/2)*((b+a*cos(f*x+e)^2)/(1+cos(f*x+e))^2)^(1/2)+4 
*cos(f*x+e)*a)*a^6*b^4*(18+4*cos(f*x+e)^2+4*cos(f*x+e)+18*sec(f*x+e)+12*se 
c(f*x+e)^2+12*sec(f*x+e)^3+sec(f*x+e)^4+sec(f*x+e)^5)+3*((b+a*cos(f*x+e)^2 
)/(1+cos(f*x+e))^2)^(1/2)*ln(4*((b+a*cos(f*x+e)^2)/(1+cos(f*x+e))^2)^(1/2) 
*a^(1/2)*cos(f*x+e)+4*a^(1/2)*((b+a*cos(f*x+e)^2)/(1+cos(f*x+e))^2)^(1/2)+ 
4*cos(f*x+e)*a)*a^5*b^5*(4*sec(f*x+e)^5+4*sec(f*x+e)^4+18*sec(f*x+e)^3+18* 
sec(f*x+e)^2+cos(f*x+e)^2+12*sec(f*x+e)+cos(f*x+e)+12)+9*((b+a*cos(f*x+...
 

Fricas [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 237 vs. \(2 (77) = 154\).

Time = 0.65 (sec) , antiderivative size = 522, normalized size of antiderivative = 5.87 \[ \int \frac {\tan ^3(e+f x)}{\left (a+b \sec ^2(e+f x)\right )^{5/2}} \, dx=\left [\frac {3 \, {\left (a^{2} b \cos \left (f x + e\right )^{4} + 2 \, a b^{2} \cos \left (f x + e\right )^{2} + b^{3}\right )} \sqrt {a} \log \left (128 \, a^{4} \cos \left (f x + e\right )^{8} + 256 \, a^{3} b \cos \left (f x + e\right )^{6} + 160 \, a^{2} b^{2} \cos \left (f x + e\right )^{4} + 32 \, a b^{3} \cos \left (f x + e\right )^{2} + b^{4} + 8 \, {\left (16 \, a^{3} \cos \left (f x + e\right )^{8} + 24 \, a^{2} b \cos \left (f x + e\right )^{6} + 10 \, a b^{2} \cos \left (f x + e\right )^{4} + b^{3} \cos \left (f x + e\right )^{2}\right )} \sqrt {a} \sqrt {\frac {a \cos \left (f x + e\right )^{2} + b}{\cos \left (f x + e\right )^{2}}}\right ) - 8 \, {\left (3 \, a b^{2} \cos \left (f x + e\right )^{2} + {\left (a^{3} + 4 \, a^{2} b\right )} \cos \left (f x + e\right )^{4}\right )} \sqrt {\frac {a \cos \left (f x + e\right )^{2} + b}{\cos \left (f x + e\right )^{2}}}}{24 \, {\left (a^{5} b f \cos \left (f x + e\right )^{4} + 2 \, a^{4} b^{2} f \cos \left (f x + e\right )^{2} + a^{3} b^{3} f\right )}}, -\frac {3 \, {\left (a^{2} b \cos \left (f x + e\right )^{4} + 2 \, a b^{2} \cos \left (f x + e\right )^{2} + b^{3}\right )} \sqrt {-a} \arctan \left (\frac {{\left (8 \, a^{2} \cos \left (f x + e\right )^{4} + 8 \, a b \cos \left (f x + e\right )^{2} + b^{2}\right )} \sqrt {-a} \sqrt {\frac {a \cos \left (f x + e\right )^{2} + b}{\cos \left (f x + e\right )^{2}}}}{4 \, {\left (2 \, a^{3} \cos \left (f x + e\right )^{4} + 3 \, a^{2} b \cos \left (f x + e\right )^{2} + a b^{2}\right )}}\right ) + 4 \, {\left (3 \, a b^{2} \cos \left (f x + e\right )^{2} + {\left (a^{3} + 4 \, a^{2} b\right )} \cos \left (f x + e\right )^{4}\right )} \sqrt {\frac {a \cos \left (f x + e\right )^{2} + b}{\cos \left (f x + e\right )^{2}}}}{12 \, {\left (a^{5} b f \cos \left (f x + e\right )^{4} + 2 \, a^{4} b^{2} f \cos \left (f x + e\right )^{2} + a^{3} b^{3} f\right )}}\right ] \] Input:

integrate(tan(f*x+e)^3/(a+b*sec(f*x+e)^2)^(5/2),x, algorithm="fricas")
 

Output:

[1/24*(3*(a^2*b*cos(f*x + e)^4 + 2*a*b^2*cos(f*x + e)^2 + b^3)*sqrt(a)*log 
(128*a^4*cos(f*x + e)^8 + 256*a^3*b*cos(f*x + e)^6 + 160*a^2*b^2*cos(f*x + 
 e)^4 + 32*a*b^3*cos(f*x + e)^2 + b^4 + 8*(16*a^3*cos(f*x + e)^8 + 24*a^2* 
b*cos(f*x + e)^6 + 10*a*b^2*cos(f*x + e)^4 + b^3*cos(f*x + e)^2)*sqrt(a)*s 
qrt((a*cos(f*x + e)^2 + b)/cos(f*x + e)^2)) - 8*(3*a*b^2*cos(f*x + e)^2 + 
(a^3 + 4*a^2*b)*cos(f*x + e)^4)*sqrt((a*cos(f*x + e)^2 + b)/cos(f*x + e)^2 
))/(a^5*b*f*cos(f*x + e)^4 + 2*a^4*b^2*f*cos(f*x + e)^2 + a^3*b^3*f), -1/1 
2*(3*(a^2*b*cos(f*x + e)^4 + 2*a*b^2*cos(f*x + e)^2 + b^3)*sqrt(-a)*arctan 
(1/4*(8*a^2*cos(f*x + e)^4 + 8*a*b*cos(f*x + e)^2 + b^2)*sqrt(-a)*sqrt((a* 
cos(f*x + e)^2 + b)/cos(f*x + e)^2)/(2*a^3*cos(f*x + e)^4 + 3*a^2*b*cos(f* 
x + e)^2 + a*b^2)) + 4*(3*a*b^2*cos(f*x + e)^2 + (a^3 + 4*a^2*b)*cos(f*x + 
 e)^4)*sqrt((a*cos(f*x + e)^2 + b)/cos(f*x + e)^2))/(a^5*b*f*cos(f*x + e)^ 
4 + 2*a^4*b^2*f*cos(f*x + e)^2 + a^3*b^3*f)]
 

Sympy [F]

\[ \int \frac {\tan ^3(e+f x)}{\left (a+b \sec ^2(e+f x)\right )^{5/2}} \, dx=\int \frac {\tan ^{3}{\left (e + f x \right )}}{\left (a + b \sec ^{2}{\left (e + f x \right )}\right )^{\frac {5}{2}}}\, dx \] Input:

integrate(tan(f*x+e)**3/(a+b*sec(f*x+e)**2)**(5/2),x)
 

Output:

Integral(tan(e + f*x)**3/(a + b*sec(e + f*x)**2)**(5/2), x)
 

Maxima [F(-1)]

Timed out. \[ \int \frac {\tan ^3(e+f x)}{\left (a+b \sec ^2(e+f x)\right )^{5/2}} \, dx=\text {Timed out} \] Input:

integrate(tan(f*x+e)^3/(a+b*sec(f*x+e)^2)^(5/2),x, algorithm="maxima")
 

Output:

Timed out
 

Giac [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 418 vs. \(2 (77) = 154\).

Time = 1.30 (sec) , antiderivative size = 418, normalized size of antiderivative = 4.70 \[ \int \frac {\tan ^3(e+f x)}{\left (a+b \sec ^2(e+f x)\right )^{5/2}} \, dx=\frac {\frac {{\left ({\left (\frac {{\left (a^{10} b \mathrm {sgn}\left (\cos \left (f x + e\right )\right ) + 4 \, a^{9} b^{2} \mathrm {sgn}\left (\cos \left (f x + e\right )\right ) + 3 \, a^{8} b^{3} \mathrm {sgn}\left (\cos \left (f x + e\right )\right )\right )} \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{2}}{a^{10} b^{2}} - \frac {3 \, {\left (a^{10} b \mathrm {sgn}\left (\cos \left (f x + e\right )\right ) + 4 \, a^{9} b^{2} \mathrm {sgn}\left (\cos \left (f x + e\right )\right ) - a^{8} b^{3} \mathrm {sgn}\left (\cos \left (f x + e\right )\right )\right )}}{a^{10} b^{2}}\right )} \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{2} + \frac {3 \, {\left (a^{10} b \mathrm {sgn}\left (\cos \left (f x + e\right )\right ) + 4 \, a^{9} b^{2} \mathrm {sgn}\left (\cos \left (f x + e\right )\right ) - a^{8} b^{3} \mathrm {sgn}\left (\cos \left (f x + e\right )\right )\right )}}{a^{10} b^{2}}\right )} \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{2} - \frac {a^{10} b \mathrm {sgn}\left (\cos \left (f x + e\right )\right ) + 4 \, a^{9} b^{2} \mathrm {sgn}\left (\cos \left (f x + e\right )\right ) + 3 \, a^{8} b^{3} \mathrm {sgn}\left (\cos \left (f x + e\right )\right )}{a^{10} b^{2}}}{{\left (a \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{4} + b \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{4} - 2 \, a \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{2} + 2 \, b \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{2} + a + b\right )}^{\frac {3}{2}}} - \frac {6 \, \arctan \left (-\frac {\sqrt {a + b} \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{2} - \sqrt {a \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{4} + b \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{4} - 2 \, a \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{2} + 2 \, b \tan \left (\frac {1}{2} \, f x + \frac {1}{2} \, e\right )^{2} + a + b} + \sqrt {a + b}}{2 \, \sqrt {-a}}\right )}{\sqrt {-a} a^{2} \mathrm {sgn}\left (\cos \left (f x + e\right )\right )}}{3 \, f} \] Input:

integrate(tan(f*x+e)^3/(a+b*sec(f*x+e)^2)^(5/2),x, algorithm="giac")
 

Output:

1/3*(((((a^10*b*sgn(cos(f*x + e)) + 4*a^9*b^2*sgn(cos(f*x + e)) + 3*a^8*b^ 
3*sgn(cos(f*x + e)))*tan(1/2*f*x + 1/2*e)^2/(a^10*b^2) - 3*(a^10*b*sgn(cos 
(f*x + e)) + 4*a^9*b^2*sgn(cos(f*x + e)) - a^8*b^3*sgn(cos(f*x + e)))/(a^1 
0*b^2))*tan(1/2*f*x + 1/2*e)^2 + 3*(a^10*b*sgn(cos(f*x + e)) + 4*a^9*b^2*s 
gn(cos(f*x + e)) - a^8*b^3*sgn(cos(f*x + e)))/(a^10*b^2))*tan(1/2*f*x + 1/ 
2*e)^2 - (a^10*b*sgn(cos(f*x + e)) + 4*a^9*b^2*sgn(cos(f*x + e)) + 3*a^8*b 
^3*sgn(cos(f*x + e)))/(a^10*b^2))/(a*tan(1/2*f*x + 1/2*e)^4 + b*tan(1/2*f* 
x + 1/2*e)^4 - 2*a*tan(1/2*f*x + 1/2*e)^2 + 2*b*tan(1/2*f*x + 1/2*e)^2 + a 
 + b)^(3/2) - 6*arctan(-1/2*(sqrt(a + b)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*t 
an(1/2*f*x + 1/2*e)^4 + b*tan(1/2*f*x + 1/2*e)^4 - 2*a*tan(1/2*f*x + 1/2*e 
)^2 + 2*b*tan(1/2*f*x + 1/2*e)^2 + a + b) + sqrt(a + b))/sqrt(-a))/(sqrt(- 
a)*a^2*sgn(cos(f*x + e))))/f
 

Mupad [F(-1)]

Timed out. \[ \int \frac {\tan ^3(e+f x)}{\left (a+b \sec ^2(e+f x)\right )^{5/2}} \, dx=\int \frac {{\mathrm {tan}\left (e+f\,x\right )}^3}{{\left (a+\frac {b}{{\cos \left (e+f\,x\right )}^2}\right )}^{5/2}} \,d x \] Input:

int(tan(e + f*x)^3/(a + b/cos(e + f*x)^2)^(5/2),x)
 

Output:

int(tan(e + f*x)^3/(a + b/cos(e + f*x)^2)^(5/2), x)
 

Reduce [F]

\[ \int \frac {\tan ^3(e+f x)}{\left (a+b \sec ^2(e+f x)\right )^{5/2}} \, dx=\int \frac {\sqrt {\sec \left (f x +e \right )^{2} b +a}\, \tan \left (f x +e \right )^{3}}{\sec \left (f x +e \right )^{6} b^{3}+3 \sec \left (f x +e \right )^{4} a \,b^{2}+3 \sec \left (f x +e \right )^{2} a^{2} b +a^{3}}d x \] Input:

int(tan(f*x+e)^3/(a+b*sec(f*x+e)^2)^(5/2),x)
 

Output:

int((sqrt(sec(e + f*x)**2*b + a)*tan(e + f*x)**3)/(sec(e + f*x)**6*b**3 + 
3*sec(e + f*x)**4*a*b**2 + 3*sec(e + f*x)**2*a**2*b + a**3),x)