\(\int \frac {\tan ^3(d+e x)}{\sqrt {a+b \tan (d+e x)+c \tan ^2(d+e x)}} \, dx\) [10]

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

Optimal result

Integrand size = 33, antiderivative size = 383 \[ \int \frac {\tan ^3(d+e x)}{\sqrt {a+b \tan (d+e x)+c \tan ^2(d+e x)}} \, dx=-\frac {\sqrt {a-c-\sqrt {a^2+b^2-2 a c+c^2}} \text {arctanh}\left (\frac {a-c-\sqrt {a^2+b^2-2 a c+c^2}+b \tan (d+e x)}{\sqrt {2} \sqrt {a-c-\sqrt {a^2+b^2-2 a c+c^2}} \sqrt {a+b \tan (d+e x)+c \tan ^2(d+e x)}}\right )}{\sqrt {2} \sqrt {a^2+b^2-2 a c+c^2} e}+\frac {\sqrt {a-c+\sqrt {a^2+b^2-2 a c+c^2}} \text {arctanh}\left (\frac {a-c+\sqrt {a^2+b^2-2 a c+c^2}+b \tan (d+e x)}{\sqrt {2} \sqrt {a-c+\sqrt {a^2+b^2-2 a c+c^2}} \sqrt {a+b \tan (d+e x)+c \tan ^2(d+e x)}}\right )}{\sqrt {2} \sqrt {a^2+b^2-2 a c+c^2} e}-\frac {b \text {arctanh}\left (\frac {b+2 c \tan (d+e x)}{2 \sqrt {c} \sqrt {a+b \tan (d+e x)+c \tan ^2(d+e x)}}\right )}{2 c^{3/2} e}+\frac {\sqrt {a+b \tan (d+e x)+c \tan ^2(d+e x)}}{c e} \] Output:

-1/2*(a-c-(a^2-2*a*c+b^2+c^2)^(1/2))^(1/2)*arctanh(1/2*(a-c-(a^2-2*a*c+b^2 
+c^2)^(1/2)+b*tan(e*x+d))*2^(1/2)/(a-c-(a^2-2*a*c+b^2+c^2)^(1/2))^(1/2)/(a 
+b*tan(e*x+d)+c*tan(e*x+d)^2)^(1/2))*2^(1/2)/(a^2-2*a*c+b^2+c^2)^(1/2)/e+1 
/2*(a-c+(a^2-2*a*c+b^2+c^2)^(1/2))^(1/2)*arctanh(1/2*(a-c+(a^2-2*a*c+b^2+c 
^2)^(1/2)+b*tan(e*x+d))*2^(1/2)/(a-c+(a^2-2*a*c+b^2+c^2)^(1/2))^(1/2)/(a+b 
*tan(e*x+d)+c*tan(e*x+d)^2)^(1/2))*2^(1/2)/(a^2-2*a*c+b^2+c^2)^(1/2)/e-1/2 
*b*arctanh(1/2*(b+2*c*tan(e*x+d))/c^(1/2)/(a+b*tan(e*x+d)+c*tan(e*x+d)^2)^ 
(1/2))/c^(3/2)/e+(a+b*tan(e*x+d)+c*tan(e*x+d)^2)^(1/2)/c/e
 

Mathematica [C] (verified)

Result contains complex when optimal does not.

Time = 0.58 (sec) , antiderivative size = 252, normalized size of antiderivative = 0.66 \[ \int \frac {\tan ^3(d+e x)}{\sqrt {a+b \tan (d+e x)+c \tan ^2(d+e x)}} \, dx=\frac {\frac {\text {arctanh}\left (\frac {2 a-i b+(b-2 i c) \tan (d+e x)}{2 \sqrt {a-i b-c} \sqrt {a+b \tan (d+e x)+c \tan ^2(d+e x)}}\right )}{\sqrt {a-i b-c}}+\frac {\text {arctanh}\left (\frac {2 a+i b+(b+2 i c) \tan (d+e x)}{2 \sqrt {a+i b-c} \sqrt {a+b \tan (d+e x)+c \tan ^2(d+e x)}}\right )}{\sqrt {a+i b-c}}-\frac {b \text {arctanh}\left (\frac {b+2 c \tan (d+e x)}{2 \sqrt {c} \sqrt {a+b \tan (d+e x)+c \tan ^2(d+e x)}}\right )}{c^{3/2}}+\frac {2 \sqrt {a+b \tan (d+e x)+c \tan ^2(d+e x)}}{c}}{2 e} \] Input:

Integrate[Tan[d + e*x]^3/Sqrt[a + b*Tan[d + e*x] + c*Tan[d + e*x]^2],x]
 

