\(\int \cot ^2(c+d x) (a+b \tan (c+d x))^2 (B \tan (c+d x)+C \tan ^2(c+d x)) \, dx\) [12]

Optimal result
Mathematica [C] (verified)
Rubi [A] (verified)
Maple [A] (verified)
Fricas [A] (verification not implemented)
Sympy [B] (verification not implemented)
Maxima [A] (verification not implemented)
Giac [A] (verification not implemented)
Mupad [B] (verification not implemented)
Reduce [B] (verification not implemented)

Optimal result

Integrand size = 40, antiderivative size = 70 \[ \int \cot ^2(c+d x) (a+b \tan (c+d x))^2 \left (B \tan (c+d x)+C \tan ^2(c+d x)\right ) \, dx=\left (2 a b B+a^2 C-b^2 C\right ) x-\frac {b (b B+2 a C) \log (\cos (c+d x))}{d}+\frac {a^2 B \log (\sin (c+d x))}{d}+\frac {b^2 C \tan (c+d x)}{d} \] Output:

(2*B*a*b+C*a^2-C*b^2)*x-b*(B*b+2*C*a)*ln(cos(d*x+c))/d+a^2*B*ln(sin(d*x+c) 
)/d+b^2*C*tan(d*x+c)/d
                                                                                    
                                                                                    
 

Mathematica [C] (verified)

Result contains complex when optimal does not.

Time = 0.19 (sec) , antiderivative size = 91, normalized size of antiderivative = 1.30 \[ \int \cot ^2(c+d x) (a+b \tan (c+d x))^2 \left (B \tan (c+d x)+C \tan ^2(c+d x)\right ) \, dx=-\frac {(a+i b)^2 (B+i C) \log (i-\tan (c+d x))-2 a^2 B \log (\tan (c+d x))+(a-i b)^2 (B-i C) \log (i+\tan (c+d x))-2 b^2 C \tan (c+d x)}{2 d} \] Input:

Integrate[Cot[c + d*x]^2*(a + b*Tan[c + d*x])^2*(B*Tan[c + d*x] + C*Tan[c 
+ d*x]^2),x]
 

Output:

-1/2*((a + I*b)^2*(B + I*C)*Log[I - Tan[c + d*x]] - 2*a^2*B*Log[Tan[c + d* 
x]] + (a - I*b)^2*(B - I*C)*Log[I + Tan[c + d*x]] - 2*b^2*C*Tan[c + d*x])/ 
d
 

Rubi [A] (verified)

Time = 0.94 (sec) , antiderivative size = 72, normalized size of antiderivative = 1.03, number of steps used = 9, number of rules used = 9, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.225, Rules used = {3042, 4115, 3042, 4089, 3042, 4107, 3042, 25, 3956}

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 \cot ^2(c+d x) (a+b \tan (c+d x))^2 \left (B \tan (c+d x)+C \tan ^2(c+d x)\right ) \, dx\)

\(\Big \downarrow \) 3042

\(\displaystyle \int \frac {(a+b \tan (c+d x))^2 \left (B \tan (c+d x)+C \tan (c+d x)^2\right )}{\tan (c+d x)^2}dx\)

\(\Big \downarrow \) 4115

\(\displaystyle \int \cot (c+d x) (a+b \tan (c+d x))^2 (B+C \tan (c+d x))dx\)

\(\Big \downarrow \) 3042

\(\displaystyle \int \frac {(a+b \tan (c+d x))^2 (B+C \tan (c+d x))}{\tan (c+d x)}dx\)

\(\Big \downarrow \) 4089

\(\displaystyle \int \cot (c+d x) \left (B a^2+b (b B+2 a C) \tan ^2(c+d x)+\left (C a^2+2 b B a-b^2 C\right ) \tan (c+d x)\right )dx+\frac {b^2 C \tan (c+d x)}{d}\)

\(\Big \downarrow \) 3042

\(\displaystyle \int \frac {B a^2+b (b B+2 a C) \tan (c+d x)^2+\left (C a^2+2 b B a-b^2 C\right ) \tan (c+d x)}{\tan (c+d x)}dx+\frac {b^2 C \tan (c+d x)}{d}\)

\(\Big \downarrow \) 4107

\(\displaystyle a^2 B \int \cot (c+d x)dx+b (2 a C+b B) \int \tan (c+d x)dx+x \left (a^2 C+2 a b B-b^2 C\right )+\frac {b^2 C \tan (c+d x)}{d}\)

\(\Big \downarrow \) 3042