Output:

(ArcTanh[(2*a - I*b + (b - (2*I)*c)*Tan[d + e*x])/(2*Sqrt[a - I*b - c]*Sqr 
t[a + b*Tan[d + e*x] + c*Tan[d + e*x]^2])]/Sqrt[a - I*b - c] + ArcTanh[(2* 
a + I*b + (b + (2*I)*c)*Tan[d + e*x])/(2*Sqrt[a + I*b - c]*Sqrt[a + b*Tan[ 
d + e*x] + c*Tan[d + e*x]^2])]/Sqrt[a + I*b - c] - (b*ArcTanh[(b + 2*c*Tan 
[d + e*x])/(2*Sqrt[c]*Sqrt[a + b*Tan[d + e*x] + c*Tan[d + e*x]^2])])/c^(3/ 
2) + (2*Sqrt[a + b*Tan[d + e*x] + c*Tan[d + e*x]^2])/c)/(2*e)
 

Rubi [A] (verified)

Time = 0.84 (sec) , antiderivative size = 375, normalized size of antiderivative = 0.98, number of steps used = 5, number of rules used = 4, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.121, Rules used = {3042, 4183, 7276, 2009}

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(d+e x)}{\sqrt {a+b \tan (d+e x)+c \tan ^2(d+e x)}} \, dx\)

\(\Big \downarrow \) 3042

\(\displaystyle \int \frac {\tan (d+e x)^3}{\sqrt {a+b \tan (d+e x)+c \tan (d+e x)^2}}dx\)

\(\Big \downarrow \) 4183

\(\displaystyle \frac {\int \frac {\tan ^3(d+e x)}{\left (\tan ^2(d+e x)+1\right ) \sqrt {c \tan ^2(d+e x)+b \tan (d+e x)+a}}d\tan (d+e x)}{e}\)

\(\Big \downarrow \) 7276

\(\displaystyle \frac {\int \left (\frac {\tan (d+e x)}{\sqrt {c \tan ^2(d+e x)+b \tan (d+e x)+a}}-\frac {\tan (d+e x)}{\left (\tan ^2(d+e x)+1\right ) \sqrt {c \tan ^2(d+e x)+b \tan (d+e x)+a}}\right )d\tan (d+e x)}{e}\)

\(\Big \downarrow \) 2009

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

Input:

Int[Tan[d + e*x]^3/Sqrt[a + b*Tan[d + e*x] + c*Tan[d + e*x]^2],x]
 

Output:

(-((Sqrt[a - c - Sqrt[a^2 + b^2 - 2*a*c + c^2]]*ArcTanh[(a - c - Sqrt[a^2 
+ b^2 - 2*a*c + c^2] + b*Tan[d + e*x])/(Sqrt[2]*Sqrt[a - c - Sqrt[a^2 + b^ 
2 - 2*a*c + c^2]]*Sqrt[a + b*Tan[d + e*x] + c*Tan[d + e*x]^2])])/(Sqrt[2]* 
Sqrt[a^2 + b^2 - 2*a*c + c^2])) + (Sqrt[a - c + Sqrt[a^2 + b^2 - 2*a*c + c 
^2]]*ArcTanh[(a - c + Sqrt[a^2 + b^2 - 2*a*c + c^2] + b*Tan[d + e*x])/(Sqr 
t[2]*Sqrt[a - c + Sqrt[a^2 + b^2 - 2*a*c + c^2]]*Sqrt[a + b*Tan[d + e*x] + 
 c*Tan[d + e*x]^2])])/(Sqrt[2]*Sqrt[a^2 + b^2 - 2*a*c + c^2]) - (b*ArcTanh 
[(b + 2*c*Tan[d + e*x])/(2*Sqrt[c]*Sqrt[a + b*Tan[d + e*x] + c*Tan[d + e*x 
]^2])])/(2*c^(3/2)) + Sqrt[a + b*Tan[d + e*x] + c*Tan[d + e*x]^2]/c)/e
 

Defintions of rubi rules used

rule 2009
Int[u_, x_Symbol] :> Simp[IntSum[u, x], x] /; SumQ[u]
 

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

rule 4183
Int[tan[(d_.) + (e_.)*(x_)]^(m_.)*((a_.) + (b_.)*((f_.)*tan[(d_.) + (e_.)*( 
x_)])^(n_.) + (c_.)*((f_.)*tan[(d_.) + (e_.)*(x_)])^(n2_.))^(p_), x_Symbol] 
 :> Simp[f/e   Subst[Int[(x/f)^m*((a + b*x^n + c*x^(2*n))^p/(f^2 + x^2)), x 
], x, f*Tan[d + e*x]], x] /; FreeQ[{a, b, c, d, e, f, m, n, p}, x] && EqQ[n 
2, 2*n] && NeQ[b^2 - 4*a*c, 0]
 

rule 7276
Int[(u_)/((a_) + (b_.)*(x_)^(n_)), x_Symbol] :> With[{v = RationalFunctionE 
xpand[u/(a + b*x^n), x]}, Int[v, x] /; SumQ[v]] /; FreeQ[{a, b}, x] && IGtQ 
[n, 0]
 
Maple [B] (warning: unable to verify)

result has leaf size over 500,000. Avoiding possible recursion issues.

Time = 0.88 (sec) , antiderivative size = 9581103, normalized size of antiderivative = 25015.93

\[\text {output too large to display}\]

Input:

int(tan(e*x+d)^3/(a+b*tan(e*x+d)+c*tan(e*x+d)^2)^(1/2),x)
 

Output:

result too large to display
 

Fricas [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 5168 vs. \(2 (338) = 676\).

Time = 0.96 (sec) , antiderivative size = 10337, normalized size of antiderivative = 26.99 \[ \int \frac {\tan ^3(d+e x)}{\sqrt {a+b \tan (d+e x)+c \tan ^2(d+e x)}} \, dx=\text {Too large to display} \] Input:

integrate(tan(e*x+d)^3/(a+b*tan(e*x+d)+c*tan(e*x+d)^2)^(1/2),x, algorithm= 
"fricas")
 

Output:

Too large to include
 

Sympy [F]

\[ \int \frac {\tan ^3(d+e x)}{\sqrt {a+b \tan (d+e x)+c \tan ^2(d+e x)}} \, dx=\int \frac {\tan ^{3}{\left (d + e x \right )}}{\sqrt {a + b \tan {\left (d + e x \right )} + c \tan ^{2}{\left (d + e x \right )}}}\, dx \] Input:

integrate(tan(e*x+d)**3/(a+b*tan(e*x+d)+c*tan(e*x+d)**2)**(1/2),x)
 

Output:

Integral(tan(d + e*x)**3/sqrt(a + b*tan(d + e*x) + c*tan(d + e*x)**2), x)
 

Maxima [F]

\[ \int \frac {\tan ^3(d+e x)}{\sqrt {a+b \tan (d+e x)+c \tan ^2(d+e x)}} \, dx=\int { \frac {\tan \left (e x + d\right )^{3}}{\sqrt {c \tan \left (e x + d\right )^{2} + b \tan \left (e x + d\right ) + a}} \,d x } \] Input:

integrate(tan(e*x+d)^3/(a+b*tan(e*x+d)+c*tan(e*x+d)^2)^(1/2),x, algorithm= 
"maxima")
 

Output:

integrate(tan(e*x + d)^3/sqrt(c*tan(e*x + d)^2 + b*tan(e*x + d) + a), x)
 

Giac [F(-1)]

Timed out. \[ \int \frac {\tan ^3(d+e x)}{\sqrt {a+b \tan (d+e x)+c \tan ^2(d+e x)}} \, dx=\text {Timed out} \] Input:

integrate(tan(e*x+d)^3/(a+b*tan(e*x+d)+c*tan(e*x+d)^2)^(1/2),x, algorithm= 
"giac")
                                                                                    
                                                                                    
 

Output:

Timed out
 

Mupad [F(-1)]

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

int(tan(d + e*x)^3/(a + b*tan(d + e*x) + c*tan(d + e*x)^2)^(1/2),x)
 

Output:

int(tan(d + e*x)^3/(a + b*tan(d + e*x) + c*tan(d + e*x)^2)^(1/2), x)
 

Reduce [F]

\[ \int \frac {\tan ^3(d+e x)}{\sqrt {a+b \tan (d+e x)+c \tan ^2(d+e x)}} \, dx=\int \frac {\sqrt {\tan \left (e x +d \right )^{2} c +\tan \left (e x +d \right ) b +a}\, \tan \left (e x +d \right )^{3}}{\tan \left (e x +d \right )^{2} c +\tan \left (e x +d \right ) b +a}d x \] Input:

int(tan(e*x+d)^3/(a+b*tan(e*x+d)+c*tan(e*x+d)^2)^(1/2),x)
 

Output:

int((sqrt(tan(d + e*x)**2*c + tan(d + e*x)*b + a)*tan(d + e*x)**3)/(tan(d 
+ e*x)**2*c + tan(d + e*x)*b + a),x)