\(\displaystyle a^2 B \int -\tan \left (c+d x+\frac {\pi }{2}\right )dx+b (2 a C+b B) \int \tan (c+d x)dx+x \left (a^2 C+2 a b B-b^2 C\right )+\frac {b^2 C \tan (c+d x)}{d}\)

\(\Big \downarrow \) 25

\(\displaystyle a^2 (-B) \int \tan \left (\frac {1}{2} (2 c+\pi )+d x\right )dx+b (2 a C+b B) \int \tan (c+d x)dx+x \left (a^2 C+2 a b B-b^2 C\right )+\frac {b^2 C \tan (c+d x)}{d}\)

\(\Big \downarrow \) 3956

\(\displaystyle x \left (a^2 C+2 a b B-b^2 C\right )+\frac {a^2 B \log (-\sin (c+d x))}{d}-\frac {b (2 a C+b B) \log (\cos (c+d x))}{d}+\frac {b^2 C \tan (c+d x)}{d}\)

Input:

Int[Cot[c + d*x]^2*(a + b*Tan[c + d*x])^2*(B*Tan[c + d*x] + C*Tan[c + d*x] 
^2),x]
 

Output:

(2*a*b*B + a^2*C - b^2*C)*x - (b*(b*B + 2*a*C)*Log[Cos[c + d*x]])/d + (a^2 
*B*Log[-Sin[c + d*x]])/d + (b^2*C*Tan[c + d*x])/d
 

Defintions of rubi rules used

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

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

rule 3956
Int[tan[(c_.) + (d_.)*(x_)], x_Symbol] :> Simp[-Log[RemoveContent[Cos[c + d 
*x], x]]/d, x] /; FreeQ[{c, d}, x]
 

rule 4089
Int[(((a_.) + (b_.)*tan[(e_.) + (f_.)*(x_)])^2*((A_.) + (B_.)*tan[(e_.) + ( 
f_.)*(x_)]))/((c_.) + (d_.)*tan[(e_.) + (f_.)*(x_)]), x_Symbol] :> Simp[b^2 
*B*(Tan[e + f*x]/(d*f)), x] + Simp[1/d   Int[(a^2*A*d - b^2*B*c + (2*a*A*b 
+ B*(a^2 - b^2))*d*Tan[e + f*x] + (A*b^2*d - b*B*(b*c - 2*a*d))*Tan[e + f*x 
]^2)/(c + d*Tan[e + f*x]), x], x] /; FreeQ[{a, b, c, d, e, f, A, B}, x] && 
NeQ[b*c - a*d, 0] && NeQ[a^2 + b^2, 0] && NeQ[c^2 + d^2, 0]
 

rule 4107
Int[((A_) + (B_.)*tan[(e_.) + (f_.)*(x_)] + (C_.)*tan[(e_.) + (f_.)*(x_)]^2 
)/tan[(e_.) + (f_.)*(x_)], x_Symbol] :> Simp[B*x, x] + (Simp[A   Int[1/Tan[ 
e + f*x], x], x] + Simp[C   Int[Tan[e + f*x], x], x]) /; FreeQ[{e, f, A, B, 
 C}, x] && NeQ[A, C]
 

rule 4115
Int[((a_.) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(m_.)*((c_.) + (d_.)*tan[(e_.) 
+ (f_.)*(x_)])^(n_.)*((A_.) + (B_.)*tan[(e_.) + (f_.)*(x_)] + (C_.)*tan[(e_ 
.) + (f_.)*(x_)]^2), x_Symbol] :> Simp[1/b^2   Int[(a + b*Tan[e + f*x])^(m 
+ 1)*(c + d*Tan[e + f*x])^n*(b*B - a*C + b*C*Tan[e + f*x]), x], x] /; FreeQ 
[{a, b, c, d, e, f, A, B, C, m, n}, x] && NeQ[b*c - a*d, 0] && EqQ[A*b^2 - 
a*b*B + a^2*C, 0]
 
Maple [A] (verified)

Time = 0.15 (sec) , antiderivative size = 80, normalized size of antiderivative = 1.14

method result size
parallelrisch \(\frac {\left (-B \,a^{2}+B \,b^{2}+2 C a b \right ) \ln \left (\sec \left (d x +c \right )^{2}\right )+2 B \,a^{2} \ln \left (\tan \left (d x +c \right )\right )+2 C \tan \left (d x +c \right ) b^{2}+4 x \left (B a b +\frac {1}{2} C \,a^{2}-\frac {1}{2} C \,b^{2}\right ) d}{2 d}\) \(80\)
derivativedivides \(-\frac {\frac {\left (B \,a^{2}-B \,b^{2}-2 C a b \right ) \ln \left (\cot \left (d x +c \right )^{2}+1\right )}{2}+\left (2 B a b +C \,a^{2}-C \,b^{2}\right ) \left (\frac {\pi }{2}-\operatorname {arccot}\left (\cot \left (d x +c \right )\right )\right )-\frac {C \,b^{2}}{\cot \left (d x +c \right )}+b \left (B b +2 C a \right ) \ln \left (\cot \left (d x +c \right )\right )}{d}\) \(99\)
default \(-\frac {\frac {\left (B \,a^{2}-B \,b^{2}-2 C a b \right ) \ln \left (\cot \left (d x +c \right )^{2}+1\right )}{2}+\left (2 B a b +C \,a^{2}-C \,b^{2}\right ) \left (\frac {\pi }{2}-\operatorname {arccot}\left (\cot \left (d x +c \right )\right )\right )-\frac {C \,b^{2}}{\cot \left (d x +c \right )}+b \left (B b +2 C a \right ) \ln \left (\cot \left (d x +c \right )\right )}{d}\) \(99\)
norman \(\frac {\left (2 B a b +C \,a^{2}-C \,b^{2}\right ) x \tan \left (d x +c \right )+\frac {C \,b^{2} \tan \left (d x +c \right )^{2}}{d}}{\tan \left (d x +c \right )}+\frac {B \,a^{2} \ln \left (\tan \left (d x +c \right )\right )}{d}-\frac {\left (B \,a^{2}-B \,b^{2}-2 C a b \right ) \ln \left (1+\tan \left (d x +c \right )^{2}\right )}{2 d}\) \(101\)
risch \(i B \,b^{2} x +\frac {4 i C a b c}{d}+\frac {2 i C \,b^{2}}{d \left ({\mathrm e}^{2 i \left (d x +c \right )}+1\right )}+2 B a b x +C \,a^{2} x -C \,b^{2} x -i B \,a^{2} x -\frac {2 i B \,a^{2} c}{d}+2 i C a b x +\frac {2 i B \,b^{2} c}{d}-\frac {\ln \left ({\mathrm e}^{2 i \left (d x +c \right )}+1\right ) B \,b^{2}}{d}-\frac {2 \ln \left ({\mathrm e}^{2 i \left (d x +c \right )}+1\right ) C a b}{d}+\frac {B \,a^{2} \ln \left ({\mathrm e}^{2 i \left (d x +c \right )}-1\right )}{d}\) \(160\)

Input:

int(cot(d*x+c)^2*(a+b*tan(d*x+c))^2*(B*tan(d*x+c)+C*tan(d*x+c)^2),x,method 
=_RETURNVERBOSE)
 

Output:

1/2*((-B*a^2+B*b^2+2*C*a*b)*ln(sec(d*x+c)^2)+2*B*a^2*ln(tan(d*x+c))+2*C*ta 
n(d*x+c)*b^2+4*x*(B*a*b+1/2*C*a^2-1/2*C*b^2)*d)/d
 

Fricas [A] (verification not implemented)

Time = 0.10 (sec) , antiderivative size = 92, normalized size of antiderivative = 1.31 \[ \int \cot ^2(c+d x) (a+b \tan (c+d x))^2 \left (B \tan (c+d x)+C \tan ^2(c+d x)\right ) \, dx=\frac {B a^{2} \log \left (\frac {\tan \left (d x + c\right )^{2}}{\tan \left (d x + c\right )^{2} + 1}\right ) + 2 \, C b^{2} \tan \left (d x + c\right ) + 2 \, {\left (C a^{2} + 2 \, B a b - C b^{2}\right )} d x - {\left (2 \, C a b + B b^{2}\right )} \log \left (\frac {1}{\tan \left (d x + c\right )^{2} + 1}\right )}{2 \, d} \] Input:

integrate(cot(d*x+c)^2*(a+b*tan(d*x+c))^2*(B*tan(d*x+c)+C*tan(d*x+c)^2),x, 
 algorithm="fricas")
 

Output:

1/2*(B*a^2*log(tan(d*x + c)^2/(tan(d*x + c)^2 + 1)) + 2*C*b^2*tan(d*x + c) 
 + 2*(C*a^2 + 2*B*a*b - C*b^2)*d*x - (2*C*a*b + B*b^2)*log(1/(tan(d*x + c) 
^2 + 1)))/d
 

Sympy [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 136 vs. \(2 (66) = 132\).

Time = 0.69 (sec) , antiderivative size = 136, normalized size of antiderivative = 1.94 \[ \int \cot ^2(c+d x) (a+b \tan (c+d x))^2 \left (B \tan (c+d x)+C \tan ^2(c+d x)\right ) \, dx=\begin {cases} - \frac {B a^{2} \log {\left (\tan ^{2}{\left (c + d x \right )} + 1 \right )}}{2 d} + \frac {B a^{2} \log {\left (\tan {\left (c + d x \right )} \right )}}{d} + 2 B a b x + \frac {B b^{2} \log {\left (\tan ^{2}{\left (c + d x \right )} + 1 \right )}}{2 d} + C a^{2} x + \frac {C a b \log {\left (\tan ^{2}{\left (c + d x \right )} + 1 \right )}}{d} - C b^{2} x + \frac {C b^{2} \tan {\left (c + d x \right )}}{d} & \text {for}\: d \neq 0 \\x \left (a + b \tan {\left (c \right )}\right )^{2} \left (B \tan {\left (c \right )} + C \tan ^{2}{\left (c \right )}\right ) \cot ^{2}{\left (c \right )} & \text {otherwise} \end {cases} \] Input:

integrate(cot(d*x+c)**2*(a+b*tan(d*x+c))**2*(B*tan(d*x+c)+C*tan(d*x+c)**2) 
,x)
 

Output:

Piecewise((-B*a**2*log(tan(c + d*x)**2 + 1)/(2*d) + B*a**2*log(tan(c + d*x 
))/d + 2*B*a*b*x + B*b**2*log(tan(c + d*x)**2 + 1)/(2*d) + C*a**2*x + C*a* 
b*log(tan(c + d*x)**2 + 1)/d - C*b**2*x + C*b**2*tan(c + d*x)/d, Ne(d, 0)) 
, (x*(a + b*tan(c))**2*(B*tan(c) + C*tan(c)**2)*cot(c)**2, True))
 

Maxima [A] (verification not implemented)

Time = 0.11 (sec) , antiderivative size = 85, normalized size of antiderivative = 1.21 \[ \int \cot ^2(c+d x) (a+b \tan (c+d x))^2 \left (B \tan (c+d x)+C \tan ^2(c+d x)\right ) \, dx=\frac {2 \, B a^{2} \log \left (\tan \left (d x + c\right )\right ) + 2 \, C b^{2} \tan \left (d x + c\right ) + 2 \, {\left (C a^{2} + 2 \, B a b - C b^{2}\right )} {\left (d x + c\right )} - {\left (B a^{2} - 2 \, C a b - B b^{2}\right )} \log \left (\tan \left (d x + c\right )^{2} + 1\right )}{2 \, d} \] Input:

integrate(cot(d*x+c)^2*(a+b*tan(d*x+c))^2*(B*tan(d*x+c)+C*tan(d*x+c)^2),x, 
 algorithm="maxima")
 

Output:

1/2*(2*B*a^2*log(tan(d*x + c)) + 2*C*b^2*tan(d*x + c) + 2*(C*a^2 + 2*B*a*b 
 - C*b^2)*(d*x + c) - (B*a^2 - 2*C*a*b - B*b^2)*log(tan(d*x + c)^2 + 1))/d
 

Giac [A] (verification not implemented)

Time = 0.71 (sec) , antiderivative size = 90, normalized size of antiderivative = 1.29 \[ \int \cot ^2(c+d x) (a+b \tan (c+d x))^2 \left (B \tan (c+d x)+C \tan ^2(c+d x)\right ) \, dx=\frac {B a^{2} \log \left ({\left | \tan \left (d x + c\right ) \right |}\right )}{d} + \frac {C b^{2} \tan \left (d x + c\right )}{d} + \frac {{\left (C a^{2} + 2 \, B a b - C b^{2}\right )} {\left (d x + c\right )}}{d} - \frac {{\left (B a^{2} - 2 \, C a b - B b^{2}\right )} \log \left (\tan \left (d x + c\right )^{2} + 1\right )}{2 \, d} \] Input:

integrate(cot(d*x+c)^2*(a+b*tan(d*x+c))^2*(B*tan(d*x+c)+C*tan(d*x+c)^2),x, 
 algorithm="giac")
 

Output:

B*a^2*log(abs(tan(d*x + c)))/d + C*b^2*tan(d*x + c)/d + (C*a^2 + 2*B*a*b - 
 C*b^2)*(d*x + c)/d - 1/2*(B*a^2 - 2*C*a*b - B*b^2)*log(tan(d*x + c)^2 + 1 
)/d
 

Mupad [B] (verification not implemented)

Time = 5.32 (sec) , antiderivative size = 90, normalized size of antiderivative = 1.29 \[ \int \cot ^2(c+d x) (a+b \tan (c+d x))^2 \left (B \tan (c+d x)+C \tan ^2(c+d x)\right ) \, dx=\frac {B\,a^2\,\ln \left (\mathrm {tan}\left (c+d\,x\right )\right )}{d}+\frac {\ln \left (\mathrm {tan}\left (c+d\,x\right )+1{}\mathrm {i}\right )\,\left (B-C\,1{}\mathrm {i}\right )\,{\left (b+a\,1{}\mathrm {i}\right )}^2}{2\,d}+\frac {C\,b^2\,\mathrm {tan}\left (c+d\,x\right )}{d}+\frac {\ln \left (\mathrm {tan}\left (c+d\,x\right )-\mathrm {i}\right )\,\left (B+C\,1{}\mathrm {i}\right )\,{\left (-b+a\,1{}\mathrm {i}\right )}^2}{2\,d} \] Input:

int(cot(c + d*x)^2*(B*tan(c + d*x) + C*tan(c + d*x)^2)*(a + b*tan(c + d*x) 
)^2,x)
 

Output:

(B*a^2*log(tan(c + d*x)))/d + (log(tan(c + d*x) + 1i)*(B - C*1i)*(a*1i + b 
)^2)/(2*d) + (C*b^2*tan(c + d*x))/d + (log(tan(c + d*x) - 1i)*(B + C*1i)*( 
a*1i - b)^2)/(2*d)
 

Reduce [B] (verification not implemented)

Time = 0.16 (sec) , antiderivative size = 253, normalized size of antiderivative = 3.61 \[ \int \cot ^2(c+d x) (a+b \tan (c+d x))^2 \left (B \tan (c+d x)+C \tan ^2(c+d x)\right ) \, dx=\frac {-\cos \left (d x +c \right ) \mathrm {log}\left (\tan \left (\frac {d x}{2}+\frac {c}{2}\right )^{2}+1\right ) a^{2} b +2 \cos \left (d x +c \right ) \mathrm {log}\left (\tan \left (\frac {d x}{2}+\frac {c}{2}\right )^{2}+1\right ) a b c +\cos \left (d x +c \right ) \mathrm {log}\left (\tan \left (\frac {d x}{2}+\frac {c}{2}\right )^{2}+1\right ) b^{3}-2 \cos \left (d x +c \right ) \mathrm {log}\left (\tan \left (\frac {d x}{2}+\frac {c}{2}\right )-1\right ) a b c -\cos \left (d x +c \right ) \mathrm {log}\left (\tan \left (\frac {d x}{2}+\frac {c}{2}\right )-1\right ) b^{3}-2 \cos \left (d x +c \right ) \mathrm {log}\left (\tan \left (\frac {d x}{2}+\frac {c}{2}\right )+1\right ) a b c -\cos \left (d x +c \right ) \mathrm {log}\left (\tan \left (\frac {d x}{2}+\frac {c}{2}\right )+1\right ) b^{3}+\cos \left (d x +c \right ) \mathrm {log}\left (\tan \left (\frac {d x}{2}+\frac {c}{2}\right )\right ) a^{2} b +\cos \left (d x +c \right ) a^{2} c d x +2 \cos \left (d x +c \right ) a \,b^{2} d x -\cos \left (d x +c \right ) b^{2} c d x +\sin \left (d x +c \right ) b^{2} c}{\cos \left (d x +c \right ) d} \] Input:

int(cot(d*x+c)^2*(a+b*tan(d*x+c))^2*(B*tan(d*x+c)+C*tan(d*x+c)^2),x)
 

Output:

( - cos(c + d*x)*log(tan((c + d*x)/2)**2 + 1)*a**2*b + 2*cos(c + d*x)*log( 
tan((c + d*x)/2)**2 + 1)*a*b*c + cos(c + d*x)*log(tan((c + d*x)/2)**2 + 1) 
*b**3 - 2*cos(c + d*x)*log(tan((c + d*x)/2) - 1)*a*b*c - cos(c + d*x)*log( 
tan((c + d*x)/2) - 1)*b**3 - 2*cos(c + d*x)*log(tan((c + d*x)/2) + 1)*a*b* 
c - cos(c + d*x)*log(tan((c + d*x)/2) + 1)*b**3 + cos(c + d*x)*log(tan((c 
+ d*x)/2))*a**2*b + cos(c + d*x)*a**2*c*d*x + 2*cos(c + d*x)*a*b**2*d*x - 
cos(c + d*x)*b**2*c*d*x + sin(c + d*x)*b**2*c)/(cos(c + d*x)*d)